LatinIME/java
Jean Chalard bc051a561f [ML14] Forward the locale list to relevant places, again
Diff:
+++ b/java/src/com/android/inputmethod/keyboard/internal/KeyboardBuilder.java
@@ -735,7 +735,7 @@ public class KeyboardBuilder<KP extends KeyboardParams> {

     private boolean matchLocaleCodes(TypedArray caseAttr, final Locale[] locales) {
         // TODO: adujst this for multilingual input
-        return matchString(caseAttr, R.styleable.Keyboard_Case_languageCode, locales[0].toString());
+        return matchString(caseAttr, R.styleable.Keyboard_Case_localeCode, locales[0].toString());
     }

     private boolean matchLanguageCodes(TypedArray caseAttr, Locale[] locales) {

Change-Id: Icefac18dd6d5fea97f591177cf8df1ba6de7f4f0
2014-10-06 21:27:32 +09:00
..
res Merge "Import translations. DO NOT MERGE" 2014-10-05 17:53:52 +00:00
src/com/android/inputmethod [ML14] Forward the locale list to relevant places, again 2014-10-06 21:27:32 +09:00
Android.mk DO NOT MERGE: Abolish source code overlay and introduce overridable src dir 2014-08-20 02:56:09 +00:00
AndroidManifest.xml Add the sync related permissions to LatinIme too 2014-09-25 10:30:31 -07:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Rename PrevWordsInfo to NgramContext. 2014-09-29 10:52:18 +09:00