summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-01-27 04:02:47 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 23:42:56 +0200
commit027307ebdb6b75ec56f91416025d27a2a8bd0af9 (patch)
treea90adf28a487cf0df960317b1167ac085a5835ba
parent54698c03ade55a67638f470462efa0f3091cf05e (diff)
downloadandroid_packages_inputmethods_LatinIME-027307ebdb6b75ec56f91416025d27a2a8bd0af9.tar.gz
android_packages_inputmethods_LatinIME-027307ebdb6b75ec56f91416025d27a2a8bd0af9.tar.bz2
android_packages_inputmethods_LatinIME-027307ebdb6b75ec56f91416025d27a2a8bd0af9.zip
LatinIME: Add support for Australian English
* LatinIME: Add Australia wordlist Based of EN_GB while fixing up a few things. Change-Id: Ic9f01e0a260a0f4eb7c994a5ad4533a28e6d2af3
-rw-r--r--dictionaries/en_AU_wordlist.combined.gzbin0 -> 860311 bytes
-rw-r--r--java/res/xml/method.xml9
-rw-r--r--java/res/xml/spellchecker.xml4
3 files changed, 13 insertions, 0 deletions
diff --git a/dictionaries/en_AU_wordlist.combined.gz b/dictionaries/en_AU_wordlist.combined.gz
new file mode 100644
index 000000000..e08ff37b7
--- /dev/null
+++ b/dictionaries/en_AU_wordlist.combined.gz
Binary files differ
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml
index 39934fbb9..1848a66ea 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -36,6 +36,7 @@
de: German/qwertz
de_CH: German (Switzerland)/swiss
el: Greek/greek
+ en_AU: English (Australia)/qwerty
en_IN: English (India)/qwerty
en_US: English (United States)/qwerty
en_GB: English (Great Britain)/qwerty
@@ -118,6 +119,14 @@
android:isDefault="@bool/im_is_default"
android:supportsSwitchingToNextInputMethod="true">
<subtype android:icon="@drawable/ic_ime_switcher_dark"
+ android:label="@string/subtype_generic"
+ android:subtypeId="0xc9194f97"
+ android:imeSubtypeLocale="en_AU"
+ android:imeSubtypeMode="keyboard"
+ android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
+ android:isAsciiCapable="true"
+ />
+ <subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_en_US"
android:subtypeId="0xc9194f98"
android:imeSubtypeLocale="en_US"
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml
index df2b3d5a1..9f602f507 100644
--- a/java/res/xml/spellchecker.xml
+++ b/java/res/xml/spellchecker.xml
@@ -78,6 +78,10 @@
/>
<subtype
android:label="@string/subtype_generic"
+ android:subtypeLocale="en_AU"
+ />
+ <subtype
+ android:label="@string/subtype_generic"
android:subtypeLocale="fi"
/>
<subtype