Skip to content
Snippets Groups Projects
  1. Jul 10, 2014
  2. Jul 08, 2014
  3. Jul 01, 2014
  4. Jun 27, 2014
  5. Jun 25, 2014
  6. Jun 26, 2014
  7. 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
  8. May 23, 2014
  9. May 19, 2014
  10. May 16, 2014
  11. Apr 02, 2014
  12. Jan 24, 2014
  13. Jan 23, 2014
  14. 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
  15. Aug 28, 2013
  16. Jun 24, 2013
  17. May 08, 2013
  18. May 07, 2013
  19. May 01, 2013
  20. 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
  21. Apr 10, 2013
  22. Apr 08, 2013
  23. Apr 05, 2013
  24. Mar 19, 2013
  25. Feb 12, 2013
    • Jean Chalard's avatar
      Cleanups · 1c5b2a41
      Jean Chalard authored
      Follow-up to Idc6f419a
      
      Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
      1c5b2a41
  26. Jan 21, 2013
  27. 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
  28. 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
  29. Oct 22, 2012
  30. Sep 27, 2012
  31. Sep 19, 2012
  32. Aug 21, 2012
  33. Aug 15, 2012
  34. 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
  35. Jul 10, 2012
Loading