summaryrefslogtreecommitdiff
path: root/core/java/android/view/textservice/TextServicesManager.java
Commit message (Expand)AuthorAgeFilesLines
* Annotate TextServicesManager with @UserHandleAwareYohei Yukawa2021-07-301-0/+11
* Revert^2 "Introduce SpellCheckerSessionParams."Kohsuke Yatoh2021-04-201-38/+30
* Revert "Introduce SpellCheckerSessionParams."Yi-yo Chiang2021-04-201-30/+38
* Introduce SpellCheckerSessionParams.Kohsuke Yatoh2021-04-171-38/+30
* Merge "Add Executor param to TSM#newSpellCheckerSession()." into sc-devTreeHugger Robot2021-03-181-15/+30
|\
| * Add Executor param to TSM#newSpellCheckerSession().Kohsuke Yatoh2021-03-151-15/+30
* | Return an empty list instead of null.Kohsuke Yatoh2021-03-181-4/+5
|/
* InputMethodInfo attr to suppress spell checker.Kohsuke Yatoh2021-03-131-3/+16
* Update TextServicesManager API.Kohsuke Yatoh2021-03-091-3/+19
* API: Suppress existing NullableCollections lints (S edition)Adrian Roos2021-02-011-1/+3
* Add supportedAttributes param for spell checker.Kohsuke Yatoh2021-01-201-14/+52
* Public some APIs in TextServicesManager for spell checkerLan Wei2021-01-191-8/+27
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Expose spell checker settings for testing.Kohsuke Yatoh2020-09-231-0/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Plumb Context#mUser to TextServicesManager to TextServicesManagerServiceYohei Yukawa2019-01-181-10/+46
* Support per-profile IME behind the flagYohei Yukawa2019-01-101-6/+0
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+6
* Remove unused parameter from TSMS IPCYohei Yukawa2018-06-171-2/+1
* Re-enable cross-profile use of spell checker APIsYohei Yukawa2018-03-011-0/+6
* Remove the internal APIs of TSM to change spell checker settingsGuliz Tuncay2017-06-291-42/+0
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-2/+3
* Minor code clean-ups with no behavior changeYohei Yukawa2017-01-291-2/+1
* Avoid caching services with missing binders.Jeff Sharkey2016-08-111-40/+33
* Fix broken locale related assumptions in TextServicesManager.Narayan Kamath2014-07-181-5/+17
* Don't update the text services locale in the main threadSatoshi Kataoka2012-10-121-0/+6
* Fix several cases of broken droiddoc syntaxJeff Smith2012-07-251-4/+4
* Fix locale in TextServicesManagerServiceSatoshi Kataoka2012-05-301-1/+1
* add sentence level spell checker hidden apissatok2011-11-221-1/+2
* Add documents for the spell checker framework and the input method subtypesatok2011-10-181-0/+25
* Fix commentKen Wakasa2011-09-221-2/+2
* Add a functionality to disable the spell checkersatok2011-08-311-0/+5
* Improve the fallback of the locale of the spell checkersatok2011-08-311-2/+13
* Fix newSpellCheckerSessionsatok2011-08-261-1/+6
* Support system locale as the locale of the spell checkerssatok2011-08-261-6/+27
* Fix NPE in setCurrentSpellCheckerSubtypesatok2011-08-261-2/+5
* Fix setCurrentSpellCheckerSubtypesatok2011-08-261-2/+3
* Add functions to enable / disable spell checkersatok2011-08-251-0/+21
* Add functions to set / get SpellCheckerSubtypesatok2011-08-241-2/+31
* API cleanup for the spell checker frameworksatok2011-08-041-3/+3
* Merge "Move SpellCheckerSession"satok2011-08-021-2/+2
|\
| * Move SpellCheckerSessionsatok2011-08-021-2/+2
* | Change SpellCheckerInfo IPC inputs to Stringsatok2011-08-021-7/+10
|/
* Add a method to set the current spell checkersatok2011-08-021-0/+11
* [step9] Add logging code for text servicessatok2011-07-261-6/+14
* [Step 2] Add apis for spell checker settingssatok2011-07-251-0/+23
* Tweak APIs for SpellCheckersatok2011-07-231-22/+16
* Create TextServiceManager and SpellCheckerServicesatok2011-07-221-0/+106