summaryrefslogtreecommitdiff
path: root/core/java/android/view/textservice/SpellCheckerSession.java
Commit message (Expand)AuthorAgeFilesLines
* Replace LinkedList by a more performant collectionNikolas Havrikov2022-02-241-2/+2
* Revert^2 "Introduce SpellCheckerSessionParams."Kohsuke Yatoh2021-04-201-0/+159
* Revert "Introduce SpellCheckerSessionParams."Yi-yo Chiang2021-04-201-159/+0
* Introduce SpellCheckerSessionParams.Kohsuke Yatoh2021-04-171-0/+159
* Add Executor param to TSM#newSpellCheckerSession().Kohsuke Yatoh2021-03-151-35/+37
* InputMethodInfo attr to suppress spell checker.Kohsuke Yatoh2021-03-131-0/+11
* 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
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Plumb Context#mUser to TextServicesManager to TextServicesManagerServiceYohei Yukawa2019-01-181-9/+4
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+2
* Fix confusing Log.e message in SpellCheckerSessionYohei Yukawa2018-03-211-1/+7
* SpellCheckerSession: Fix brittle finalizer pattern.Narayan Kamath2017-04-261-8/+14
* Minor code clean-ups with no behavior changeYohei Yukawa2017-01-291-11/+9
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-5/+5
* Fix debug log for SpellCheckerSessionListenerImpl#TASK_CANCELYohei Yukawa2015-06-161-1/+1
* Fix a reference leak in SpellCheckerSessionListenerImpl.Yohei Yukawa2015-06-161-50/+118
* Use final in favor of initialization safety.Seigo Nonaka2015-06-031-1/+1
* Null check for sentence level spell checking method.Keisuke Kuroyanagi2014-05-301-2/+6
* Get rid of "isSentenceLevelSpellCheckSupported"satok2012-04-161-11/+5
* Supplement for I772164d9c67e95876c228efcce2satok2012-04-061-5/+5
* Take sentence-level spell checking APIs publicsatok2012-03-291-7/+16
* Fix spell checker frameworksatok2012-03-081-3/+0
* Handle sentence level spell checking hidden APIssatok2012-03-011-2/+2
* Refactor sentence level spell checking APIssatok2012-02-221-12/+12
* resolved conflicts for merge of a80bab37 to masterDianne Hackborn2011-12-131-104/+118
|\
| * Fix issue #5756204: Crespo IME briefly appears shortened when...Dianne Hackborn2011-12-131-83/+104
* | add sentence level spell checker hidden apissatok2011-11-221-1/+69
|/
* Clean up the spell checker frameworksatok2011-11-171-1/+2
* Introduce an API to cancel pending/running spell check taskssatok2011-11-101-0/+28
* Fix a memory leak of a Binder in SpellCheckerServicesatok2011-11-031-0/+27
* Fix a warning from the binder.Jean Chalard2011-10-201-3/+9
* Add documents for the spell checker framework and the input method subtypesatok2011-10-181-0/+45
* API cleanup for the spell checker frameworksatok2011-08-041-2/+2
* Move SpellCheckerSessionsatok2011-08-021-0/+307