Merge branch 'patch-1' into 'master'
Update com.menny.android.anysoftkeyboard.txt to pre-build the English dictionary for packaging. Trying to bring AmnySoftKeyboard latest to F-Droid. See merge request !1527
This commit is contained in:
commit
1460160731
|
@ -3,11 +3,12 @@ License:Apache2
|
|||
Web Site:https://anysoftkeyboard.github.io
|
||||
Source Code:https://github.com/AnySoftKeyboard/AnySoftKeyboard
|
||||
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
|
||||
Summary:Alternative keyboard
|
||||
Description:
|
||||
Alternative on-screen keyboard for multiple languages.
|
||||
* Multi-language keyboard support via external packages (English as standard)
|
||||
* Completion dictionaries for multiple languages
|
||||
* Multitouch support
|
||||
|
@ -17,7 +18,8 @@ Description:
|
|||
* Built-in user dictionary words editor
|
||||
* Optional 16-key English keyboard
|
||||
* 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
|
||||
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
|
||||
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:
|
||||
* Remove third party repos since they're only needed for testCompile
|
||||
* "gradle clean" builds all the groovy stuff for some reason, so we have to clean up after it
|
||||
* 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:Unknown
|
||||
Current Version Code:140
|
||||
Current Version:1.8-r1
|
||||
Current Version Code:1418
|
||||
|
|
Loading…
Reference in a new issue