summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-01-27 04:02:47 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-01-27 21:17:54 +0000
commitdd0eaabfc2c469a7327496cfe80f5013a5e2909f (patch)
treec2173d9a4b41dc3bf4c5b9a6b1d55e7816a3aecf
parent227f0b755c5268a251589436ef8e0d34ab5a70ef (diff)
downloadandroid_packages_inputmethods_LatinIME-dd0eaabfc2c469a7327496cfe80f5013a5e2909f.tar.gz
android_packages_inputmethods_LatinIME-dd0eaabfc2c469a7327496cfe80f5013a5e2909f.tar.bz2
android_packages_inputmethods_LatinIME-dd0eaabfc2c469a7327496cfe80f5013a5e2909f.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
2 files changed, 9 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 4f8efa8d6..86be15683 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -35,6 +35,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
@@ -115,6 +116,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"