You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.en.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ Some frequently asked questions.
15
15
16
16
In order to import a table manually, you need to have a correct input method configuration file `.conf` and convert the table dictionary in `.txt` form into `.dict` form using `libime_tabledict` command line tool.
17
17
18
-
19
18
1. Obtain the configuration file of the input method (the filename extension should be `.conf` or `.conf.in`) and table dictionary (the filename extension should be `.dict` or `.txt`) to be imported. Take "zhengma" as an example, you can download `zhengma.conf.in` and `zhengma.txt` at [fcitx/fcitx5-table-extra](https://github.com/fcitx/fcitx5-table-extra).
20
19
2. Open `zhengma.conf.in` with your favorite editor and modify the path specified after `[Table] File=` to `table/zhengma.dict`.
21
20
3. Run command `libime_tabledict zhengma.txt zhengma.dict` to convert the table dictionary. This tool is usually provided by package called `libime` or `libime-bin` among Linux distributions.
@@ -95,11 +94,10 @@ The pinyin dictionary to be imported has to be in one of the following three for
95
94
*[sougou scel dict](https://pinyin.sogou.com/dict/), a `.scel` file
96
95
* libime text format, a `.txt` file where word, full pinyin, and weight form into three columns, e.g.
97
96
```
98
-
拼音 pin'yin0
97
+
拼音 pin'yin0
99
98
```
100
99
* libime binary format, a `.dict` file which can be converted from text format using command line tool `libime_pinyindict`
101
100
102
-
103
101
We recommend using `.txt` format if you want to make your own dictionary.
104
102
105
103
!!! note
@@ -138,17 +136,20 @@ The third icon actives quick phrase:
You can get stable version of fcitx5-android from GitHub Release / F-Droid / Google Play.
6
+
7
+
!!! note
8
+
9
+
fcitx5-android implements [reproducible build](https://f-droid.org/en/docs/Reproducible_Builds/),thus apk from GitHub Release and F-Droid can override each other. However due to Google Play restrictions, version from Google Play can't be overriden by other versions.
[<imgsrc="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"alt="Get it on F-Droid"width="207"height="80">](https://f-droid.org/packages/org.fcitx.fcitx5.android)
14
+
[<imgalt="Get it on Google Play"src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"width="207"height="80">](https://play.google.com/store/apps/details?id=org.fcitx.fcitx5.android)
15
+
16
+
## Latest CI Build
17
+
3
18
You can download the latest build from [Jenkins](https://jenkins.fcitx-im.org/job/android/job/fcitx5-android/). There is an [Updater](#_2) to download and manage the installation as well.
4
19
5
20
## Updater
6
21
7
-
`fcitx5-android-updater` is an independent app, which downloads and installs the apk from Jenkins.
8
-
So far, the updater is work in progress, so it's not built and distributed in Jenkins.
9
-
You can obtain the source code of the updater at <https://github.com/fcitx5-android/fcitx5-android-updater> to build and install it manually.
10
-
11
-
!!! info
22
+
[fcitx5-android-updater](https://github.com/fcitx5-android/fcitx5-android-updater) is an independent App, which downloads and installs the apk from Jenkins, include plugins and the updater itself.
12
23
13
-
A developer build is available in our [Telegram group](index.md).
24
+
You can download the updater from Jenkins as well: https://jenkins.fcitx-im.org/job/android/job/fcitx5-android-updater/
您可以通过 GitHub Release / F-Droid / Google Play 这三种渠道获取稳定版本的 fcitx5-android 。
6
+
7
+
!!! note
8
+
9
+
fcitx5-android 实现了[可重复构建](https://f-droid.org/zh_Hans/docs/Reproducible_Builds/) ([reproducible build](https://f-droid.org/en/docs/Reproducible_Builds/)),因此 GitHub Release 与 F-Droid 下载的 apk 可以互相覆盖安装。然而由于 Google Play 政策的限制, Google Play 的版本无法与上述版本覆盖安装。
[<imgsrc="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"alt="Get it on F-Droid"width="207"height="80">](https://f-droid.org/packages/org.fcitx.fcitx5.android)
14
+
[<imgalt="Get it on Google Play"src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"width="207"height="80">](https://play.google.com/store/apps/details?id=org.fcitx.fcitx5.android)
0 commit comments