Skip to content

Commit 69b1587

Browse files
committed
Change fastlane full description from HTML to plain text
because F-Droid website and client will insert <br> elements whenever there is a line break, resulting in ugly and invalid HTML. See <https://gitlab.com/fdroid/fdroid-website/-/issues/247#note_825610220>.
1 parent c06fc38 commit 69b1587

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
<p>This keyboard app lets you input Chinese characters by typing stroke sequences (e.g. 天 is ㇐㇐㇒㇔).</p>
2-
<p>It is a minimalist implementation with the following features:</p>
3-
<ul>
4-
<li>Good character support (over 28k characters) including vernacular Cantonese</li>
5-
<li>User preference for traditional or simplified characters</li>
6-
<li>No ads</li>
7-
<li>No permissions</li>
8-
<li>No tracking or telemetry</li>
9-
<li>Deterministic candidate generation which doesn't learn user input</li>
10-
</ul>
11-
<p>After installing the app, launch and follow the prompts to enable Stroke Input Method in your system settings. There will be a default warning shown — this is normal.</p>
12-
<p>This app is free and open-source software, licensed under the GNU General Public License v3.0 (GPL-3.0-only).</p>
13-
<p>You are welcome and encouraged to inspect the source code: <a href="https://github.com/stroke-input/stroke-input-android">https://github.com/stroke-input/stroke-input-android</a></p>
1+
This keyboard app lets you input Chinese characters by typing stroke sequences (e.g. 天 is ㇐㇐㇒㇔).
2+
3+
It is a minimalist implementation with the following features:
4+
5+
* Good character support (over 28k characters) including vernacular Cantonese
6+
* User preference for traditional or simplified characters
7+
* No ads
8+
* No permissions
9+
* No tracking or telemetry
10+
* Deterministic candidate generation which doesn't learn user input
11+
12+
After installing the app, launch and follow the prompts to enable Stroke Input Method in your system settings. There will be a default warning shown — this is normal.
13+
14+
This app is free and open-source software, licensed under the GNU General Public License v3.0 (GPL-3.0-only).
15+
16+
You are welcome and encouraged to inspect the source code: https://github.com/stroke-input/stroke-input-android

0 commit comments

Comments
 (0)