aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/userdictionary (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-116-1060/+0
|
* Bring back shortcuts and add to dictionary UIJatin Matani2015-07-064-61/+394
| | | | | | For JB and lower devices, the UI is surfaced by the IME. Bug: 22200135 Change-Id: Icca08500ee0683e2ceb5357b0bc430cd1712220e
* Remove SHORTCUT column in FROM clause.Dan Zivkovic2015-03-041-51/+38
| | | | | | | | The column is no longer used, and is not available on pre-Jellybean devices. Bug 19595958. Change-Id: Ief54c7210698d6668b1b7815900a394cc7f27299
* Fix master build.Dan Zivkovic2015-02-111-2/+2
| | | | | | For some reason, we can't import android.os package in our Constants. Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-113-153/+30
| | | | | | Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
* LatinIME portion of "green plus" feature.Dan Zivkovic2015-02-032-180/+0
| | | | | | | | | Removes the feature that adds strings to the user dictionary, aka the "green highlight with a plus sign". Bug 19237189. Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735
* Make LocaleUtils.constructLocaleFromString as @NonnullTadashi G. Takaoka2014-11-212-10/+16
| | | | Change-Id: I82d574c67b25239510f3ecc8882efe46e40677eb
* Move util classes under commonJean Chalard2014-11-073-3/+3
| | | | | | | Also why did we have two copies of LocaleUtils >.> Bug: 18108776 Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
* Consolidate similar methodsTadashi G. Takaoka2014-10-301-1/+0
| | | | | | | | This CL consolidates similar methods in MainKeyboardView. - startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation - showSlidingKeyInputPreview and dismissSlidingKeyInputPreview Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-232-14/+13
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-5/+4
| | | | | | | | | | | | | | | | | | | | | 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
* Allow multiple shortcuts for a personal dictionary wordJean Chalard2014-06-041-1/+3
| | | | | Bug: 13869301 Change-Id: Icd77a308f85cc16dccffe65a532471c738d6fbc5
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-243-4/+4
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Remove a call to a deprecated methodJean Chalard2014-02-202-3/+5
| | | | | | | ...that would cause a crash Bug: 13082186 Change-Id: Ie12575c27dfdd2029bc9d5f0647e444f69770afc
* Straighten out database cursors behavior.Jean Chalard2014-02-182-6/+13
| | | | | | | | | | | | | | | | | | | 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 some warningsJean Chalard2013-07-311-1/+1
| | | | Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd
* Fix the title of the personal dictionary settingsSatoshi Kataoka2013-07-302-0/+7
| | | | | Bug: 8976598 Change-Id: I9e07ff9e06449e2093b9ba8d6f28a030c69756bc
* Fix the displayed name of the personal dictionarySatoshi Kataoka2013-07-302-1/+45
| | | | | Bug: 8976598 Change-Id: I11dd73c8c23b05288c5f417352dc4cc99d489b95
* Merge "Fix a bug with multiple word insertion."Jean Chalard2013-07-252-3/+30
|\
| * Fix a bug with multiple word insertion.Jean Chalard2013-07-252-3/+30
| | | | | | | | | | | | | | This is a port of I5202bc52 Bug: 7903831 Change-Id: I3eb526de01a1f5b51212166e39b98de1d71e9eaf
* | Show all languages if user enables multiple subtypesSatoshi Kataoka2013-07-251-3/+9
|/ | | | | Bug: 8976598 Change-Id: I1c3c1ede1235f696eafb3a68ec5c29479768dd0f
* 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
* Improve the language list in the personal dictionarySatoshi Kataoka2013-06-271-7/+2
| | | | | Bug: 9117704 Change-Id: I26e6f8369a3c7ffa4bb651b4b5a3e6f004121983
* Use internal personal dictionary settings on JBMR2 or beforeSatoshi Kataoka2013-06-271-5/+33
| | | | | Bug: 9117704 Change-Id: I7e20b03daa23b59211235183cf48d933e32845e4
* Move util classes to the latin/utils directoryKen Wakasa2013-06-242-7/+7
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Fix a bug with long user dict entriesJean Chalard2013-06-141-1/+3
| | | | | Bug: 9410958 Change-Id: I966e452c6dbdcb444abbb6ffb316849a7c85a73b
* Fix labels in the personal dictionary settingsSatoshi Kataoka2013-05-082-4/+5
| | | | | | Bug: 8855738 Bug: 8853764 Change-Id: I03383bb5d6d72645f511cc6175dec747eb13a840
* Support ICS on the user dictionary settingsSatoshi Kataoka2013-04-264-26/+107
| | | | | Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
* Implement a functionality to add an entry to the user dictionarySatoshi Kataoka2013-04-255-0/+838
Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a