summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/SpellChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Optimization of the request of the sentence level spell check"satok2012-03-081-0/+4
|\
| * Optimization of the request of the sentence level spell checksatok2012-03-081-0/+4
* | Merge "Fix spell checker framework"satok2012-03-081-2/+2
|\ \ | |/
| * Fix spell checker frameworksatok2012-03-081-2/+2
* | Fix possible NPE in SpellCheckersatok2012-03-081-1/+7
|/
* Handle sentence level spell checking hidden APIssatok2012-03-011-84/+165
* Refactor sentence level spell checking APIssatok2012-02-221-2/+3
* Minor typo fixesGilles Debunne2012-02-131-1/+2
* Modified algorithm to remove duplicated suggestionsGilles Debunne2012-01-251-46/+5
* Do not spell check when the keyboard language is not supported by the current...satok2012-01-251-1/+2
* Re-synced MR1 and master for SpellCheckerGilles Debunne2011-12-121-19/+31
* am 7ffadba5: am 1fb90497: Merge "Text blinking cursor hard to see." into ics-mr1Gilles Debunne2011-12-121-1/+1
|\
| * Text blinking cursor hard to see.Gilles Debunne2011-12-121-1/+1
* | Fixed build after mergeGilles Debunne2011-12-121-1/+1
* | resolved conflicts for merge of 1742f20c to masterGilles Debunne2011-12-121-23/+46
|\ \ | |/
| * Performance improvements for long text edition.Gilles Debunne2011-12-081-14/+58
* | resolved conflicts for merge of 5371a165 to masterGilles Debunne2011-12-091-2/+4
|\ \ | |/
| * Limit created string size in Spell CheckerGilles Debunne2011-12-071-1/+4
* | resolved conflicts for merge of fb729202 to masterGilles Debunne2011-12-061-4/+9
|\ \ | |/
| * Merge "Invalidated bounds tightened in TextView" into ics-mr1Gilles Debunne2011-12-061-6/+8
| |\
| | * Invalidated bounds tightened in TextViewGilles Debunne2011-11-291-6/+8
| * | (de)activating spell check taken into account immediatelyGilles Debunne2011-12-011-10/+26
| |/
* | add sentence level spell checker hidden apissatok2011-11-221-0/+6
* | am 3628dafe: am 34bd5969: Merge "Respect user settings for spell checking lan...satok2011-11-101-2/+2
|\ \ | |/
| * 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
* | | Bug 5575396: close spell session on language changeMarco Nelissen2011-11-091-2/+1
* | | am 943f6d0b: Merge "Turn off the spell checker when the spell checker is disa...Ken Wakasa2011-11-041-3/+8
|\ \ \ | |/ /
| * | Turn off the spell checker when the spell checker is disabled in the settingssatok2011-11-031-3/+8
| |/
* | No threading issues in SpellChecker.Gilles Debunne2011-10-311-37/+39
* | Performance improvements for long text edition.Gilles Debunne2011-10-261-18/+42
|/
* 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