index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
SpellChecker.java
Age
Commit message (
Expand
)
Author
2021-05-25
Merge "Fix a bug in sentence detection when input is too long." into sc-dev
TreeHugger Robot
2021-05-21
Fix a bug in sentence detection when input is too long.
Qi Wang
2021-05-21
Fix a bug in SpellCheckSpan update logic.
Qi Wang
2021-04-26
Validate spell checker suggestions before applying.
Qi Wang
2021-04-20
Revert^2 "Introduce SpellCheckerSessionParams."
Kohsuke Yatoh
2021-04-20
Revert "Introduce SpellCheckerSessionParams."
Yi-yo Chiang
2021-04-17
Introduce SpellCheckerSessionParams.
Kohsuke Yatoh
2021-03-25
Fix the SuggestionSpan overwrite logic.
Qi Wang
2021-03-15
Add Executor param to TSM#newSpellCheckerSession().
Kohsuke Yatoh
2021-03-11
Respect sentence boundary when doing spell check.
Qi Wang
2021-02-03
Clean up: Remove mIsSentenceSpellCheckSupported since it is always true.
Chenxi Ni
2021-02-01
Fix InputConnection#performSpellCheck logic:
Chenxi Ni
2021-01-20
Add supportedAttributes param for spell checker.
Kohsuke Yatoh
2020-12-17
Add RESULT_ATTR_DONT_SHOW_UI_FOR_SUGGESTIONS.
Kohsuke Yatoh
2020-12-15
Add InputConnection#performSpellCheck().
Kohsuke Yatoh
2020-10-05
Add API to differentiate grammar suggestions.
Kohsuke Yatoh
2019-01-19
Introduce @hide TextView#setTextOperationUser()
Yohei Yukawa
2018-06-11
Lazily request spell checker session
Yohei Yukawa
2016-12-19
Expand characters temporarily skipped in spellchecking
Roozbeh Pournader
2015-03-11
Add a check for invalid spans being set by SpellChecker.
Roozbeh Pournader
2014-09-26
Defer spelling correction with apostrophe
Raph Levien
2014-06-30
Allow TextInfo to store ParcelableSpans for TextService
Yohei Yukawa
2014-03-27
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2014-02-07
Prevent SpellChecker from setting invalid range
Jay Shrauner
2013-06-05
Fix an issue where "SuggestionSpan"s are not removed properly
Satoshi Kataoka
2012-12-06
Fix an issue on changing the keyboard locale between spellchecking supported ...
Satoshi Kataoka
2012-05-15
Merge "Minor changes in SpellCheckSpan pool management in SpellChecker" into ...
Gilles Debunne
2012-05-11
Allow the spell checker to remove existing misspelled spans
satok
2012-05-11
Add a safety net to set range span in the spell checker
satok
2012-05-09
Merge "Spell checker underlines words even when there are no suggestions" int...
Gilles Debunne
2012-05-09
Minor changes in SpellCheckSpan pool management in SpellChecker
Gilles Debunne
2012-05-09
Not to add invalid spell check spans
satok
2012-05-08
Spell checker underlines words even when there are no suggestions
Gilles Debunne
2012-05-07
DO NOT MERGE. Backport If36b8a69e7fa22e837c99d Fix the issue that the spell c...
satok
2012-04-26
Fix the boundary of the sentence level spell check
satok
2012-04-24
Merge "Editor uses a SpanWatcher to track EasyEditSpans"
Gilles Debunne
2012-04-23
Editor uses a SpanWatcher to track EasyEditSpans
Gilles Debunne
2012-04-23
Fix the first boundary of the sentence level spell check
satok
2012-04-18
Optimize the timing to query sentence level spell checking
satok
2012-04-16
Get rid of "isSentenceLevelSpellCheckSupported"
satok
2012-04-09
Faster and simpler replace in SSB, take two
Gilles Debunne
2012-03-08
Merge "Optimization of the request of the sentence level spell check"
satok
2012-03-08
Optimization of the request of the sentence level spell check
satok
2012-03-08
Merge "Fix spell checker framework"
satok
2012-03-08
Fix spell checker framework
satok
2012-03-08
Fix possible NPE in SpellChecker
satok
2012-03-01
Handle sentence level spell checking hidden APIs
satok
2012-02-22
Refactor sentence level spell checking APIs
satok
2012-02-13
Minor typo fixes
Gilles Debunne
2012-01-25
Modified algorithm to remove duplicated suggestions
Gilles Debunne
[next]