aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SettingsValues.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename resources to reflect current usage•••Bug: 6010403 Change-Id: Ia02ff31007296fdf6901504f238dfd9e4621f658 Jean Chalard2012-02-211-18/+18
* Settings key always exists in more keys of shortcut/f1 key•••This change also * Fix comman/f1 key for Arabic keyboard. * Removes "show settings key option" and related stuff. * Renames and simplifies F2 key to shortcut key on 7 inch tablet. Change-Id: Ib1cf99ad00d9780a2f0d170260e756771e161521 Tadashi G. Takaoka2012-02-171-19/+0
* Some more simplification•••Remove useless method calls, and ultimately remove useless method. Change-Id: I3f353b1b37460d5e9ceae5cb5dde3fff0da81c21 Jean Chalard2012-02-091-4/+0
* Fix string iterations in a couple places.•••Seems I didn't get how to iterate on a String correctly >.> Talk about a big bug. Anyway, I think it's working now. Bug: 5955228 Change-Id: I988c900cf2a16c44b9505cfd4f77c7cda7e592f0 Jean Chalard2012-02-031-1/+4
* Move CSV parser to KeySpecParser•••Change-Id: I424fb47bc70e9b6aaa5a16ae9b2500d23da75c26 Tadashi G. Takaoka2012-02-021-1/+1
* Make KeySpecParser and CSV parser code point aware•••This change also renames MoreKeySpecParser to KeySpecParser Change-Id: I35733cdbb344f16b57ffa2cfe79055c089b4e409 Tadashi G. Takaoka2012-02-021-5/+5
* Use MoreKeySpecParser to parse puctuations strip resources•••This change also * Doesn't use Key.getRtlParenthesisCode to get correct parentheses code in RTL context. Intead uses the outputText feature of moreKeys specification. * Move CVS string parser from KeyStyles to Utils. Bug: 5948247 Change-Id: I45752c7d01b4f7d3f3da900b110a2185b336a1f0 Tadashi G. Takaoka2012-02-011-8/+37
* Get rid of Resource reference from KeyboardView, LatinKeyboardView and Pointe...•••This change introduces the following attributes. * KeyboardView - keyPreviewLingerTimeout * LatinKeboardView - keyHysteresisDistance - touchNoiseThresholdTime - touchNoiseThresholdDistance - slidingKeyInputEnable - keyRepeatStartTimeout - keyRepeatInterval - longPressKeyTimeout - longPressShiftKeyTimeout - longPressSpaceKeyTimeout - ignoreSpecialKeyTimeout - showMiniKeyboardAtTouchedPoint Change-Id: I25159a87289b12447e20031add173523070e9b03 Tadashi G. Takaoka2012-01-261-2/+3
* Don't cache resource value that depends on orientation•••Bug: 5794655 Change-Id: Ib324366c772e20bb54aba63c2f4540dc0f9de515 Tadashi G. Takaoka2012-01-161-2/+4
* Add a sanity check•••Check if any character is both a magic space swapper and a magic space stripper for the current language, and throw an exception if found. Since this is expensive, it's done only in debug mode. Change-Id: Ibd166db87c91495b76878ea0e4f420a62c7bb276 Jean Chalard2012-01-121-0/+8
* Cleanup unused variables and parameters•••Change-Id: Iad756a7a775c93f3344c6962e7b3456ef8339490 Tadashi G. Takaoka2011-12-151-9/+12
* Move a settings var to the settings class•••Change-Id: I1331ad6dec3a9d64a77e314f8a1f4c29282df31b Jean Chalard2011-12-121-0/+2
* Resolve TODOs: add members to hold preferences•••Change-Id: I34f6c76bf9318e1fbe8eb5ffab6772a98ff824e0 Jean Chalard2011-12-091-3/+9
* Resolve TODOs: add some members to store prefs•••Change-Id: Idf09cb5d801e8008eb63cbb5138058faeb7db136 Jean Chalard2011-12-091-8/+19
* Resolve TODOs: add members to store raw settings•••Change-Id: I481eadb6a73faf239e24d05b7e220fcb01194fa4 Jean Chalard2011-12-091-17/+17
* Read options in the declaration order•••Change-Id: I1a7c4d0bcaedad6d4045c36c79280c23234db5b3 Jean Chalard2011-12-091-3/+2
* Straighten out prefs reading code•••Change-Id: Ibf9113a8ef07ac720100ee32d2e5ef321e8ddd98 Jean Chalard2011-12-091-19/+30
* Straighten out members extracted from resources.•••Change-Id: I9b9602ec5b379b44b0f0663d4f065dbcf88fd352 Jean Chalard2011-12-091-23/+29
* Match constant names to option names•••Change-Id: I7586fa342d7a39412d656890f7b525139c45ea4a Jean Chalard2011-12-091-4/+4
* Reorder members in SettingsValues.•••Reorder so that they match the order in the preference xml file. Also add TODOs for missing raw variables. Change-Id: I06332c131a624d6c359512d75c808f3f7313fa91 Jean Chalard2011-12-091-11/+17
* Move settings variables to the settings class•••Change-Id: Ifa7033a84b08ea626eb44cf6d04ba8e28c250bea Jean Chalard2011-12-091-3/+13
* Move settings method from Utils to SettingsValues•••Change-Id: I633378a41f63cd492b8c9345d550e07254df5e5a Jean Chalard2011-12-091-1/+35
* Extract Settings.Values to a new class•••This is pretty much automatic refactoring. Thanks Eclipse! Change-Id: I8ccd24d11878445c836347e9c487c91461eee9cd Jean Chalard2011-12-091-0/+244