aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/userdictionary/UserDictionaryAddWordContents.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove shortcut support from LatinIME.•••Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0 Dan Zivkovic2015-02-111-64/+13
* Make LocaleUtils.constructLocaleFromString as @Nonnull•••Change-Id: I82d574c67b25239510f3ecc8882efe46e40677eb Tadashi G. Takaoka2014-11-211-2/+4
* Move util classes under common•••Also why did we have two copies of LocaleUtils >.> Bug: 18108776 Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab Jean Chalard2014-11-071-1/+1
* Allow multiple shortcuts for a personal dictionary word•••Bug: 13869301 Change-Id: Icd77a308f85cc16dccffe65a532471c738d6fbc5 Jean Chalard2014-06-041-1/+3
* Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef Tadashi G. Takaoka2014-05-241-1/+1
* Fix the title of the personal dictionary settings•••Bug: 8976598 Change-Id: I9e07ff9e06449e2093b9ba8d6f28a030c69756bc Satoshi Kataoka2013-07-301-0/+4
* Fix a bug with multiple word insertion.•••This is a port of I5202bc52 Bug: 7903831 Change-Id: I3eb526de01a1f5b51212166e39b98de1d71e9eaf Jean Chalard2013-07-251-0/+14
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-4/+4
* Fix a bug with long user dict entries•••Bug: 9410958 Change-Id: I966e452c6dbdcb444abbb6ffb316849a7c85a73b Jean Chalard2013-06-141-1/+3
* Support ICS on the user dictionary settings•••Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30 Satoshi Kataoka2013-04-261-9/+23
* Implement a functionality to add an entry to the user dictionary•••Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a Satoshi Kataoka2013-04-251-0/+247