AnySoftKeyboard: use localizable format to allow upstream's translations
upstream uses fastlane: https://fdroid.gitlab.io/fdroid-website/docs/All_About_Descriptions_Graphics_and_Screenshots
This commit is contained in:
parent
dce833f3a2
commit
d2f7dce975
|
@ -6,29 +6,6 @@ Issue Tracker:https://github.com/AnySoftKeyboard/AnySoftKeyboard/issues
|
|||
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
|
||||
* 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
|
||||
* 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
|
||||
[http://f-droid.org/forums/topic/anysoftkeyboard-language-packs-layouts-plans/#post-6408
|
||||
forum topic].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
|
||||
|
@ -223,6 +200,9 @@ Build:1.8.735,2060
|
|||
|
||||
Maintainer Notes:
|
||||
* Generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list)
|
||||
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
Alternative on-screen keyboard for multiple languages.
|
||||
|
||||
* Multi-language keyboard support via external packages (English as standard)
|
||||
* Completion dictionaries for multiple languages
|
||||
* Multitouch support
|
||||
* 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
|
||||
* 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
|
||||
[http://f-droid.org/forums/topic/anysoftkeyboard-language-packs-layouts-plans/#post-6408
|
||||
forum topic].
|
|
@ -0,0 +1 @@
|
|||
Alternative keyboard
|
Loading…
Reference in a new issue