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
/
TextServicesManager.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-18
Merge "Add Executor param to TSM#newSpellCheckerSession()." into sc-dev
TreeHugger Robot
2021-03-18
Return an empty list instead of null.
Kohsuke Yatoh
2021-03-15
Add Executor param to TSM#newSpellCheckerSession().
Kohsuke Yatoh
2021-03-13
InputMethodInfo attr to suppress spell checker.
Kohsuke Yatoh
2021-03-09
Update TextServicesManager API.
Kohsuke Yatoh
2021-02-01
API: Suppress existing NullableCollections lints (S edition)
Adrian Roos
2021-01-20
Add supportedAttributes param for spell checker.
Kohsuke Yatoh
2021-01-19
Public some APIs in TextServicesManager for spell checker
Lan Wei
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
2020-09-23
Expose spell checker settings for testing.
Kohsuke Yatoh
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-01-18
Plumb Context#mUser to TextServicesManager to TextServicesManagerService
Yohei Yukawa
2019-01-10
Support per-profile IME behind the flag
Yohei Yukawa
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-06-17
Remove unused parameter from TSMS IPC
Yohei Yukawa
2018-03-01
Re-enable cross-profile use of spell checker APIs
Yohei Yukawa
2017-06-29
Remove the internal APIs of TSM to change spell checker settings
Guliz Tuncay
2017-06-05
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-01-29
Minor code clean-ups with no behavior change
Yohei Yukawa
2016-08-11
Avoid caching services with missing binders.
Jeff Sharkey
2014-07-18
Fix broken locale related assumptions in TextServicesManager.
Narayan Kamath
2012-10-12
Don't update the text services locale in the main thread
Satoshi Kataoka
2012-07-25
Fix several cases of broken droiddoc syntax
Jeff Smith
2012-05-30
Fix locale in TextServicesManagerService
Satoshi Kataoka
2011-11-22
add sentence level spell checker hidden apis
satok
2011-10-18
Add documents for the spell checker framework and the input method subtype
satok
2011-09-22
Fix comment
Ken Wakasa
2011-08-31
Add a functionality to disable the spell checker
satok
2011-08-31
Improve the fallback of the locale of the spell checker
satok
2011-08-26
Fix newSpellCheckerSession
satok
2011-08-26
Support system locale as the locale of the spell checkers
satok
2011-08-26
Fix NPE in setCurrentSpellCheckerSubtype
satok
2011-08-26
Fix setCurrentSpellCheckerSubtype
satok
2011-08-25
Add functions to enable / disable spell checker
satok
2011-08-24
Add functions to set / get SpellCheckerSubtype
satok
2011-08-04
API cleanup for the spell checker framework
satok
2011-08-02
Merge "Move SpellCheckerSession"
satok
2011-08-02
Move SpellCheckerSession
satok
2011-08-02
Change SpellCheckerInfo IPC inputs to String
satok
2011-08-02
Add a method to set the current spell checker
satok
2011-07-26
[step9] Add logging code for text services
satok
2011-07-25
[Step 2] Add apis for spell checker settings
satok
2011-07-23
Tweak APIs for SpellChecker
satok
2011-07-22
Create TextServiceManager and SpellCheckerService
satok