Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Mar 12, 2015
    • Dan Zivkovic's avatar
      Remove ALS from LatinIME. · 107fb4c4
      Dan Zivkovic authored
      This fixes unit tests and brings us closer to a green build.
      
      Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
      107fb4c4
  3. Dec 11, 2014
  4. Nov 12, 2014
  5. Nov 09, 2014
  6. Oct 06, 2014
    • Jean Chalard's avatar
      [ML14] Forward the locale list to relevant places, again · bc051a56
      Jean Chalard authored
      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
      bc051a56
  7. Oct 03, 2014
  8. Aug 25, 2014
    • Jean Chalard's avatar
      Revert "Revert "[ML1] Introduce RichInputMethodSubtype"" · 85ddfe13
      Jean Chalard authored
      This reverts commit a63d0a8e.
      
      This patch seems to be fine after all, but was submitted without its companion [ML1.1] patch causing a build breakage. Reverting the revert and submitting both at the same time seems like the right thing to do.
      
      Change-Id: Ib8fefa40b74dcee0edb025a52dac9b35c82d49df
      85ddfe13
  9. Aug 22, 2014
  10. Apr 02, 2014
Loading