summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-01-27 04:02:47 +0200
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 22:09:39 +0200
commit82b745c397b1b34f32f7495f3a7cbac4f42fe278 (patch)
tree2a62e578b4ab458769344dd5246406a2dbb6e602
parentad616c939d5d6edf87e91b361a1f5a4f3ebec029 (diff)
downloadandroid_packages_inputmethods_LatinIME-82b745c397b1b34f32f7495f3a7cbac4f42fe278.tar.gz
android_packages_inputmethods_LatinIME-82b745c397b1b34f32f7495f3a7cbac4f42fe278.tar.bz2
android_packages_inputmethods_LatinIME-82b745c397b1b34f32f7495f3a7cbac4f42fe278.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 3ab254307..3f06b3366 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
@@ -117,6 +118,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"