Skip to content
Snippets Groups Projects
  1. Jul 17, 2014
  2. Jul 14, 2014
  3. Jul 13, 2014
  4. Jul 10, 2014
  5. Jul 08, 2014
  6. Jul 04, 2014
    • 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
  7. Jul 07, 2014
  8. 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
  9. Jul 01, 2014
  10. 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
  11. Jun 27, 2014
  12. Jul 01, 2014
  13. Jun 30, 2014
  14. Jun 27, 2014
  15. Jun 26, 2014
  16. Jun 25, 2014
  17. Jun 26, 2014
    • Jean Chalard's avatar
      Fix the build · c0748a19
      Jean Chalard authored
      That was a merge not well resolved by git >.>
      
      Change-Id: I3cd042d6a5206daf1e9942358405d647c67423dd
      c0748a19
    • Keisuke Kuroyanagi's avatar
      Fix build. · 6c7cebde
      Keisuke Kuroyanagi authored
      Change-Id: I5c6c0a9098c5a228ed82b208aa6f237a41f2f6cc
      6c7cebde
  18. Jun 25, 2014
Loading