Skip to content

Commit 4c8399a

Browse files
committed
Bump 0.0.8
1 parent 9fac9b7 commit 4c8399a

File tree

18 files changed

+89
-20
lines changed

18 files changed

+89
-20
lines changed

.idea/dictionaries/project.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ GitHub: [![release version](https://img.shields.io/github/v/release/fcitx5-andro
2222
- English (with spell check)
2323
- Chinese
2424
- Pinyin, Shuangpin, Wubi, Cangjie and custom tables (built-in, powered by [fcitx5-chinese-addons](https://github.com/fcitx/fcitx5-chinese-addons))
25-
- Zhuyin/Bopomofo (via [Chewing Plugin](./plugin/chewing)))
25+
- Zhuyin/Bopomofo (via [Chewing Plugin](./plugin/chewing))
2626
- Jyutping (via [Jyutping Plugin](./plugin/jyutping/), powered by [libime-jyutping](https://github.com/fcitx/libime-jyutping))
2727
- Vietnamese (via [UniKey Plugin](./plugin/unikey), supports Telex, VNI and VIQR)
2828
- Japanese (via [Anthy Plugin](./plugin/anthy))
2929
- Korean (via [Hangul Plugin](./plugin/hangul))
3030
- Sinhala (via [Sayura Plugin](./plugin/sayura))
31-
- Generic (via [RIME Plugin](./plugin/rime))
31+
- Generic (via [RIME Plugin](./plugin/rime), supports importing custom schemas)
3232

3333
### Implemented Features
3434

@@ -50,7 +50,7 @@ GitHub: [![release version](https://img.shields.io/github/v/release/fcitx5-andro
5050

5151
|拼音, Material Light theme, key border enabled|自然码双拼, Pixel Dark theme, key border disabled|
5252
|:-:|:-:|
53-
|<img src="https://user-images.githubusercontent.com/13914967/202180575-04b6db41-ff24-4bef-899a-8051fc0243f5.png" width="360px">|<img src="https://user-images.githubusercontent.com/13914967/202180709-457e4897-961f-48a6-8fb2-b6560568a122.png" width="360px">|
53+
|<img src="https://github.com/fcitx5-android/fcitx5-android/assets/13914967/bd429247-62d9-4c78-bab8-70ef3ce47588" width="360px">|<img src="https://github.com/fcitx5-android/fcitx5-android/assets/13914967/3ae969c1-7ed0-4f92-a5df-19dc8c90a8c3" width="360px">|
5454

5555
|Emoji picker, Pixel Light theme, key border enabled|Symbol picker, Material Dark theme, key border disabled|
5656
|:-:|:-:|

app/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project(fcitx5-android VERSION 0.0.7)
3+
project(fcitx5-android VERSION 0.0.8)
44

55
# For reproducible build
66
add_link_options("LINKER:--hash-style=gnu,--build-id=none")

build-logic/convention/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Versions {
1717
private const val defaultBuildTools = "33.0.2"
1818

1919
// NOTE: increase this value to bump version code
20-
private const val baseVersionCode = 5
20+
private const val baseVersionCode = 6
2121

2222
fun calculateVersionCode(abi: String): Int {
2323
val abiId = when (abi) {
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# 0.0.8 - More Languages Supported via Plugins
2+
3+
## Highlights
4+
5+
- More Languages Supported, and Many Many New Plugins
6+
- Pinyin `customphrase` Editor UI: Manage pinyin customphrase within settings
7+
- Direct Boot Mode Support: Fcitx5 for Android can be used to input password for unlocking device the first time after rebooting
8+
9+
### New plugins
10+
11+
- RIME, Hangul (Korean), Chewing (Zhuyin/Bopomofo), Sayura (Sinhala), Jyutping (Cantonese)
12+
- Unikey (Vietnamese) has been split into plugin as well
13+
- All plugins now have their own icon
14+
15+
### Build process improvements
16+
17+
- Now you can build fcitx5-android on Windows (requires MSYS2) and macOS (requires Homebrew).
18+
19+
## New features
20+
21+
- Direct boot mode support
22+
- Support more icons and text labels in StatusArea
23+
- Implement `fcitx::INotifications::showTip` as Android Toast
24+
- Set GlobalConfig/ShareInputState to "All" on first run
25+
- Swipe/LongPress now inputs normal number keys rather than KP_* ones
26+
- Pinyin customphrase editor UI
27+
- Option to "Expand keypress area" (i.e. Expanding tapping area of A and L keys)
28+
- Key margin can be configured separately for portrait and landscape mode
29+
- Change theme settings and preview theme in one page
30+
- Replace table dictionary without deleting and importing again
31+
- Option to change language switch key behavior
32+
33+
## Bug fixes
34+
35+
- QuickPhrase .mb files cannot be imported
36+
- Keyboard theme out of sync when importing theme with "Follow system dark mode" enabled
37+
- PickerWindow layout mirrors in RTL layout direction
38+
- Potential crash when showing keyboard for the first time
39+
- Toolbar cannot be collapsed when "expand by default" enabled
40+
- Label on space key won't change when input method subMode changes
41+
- Save/Read QuickPhrase with newline character
42+
- Occasionally event disorder / dead lock when handling fcitx events
43+
- Workaround some manufacturer os specific issues
44+
- ExpandedCandidateWindow cannot be detached when dismissing predict candidates

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
<b>Supported languages</b>
22
<ul>
33
<li>English (with spellcheck)</li>
4-
<li>Chinese (Pinyin, Shuangpin, Wubi, Cangjie and custom tables)</li>
5-
<li>Vietnamese (Based on UniKey, supports Telex, VNI and VIQR)</li>
4+
<li>Chinese
5+
<ul>
6+
<li>Pinyin, Shuangpin, Wubi, Cangjie and custom tables (built-in)</li>
7+
<li>Zhuyin/Bopomofo (via Chewing Plugin)</li>
8+
<li>Jyutping (via Jyutping Plugin)</li>
9+
</ul>
10+
</li>
11+
<li>Vietnamese (via on UniKey Plugin, supports Telex, VNI and VIQR)</li>
12+
<li>Japanese (via Anthy Plugin)</li>
13+
<li>Korean (via Hangul Plugin)</li>
14+
<li>Sinhala (via Sayura Plugin)</li>
15+
<li>Generic (via RIME Plugin, supports importing custom schemas)</li>
616
</ul>
717
<b>Features</b>
818
<ul>

fastlane/metadata/android/zh-CN/full_description.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
<b>支持的语言</b>
22
<ul>
33
<li>英文(支持拼写检查)</li>
4-
<li>中文(拼音、双拼、五笔、仓颉 及 自定义码表)</li>
5-
<li>越南语(基于 UniKey,支持 Telex VNI VIQR 等方案)</li>
4+
<li>中文
5+
<ul>
6+
<li>拼音、双拼、五笔、仓颉 及 自定义码表(内置)</li>
7+
<li>注音(新酷音插件)</li>
8+
<li>粤语拼音(粤拼插件)</li>
9+
</ul>
10+
</li>
11+
<li>越南语(UniKey 插件,支持 Telex VNI VIQR 等方案)</li>
12+
<li>日语(Anthy 插件)</li>
13+
<li>韩语(Hangul 插件)</li>
14+
<li>僧伽罗语(Sayura 插件)</li>
15+
<li>通用(中州韵插件,支持导入自定义方案)</li>
616
</ul>
717
<b>已实现的功能</b>
818
<ul>

lib/fcitx5-chinese-addons/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project(fcitx5-android-lib-fcitx5-chinese-addons VERSION 0.0.7)
3+
project(fcitx5-android-lib-fcitx5-chinese-addons VERSION 0.0.8)
44

55
# For reproducible build
66
add_link_options("LINKER:--hash-style=gnu,--build-id=none")

lib/fcitx5-lua/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project(fcitx5-android-lib-fcitx5-lua VERSION 0.0.7)
3+
project(fcitx5-android-lib-fcitx5-lua VERSION 0.0.8)
44

55
# For reproducible build
66
add_link_options("LINKER:--hash-style=gnu,--build-id=none")

lib/fcitx5/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project(fcitx5-android-lib-fcitx5 VERSION 0.0.7)
3+
project(fcitx5-android-lib-fcitx5 VERSION 0.0.8)
44

55
# For reproducible build
66
add_link_options("LINKER:--hash-style=gnu,--build-id=none")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy