maiacore android keyboard app or something
 
 
 
 
Go to file
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
dictionaries Add the source for the Romanian dictionary 2014-08-18 12:49:56 +09:00
java [ML14] Forward the locale list to relevant places, again 2014-10-06 21:27:32 +09:00
java-overridable/src/com/android/inputmethod Add calls to stub for API to consume gesture data. 2014-10-03 15:01:34 +09:00
native Merge "Remove -fno-inline from profiling build." 2014-10-03 09:35:14 +00:00
tests [ML14] Forward the locale list to relevant places, again 2014-10-06 21:27:32 +09:00
tools Align a compat file for a change in native signature 2014-10-03 19:35:18 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00