summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove a call to a deprecated methodJean Chalard2014-02-201-1/+4
| | | | | | | ...that would cause a crash Bug: 13082186 Change-Id: Ie12575c27dfdd2029bc9d5f0647e444f69770afc
* Straighten out database cursors behavior.Jean Chalard2014-02-181-0/+2
| | | | | | | | | | | | | | | | | | | Some were never closed, other closed twice. This change makes all Cursor instances behave, having the #close() call in a finally{} clause, and puts the burden of closing the cursor squarely on the creator rather than in the called methods. There is however one exception that is beyond the scope of this change: UserDictionarySettings have a Cursor member, it's never closed, and fixing the problem is not obvious. This change adds a TODO for now. It's not very clear if this change actually helps with bug#12670151, but it may be related and it's a good think to do anyway. Bug: 12670151 Change-Id: I87cc44387e7dee3da1488671b93a28d9d73f7dc0
* Fix the displayed name of the personal dictionarySatoshi Kataoka2013-07-301-1/+3
| | | | | Bug: 8976598 Change-Id: I11dd73c8c23b05288c5f417352dc4cc99d489b95
* Cosmetic fix for the copyright headerKen Wakasa2013-07-231-8/+8
| | | | Change-Id: I2a93ac21571d1f6255a72a1a238b03dbb95108de
* Fix wrong copyright header commentKen Wakasa2013-07-231-2/+2
| | | | Change-Id: I75ffbc0508c00f7ac8004b764667a174b6ab0b63
* Fix labels in the personal dictionary settingsSatoshi Kataoka2013-05-081-0/+1
| | | | | | Bug: 8855738 Bug: 8853764 Change-Id: I03383bb5d6d72645f511cc6175dec747eb13a840
* Support ICS on the user dictionary settingsSatoshi Kataoka2013-04-261-10/+57
| | | | | Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
* Implement a functionality to add an entry to the user dictionarySatoshi Kataoka2013-04-251-0/+286
Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a