Skip to content
Snippets Groups Projects
  1. Apr 02, 2014
  2. Jan 24, 2014
  3. Jan 23, 2014
  4. 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
  5. Aug 28, 2013
  6. Jun 24, 2013
  7. May 08, 2013
  8. May 07, 2013
  9. May 01, 2013
  10. 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
  11. Apr 10, 2013
  12. Apr 08, 2013
  13. Apr 05, 2013
  14. Mar 19, 2013
  15. Feb 12, 2013
    • Jean Chalard's avatar
      Cleanups · 1c5b2a41
      Jean Chalard authored
      Follow-up to Idc6f419a
      
      Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
      1c5b2a41
  16. Jan 21, 2013
  17. 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
  18. 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
  19. Oct 22, 2012
  20. Sep 27, 2012
  21. Sep 19, 2012
  22. Aug 21, 2012
  23. Aug 15, 2012
  24. Aug 14, 2012
    • Jean Chalard's avatar
      Preemptive anti-deadlock device · e30c0580
      Jean Chalard authored
      We don't know of any actual bug in the implementation of the
      pool that may result in a deadlock, but this still implements
      a means out of a deadlock if one ever arises anyway. It's
      meant to improve the resilience of the spell checker.
      
      Bug: 5441027
      Change-Id: I689491090792dbb89110ee56631965c5bb2dc712
      e30c0580
  25. Jul 10, 2012
Loading