Skip to content
Snippets Groups Projects
  1. Sep 16, 2014
  2. Aug 27, 2014
  3. Aug 25, 2014
    • Jean Chalard's avatar
      Revert "Revert "[ML1] Introduce RichInputMethodSubtype"" · 85ddfe13
      Jean Chalard authored
      This reverts commit a63d0a8e.
      
      This patch seems to be fine after all, but was submitted without its companion [ML1.1] patch causing a build breakage. Reverting the revert and submitting both at the same time seems like the right thing to do.
      
      Change-Id: Ib8fefa40b74dcee0edb025a52dac9b35c82d49df
      85ddfe13
  4. Aug 22, 2014
  5. Jul 28, 2014
  6. Jul 20, 2014
    • Yohei Yukawa's avatar
      Use CharSequence for spell checker to keep spans preserved · 86f36003
      Yohei Yukawa authored
      This is a ground work to take per word locale information into
      consideration in the spell checker. This CL is supposed to change
      no user visible behavior.
      
      With this CL, the spell checker session is able to read span
      information if necessary.
      
      BUG: 16029304
      Change-Id: Icb1e1ecdf40fe0445e14565b685b1b878b746210
      86f36003
  7. Jul 16, 2014
  8. Jul 10, 2014
  9. Jul 08, 2014
  10. 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
  11. Jul 01, 2014
  12. Jun 27, 2014
  13. Jun 25, 2014
  14. Jun 26, 2014
  15. Jun 10, 2014
    • Jean Chalard's avatar
      Special case periods in the spell checker · 4863a065
      Jean Chalard authored
      Special case <valid word>.<valid word> to send as a suggestion
      the same string where the periods is replaced by a space.
      
      Bug: 10780091
      Change-Id: I43c94675977f9ab5d7ee5671486cb742b39f3974
      4863a065
    • Jean Chalard's avatar
      Remove mPrevWordsInfo · 367c199d
      Jean Chalard authored
      This member has outlived its usefulness. It's not clear now that it
      makes things really faster, but it does bring a lot of complexity
      that we can avoid by removing it.
      
      Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
      367c199d
  16. Jun 09, 2014
  17. May 23, 2014
  18. May 19, 2014
  19. May 16, 2014
  20. Apr 28, 2014
  21. Apr 02, 2014
  22. Mar 28, 2014
  23. Mar 05, 2014
  24. Jan 24, 2014
  25. Jan 23, 2014
  26. Dec 26, 2013
  27. Dec 20, 2013
  28. Dec 13, 2013
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  29. Dec 06, 2013
  30. Dec 03, 2013
Loading