Skip to content
Snippets Groups Projects
  1. Jul 17, 2014
  2. Jul 14, 2014
  3. Jul 13, 2014
  4. Jul 10, 2014
  5. Jul 09, 2014
  6. Jul 08, 2014
  7. Jul 04, 2014
  8. Jul 08, 2014
  9. 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
  10. 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
  11. Jul 08, 2014
  12. Jul 07, 2014
  13. Jul 04, 2014
    • Yohei Yukawa's avatar
      Restore additional subtypes when the package is updated · 052ec62a
      Yohei Yukawa authored
      With this CL, Intent#ACTION_MY_PACKAGE_REPLACED will
      not only update the visibility of the setup activity but
      also reconstruct additional subtypes.
      
      This is important because the system always removes all
      the additional subtypes whenever the package is updated.
      
      BUG: 15890448
      Change-Id: Ic36ea68f50b1ac89b4cbd268ee53f9a5e5d60afd
      052ec62a
  14. Jul 01, 2014
  15. Jun 30, 2014
    • Jean Chalard's avatar
      [SD5] Remove useless args · 1d300239
      Jean Chalard authored
      Bug: 15840116
      Change-Id: Ib3380cfc9d343c6f8953bba03af3801142bc3bdb
      1d300239
    • Jean Chalard's avatar
      [SD4] Restart suggestions on language change · 6345562e
      Jean Chalard authored
      ...otherwise we can't recompute the composition when we
      change scripts.
      
      This also fixes when we register that we need to take note
      that the current subtype was used. Luckily this is a good
      occasion for some cleanup that I've wanted to do for some
      time: use InputTransaction for onTextInput (with the goal
      to ultimately remove it entirely)
      
      Bug: 15840116
      Change-Id: Ie4f4f9157b66b79237eeb3db75535803124d3e19
      6345562e
    • Jean Chalard's avatar
      [CS6] Cut out methods to clarify what we are doing · e5a8615d
      Jean Chalard authored
      Bug: 13238601
      Change-Id: I99cc62e91b1e89130358fded572987023d919507
      e5a8615d
  16. Jun 27, 2014
Loading