summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SpellChecker.java
AgeCommit message (Expand)Author
2021-05-25Merge "Fix a bug in sentence detection when input is too long." into sc-devTreeHugger Robot
2021-05-21Fix a bug in sentence detection when input is too long.Qi Wang
2021-05-21Fix a bug in SpellCheckSpan update logic.Qi Wang
2021-04-26Validate spell checker suggestions before applying.Qi Wang
2021-04-20Revert^2 "Introduce SpellCheckerSessionParams."Kohsuke Yatoh
2021-04-20Revert "Introduce SpellCheckerSessionParams."Yi-yo Chiang
2021-04-17Introduce SpellCheckerSessionParams.Kohsuke Yatoh
2021-03-25Fix the SuggestionSpan overwrite logic.Qi Wang
2021-03-15Add Executor param to TSM#newSpellCheckerSession().Kohsuke Yatoh
2021-03-11Respect sentence boundary when doing spell check.Qi Wang
2021-02-03Clean up: Remove mIsSentenceSpellCheckSupported since it is always true.Chenxi Ni
2021-02-01Fix InputConnection#performSpellCheck logic:Chenxi Ni
2021-01-20Add supportedAttributes param for spell checker.Kohsuke Yatoh
2020-12-17Add RESULT_ATTR_DONT_SHOW_UI_FOR_SUGGESTIONS.Kohsuke Yatoh
2020-12-15Add InputConnection#performSpellCheck().Kohsuke Yatoh
2020-10-05Add API to differentiate grammar suggestions.Kohsuke Yatoh
2019-01-19Introduce @hide TextView#setTextOperationUser()Yohei Yukawa
2018-06-11Lazily request spell checker sessionYohei Yukawa
2016-12-19Expand characters temporarily skipped in spellcheckingRoozbeh Pournader
2015-03-11Add a check for invalid spans being set by SpellChecker.Roozbeh Pournader
2014-09-26Defer spelling correction with apostropheRaph Levien
2014-06-30Allow TextInfo to store ParcelableSpans for TextServiceYohei Yukawa
2014-03-27Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski
2014-02-07Prevent SpellChecker from setting invalid rangeJay Shrauner
2013-06-05Fix an issue where "SuggestionSpan"s are not removed properlySatoshi Kataoka
2012-12-06Fix an issue on changing the keyboard locale between spellchecking supported ...Satoshi Kataoka
2012-05-15Merge "Minor changes in SpellCheckSpan pool management in SpellChecker" into ...Gilles Debunne
2012-05-11Allow the spell checker to remove existing misspelled spanssatok
2012-05-11Add a safety net to set range span in the spell checkersatok
2012-05-09Merge "Spell checker underlines words even when there are no suggestions" int...Gilles Debunne
2012-05-09Minor changes in SpellCheckSpan pool management in SpellCheckerGilles Debunne
2012-05-09Not to add invalid spell check spanssatok
2012-05-08Spell checker underlines words even when there are no suggestionsGilles Debunne
2012-05-07DO NOT MERGE. Backport If36b8a69e7fa22e837c99d Fix the issue that the spell c...satok
2012-04-26Fix the boundary of the sentence level spell checksatok
2012-04-24Merge "Editor uses a SpanWatcher to track EasyEditSpans"Gilles Debunne
2012-04-23Editor uses a SpanWatcher to track EasyEditSpansGilles Debunne
2012-04-23Fix the first boundary of the sentence level spell checksatok
2012-04-18Optimize the timing to query sentence level spell checkingsatok
2012-04-16Get rid of "isSentenceLevelSpellCheckSupported"satok
2012-04-09Faster and simpler replace in SSB, take twoGilles Debunne
2012-03-08Merge "Optimization of the request of the sentence level spell check"satok
2012-03-08Optimization of the request of the sentence level spell checksatok
2012-03-08Merge "Fix spell checker framework"satok
2012-03-08Fix spell checker frameworksatok
2012-03-08Fix possible NPE in SpellCheckersatok
2012-03-01Handle sentence level spell checking hidden APIssatok
2012-02-22Refactor sentence level spell checking APIssatok
2012-02-13Minor typo fixesGilles Debunne
2012-01-25Modified algorithm to remove duplicated suggestionsGilles Debunne