summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/SpellChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 5437846: Crash in SpellCheckerGilles Debunne2011-10-101-41/+46
* Bug 5250788: LatinIME slows down as amount of Text increasesGilles Debunne2011-10-071-24/+191
* Optimisations and bugs in SpellCheckerGilles Debunne2011-10-031-4/+5
* Bug 5384674: When only one suggestion is returned, it is displayed twiceGilles Debunne2011-09-301-24/+66
* Merge "Bug 5384535: Underline for typo even if there are no suggestions"Gilles Debunne2011-09-301-12/+10
|\
| * Bug 5384535: Underline for typo even if there are no suggestionsGilles Debunne2011-09-291-12/+10
* | Use user's settings for the spell check language instead of the system localesatok2011-09-301-1/+3
|/
* Too many SpellCheckSpans are created.Gilles Debunne2011-09-271-76/+34
* Bug 5248215: Even though I turned off the Spelling correction, it still shows upGilles Debunne2011-09-231-0/+14
* Revert "Bug 5248215: Even though I turned off the Spelling correction, it sti...Gilles Debunne2011-09-211-14/+0
* Bug 5248215: Even though I turned off the Spelling correction, it still shows upGilles Debunne2011-09-191-0/+14
* Using ListView for Suggestion popup windowGilles Debunne2011-08-311-5/+19
* Bug 5218421: new NPE is SpellChecker when using Japanese languageGilles Debunne2011-08-291-0/+2
* Bug 5218421. Spell check crash with Japanese charactersGilles Debunne2011-08-261-1/+1
* Spell checking in TextViewsGilles Debunne2011-08-231-0/+226