AnySoftKeyboard v1.8-r10
This commit is contained in:
parent
46446e6ad0
commit
f6abb0b3aa
|
@ -22,6 +22,7 @@ Alternative on-screen keyboard for multiple languages.
|
|||
* Cursor movement soft-keys that can also be mapped to hardware keys
|
||||
* Supports ARM, x86 and MIPS natively
|
||||
* Voice-input
|
||||
* Ability to override the system locale value
|
||||
|
||||
We will try to publish any language packs and themes that have source xml and
|
||||
attribution/licence for the dictionaries. For more info see the f-droid.org
|
||||
|
@ -209,11 +210,22 @@ Build:1.8.585,1910
|
|||
sed -i -e '/crashlytics/,$d' build.gradle
|
||||
preassemble=:makeEnglishDictionary
|
||||
|
||||
Build:1.8.735,2060
|
||||
commit=1.8-r10
|
||||
subdir=app
|
||||
init=sed -i -e '/fabric/d' -e '/canaryCompile/,+2d' ../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$$' build.gradle && \
|
||||
sed -i -e '/crashlytics/,$d' build.gradle
|
||||
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)
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.8.585
|
||||
Current Version Code:1910
|
||||
Current Version:1.8.735
|
||||
Current Version Code:2060
|
||||
|
|
Loading…
Reference in a new issue