summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/TextServicesManagerService.java
Commit message (Collapse)AuthorAgeFilesLines
* Support multi-user switch in TextServicesManagerServiceSatoshi Kataoka2012-10-041-30/+229
| | | | | Bug: 7231549 Change-Id: I737590688b895ea00d397ddec7702d6d2bec9097
* Fix locale in TextServicesManagerServiceSatoshi Kataoka2012-05-301-3/+3
| | | | | Bug: 6542210 Change-Id: I1670fac014beb834ec7c065ebf040d0ff3cf4161
* Fix the issue on matching the locale in TextServicesManagerServicesatok2012-05-241-4/+2
| | | | | | Bug: 6542210 Change-Id: I42d84b684d5689e8fceecb705bb51d19d847477a
* Move handling of package changes to a background thread.Dianne Hackborn2012-04-191-1/+1
| | | | | | Helps get rid of some jank when installing applications. Change-Id: I97d0022f82d67796e334d37086e5911dd6ca6b62
* Unblock IPC call in TextServicesManagerServicesatok2012-02-281-13/+19
| | | | | Bug: 5471520 Change-Id: Iedf2c2cdd8d4834545d06d72ade3ce211b104b1d
* Fix ConcurrentModificationException in TextServicesManagerServicesatok2011-11-301-1/+9
| | | | | Bug: 5687402 Change-Id: I59086f956b6ee618ff0e1b1034d767d9ae295848
* Clean up the spell checker frameworksatok2011-11-171-4/+2
| | | | Change-Id: I64c0d813e53a4ebf8d7e63463e36f6900f1aa7d3
* Respect user settings for spell checking language if explicitly setsatok2011-11-101-5/+31
| | | | | Bug: 5554116 Change-Id: I8c16d732af1fe713d30d97dfe829ff16653c7f34
* Resolve memory leak in TextServicesManagerServicesatok2011-10-311-1/+8
| | | | | Bug: 5499490 Change-Id: I3537b0d733a53d4783902a545cd9ecc7e4c2eac1
* Fix possible NPEsatok2011-10-211-1/+1
| | | | | Bug: 5494803 Change-Id: I6f9d0076405ab7c99076a1168198c2ee70ad5082
* Fix issue #5484096: Device rebooted after turning WiFi tethering ON, IRL19 ↵Dianne Hackborn2011-10-191-1/+1
| | | | | | Crespo. Change-Id: Iee530ae4adac20eb9637cc1b933a2202f4beb373
* Fix issue #5445666: bunch of com.android.server.TextServicesManagerService ↵Dianne Hackborn2011-10-171-5/+78
| | | | | | | | | | | crashes Only unbind once. Also protection from removing a SpellCheckerBindGroup from mSpellCheckerBindGroups if it is no longer the current entry there. Change-Id: Ic585295dfae77eae101a611afbf116bc681290ad
* Use user's settings for the spell check language instead of the system localesatok2011-09-301-1/+2
| | | | | Bug: 5390462 Change-Id: Ia2a3981cb93f451646debe5ee6b037313825cf9f
* Fix DeadObjectException of the spell checkersatok2011-08-311-4/+9
| | | | | Bug: 5119646 Change-Id: I2938a2206b79645c13a54cc7200f64c2c0aa3836
* Reset subtype when the current spell checker was changed.satok2011-08-261-0/+6
| | | | Change-Id: I79099695337dbc5577871458b24c6710fc0ecca7
* Support system locale as the locale of the spell checkerssatok2011-08-261-12/+23
| | | | | | Bug: 5212035 Change-Id: I18d27e54b936cc7f4d6cc3c7100bce57f77f8f9f
* Fix NPE in setCurrentSpellCheckerSubtypesatok2011-08-261-8/+7
| | | | Change-Id: I9fce999f91dcccd2f877a0326c4f2e3ac9024f85
* Fix setCurrentSpellCheckerSubtypesatok2011-08-261-4/+10
| | | | Change-Id: Ib42a3b4377b8700ceaf4b7e13150848464d073c1
* Add functions to enable / disable spell checkersatok2011-08-251-4/+64
| | | | | | Bug: 5057977 Change-Id: I2b27bd5f55feb305368034d7e95f83257ac4b3e6
* Add functions to set / get SpellCheckerSubtypesatok2011-08-241-3/+72
| | | | Change-Id: I977326879fe201c4dee4a87da361217175eb6041
* Support xml configuration file for the spell checker and add the spell ↵satok2011-08-081-3/+12
| | | | | | checker subtype Change-Id: I74715855525fc0a1282238d593ad37aefd42bfc3
* API cleanup for the spell checker frameworksatok2011-08-041-18/+22
| | | | | | | | | | | Bug: 5110151 - Add a bundle to an argment of newSpellCheckerSession - Expose SpellCheckerSessionImpl in SpellCheckerService - Fix function names - etc Change-Id: Ia8ec783b7b4d5fcd18389854b445fc10fc502297
* Change SpellCheckerInfo IPC inputs to Stringsatok2011-08-021-17/+19
| | | | Change-Id: I4c3f3c7aa7587e3f2582b43702108fa78f37ec54
* Fix issues in TextServicesManagerServicesatok2011-07-291-32/+78
| | | | Change-Id: I48c81226d824e8aad42e01e87fcf9a5b466d2321
* Handle the existing binds to spell checkers correctly.satok2011-07-291-20/+84
| | | | Change-Id: I32efce9f8c09b5a829b0431e8c444fc54b03b440
* [step9] Add logging code for text servicessatok2011-07-261-10/+36
| | | | Change-Id: I4dae847951848cca85bcb73f47c509ce23327334
* [Step 2] Add apis for spell checker settingssatok2011-07-251-0/+11
| | | | | | Bug: 5057977 Change-Id: I4617b7f1487349c5de385e7392dbc39c69fa2ebc
* Create TextServiceManager and SpellCheckerServicesatok2011-07-221-0/+346
Bug: 4176026 This CL inherits https://android-git.corp.google.com/g/112600 Spec of TextServiceManager - Chooses the most applicable TextService(e.g. SpellCheckerService, WordBreakIteratorService..) for each locale Spec of SpellCheckerService - Returns whether the given string is a correct word or not - Returns Suggestions for the given string Change-Id: Iaa425c7915fe70767ad0b17bf6c6fbcd2a1200b2