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
/
view
/
textservice
/
SpellCheckerSession.java
Age
Commit message (
Expand
)
Author
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-15
Add Executor param to TSM#newSpellCheckerSession().
Kohsuke Yatoh
2021-03-13
InputMethodInfo attr to suppress spell checker.
Kohsuke Yatoh
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-01-18
Plumb Context#mUser to TextServicesManager to TextServicesManagerService
Yohei Yukawa
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-03-21
Fix confusing Log.e message in SpellCheckerSession
Yohei Yukawa
2017-04-26
SpellCheckerSession: Fix brittle finalizer pattern.
Narayan Kamath
2017-01-29
Minor code clean-ups with no behavior change
Yohei Yukawa
2016-10-12
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2015-06-16
Fix debug log for SpellCheckerSessionListenerImpl#TASK_CANCEL
Yohei Yukawa
2015-06-16
Fix a reference leak in SpellCheckerSessionListenerImpl.
Yohei Yukawa
2015-06-03
Use final in favor of initialization safety.
Seigo Nonaka
2014-05-30
Null check for sentence level spell checking method.
Keisuke Kuroyanagi
2012-04-16
Get rid of "isSentenceLevelSpellCheckSupported"
satok
2012-04-06
Supplement for I772164d9c67e95876c228efcce2
satok
2012-03-29
Take sentence-level spell checking APIs public
satok
2012-03-08
Fix spell checker framework
satok
2012-03-01
Handle sentence level spell checking hidden APIs
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-17
Clean up the spell checker framework
satok
2011-11-10
Introduce an API to cancel pending/running spell check tasks
satok
2011-11-03
Fix a memory leak of a Binder in SpellCheckerService
satok
2011-10-20
Fix a warning from the binder.
Jean Chalard
2011-10-18
Add documents for the spell checker framework and the input method subtype
satok
2011-08-04
API cleanup for the spell checker framework
satok
2011-08-02
Move SpellCheckerSession
satok