diff options
| -rw-r--r-- | src/main/play/contactEmail | 1 | ||||
| -rw-r--r-- | src/main/play/contactPhone | 0 | ||||
| -rw-r--r-- | src/main/play/contactWebsite | 1 | ||||
| -rw-r--r-- | src/main/play/defaultLanguage | 1 | ||||
| -rw-r--r-- | src/main/play/en-US/listing/fulldescription | 24 | ||||
| -rw-r--r-- | src/main/play/en-US/listing/shortdescription | 1 | ||||
| -rw-r--r-- | src/main/play/en-US/listing/title | 1 | ||||
| -rw-r--r-- | src/main/play/en-US/listing/video | 0 | ||||
| -rw-r--r-- | src/main/play/en-US/whatsnew | 3 |
9 files changed, 32 insertions, 0 deletions
diff --git a/src/main/play/contactEmail b/src/main/play/contactEmail new file mode 100644 index 000000000..e0c0afafb --- /dev/null +++ b/src/main/play/contactEmail @@ -0,0 +1 @@ +ask@evendanan.net
\ No newline at end of file diff --git a/src/main/play/contactPhone b/src/main/play/contactPhone new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/main/play/contactPhone diff --git a/src/main/play/contactWebsite b/src/main/play/contactWebsite new file mode 100644 index 000000000..cd5cba56a --- /dev/null +++ b/src/main/play/contactWebsite @@ -0,0 +1 @@ +https://plus.google.com/communities/106050362696748221135
\ No newline at end of file diff --git a/src/main/play/defaultLanguage b/src/main/play/defaultLanguage new file mode 100644 index 000000000..f2b0341fe --- /dev/null +++ b/src/main/play/defaultLanguage @@ -0,0 +1 @@ +en-US
\ No newline at end of file diff --git a/src/main/play/en-US/listing/fulldescription b/src/main/play/en-US/listing/fulldescription new file mode 100644 index 000000000..8b4c98309 --- /dev/null +++ b/src/main/play/en-US/listing/fulldescription @@ -0,0 +1,24 @@ +Any Soft Keyboard is an on screen keyboard with multiple languages support. +This is one of the most customizable keyboards available. + +To activate: Launch 'AnySoftKeyboard Settings' App, and follow the instructions. + +Main features: +* Multi languages keyboard support via external packages. +* Completion dictionaries for multiple languages. +* Also completes your typed words from you contacts names (in Android 2.0+)! +* And, learns your typing behavior to provide next-word prediction. +* Multi-Touch support. +* Extension keyboard (swipe your finger all the way up out of the keyboard). +* Voice Input support (Android 2.2+). +* Compact/Phablet Mode. +* Gesture support: +** Swipe left or right to switch layouts +** Swipe up to shift +** Swipe down to close the keyboard. +* Theme support (comes with a few built-in skins). +* Build-in user dictionary words editor. +* Build-in abbreviations dictionary: create shortcuts for words and sentences. +* And many more features! + +Support at: https://plus.google.com/communities/106050362696748221135
\ No newline at end of file diff --git a/src/main/play/en-US/listing/shortdescription b/src/main/play/en-US/listing/shortdescription new file mode 100644 index 000000000..731ea38a7 --- /dev/null +++ b/src/main/play/en-US/listing/shortdescription @@ -0,0 +1 @@ +We live in a world full of languages. Why not use a multi-lingual keyboard?
\ No newline at end of file diff --git a/src/main/play/en-US/listing/title b/src/main/play/en-US/listing/title new file mode 100644 index 000000000..ac45e0b50 --- /dev/null +++ b/src/main/play/en-US/listing/title @@ -0,0 +1 @@ +AnySoftKeyboard
\ No newline at end of file diff --git a/src/main/play/en-US/listing/video b/src/main/play/en-US/listing/video new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/main/play/en-US/listing/video diff --git a/src/main/play/en-US/whatsnew b/src/main/play/en-US/whatsnew new file mode 100644 index 000000000..58f32c7c4 --- /dev/null +++ b/src/main/play/en-US/whatsnew @@ -0,0 +1,3 @@ +* Build mechanism improvements. + +More here: https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestones/1.7-r2
\ No newline at end of file |
