summaryrefslogtreecommitdiff
path: root/src/com/android/settings/inputmethod/UserDictionaryAddWordActivity.java
AgeCommit message (Collapse)Author
2015-10-16am 6d85d168: am d2975f9d: am d9774c9f: am cdcba9ce: Merge "Fix crashes in ↵Jason Monk
Settings" into mnc-dr-dev * commit '6d85d1686e6a333fe990d9e3ae5b978e8a8ce8c2': Fix crashes in Settings
2015-10-16Fix crashes in SettingsJason Monk
Fix problems from unsupported intents being launched through adb. Remove the ones we can, fix the other. Bug: 19634064 Change-Id: Iba0adeb135e76ee70365e5891380ba8b55110c26
2015-10-13Depend on support lib preferencesJason Monk
Bug: 24576551 Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
2013-05-08Fix the label for the personal dictionary settingsSatoshi Kataoka
Bug: 8859441 Change-Id: I18ae1e1d92e1280e1782685b99307f1e48ce8e66
2012-12-17Distinguish adding an already present word / cancellingJean Chalard
Bug: 7725834 Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
2012-12-14Call back to whom requested to add a word to the user dictJean Chalard
Bug: 7725834 Change-Id: I2537754789f25fa978efd457979ed130806b9fbf
2012-05-09Small cleanupJean Chalard
Change-Id: Id8e8352b725d2259c70690a1a7dfe29fab9b6eb0
2012-05-09Improve encapsulationJean Chalard
Change-Id: I30d28c3a62cc5de3432f04b6469eca077ee3eff6
2012-05-09Remove the useless parts in the 'add word' dialog.Jean Chalard
Bug: 6026080 Change-Id: Ic2bf6dcfc2abfe5fc07759530042299cc6a0b503
2012-05-09Move the spinner code to the fragment.Jean Chalard
Bug: 6026080 Change-Id: I49e1aa1839266ca169982b6a4800ee9923451be5
2012-05-09Cut a helper method to increase encapsulation.Jean Chalard
Change-Id: Ie47503a99d455f7266e281914e92ed680b993551
2012-05-08Move the word commit code to UserDictionaryAddWordContent.Jean Chalard
...and call it from the fragment too. Bug: 6026080 Change-Id: Icb83fd60ed33dfa593124ed0af6b9fff4b63f1f5
2012-05-08Factor some codeJean Chalard
Bug: 6026080 Change-Id: I38475a95b1d421162099390244dbda09658346f5
2012-05-08Implement the "add word" screen according to new specJean Chalard
This is only the interface. It doesn't do anything yet, so as to avoid a too large change. Bug: 6026080 Change-Id: I0c7f0c09f71e01b18fcb3566a3c6c4b0f0b2a0fc
2012-01-23Make the layout of the add word dialog easier to understandJean Chalard
Change-Id: I1a71d5c95c142655219c7ab3ae4f67fa0b1f3d1a
2011-12-21Have the add dialog maintain state across screen rotationJean Chalard
Change-Id: I44d61018e0ed4de32b0a8da3ecba999831987956
2011-12-16Change the "manage dictionaries" button to "less options"Jean Chalard
This is supposed to be easier to understand for users. Change-Id: I144031941712ab15fb490619c288d533ce884ee9
2011-12-08Add an option to show the whole language listJean Chalard
The option is not functional yet. Also, this change simplifies a little the inner workings by preventing mLocale from being null. Step 9 Bug: 5306641 Change-Id: Id2284976d34d9d8ac61cbdb2348893989c47da84
2011-12-08Add functionality to the spinner.Jean Chalard
With this, the word is actually inserted with the right locale inside the user dictionary. Step 8. Bug: 5306641 Change-Id: Idf6cf3dd807e86c29faf8a701c03c1e6ea39ec68
2011-12-08Small refactoring to make the next diff smallerJean Chalard
Step 7 Bug: 5306641 Change-Id: If5454679252a54670c501d3a63e9e4bd45028c44
2011-12-08Populate the locale listJean Chalard
This populates the language list. The option looks like it works, but is not implemented yet. Step 6. Bug: 5306641 Change-Id: I6ef84dea9a26e450add1d91b44238d86fe49200a
2011-12-08Add the more options interface.Jean Chalard
The interface is not functional yet, aside from the "Manage" button. This will come in a later change. Step 5 Bug: 5306641 Change-Id: I4bdea099eece7ba8a50bbfb47e173036334064ea
2011-12-07Move adding word functionality to the new interfaceJean Chalard
Step 4 Bug: 5306641 Change-Id: I150fd93e9802e92b4cf084867f0a9d1bc382cdae
2011-12-07Add the cancel button handlerJean Chalard
Step 3 Bug: 5306641 Change-Id: Ida4ccf181942714799576fde0ac55596ce043434
2011-12-07Add the new add_word interface.Jean Chalard
This is step 2. The interface is not functional yet. Bug: 5306641 Change-Id: Idc8d07b883a17067f777c86d83994fb040b37c59
2011-12-07Add a new activity for adding a user dictionary wordJean Chalard
This is step 1. Bug: 5306641 Change-Id: I69727f05df8f3455e6e734140f712ccf7881e5be