aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SettingsValues.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Match constant names to option namesJean Chalard2011-12-091-4/+4
| | | | Change-Id: I7586fa342d7a39412d656890f7b525139c45ea4a
* Reorder members in SettingsValues.Jean Chalard2011-12-091-11/+17
| | | | | | | Reorder so that they match the order in the preference xml file. Also add TODOs for missing raw variables. Change-Id: I06332c131a624d6c359512d75c808f3f7313fa91
* Move settings variables to the settings classJean Chalard2011-12-091-3/+13
| | | | Change-Id: Ifa7033a84b08ea626eb44cf6d04ba8e28c250bea
* Move settings method from Utils to SettingsValuesJean Chalard2011-12-091-1/+35
| | | | Change-Id: I633378a41f63cd492b8c9345d550e07254df5e5a
* Extract Settings.Values to a new classJean Chalard2011-12-091-0/+244
This is pretty much automatic refactoring. Thanks Eclipse! Change-Id: I8ccd24d11878445c836347e9c487c91461eee9cd