History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a91561aa58db1c43092c1caecc051a11fa5391c7 23-May-2014 Tadashi G. Takaoka <takaoka@google.com> Use Java 7 diamond operator

Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
c44b7312ad60c76ddd1c303d10b4f8e66ea9e605 20-Feb-2014 Jean Chalard <jchalard@google.com> Remove a call to a deprecated method

...that would cause a crash

Bug: 13082186
Change-Id: Ie12575c27dfdd2029bc9d5f0647e444f69770afc
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
b8ff8ca9d9d17f61f3f0e019ed0b62fe13d1a33f 18-Feb-2014 Jean Chalard <jchalard@google.com> Straighten out database cursors behavior.

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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
5563dc3ad51a350f67ad857991aa97623a0084b8 25-Jul-2013 Satoshi Kataoka <satok@google.com> Show all languages if user enables multiple subtypes

Bug: 8976598
Change-Id: I1c3c1ede1235f696eafb3a68ec5c29479768dd0f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
4ded1af21097652dcd0750d9b3f2f24df2904e25 27-Jun-2013 Satoshi Kataoka <satok@google.com> Improve the language list in the personal dictionary

Bug: 9117704
Change-Id: I26e6f8369a3c7ffa4bb651b4b5a3e6f004121983
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
a2bfd46adf6aca5864be3d6ef2204bc18008e9c9 27-Jun-2013 Satoshi Kataoka <satok@google.com> Use internal personal dictionary settings on JBMR2 or before

Bug: 9117704
Change-Id: I7e20b03daa23b59211235183cf48d933e32845e4
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
e28eba5074664d5716b8e58b8d0a235746b261eb 23-Jun-2013 Ken Wakasa <kwakasa@google.com> Move util classes to the latin/utils directory

Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
dcef94165b256c2bc8d3a05e2fe0caf0795c7155 25-Apr-2013 Satoshi Kataoka <satok@google.com> Support ICS on the user dictionary settings

Bug: 8600958
Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java
a79ba8a3d6dbdee777f156449c436fd3a4a57feb 24-Apr-2013 Satoshi Kataoka <satok@google.com> Implement a functionality to add an entry to the user dictionary

Bug: 8600958

Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryList.java