summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/SpellChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Respect user settings for spell checking language if explicitly setsatok2011-11-101-2/+2
* Merge "Bug 5575396: close spell session on language change" into ics-mr1Gilles Debunne2011-11-091-6/+2
|\
| * Bug 5575396: close spell session on language changeGilles Debunne2011-11-071-6/+2
* | Turn off the spell checker when the spell checker is disabled in the settingssatok2011-11-031-3/+8
|/
* Spell checher's language synced with keyboard.Gilles Debunne2011-10-131-17/+56
* Merge "Bug 5385279: IOOB in createMisspelledSuggestionSpan"Gilles Debunne2011-10-121-0/+1
|\
| * Bug 5385279: IOOB in createMisspelledSuggestionSpanGilles Debunne2011-10-111-0/+1
* | Bug 5237623: word no longer underlined after replacementGilles Debunne2011-10-111-1/+0
|/
* 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