Skip to content
Snippets Groups Projects
  1. Nov 07, 2014
  2. Oct 28, 2014
  3. Oct 23, 2014
  4. 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
  5. Sep 29, 2014
  6. Jul 10, 2014
  7. Jul 08, 2014
  8. Jul 01, 2014
  9. Jun 27, 2014
  10. Jun 25, 2014
  11. Jun 26, 2014
  12. 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
  13. May 23, 2014
  14. May 19, 2014
  15. May 16, 2014
  16. Apr 02, 2014
  17. Jan 24, 2014
  18. Jan 23, 2014
  19. 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
  20. Aug 28, 2013
  21. Jun 24, 2013
  22. May 08, 2013
  23. May 07, 2013
  24. May 01, 2013
  25. Apr 16, 2013
    • Jean Chalard's avatar
      Don't insert automatic spaces when text looks like a URL · 73ec85b8
      Jean Chalard authored
      This is about as ad-hoc as it gets, but then again, what we want
      is probably as ad-hoc as it gets.
      All URL boxes I know of double as search bars, and not adding
      automatic spaces there sucks (e.g. in Chrome URL bar).
      And in other boxes actually you don't want to add a space if
      it looks like a URL. QSB isn't even a search box, and it behaves
      like this.
      
      So I think this is actually the right answer to the problem.
      
      Bug: 7062925
      Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02
      73ec85b8
  26. Apr 10, 2013
  27. Apr 08, 2013
  28. Apr 05, 2013
  29. Mar 19, 2013
  30. Feb 12, 2013
    • Jean Chalard's avatar
      Cleanups · 1c5b2a41
      Jean Chalard authored
      Follow-up to Idc6f419a
      
      Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
      1c5b2a41
  31. Jan 21, 2013
  32. 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
  33. 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
  34. Oct 22, 2012
Loading