History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8c2591eec80dbe44158b1613cd96056057a41139 01-Jul-2015 Jatin Matani <jatinm@google.com> Bring back shortcuts and add to dictionary UI

For JB and lower devices, the UI is surfaced by the IME.
Bug: 22200135
Change-Id: Icca08500ee0683e2ceb5357b0bc430cd1712220e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
83e95e601876a2f7938da8a3f773f9ef088a23ab 04-Mar-2015 Dan Zivkovic <zivkovic@google.com> Remove SHORTCUT column in FROM clause.

The column is no longer used, and is not available on pre-Jellybean devices.

Bug 19595958.

Change-Id: Ief54c7210698d6668b1b7815900a394cc7f27299
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
12d80ebead6a1d7f704a5a3af3b6fe3313ceab05 10-Feb-2015 Dan Zivkovic <zivkovic@google.com> Remove shortcut support from LatinIME.

Note this change does not affect the native decoder interface.

Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
23574d1231296e090e6efb41a50c7885a116ddb4 03-Feb-2015 Dan Zivkovic <zivkovic@google.com> LatinIME portion of "green plus" feature.

Removes the feature that adds strings to the user dictionary,
aka the "green highlight with a plus sign".

Bug 19237189.

Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
051f8b144232f724386960cf6781a6d4665e4f02 29-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> Consolidate similar methods

This CL consolidates similar methods in MainKeyboardView.
- startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation
- showSlidingKeyInputPreview and dismissSlidingKeyInputPreview

Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
d3a4c5132422b189c8dbb94dbbe84a9b9761b0a8 22-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> Fix Javadoc and null analysis related warnings

This CL also adds @SuppressWarning("unused" to java-overridable package.

Bug: 18003991
Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
5f00fe09e9a611b647592188316e5999465df4d3 20-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> Fix some compiler warnings

This CL fixes the following compiler warnings.

- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations

Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.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/UserDictionarySettings.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/UserDictionarySettings.java
5123427532c1f219be0f333cfeb822c95eabc039 29-Jul-2013 Satoshi Kataoka <satok@google.com> Fix the displayed name of the personal dictionary

Bug: 8976598
Change-Id: I11dd73c8c23b05288c5f417352dc4cc99d489b95
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
b9eb32679f27b28051fdd0c5e7cc59805f0bf20f 23-Jul-2013 Ken Wakasa <kwakasa@google.com> Cosmetic fix for the copyright header

Change-Id: I2a93ac21571d1f6255a72a1a238b03dbb95108de
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
db341afc65f85280ffa1aa0f2ca61da374b4c177 23-Jul-2013 Ken Wakasa <kwakasa@google.com> Fix wrong copyright header comment

Change-Id: I75ffbc0508c00f7ac8004b764667a174b6ab0b63
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.java
f59c4f6840f82892397752b558251eb71f125d3a 08-May-2013 Satoshi Kataoka <satok@google.com> Fix labels in the personal dictionary settings

Bug: 8855738
Bug: 8853764
Change-Id: I03383bb5d6d72645f511cc6175dec747eb13a840
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/UserDictionarySettings.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/UserDictionarySettings.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/UserDictionarySettings.java