summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* Show only the language if there's only one locale for the language.Amith Yamasani2012-06-131-4/+32
* Do not show security warning for the system IMEssatok2012-05-311-1/+3
* Fix comparison of device source bits.Jeff Brown2012-05-301-2/+1
* Add UI to select multiple keyboard layouts.Jeff Brown2012-05-204-162/+548
* Add support for grouping keyboard layouts by collection.Jeff Brown2012-05-172-3/+24
* Fix the crash during opning the illegal settings of the spell checkersatok2012-05-112-3/+16
* Fix a bug with adding a wordJean Chalard2012-05-101-0/+33
* Implement the "more locales" feature.Jean Chalard2012-05-103-4/+55
* Fix a bug with a duplicate entryJean Chalard2012-05-101-1/+4
* Implement the delete button for user wordsJean Chalard2012-05-102-3/+34
* Rework the de-duplication scheme for shortcuts.Jean Chalard2012-05-091-6/+22
* Pass the shortcut to the user dictionary provider.Jean Chalard2012-05-092-8/+21
* Small cleanupJean Chalard2012-05-092-15/+4
* Improve encapsulationJean Chalard2012-05-092-3/+6
* Remove the useless parts in the 'add word' dialog.Jean Chalard2012-05-091-50/+0
* Move the spinner code to the fragment.Jean Chalard2012-05-092-33/+36
* Cut a helper method to increase encapsulation.Jean Chalard2012-05-094-60/+69
* Move the word commit code to UserDictionaryAddWordContent.Jean Chalard2012-05-083-32/+33
* Factor some codeJean Chalard2012-05-083-44/+92
* Implement the "add word" screen according to new specJean Chalard2012-05-082-0/+70
* Fix a janky transitionJean Chalard2012-05-082-0/+3
* Reduce the amount of I/O done on the UI thread.Amith Yamasani2012-05-071-7/+18
* Always on the valid system default imesatok2012-05-022-9/+55
* Add label for default keyboard layout.Jeff Brown2012-04-172-2/+8
* Add setting to redirect vibrator to game controller.Jeff Brown2012-04-131-6/+43
* Use new input device listener API to refresh keyboards.Jeff Brown2012-04-131-6/+28
* Update use of input manager API in settings.Jeff Brown2012-04-102-21/+16
* Add new settings UI to select keyboard layout.Jeff Brown2012-04-052-47/+237
* Make the layout of the add word dialog easier to understandJean Chalard2012-01-231-8/+21
* Have the add dialog maintain state across screen rotationJean Chalard2011-12-211-3/+40
* Change the "manage dictionaries" button to "less options"Jean Chalard2011-12-161-9/+15
* Merge "Typos in CheckBoxAndSettingsPreference"Gilles Debunne2011-12-081-16/+15
|\
| * Typos in CheckBoxAndSettingsPreferenceGilles Debunne2011-12-051-16/+15
* | Add an option to show the whole language listJean Chalard2011-12-081-20/+21
* | Add functionality to the spinner.Jean Chalard2011-12-081-10/+49
* | Small refactoring to make the next diff smallerJean Chalard2011-12-081-41/+41
* | Populate the locale listJean Chalard2011-12-081-0/+38
* | Add the more options interface.Jean Chalard2011-12-081-0/+20
* | Move adding word functionality to the new interfaceJean Chalard2011-12-071-4/+67
* | Add the cancel button handlerJean Chalard2011-12-071-0/+5
* | Add the new add_word interface.Jean Chalard2011-12-071-1/+12
* | Add a new activity for adding a user dictionary wordJean Chalard2011-12-071-0/+30
|/
* Update enabled subtypes in the input method subtype enabler in "onResume"satok2011-10-182-2/+4
* Show a security warning dialog when switching a spell checkersatok2011-10-054-8/+58
* Fix the behavior of preference in IME Settingssatok2011-09-281-10/+12
* Tweak IME settingssatok2011-09-271-23/+36
* Tweak ime settingssatok2011-09-131-4/+15
* Update the current IME labelsatok2011-09-122-1/+65
* Sort subtypes in subtype enabler settingssatok2011-09-061-3/+63
* Merge "Support automatic language"satok2011-09-052-13/+32
|\