Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2012-01-26 | 1 | -1/+1 | |
* | Fix isResearcherPackage•••Change-Id: I286450fe89a37d75cb398f17d300ddc6f5857ffd | 2011-12-10 | 1 | -2/+1 | |
* | Some tweaks for Researcher Mode•••Change-Id: I6b16dd2fe6d7356c747ba0ee2da5976738003ded | 2011-12-10 | 1 | -0/+1 | |
* | Straighten out prefs reading code•••Change-Id: Ibf9113a8ef07ac720100ee32d2e5ef321e8ddd98 | 2011-12-09 | 1 | -1/+1 | |
* | Match constant names to option names•••Change-Id: I7586fa342d7a39412d656890f7b525139c45ea4a | 2011-12-09 | 1 | -24/+24 | |
* | 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 | 2011-12-09 | 1 | -21/+16 | |
* | Move settings variables to the settings class•••Change-Id: Ifa7033a84b08ea626eb44cf6d04ba8e28c250bea | 2011-12-09 | 1 | -2/+2 | |
* | Merge "Move settings method from Utils to SettingsValues" | 2011-12-08 | 1 | -5/+5 | |
|\ | |||||
| * | Move settings method from Utils to SettingsValues•••Change-Id: I633378a41f63cd492b8c9345d550e07254df5e5a | 2011-12-09 | 1 | -5/+5 | |
* | | Merge "Show usability study mode for research purposes" | 2011-12-08 | 1 | -6/+15 | |
|\ \ | |/ |/| | |||||
| * | Show usability study mode for research purposes•••Bug: 5722703 Change-Id: I27acc374c5d4b52707708b83689dea5d78a573d7 | 2011-12-09 | 1 | -6/+15 | |
* | | Extract Settings.Values to a new class•••This is pretty much automatic refactoring. Thanks Eclipse! Change-Id: I8ccd24d11878445c836347e9c487c91461eee9cd | 2011-12-09 | 1 | -218/+3 | |
|/ | |||||
* | Pending onStartInputView only if the EditorInfo is identical•••Bug: 5604372 Change-Id: I2a88cf15b07eebd29e43e460f6ec758432181b01 | 2011-11-21 | 1 | -2/+2 | |
* | resolved conflicts for merge of 137667ed to master•••Change-Id: I75fc5d278b002ab89dd2475d282d0ee4aede7817 | 2011-11-18 | 1 | -18/+0 | |
|\ | |||||
| * | Ignore microphone and settings key while typing•••Bug: 5560766 Change-Id: I38b21d49b7e803bf94805ba8e13849b3c734e010 | 2011-11-17 | 1 | -18/+0 | |
* | | Display "Touch again to save" in the keyboard locale•••bug: 524239 Change-Id: I227c193ba149f9296f8b1cf40aa3d9cf4e6ae2ab | 2011-10-28 | 1 | -1/+3 | |
|/ | |||||
* | Add a settings to change the sound effect volume•••Bug: 5345401 Bug: 5402541 Change-Id: I1e653573a3362160104b77388d6cbd1700424649 | 2011-10-11 | 1 | -20/+119 | |
* | Cleanup : remove recorrection-related stuff.•••This removes UPDATE_OLD_SUGGESTIONS, and the associated settings. Bug: 5402537 Change-Id: Ie87d4e05c54e4b7d2dd5a05f2d0b570e9cd3e463 | 2011-10-03 | 1 | -7/+0 | |
* | Show the duration of vibration in settings•••bug: 5345401 Change-Id: I666d48d8ddf6c14540eb401129c20ce93972d9cf | 2011-09-30 | 1 | -3/+15 | |
* | add vibration duration settings•••Change-Id: I56a1a94df63160f367f866da759d7dd4fc428ed5 | 2011-09-29 | 1 | -1/+68 | |
* | Enable vibrate on keypress by default•••bug: 5337363 Change-Id: I14c95d27dd236d0a43e64a46ae6fbf9f2a97a3da | 2011-09-20 | 1 | -1/+2 | |
* | Remove experimental settings•••Bug: 5314288 Change-Id: I31cbc6da0ca5e61a5fa4a893c774f2110a5698f1 | 2011-09-14 | 1 | -6/+13 | |
* | Fix NPE in settings•••Bug: 5246032 Change-Id: I452dab9bf863fb8cba142467f338088ee8b30283 | 2011-09-07 | 1 | -2/+2 | |
* | Merge "Fix an NPE in settings" | 2011-09-01 | 1 | -2/+4 | |
|\ | |||||
| * | Fix an NPE in settings•••Change-Id: I264c001a9cc28f864ad024fcf51fb42e9c203d3f | 2011-09-02 | 1 | -2/+4 | |
* | | Add an option to prevent insertion of suggestion spans•••This is to help debug of Bug: 5250788 Change-Id: I961321aff3776c4912eaf7a1fa4de0c01d715f24 | 2011-09-02 | 1 | -0/+5 | |
|/ | |||||
* | Fix a possible NPE•••Change-Id: I5c57752772414b4f9475d0ad43d7fc52b97c3f33 | 2011-08-31 | 1 | -1/+3 | |
* | Clean up bigram settings•••Move bigram suggestion option to the advanced settings screen, remove bigram prediction option for ICS release and remove the now-empty bigram option category. Bug: 5240082 Change-Id: Ib1fc608ad33d5598410f7b0cb4a1639bffef28c7 | 2011-08-31 | 1 | -1/+0 | |
* | Move locale-related utility methods to LocaleUtils.•••Change-Id: I7e9e6e5bc4486d8618d0213b112308c3d305c15e | 2011-08-29 | 1 | -3/+3 | |
* | Settings key visibility should always follow the system default value,•••by ignoring its preference value, when the "show settings key option" in the settings is disabled. Change-Id: I934be2d9eb0bf6bf731e03f5d9b752de4a7a1c7c | 2011-08-22 | 1 | -9/+12 | |
* | Handle non word separators correctly even for the initial letter of a word•••bug: 5101114 Change-Id: I0d804c9a500ff000dc06cadad46a2c6c6b8088b2 | 2011-08-04 | 1 | -3/+11 | |
* | Revive the missing Settings key on tablets•••This is a follow up change to Ieb42fdfa. bug: 5094401 Change-Id: If78c966ed02fbc9b8c6da726e00424a927349142 | 2011-08-03 | 1 | -4/+8 | |
* | Turn off the Settings key by default•••bug:5094401 Change-Id: Ieb42fdfa79be2afcfa6634e7404c17737ef6927d | 2011-07-31 | 1 | -17/+10 | |
* | Clean up keyboard loading and switching•••Bug: 4311428 Change-Id: Ia72de23634f824d82b7b5f2267d439ce922a3b57 | 2011-07-27 | 1 | -8/+8 | |
* | Purge quick fixes option.•••This change removes everything related to the quick fixes Latin IME option item. Note that Autotext is still used if the current subtype language is the same as the system language. Bug: 4985058 Change-Id: I51728a2190543ffb9e004470674ef6257b14f6c2 | 2011-07-26 | 1 | -20/+0 | |
* | Fix voice key mode default back to "on main keyboard"•••Bug: 5074042 Change-Id: I0c4a09b286c7680306741d47a48d5d9783e4a890 | 2011-07-25 | 1 | -5/+5 | |
* | Disable VoiceInputLogger inside LatinIME•••Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b | 2011-07-22 | 1 | -25/+37 | |
* | Revert "Guard unused voice functions"•••This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273 | 2011-07-21 | 1 | -2/+13 | |
* | Guard unused voice functions•••Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85 | 2011-07-21 | 1 | -13/+2 | |
* | Support select input method dialog on pre-HC platform•••Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729 | 2011-07-19 | 1 | -1/+1 | |
* | Use InputMethodSettingsActivity•••Bug: 4979539 Change-Id: Ib721814bfe80822ded7b0d801f6bc0c854588da4 | 2011-07-11 | 1 | -3/+2 | |
* | Use InputMethodSettingsFragment•••Bug: 4979539 Change-Id: I4f2010f785eb29ccd42b488c402ef9957633e0c2 | 2011-07-09 | 1 | -1/+4 | |
* | Merge "Internal cleanup before using InputMethodSettingsFragment" | 2011-07-08 | 1 | -2/+5 | |
|\ | |||||
| * | Internal cleanup before using InputMethodSettingsFragment•••Change-Id: I7e3211feadf7b87b789040f6dcd6dda84a9d454a | 2011-07-09 | 1 | -2/+5 | |
* | | Remove override which will be invalid.•••Change-Id: I8b548e0167791c1f5e46971901d13ee1aadc45da | 2011-07-09 | 1 | -1/+0 | |
|/ | |||||
* | Remove swipe gesture•••Bug: 4971680 Change-Id: Ifff27f3bd3dd26417bfcb7072aaba074025b1bb7 | 2011-07-08 | 1 | -3/+1 | |
* | Refactor settings•••Change-Id: I2e0108ba429b477a07cfd53dcc664c0e43ff16a7 | 2011-07-01 | 1 | -22/+29 | |
* | Adaptive suggestions strip•••Bug: 4903845 Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1 | 2011-07-01 | 1 | -1/+1 | |
* | Show subtype settings preference for new design•••Change-Id: I6164ab6ae3d97e2095778a4a6fd9f36c508af7b0 | 2011-06-28 | 1 | -4/+0 | |
* | Add a link from Latin IME to the dictionary pack.•••The link only shows up if the dictionary pack is installed. Bug: 1752028 Change-Id: I4af0a0a63324c155609710064a25df0deeb82b4d | 2011-06-24 | 1 | -0/+11 |