summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/SpellChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where "SuggestionSpan"s are not removed properlySatoshi Kataoka2013-06-051-0/+35
* Fix an issue on changing the keyboard locale between spellchecking supported ...Satoshi Kataoka2012-12-061-6/+9
* Merge "Minor changes in SpellCheckSpan pool management in SpellChecker" into ...Gilles Debunne2012-05-151-8/+10
|\
| * Minor changes in SpellCheckSpan pool management in SpellCheckerGilles Debunne2012-05-091-8/+10
* | Allow the spell checker to remove existing misspelled spanssatok2012-05-111-0/+30
* | Add a safety net to set range span in the spell checkersatok2012-05-111-2/+12
* | Merge "Spell checker underlines words even when there are no suggestions" int...Gilles Debunne2012-05-091-10/+10
|\ \
| * | Spell checker underlines words even when there are no suggestionsGilles Debunne2012-05-081-10/+10
| |/
* | Not to add invalid spell check spanssatok2012-05-091-0/+3
|/
* DO NOT MERGE. Backport If36b8a69e7fa22e837c99d Fix the issue that the spell c...satok2012-05-071-34/+110
* Fix the boundary of the sentence level spell checksatok2012-04-261-4/+11
* Merge "Editor uses a SpanWatcher to track EasyEditSpans"Gilles Debunne2012-04-241-2/+3
|\
| * Editor uses a SpanWatcher to track EasyEditSpansGilles Debunne2012-04-231-2/+3
* | Fix the first boundary of the sentence level spell checksatok2012-04-231-2/+4
* | Optimize the timing to query sentence level spell checkingsatok2012-04-181-1/+23
* | Get rid of "isSentenceLevelSpellCheckSupported"satok2012-04-161-1/+1
|/
* Faster and simpler replace in SSB, take twoGilles Debunne2012-04-091-6/+7
* 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