summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/textservice/SpellCheckerSession.java
Commit message (Expand)AuthorAgeFilesLines
* 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