AnySoftKeyboard v1.9-r4
* Power-Saving mode - when the battery is low, we will not do animations or dictionary look ups. * A few UI/UX changes. * A few bug fixes. * Updated localization: CA, IT, RO. More here: https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestone/86
This commit is contained in:
parent
876a0480e4
commit
f769eb5532
|
@ -257,6 +257,18 @@ Build:1.9.1944,4519
|
|||
ndk=r14b
|
||||
preassemble=:makeEnglishDictionary
|
||||
|
||||
Build:1.9.2055,4630
|
||||
commit=1.9-r4
|
||||
subdir=app
|
||||
init=sed -i -e '/fabric/d' -e '/canaryImplementation/d' ../build.gradle build.gradle
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
rm=app/src/main/res/raw/words_*.dict
|
||||
prebuild=sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$' -e '/crashlytics/,$d' build.gradle
|
||||
scandelete=buildSrc,app/src/debug
|
||||
ndk=r14b
|
||||
preassemble=:makeEnglishDictionary
|
||||
|
||||
Maintainer Notes:
|
||||
* Generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list)
|
||||
|
||||
|
@ -266,5 +278,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.9.1944
|
||||
Current Version Code:4519
|
||||
Current Version:1.9.2055
|
||||
Current Version Code:4630
|
||||
|
|
Loading…
Reference in a new issue