Skip to content
Snippets Groups Projects
  1. Aug 22, 2014
  2. Jul 10, 2014
  3. 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
  4. Jul 01, 2014
  5. Jun 26, 2014
  6. May 23, 2014
  7. Apr 28, 2014
  8. Mar 28, 2014
  9. Mar 05, 2014
  10. Dec 26, 2013
  11. 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
  12. Dec 03, 2013
  13. Oct 07, 2013
    • Jean Chalard's avatar
      Remove suggestions when string contains a period · df33982f
      Jean Chalard authored
      This is not the right way to do it, but it's simple and will kill the
      regression. We should investigate why the return values are
      wrong in this case.
      
      Bug: 10780091
      Change-Id: I808727242c9cb1598df00a7426358dc3a658add4
      df33982f
  14. Aug 07, 2013
  15. Jun 24, 2013
  16. May 08, 2013
  17. May 01, 2013
  18. Apr 10, 2013
  19. Apr 05, 2013
  20. Apr 02, 2013
  21. Jan 21, 2013
  22. Jan 11, 2013
    • Jean Chalard's avatar
      Fix spell checker subtype list. · d8590857
      Jean Chalard authored
      Remove the subtypes that don't get a dictionary any more in AOSP.
      Also prepare for all downloadable-dictionary supported subtypes.
      
      Bug: 7673670
      Change-Id: I5b754a791233c270237b8f7e5e2208f7282ad294
      d8590857
  23. Dec 11, 2012
  24. Dec 04, 2012
    • Jean Chalard's avatar
      Fix wrong misspelling reports of fully capitalized words · 95bfb8ac
      Jean Chalard authored
      Two flavors of words would be wrongly reported as misspelled
      by the android spell checker when they are written in all
      upper case letters:
      - Words containing a quote or a dash or any other non-letter
      - Words that need the first letter to be capitalized
      
      Bug: 7659216
      Change-Id: Ibc5d261945ffcbb8a858d4c73b7c62cef6671abf
      95bfb8ac
  25. Oct 22, 2012
  26. Sep 27, 2012
  27. Sep 22, 2012
  28. Sep 20, 2012
  29. Aug 22, 2012
  30. Aug 17, 2012
    • Jean Chalard's avatar
      Remove the whitelist dictionary. · 46fc768e
      Jean Chalard authored
      The functionality now lives in the binary dictionary.
      
      This finalizes work on
      Bug: 6906525
      
      Change-Id: Id106d871e8afdf9afa886d2a30bea87ff89f2d24
      46fc768e
  31. Jul 10, 2012
  32. Jul 05, 2012
  33. Jul 04, 2012
  34. Jun 26, 2012
Loading