1. 83a7330 Update Settings properly when no Spell Checker is available. by Guliz Tuncay · 7 years ago
  2. 0f0a37b Select only preinstalled Spell Checker Services by Guliz Tuncay · 7 years ago
  3. 8e6fa02 Restructure TSMS by Guliz Tuncay · 7 years ago
  4. 06a2624 Multi-user aware TSMS by Guliz Tuncay · 7 years ago
  5. 5f4dddf Merge "Track update count of TSMS#mSpellCheckerMap" by Guliz Tuncay · 7 years ago
  6. 0c2806f Merge changes I6de5ac05,I5f8c112d into oc-mr1-dev am: 8c009ebf4a am: f23a2f95d2 by Yohei Yukawa · 7 years ago
  7. 8c009eb Merge changes I6de5ac05,I5f8c112d into oc-mr1-dev by Yohei Yukawa · 7 years ago
  8. 674b1cf Track update count of TSMS#mSpellCheckerMap by Guliz Tuncay · 7 years ago
  9. 846f7ff Merge "Bind SpellCheckerService as IMPORTANT_BACKGROUND" into oc-mr1-dev am: cb921c1efc by Yohei Yukawa · 7 years ago
  10. 4163a96 Fix system restart due to race in TSMS by Yohei Yukawa · 7 years ago
  11. 1854cb5 Remove redundant synchonized blocks from TSMS by Yohei Yukawa · 7 years ago
  12. ad78a61 Bind SpellCheckerService as IMPORTANT_BACKGROUND by Yohei Yukawa · 7 years ago
  13. 5e1d5d6 Remove direct boot awareness support for TSMS by Guliz Tuncay · 7 years ago
  14. e7bca94 Rename resetInternalState to resetInternalStateLocked by Guliz Tuncay · 7 years ago
  15. 1a6f4c7 removeAll unregisters callbacks in the wrong order, causing exception by Guliz Tuncay · 7 years ago
  16. aaa0e43 TSMS updates settings properly in case of package changes by Guliz Tuncay · 7 years ago
  17. 1c94b8c Clean up TSMS#setCurrentSpellCheckerLocked. by Guliz Tuncay · 7 years ago
  18. 10ae385 Use a separate lock object instead of mSpellCheckerMap by Guliz Tuncay · 7 years ago
  19. 46a54e8 Remove the internal APIs of TSM to change spell checker settings by Guliz Tuncay · 7 years ago
  20. f14fe14 Remove a redundant synchronized block by Yohei Yukawa · 7 years ago
  21. f982e75 Use RemoteCallbackList to implement TSMS#mListeners by Guliz Tuncay · 7 years ago
  22. 787aa8c Eliminate the inconsistency between the states of AMS and TSMS by Guliz Tuncay · 7 years ago
  23. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  24. 7fa65ee Avoid sync IPCs from TSMS to SpellCheckerService by Yohei Yukawa · 7 years ago
  25. 06b4be7 Minor code clean-ups with no behavior change by Yohei Yukawa · 8 years ago
  26. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  27. e3e31a8 Fix another deadlock between IMMS and TSMS by Yohei Yukawa · 8 years ago
  28. ce18c81 Introduce "unlocking" vs "unlocked" nuance. by Jeff Sharkey · 8 years ago
  29. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  30. 7f98aa4 Added getProfileIds method returning array of userIds by Fyodor Kupolov · 8 years ago
  31. 08ce187 Add more @NonNull/@Nullable to TextServicesSettings. by Yohei Yukawa · 8 years ago
  32. ad150ee Remove an unnecessary int to String conversion. by Yohei Yukawa · 8 years ago
  33. f0f1680 Reset TSMS when the device is unlocked. by Yohei Yukawa · 8 years ago
  34. 49ed140 Add copy-on-write mode to TextServicesSettings. by Yohei Yukawa · 8 years ago
  35. 85df698 Dump spell checker service info from TSMS. by Yohei Yukawa · 8 years ago
  36. f0ed48d Have unified setter/getter for TSMS Settings. by Yohei Yukawa · 8 years ago
  37. d1f7c4b Merge changes I2d6f9932,Ib3cc799d into nyc-dev by Yohei Yukawa · 8 years ago
  38. 9faa2ae Rely on SystemService#onSwitchUser() in TSMS. by Yohei Yukawa · 8 years ago
  39. a6a152e Switch to SystemService lifecycle in TSMS. by Yohei Yukawa · 8 years ago
  40. 074637f Use Java7 diamond operator in TSMS. by Yohei Yukawa · 8 years ago
  41. 6005b3f Added SynchronousUserSwitchObserver by Fyodor Kupolov · 9 years ago
  42. 777ef95 Use Context.getSystemService(Class<T>) for InputMethodManager. by Yohei Yukawa · 9 years ago
  43. 7c69636 Cleanup USER_OWNER in various services by Xiaohui Chen · 9 years ago
  44. 174843a Check system locale when picking up an initial SpellChecker. by Yohei Yukawa · 9 years ago
  45. d69e4c1 Update use of procstate for services. by Dianne Hackborn · 9 years ago
  46. 4297962 Add foreground profile changed to user switch observer. by Kenny Guy · 9 years ago
  47. 735a3f9 Revert "Add foreground profile changed to user switch observer." by Kenny Guy · 9 years ago
  48. 99b9030 Add foreground profile changed to user switch observer. by Kenny Guy · 9 years ago
  49. 095fa37 Conditionally allow non-primay profiles to use TextServices by Yohei Yukawa · 10 years ago
  50. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 11 years ago
  51. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/TextServicesManagerService.java]
  52. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  53. 02260e2 Add a comment on the spell checker framework by Satoshi Kataoka · 11 years ago
  54. a002715 Refactoring of the print sub-system and API clean up. by Svetoslav Ganov · 11 years ago
  55. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  56. 00d2d41 Support multi-user switch in TextServicesManagerService by Satoshi Kataoka · 12 years ago
  57. 17150cf Fix locale in TextServicesManagerService by Satoshi Kataoka · 12 years ago
  58. 7018a90 Fix the issue on matching the locale in TextServicesManagerService by satok · 12 years ago
  59. d0d7503 Move handling of package changes to a background thread. by Dianne Hackborn · 12 years ago
  60. 4e713f1 Unblock IPC call in TextServicesManagerService by satok · 12 years ago
  61. 4c3fa64 Fix ConcurrentModificationException in TextServicesManagerService by satok · 13 years ago
  62. 060677f Clean up the spell checker framework by satok · 13 years ago
  63. 05f2470 Respect user settings for spell checking language if explicitly set by satok · 13 years ago
  64. 2520ed8 Resolve memory leak in TextServicesManagerService by satok · 13 years ago
  65. 2cf1cf0 Fix possible NPE by satok · 13 years ago
  66. c7d233d Fix issue #5484096: Device rebooted after turning WiFi tethering ON, IRL19 Crespo. by Dianne Hackborn · 13 years ago
  67. 71e14da Fix issue #5445666: bunch of com.android.server.TextServicesManagerService crashes by Dianne Hackborn · 13 years ago
  68. 70deff4 Use user's settings for the spell check language instead of the system locale by satok · 13 years ago
  69. c7b60f72 Fix DeadObjectException of the spell checker by satok · 13 years ago
  70. f39daef Reset subtype when the current spell checker was changed. by satok · 13 years ago
  71. b387954 Support system locale as the locale of the spell checkers by satok · 13 years ago
  72. fbedf1a Fix NPE in setCurrentSpellCheckerSubtype by satok · 13 years ago
  73. 3cb5b39 Fix setCurrentSpellCheckerSubtype by satok · 13 years ago
  74. a33c4fc Add functions to enable / disable spell checker by satok · 13 years ago
  75. ada8c4e Add functions to set / get SpellCheckerSubtype by satok · 13 years ago
  76. 03b2ea1 Support xml configuration file for the spell checker and add the spell checker subtype by satok · 13 years ago
  77. 5357806 API cleanup for the spell checker framework by satok · 13 years ago
  78. 5b9b5a9 Change SpellCheckerInfo IPC inputs to String by satok · 13 years ago
  79. df5659d Fix issues in TextServicesManagerService by satok · 13 years ago
  80. 6be6d75 Handle the existing binds to spell checkers correctly. by satok · 13 years ago
  81. da317ef [step9] Add logging code for text services by satok · 13 years ago
  82. 562ab58 [Step 2] Add apis for spell checker settings by satok · 13 years ago
  83. 988323c Create TextServiceManager and SpellCheckerService by satok · 13 years ago