summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SpellChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Send TYPE_VIEW_TEXT_CHANGED a11y event when SuggestionSpan is addedyingleiw2021-11-171-3/+20
* Merge "Fix a bug in sentence detection when input is too long." into sc-devTreeHugger Robot2021-05-251-2/+2
|\
| * Fix a bug in sentence detection when input is too long.Qi Wang2021-05-211-2/+2
* | Fix a bug in SpellCheckSpan update logic.Qi Wang2021-05-211-6/+12
|/
* Validate spell checker suggestions before applying.Qi Wang2021-04-261-1/+4
* Revert^2 "Introduce SpellCheckerSessionParams."Kohsuke Yatoh2021-04-201-3/+6
* Revert "Introduce SpellCheckerSessionParams."Yi-yo Chiang2021-04-201-6/+3
* Introduce SpellCheckerSessionParams.Kohsuke Yatoh2021-04-171-3/+6
* Fix the SuggestionSpan overwrite logic.Qi Wang2021-03-251-27/+31
* Add Executor param to TSM#newSpellCheckerSession().Kohsuke Yatoh2021-03-151-6/+6
* Respect sentence boundary when doing spell check.Qi Wang2021-03-111-56/+193
* Clean up: Remove mIsSentenceSpellCheckSupported since it is always true.Chenxi Ni2021-02-031-198/+100
* Fix InputConnection#performSpellCheck logic:Chenxi Ni2021-02-011-23/+35
* Add supportedAttributes param for spell checker.Kohsuke Yatoh2021-01-201-1/+5
* Add RESULT_ATTR_DONT_SHOW_UI_FOR_SUGGESTIONS.Kohsuke Yatoh2020-12-171-1/+6
* Add InputConnection#performSpellCheck().Kohsuke Yatoh2020-12-151-0/+21
* Add API to differentiate grammar suggestions.Kohsuke Yatoh2020-10-051-3/+13
* Introduce @hide TextView#setTextOperationUser()Yohei Yukawa2019-01-191-5/+7
* Lazily request spell checker sessionYohei Yukawa2018-06-111-2/+3
* Expand characters temporarily skipped in spellcheckingRoozbeh Pournader2016-12-191-8/+9
* Add a check for invalid spans being set by SpellChecker.Roozbeh Pournader2015-03-111-5/+1
* Defer spelling correction with apostropheRaph Levien2014-09-261-2/+8
* Allow TextInfo to store ParcelableSpans for TextServiceYohei Yukawa2014-06-301-9/+6
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-14/+7
* Prevent SpellChecker from setting invalid rangeJay Shrauner2014-02-071-1/+5
* 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