summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/inputmethod/InputMethodAndSubtypeUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Preserve enabled subtypes across disabling and re-enabling an IMETadashi G. Takaoka2014-07-281-59/+70
* Use SwitchPreference for input method subtype enablerTadashi G. Takaoka2014-07-221-9/+8
* Remove unnecessary saved persistent preferenceTadashi G. Takaoka2014-07-181-27/+31
* Reorganize language & input settingsTadashi G. Takaoka2014-07-101-7/+20
* Add TODO comments to Language & input settingsTadashi G. Takaoka2014-07-091-18/+16
* Allow the users to disable system IMESatoshi Kataoka2013-08-021-7/+0
* Refactor ime settingsSatoshi Kataoka2013-07-301-54/+4
* Use InputMethodUtils in input method settingsSatoshi Kataoka2013-07-111-22/+0
* Always on the valid system default imesatok2012-05-021-4/+50
* Update enabled subtypes in the input method subtype enabler in "onResume"satok2011-10-181-2/+3
* Update the current IME labelsatok2011-09-121-0/+25
* Tweak IME settingssatok2011-09-051-12/+1
* Update settings for aux imessatok2011-07-041-4/+20
* Do not reset IME Subtype in InputMethodConfig fragmentsatok2011-02-041-8/+14
* Refine InputMethodInfo APIKen Wakasa2011-01-211-3/+9
* Always clear hashcodes when input method settings is changedsatok2011-01-201-0/+8
* Clear current input method when a current ime was disabled.satok2011-01-171-0/+1
* Fix a null pointer exception when disabledSystemIMEs is null.satok2010-12-201-0/+3
* Implement new design for settings of InputMethodssatok2010-12-171-53/+133
* Not to set IME when the current IME was disabled, because framework will find...satok2010-11-131-17/+8
* Reset selected InputMethodSubtype when the checkbox for the selected InputMet...satok2010-11-041-8/+19
* Save and update enabled Subtypes in InputMethodAndSubtypeEnablersatok2010-11-021-44/+144
* Move classes related to input method to com.android.settings.inputmethodsatok2010-11-011-0/+139