summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/inputmethod/UserDictionaryAddWordContents.java
Commit message (Collapse)AuthorAgeFilesLines
* Allow multiple shortcuts for a personal dictionary wordJean Chalard2014-06-041-1/+3
| | | | | | Bug: 13869301 Change-Id: I040613bdddc9f18875e29f3382418476262b00ce
* Fix a bug with multiple word insertion.Jean Chalard2013-07-251-0/+14
| | | | | Bug: 7903831 Change-Id: I5202bc529a570292dd78d8503d8e2cc93b43d354
* Remove the locale spinner and show the current languageSatoshi Kataoka2013-07-221-0/+4
| | | | | Bug: 8976598 Change-Id: I092141d0cc5c6d7af499ab8ceb69275923180e37
* Fix a bug where a user dict entry is too longJean Chalard2013-06-141-1/+3
| | | | | | | | | Since there is a maxLength attribute to the text field, if the requested entry is too long for the text field it will be truncated, then setSelection will crash with an IOOB exception. Bug: 9410958 Change-Id: I7e916b4d77d338f49db7d3dab4e536d27ec76bc1
* Distinguish adding an already present word / cancellingJean Chalard2012-12-171-6/+5
| | | | | Bug: 7725834 Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
* Call back to whom requested to add a word to the user dictJean Chalard2012-12-141-3/+13
| | | | | Bug: 7725834 Change-Id: I2537754789f25fa978efd457979ed130806b9fbf
* Fix a bug with adding a wordJean Chalard2012-05-101-0/+33
| | | | | | | | It was possible to insert a word without a shortcut while the same word used to be present with a shortcut. This change fixes that. Bug: 6026080 Change-Id: I3be98bf450aad8e2eb38336e8f77aedab39d5797
* Implement the "more locales" feature.Jean Chalard2012-05-101-0/+4
| | | | | Bug: 6026080 Change-Id: I051a734321793e9130dc2cc77d4e7f670d2ce93d
* Fix a bug with a duplicate entryJean Chalard2012-05-101-1/+4
| | | | | | | When going to the "all languages" dictionary and opening an entry, the "all languages" entry would be listed twice. Change-Id: Ie8cd7e9e824e95c05899b956905af6590b8929bc
* Implement the delete button for user wordsJean Chalard2012-05-101-1/+10
| | | | | Bug: 6026080 Change-Id: I43345874edb0a1b51dfcac9c99e74c345eeef7e6
* Rework the de-duplication scheme for shortcuts.Jean Chalard2012-05-091-6/+22
| | | | | Bug: 4646172 Change-Id: I88966f3e910f51711ce49336fb9134d0953930de
* Pass the shortcut to the user dictionary provider.Jean Chalard2012-05-091-7/+20
| | | | | | Bug: 6026080 Change-Id: I87b7c8b1ae89856f393871e6d3440b43efc22a29
* Small cleanupJean Chalard2012-05-091-4/+4
| | | | Change-Id: Id8e8352b725d2259c70690a1a7dfe29fab9b6eb0
* Improve encapsulationJean Chalard2012-05-091-0/+5
| | | | Change-Id: I30d28c3a62cc5de3432f04b6469eca077ee3eff6
* Cut a helper method to increase encapsulation.Jean Chalard2012-05-091-0/+58
| | | | Change-Id: Ie47503a99d455f7266e281914e92ed680b993551
* Move the word commit code to UserDictionaryAddWordContent.Jean Chalard2012-05-081-0/+31
| | | | | | | ...and call it from the fragment too. Bug: 6026080 Change-Id: Icb83fd60ed33dfa593124ed0af6b9fff4b63f1f5
* Factor some codeJean Chalard2012-05-081-0/+59
Bug: 6026080 Change-Id: I38475a95b1d421162099390244dbda09658346f5