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
/
services
/
java
/
com
/
android
/
server
/
TextServicesManagerService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-08-02
Add a comment on the spell checker framework
Satoshi Kataoka
2013-07-16
Refactoring of the print sub-system and API clean up.
Svetoslav Ganov
2013-01-16
Rename bindService to bindServiceAsUser to follow convention.
Amith Yamasani
2012-10-04
Support multi-user switch in TextServicesManagerService
Satoshi Kataoka
2012-05-30
Fix locale in TextServicesManagerService
Satoshi Kataoka
2012-05-24
Fix the issue on matching the locale in TextServicesManagerService
satok
2012-04-19
Move handling of package changes to a background thread.
Dianne Hackborn
2012-02-28
Unblock IPC call in TextServicesManagerService
satok
2011-11-30
Fix ConcurrentModificationException in TextServicesManagerService
satok
2011-11-17
Clean up the spell checker framework
satok
2011-11-10
Respect user settings for spell checking language if explicitly set
satok
2011-10-31
Resolve memory leak in TextServicesManagerService
satok
2011-10-21
Fix possible NPE
satok
2011-10-19
Fix issue #5484096: Device rebooted after turning WiFi tethering ON, IRL19 Cr...
Dianne Hackborn
2011-10-17
Fix issue #5445666: bunch of com.android.server.TextServicesManagerService cr...
Dianne Hackborn
2011-09-30
Use user's settings for the spell check language instead of the system locale
satok
2011-08-31
Fix DeadObjectException of the spell checker
satok
2011-08-26
Reset subtype when the current spell checker was changed.
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-08
Support xml configuration file for the spell checker and add the spell checke...
satok
2011-08-04
API cleanup for the spell checker framework
satok
2011-08-02
Change SpellCheckerInfo IPC inputs to String
satok
2011-07-29
Fix issues in TextServicesManagerService
satok
2011-07-29
Handle the existing binds to spell checkers correctly.
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-22
Create TextServiceManager and SpellCheckerService
satok