File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed
build-logic/convention/src/main/kotlin
fastlane/metadata/android/en-US/changelogs
plugin/anthy/src/main/cpp Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.18 )
2
2
3
- project (fcitx5-android VERSION 0.0.5 )
3
+ project (fcitx5-android VERSION 0.0.6 )
4
4
5
5
set (CMAKE_CXX_STANDARD 17 )
6
6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ object Versions {
13
13
private const val defaultBuildTools = " 33.0.2"
14
14
15
15
// NOTE: increase this value to bump version code
16
- private const val baseVersionCode = 3
16
+ private const val baseVersionCode = 4
17
17
18
18
fun calculateVersionCode (abi : String ): Int {
19
19
val abiId = when (abi) {
Original file line number Diff line number Diff line change
1
+ # 0.0.6 - Candidates Paging and Plugin System
2
+
3
+ ## Highlights
4
+
5
+ - Candidates Paging: candidates are loaded on demand while scrolling through expanded candidate list
6
+ - Plugin System: load fcitx addon from plugin apk to support more languages. Currently "Anthy Plugin" is available for Japanese input
7
+
8
+ ## New features
9
+
10
+ - Load candidates on demand
11
+ - Plugin System for build/detect/load fcitx addon from installed apk
12
+ - Redesign CustomThemeActivity and LogActivity to look like AppCompact style
13
+ - Show a button to switch to Google Voice Input if available
14
+ - Automatically restart fcitx to reload input methods after import/delete table input methods
15
+ - Support multi-select and delete in TableInputMethodFragment
16
+ - Long press on switch preference to restore default value
17
+
18
+ ## Bug fixes
19
+
20
+ - InputView won't be destroyed when switching theme, causing memory leak
21
+ - Buttons on keyboard toolbar would disappear sometimes
22
+ - Settings activity toolbar title would flash when enter/leave certain fragment
23
+ - Keyboard keys won't accept touch events while pressing keyboard padding space
24
+ - Selecting numeric characters from keyboard long-press popup would select candidate
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.18 )
2
2
3
- project (fcitx5-android-plugin-anthy VERSION 0.0.5 )
3
+ project (fcitx5-android-plugin-anthy VERSION 0.0.6 )
4
4
5
5
# For reproducible build
6
6
add_link_options ("LINKER:--hash-style=gnu,--build-id=none" )
You can’t perform that action at this time.
0 commit comments