Update com.menny.android.anysoftkeyboard.txt to pre-build the English dictionary for packaging.
This commit is contained in:
parent
72b2f79ca5
commit
eff6400175
|
@ -3,11 +3,12 @@ License:Apache2
|
||||||
Web Site:https://anysoftkeyboard.github.io
|
Web Site:https://anysoftkeyboard.github.io
|
||||||
Source Code:https://github.com/AnySoftKeyboard/AnySoftKeyboard
|
Source Code:https://github.com/AnySoftKeyboard/AnySoftKeyboard
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/AnySoftKeyboard/issues
|
Issue Tracker:https://github.com/AnySoftKeyboard/AnySoftKeyboard/issues
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9989122
|
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
||||||
|
|
||||||
Auto Name:AnySoftKeyboard
|
Auto Name:AnySoftKeyboard
|
||||||
Summary:Alternative keyboard
|
Summary:Alternative keyboard
|
||||||
Description:
|
Description:
|
||||||
|
Alternative on-screen keyboard for multiple languages.
|
||||||
* Multi-language keyboard support via external packages (English as standard)
|
* Multi-language keyboard support via external packages (English as standard)
|
||||||
* Completion dictionaries for multiple languages
|
* Completion dictionaries for multiple languages
|
||||||
* Multitouch support
|
* Multitouch support
|
||||||
|
@ -17,7 +18,8 @@ Description:
|
||||||
* Built-in user dictionary words editor
|
* Built-in user dictionary words editor
|
||||||
* Optional 16-key English keyboard
|
* Optional 16-key English keyboard
|
||||||
* 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 x86 and MIPS natively
|
* Supports ARM, x86 and MIPS natively
|
||||||
|
* Voice-input
|
||||||
|
|
||||||
There are many language packs and themes available as apks on the website. We
|
There are many language packs and themes available as apks on the website. We
|
||||||
will try and publish any that have source xml and attribution/licence for the
|
will try and publish any that have source xml and attribution/licence for the
|
||||||
|
@ -112,12 +114,17 @@ Build:1.2.20140705,140
|
||||||
gradle=yes
|
gradle=yes
|
||||||
rm=res/raw/words_1.dict
|
rm=res/raw/words_1.dict
|
||||||
|
|
||||||
|
Build:1.8-r1,1418
|
||||||
|
commit=1.8-r1
|
||||||
|
gradle=yes
|
||||||
|
rm=src/main/res/raw/words_1.dict
|
||||||
|
preassemble=makeEnglishDictionary
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
* Remove third party repos since they're only needed for testCompile
|
* Generates english dictionary binary (src/main/res/raw/words_1.dict) from source files (under `english_dictionary` folder)
|
||||||
* "gradle clean" builds all the groovy stuff for some reason, so we have to clean up after it
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:Unknown
|
Current Version:1.8-r1
|
||||||
Current Version Code:140
|
Current Version Code:1418
|
||||||
|
|
Loading…
Reference in a new issue