Skip to content
Snippets Groups Projects
  1. Aug 06, 2014
  2. Jul 28, 2014
  3. Jul 04, 2014
    • Yohei Yukawa's avatar
      Additional subtype ID should be independent of OS-version · 3895d7f8
      Yohei Yukawa authored
      This CL consolidates the initialization logic for additional
      subtypes so that each additional subtypes can have predictable
      subtype ID regardless of OS version.
      
      Previously subtype IDs for additional subtypes are calculated
      differently depending on the running OS version with hoping it
      minimizes the risk of compatibility issues.  However, it is
      getting harder and harder to maintain slightly different
      logic between OSes. Thus we decided to unify the logic into
      that in KitKat even though it may causes some breaking changes.
      
      Note that the actual extra values that are used to instantiate
      InputMethodSubtype object are still determined on the fly
      depending on the running OS version. However these actual
      extra values are no longer used for the subtype ID calculation.
      
      BUG: 16000850
      Change-Id: Id3c262386a7bc7ed75966b1395a50171abe550d3
      3895d7f8
  4. May 23, 2014
  5. Apr 04, 2014
  6. Feb 17, 2014
  7. Jul 24, 2013
  8. Jul 22, 2013
  9. Jun 24, 2013
  10. Feb 05, 2013
  11. Jan 24, 2013
  12. Jan 23, 2013
  13. Jan 21, 2013
  14. Jan 09, 2013
  15. Jan 07, 2013
  16. Nov 28, 2012
  17. Nov 19, 2012
    • Tadashi G. Takaoka's avatar
      Add Spanish United States keyboard · 76d4ffee
      Tadashi G. Takaoka authored
      The subtype locale name on the spacebar will be suppressed when only
      one subtype is enabled and
       - Subtype locale is equal to the system locale.
      or
       - Subtype language is equal to the system language but the subtype is
         implicitly enabled.
      
      Thus the "es_ES" system locale chooses "es" subtype keyboard
      implicitly but the keyboard doesn't have the subtype name on its
      spacebar.
      
      This change also removes Spanish Latin America keyboard.
      
      Bug: 7531804
      Change-Id: Ib929e8235d643c0ba039eb010e18ab721a734e15
      76d4ffee
    • Tadashi G. Takaoka's avatar
      Add Spanish United States keyboard (DO NOT MERGE) · fd1267e3
      Tadashi G. Takaoka authored
      Bug: 7531804
      Change-Id: Idd66ee30e5228260540308a97c930185b48e775f
      fd1267e3
  18. Nov 12, 2012
  19. Sep 27, 2012
  20. Sep 04, 2012
  21. Aug 22, 2012
  22. May 17, 2012
  23. May 16, 2012
  24. May 15, 2012
  25. Apr 26, 2012
    • Tadashi G. Takaoka's avatar
      Fix "no language" subtype name (DO NOT MERGE) · 27b42ced
      Tadashi G. Takaoka authored
      * Move SubtypeLocale.get{Full,Middle,Short}DisplayName() to
        LatinLeyboardView and add unit tests (SpacebarTextTests).
      * Add SubtypeLocale.getSubtypeDisplayName()
      
      This is a cherry-pick of I57420c6a from Master.
      
      Bug: 6393865
      Change-Id: I68748189c17c73984ac4ae05a5a40fb54bf46453
      27b42ced
  26. Apr 25, 2012
  27. Apr 24, 2012
  28. Apr 23, 2012
  29. Apr 20, 2012
  30. Apr 19, 2012
Loading