Merge branch 'ask-1.8-r10' into 'master'

AnySoftKeyboard v1.8-r10

See merge request !2167
This commit is contained in:
Boris Kraut 2017-04-09 11:44:16 +00:00
commit 0057d6aeae

View file

@ -22,6 +22,7 @@ Alternative on-screen keyboard for multiple languages.
* Cursor movement soft-keys that can also be mapped to hardware keys * Cursor movement soft-keys that can also be mapped to hardware keys
* Supports ARM, x86 and MIPS natively * Supports ARM, x86 and MIPS natively
* Voice-input * Voice-input
* Ability to override the system locale value
We will try to publish any language packs and themes that have source xml and 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 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 sed -i -e '/crashlytics/,$d' build.gradle
preassemble=:makeEnglishDictionary 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: Maintainer Notes:
* Generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list) * 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 Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.8.585 Current Version:1.8.735
Current Version Code:1910 Current Version Code:2060