summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/TextServicesManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Add a comment on the spell checker frameworkSatoshi Kataoka2013-08-021-0/+2
* Refactoring of the print sub-system and API clean up.Svetoslav Ganov2013-07-161-1/+1
* Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani2013-01-161-1/+2
* Support multi-user switch in TextServicesManagerServiceSatoshi Kataoka2012-10-041-30/+229
* Fix locale in TextServicesManagerServiceSatoshi Kataoka2012-05-301-3/+3
* Fix the issue on matching the locale in TextServicesManagerServicesatok2012-05-241-4/+2
* Move handling of package changes to a background thread.Dianne Hackborn2012-04-191-1/+1
* Unblock IPC call in TextServicesManagerServicesatok2012-02-281-13/+19
* Fix ConcurrentModificationException in TextServicesManagerServicesatok2011-11-301-1/+9
* Clean up the spell checker frameworksatok2011-11-171-4/+2
* Respect user settings for spell checking language if explicitly setsatok2011-11-101-5/+31
* Resolve memory leak in TextServicesManagerServicesatok2011-10-311-1/+8
* Fix possible NPEsatok2011-10-211-1/+1
* Fix issue #5484096: Device rebooted after turning WiFi tethering ON, IRL19 Cr...Dianne Hackborn2011-10-191-1/+1
* Fix issue #5445666: bunch of com.android.server.TextServicesManagerService cr...Dianne Hackborn2011-10-171-5/+78
* Use user's settings for the spell check language instead of the system localesatok2011-09-301-1/+2
* Fix DeadObjectException of the spell checkersatok2011-08-311-4/+9
* Reset subtype when the current spell checker was changed.satok2011-08-261-0/+6
* Support system locale as the locale of the spell checkerssatok2011-08-261-12/+23
* Fix NPE in setCurrentSpellCheckerSubtypesatok2011-08-261-8/+7
* Fix setCurrentSpellCheckerSubtypesatok2011-08-261-4/+10
* Add functions to enable / disable spell checkersatok2011-08-251-4/+64
* Add functions to set / get SpellCheckerSubtypesatok2011-08-241-3/+72
* Support xml configuration file for the spell checker and add the spell checke...satok2011-08-081-3/+12
* API cleanup for the spell checker frameworksatok2011-08-041-18/+22
* Change SpellCheckerInfo IPC inputs to Stringsatok2011-08-021-17/+19
* Fix issues in TextServicesManagerServicesatok2011-07-291-32/+78
* Handle the existing binds to spell checkers correctly.satok2011-07-291-20/+84
* [step9] Add logging code for text servicessatok2011-07-261-10/+36
* [Step 2] Add apis for spell checker settingssatok2011-07-251-0/+11
* Create TextServiceManager and SpellCheckerServicesatok2011-07-221-0/+346