summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/inputmethod/UserDictionaryAddWordActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in SettingsJason Monk2015-10-161-1/+5
* Fix the label for the personal dictionary settingsSatoshi Kataoka2013-05-081-2/+0
* Distinguish adding an already present word / cancellingJean Chalard2012-12-171-6/+9
* Call back to whom requested to add a word to the user dictJean Chalard2012-12-141-1/+24
* Small cleanupJean Chalard2012-05-091-11/+0
* Improve encapsulationJean Chalard2012-05-091-3/+1
* 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-091-29/+1
* Cut a helper method to increase encapsulation.Jean Chalard2012-05-091-52/+3
* Move the word commit code to UserDictionaryAddWordContent.Jean Chalard2012-05-081-32/+1
* Factor some codeJean Chalard2012-05-081-43/+28
* Implement the "add word" screen according to new specJean Chalard2012-05-081-0/+1
* 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
* 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