Skip to content
Snippets Groups Projects
  1. Oct 29, 2014
  2. Oct 24, 2014
  3. Oct 21, 2014
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      This CL fixes the following compiler warnings.
      
      - Indirect access to static member
      - Access to a non-accessible member of an enclosing type
      - Parameter assignment
      - Method can be static
      - Local variable declaration hides another field or variable
      - Value of local variable is not used
      - Unused import
      - Unused private member
      - Unnecessary 'else' statement
      - Unnecessary declaration of throw exception
      - Redundant type arguments
      - Missing '@Override' annotation
      - Unused '@SuppressWarning' annotations
      
      Bug: 18003991
      Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
      5f00fe09
  4. Sep 29, 2014
  5. Sep 16, 2014
  6. Aug 27, 2014
  7. 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
  8. Aug 22, 2014
  9. Jul 10, 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 26, 2014
  13. May 23, 2014
  14. Apr 28, 2014
  15. Mar 28, 2014
  16. Mar 05, 2014
  17. Dec 26, 2013
  18. 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
  19. Dec 03, 2013
  20. 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
  21. Aug 07, 2013
  22. Jun 24, 2013
  23. May 08, 2013
  24. May 01, 2013
  25. Apr 10, 2013
  26. Apr 05, 2013
  27. Apr 02, 2013
  28. Jan 21, 2013
  29. 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
  30. Dec 11, 2012
  31. 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
  32. Oct 22, 2012
  33. Sep 27, 2012
  34. Sep 22, 2012
  35. Sep 20, 2012
Loading