aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Constants.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix dicttool_aosp build•••Change-Id: Iabcf420b4120e3d275fdbcb23939a0ab6052ddf0 Ken Wakasa2012-09-101-3/+1
* Check the length of the word when add to FusionDictionary.•••Change-Id: Id98d18e90a8b83b597507728b467f56888c8fd12 Yuichiro Hanada2012-09-101-0/+8
* Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d Tadashi G. Takaoka2012-08-211-0/+7
* Add gesture trail feedback.•••Change-Id: I32709fac0dec3165678a052aa286e2fb3d90721b Tom Ouyang2012-07-201-0/+7
* Change auto caps mode argument to int type•••Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e Tadashi G. Takaoka2012-05-181-0/+15
* Fix subtype name for a custom input style with en_US and en_GB•••This change utilizes "UntranslatableReplacementStringInSubtypeName" subtype extra value to display keyboard layout name dynamically. Bug: 6449315 Change-Id: I9ef4c3d66ff9a223aa8c89c346d04cb72e4f6263 Tadashi G. Takaoka2012-05-071-5/+14
* Add Constants class to hold public constants•••This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657 Tadashi G. Takaoka2012-04-191-0/+103