aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Constants.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change auto caps mode argument to int typeTadashi G. Takaoka2012-05-181-0/+15
| | | | | Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e
* Fix subtype name for a custom input style with en_US and en_GBTadashi G. Takaoka2012-05-071-5/+14
| | | | | | | | This change utilizes "UntranslatableReplacementStringInSubtypeName" subtype extra value to display keyboard layout name dynamically. Bug: 6449315 Change-Id: I9ef4c3d66ff9a223aa8c89c346d04cb72e4f6263
* Add Constants class to hold public constantsTadashi G. Takaoka2012-04-191-0/+103
This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657