summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/textservice
Commit message (Expand)AuthorAgeFilesLines
* Fix broken locale related assumptions in TextServicesManager.Narayan Kamath2014-07-181-5/+17
* Fix regressions in existing constructors of TextInfoYohei Yukawa2014-07-091-2/+9
* Allow TextInfo to store ParcelableSpans for TextServiceYohei Yukawa2014-06-301-15/+52
* Null check for sentence level spell checking method.Keisuke Kuroyanagi2014-05-301-2/+6
* 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
* Use correct spell check localesatok2012-05-241-1/+4
* Get rid of "isSentenceLevelSpellCheckSupported"satok2012-04-162-24/+5
* Supplement for I772164d9c67e95876c228efcce2satok2012-04-062-5/+17
* Take sentence-level spell checking APIs publicsatok2012-03-292-13/+30
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-2/+2
* Fix spell checker frameworksatok2012-03-081-3/+0
* Handle sentence level spell checking hidden APIssatok2012-03-012-2/+9
* Refactor sentence level spell checking APIssatok2012-02-224-77/+160
* Make public SpellChecker utilitiessatok2012-01-121-2/+0
* 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-224-12/+185
|/
* 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
* Add a flag for recommended suggestions of the spell checkersatok2011-10-281-0/+6
* 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-182-0/+70
* 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
* Add getServiceInfo to SpellCheckerInfosatok2011-08-261-2/+9
* Add getDisplayName to SpellCheckerSubtypesatok2011-08-261-0/+45
* Fix setCurrentSpellCheckerSubtypesatok2011-08-261-2/+3
* Add functions to enable / disable spell checkersatok2011-08-251-0/+21
* Merge "Spell checking in TextViews"Gilles Debunne2011-08-241-1/+3
|\
| * Spell checking in TextViewsGilles Debunne2011-08-231-1/+3
* | Add functions to set / get SpellCheckerSubtypesatok2011-08-241-2/+31
|/
* Support xml configuration file for the spell checker and add the spell checke...satok2011-08-083-3/+309
* API cleanup for the spell checker frameworksatok2011-08-042-5/+5
* Rename API name "RESULT_ATTR_LOOKS_TYPO"satok2011-08-031-2/+2
* Merge "Move SpellCheckerSession"satok2011-08-022-2/+309
|\
| * Move SpellCheckerSessionsatok2011-08-022-2/+309
* | 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-252-0/+43
* Tweak APIs for SpellCheckersatok2011-07-232-36/+40
* Fix the vendor build.satok2011-07-221-7/+7
* Create TextServiceManager and SpellCheckerServicesatok2011-07-227-0/+568