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
/
service
/
textservice
/
SpellCheckerService.java
Age
Commit message (
Expand
)
Author
2021-04-16
Fix a bug in SpellCheckerService.
Qi Wang
2021-01-20
Add supportedAttributes param for spell checker.
Kohsuke Yatoh
2017-02-08
Avoid sync IPCs from TSMS to SpellCheckerService
Yohei Yukawa
2014-07-10
Spans should be preserved in TextInfo whenever possible
Yohei Yukawa
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2012-05-07
Spell check the first word of the sentence
satok
2012-04-16
Get rid of "isSentenceLevelSpellCheckSupported"
satok
2012-03-29
Add document to SpellCheckerService
satok
2012-03-29
Take sentence-level spell checking APIs public
satok
2012-02-22
Refactor sentence level spell checking APIs
satok
2011-12-13
resolved conflicts for merge of a80bab37 to master
Dianne Hackborn
2011-12-13
Fix issue #5756204: Crespo IME briefly appears shortened when...
Dianne Hackborn
2011-11-22
add sentence level spell checker hidden apis
satok
2011-11-03
Fix a memory leak of a Binder in SpellCheckerService
satok
2011-10-18
Add documents for the spell checker framework and the input method subtype
satok
2011-09-02
Make the spell checker session static
satok
2011-08-04
API cleanup for the spell checker framework
satok
2011-07-29
Handle the existing binds to spell checkers correctly.
satok
2011-07-25
[step4] Change service interface
satok
2011-07-22
Create TextServiceManager and SpellCheckerService
satok