Merge branch 'patch-1' into 'master'
Update com.menny.android.anysoftkeyboard.txt See merge request !1749
This commit is contained in:
commit
9f4148a61e
|
@ -16,6 +16,7 @@ Alternative on-screen keyboard for multiple languages.
|
|||
* Extension keyboard (swipe your finger all the way up out of the keyboard)
|
||||
* Gesture support: swipe left or right to switch layouts; swipe up to shift; swipe down to close the keyboard
|
||||
* Theme support (comes with several skins)
|
||||
* Emoji keyboard plus emoji tag search - type ":emoji_name"
|
||||
* Built-in user dictionary words editor
|
||||
* Optional 16-key English keyboard
|
||||
* Cursor movement soft-keys that can also be mapped to hardware keys
|
||||
|
@ -139,11 +140,19 @@ Build:1.8.146,1471
|
|||
rm=app/src/main/res/raw/words_1.dict
|
||||
preassemble=:makeEnglishDictionary
|
||||
|
||||
Build:1.8.193,1518
|
||||
commit=1.8-r5.1
|
||||
subdir=app
|
||||
init=sed -i -e '/fabric/d' -e '/canaryCompile/,+2d' ../build.gradle build.gradle
|
||||
gradle=yes
|
||||
rm=app/src/main/res/raw/words_1.dict
|
||||
preassemble=:makeEnglishDictionary
|
||||
|
||||
Maintainer Notes:
|
||||
* Generates english dictionary binary (src/main/res/raw/words_1.dict) from source files (under `english_dictionary` folder)
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.8-r4
|
||||
Current Version Code:1470
|
||||
Current Version:1.8-r5.1
|
||||
Current Version Code:1518
|
||||
|
|
Loading…
Reference in a new issue