Skip to content
Snippets Groups Projects
  1. Jul 08, 2014
  2. Jul 07, 2014
  3. Jul 06, 2014
  4. Jul 07, 2014
  5. Jul 02, 2014
  6. Jul 04, 2014
  7. Jul 02, 2014
  8. Jul 07, 2014
  9. Jul 02, 2014
  10. Jul 07, 2014
  11. Jul 02, 2014
  12. Jul 07, 2014
  13. Jul 02, 2014
  14. Jul 07, 2014
  15. Jul 02, 2014
  16. Jul 07, 2014
  17. Jul 02, 2014
  18. Jul 07, 2014
    • Yohei Yukawa's avatar
      Ensure each character is coverted by at most one LocaleSpan · ece4548e
      Yohei Yukawa authored
      This is a groundwork to attach LocaleSpan for committed text
      in LatinIME.
      
      This CL adds a utility method to ensure that a given range
      of the text is coverted by at most one LocaleSpan.  Of course
      it could be possible to allow a substring to be coverted by
      multiple LocaleSpans at the same time, but ensuring uniqueness
      for LocaleSpan is supposed to be a good starting point.
      
      BUG: 16029304
      Change-Id: Ic33a7178d0df1f05d3626aeb5773ec902254703f
      ece4548e
  19. Jul 02, 2014
  20. Jul 04, 2014
    • Yohei Yukawa's avatar
      Add compatibility utility class for LocaleSpan · a92fead2
      Yohei Yukawa authored
      This is a groundwork for enabling LocaleSpan support.
      LocaleSpan is available in API Level 17 and later. We need some
      abstraction layer as usual.
      
      BUG: 16029304
      Change-Id: Iead1afdc540216edb1b17f91a40d9edb2e790168
      a92fead2
    • Yohei Yukawa's avatar
      Remove dead code to fix test failure due to NoSuchMethodError · 73065b77
      Yohei Yukawa authored
      This CL removes following methods from StringUtils, which are
      no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3.
      - #joinCommaSplittableText
      - #appendToCommaSplittableTextIfNotExists
      
      BUG: 16000850
      Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5
      73065b77
    • 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
  21. Jul 02, 2014
  22. Jul 07, 2014
  23. Jul 02, 2014
Loading