Skip to content
Snippets Groups Projects
  1. 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
    • 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
  2. Jul 01, 2014
  3. 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
  4. Jun 27, 2014
  5. Jul 01, 2014
  6. Jun 30, 2014
  7. Jun 27, 2014
  8. Jun 26, 2014
  9. Jun 25, 2014
  10. 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
  11. Jun 25, 2014
  12. Jun 26, 2014
    • Jean Chalard's avatar
      [HW1] Fix some bugs with event handling · 09291050
      Jean Chalard authored
      With hardware events, we do have some events that
      have both a keycode and a code point, so we need
      a better way of distinguishing between auto-insert
      keystrokes and others.
      
      Change-Id: Ia23042989b4dca9d3a7d4a4c06bcebdabe324a7a
      09291050
    • Jean Chalard's avatar
      [CS4] Remove useless tests and processing · b740886a
      Jean Chalard authored
      Since we have a de-duped and transformed collection, we
      can just read from it instead of computing it separately.
      
      Bug: 13238601
      Change-Id: I0aa4b0d91d3b350f9449e13658bfb587fc538764
      b740886a
  13. Jun 25, 2014
  14. Jun 24, 2014
  15. Jun 26, 2014
  16. Jun 25, 2014
  17. Jun 24, 2014
Loading