aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Settings.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move VibratorCompatWrapper to VibratorUtils.Ken Wakasa2012-03-301-4/+4
| | | | | | bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6
* Remove the "deprecated" classesKen Wakasa2012-03-301-85/+3
| | | | | bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
* Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for ↵Ken Wakasa2012-03-271-3/+3
| | | | | | | | | | ResearchLogger Move GodMode specific tests to relevant directories as well. This goes along with I9dc4d469 Change-Id: I4a21c53846b26eede346cb1da13e6abbdf9ec27f
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-1/+1
| | | | Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144
* Add language switch key only to the phone layoutsTadashi G. Takaoka2012-03-071-1/+15
| | | | | Bug: 5759092 Change-Id: Ic7d7d4812976654c0e85fecabd1128eadfc52c5c
* Omit InputMethodManagerCompatWrapper argument from some utility methodsTadashi G. Takaoka2012-03-051-4/+3
| | | | Change-Id: Ic837018c702c8c575de3e5e81fe8e31fee16fe22
* Settings key always exists in more keys of shortcut/f1 keyTadashi G. Takaoka2012-02-171-7/+0
| | | | | | | | | 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
* Get rid of Resource reference from KeyboardView, LatinKeyboardView and ↵Tadashi G. Takaoka2012-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | PointerTracker This change introduces the following attributes. * KeyboardView - keyPreviewLingerTimeout * LatinKeboardView - keyHysteresisDistance - touchNoiseThresholdTime - touchNoiseThresholdDistance - slidingKeyInputEnable - keyRepeatStartTimeout - keyRepeatInterval - longPressKeyTimeout - longPressShiftKeyTimeout - longPressSpaceKeyTimeout - ignoreSpecialKeyTimeout - showMiniKeyboardAtTouchedPoint Change-Id: I25159a87289b12447e20031add173523070e9b03
* Fix isResearcherPackagesatok2011-12-101-2/+1
| | | | Change-Id: I286450fe89a37d75cb398f17d300ddc6f5857ffd
* Some tweaks for Researcher ModeKen Wakasa2011-12-101-0/+1
| | | | Change-Id: I6b16dd2fe6d7356c747ba0ee2da5976738003ded
* Straighten out prefs reading codeJean Chalard2011-12-091-1/+1
| | | | Change-Id: Ibf9113a8ef07ac720100ee32d2e5ef321e8ddd98
* Match constant names to option namesJean Chalard2011-12-091-24/+24
| | | | Change-Id: I7586fa342d7a39412d656890f7b525139c45ea4a
* Reorder members in SettingsValues.Jean Chalard2011-12-091-21/+16
| | | | | | | 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-2/+2
| | | | Change-Id: Ifa7033a84b08ea626eb44cf6d04ba8e28c250bea
* Merge "Move settings method from Utils to SettingsValues"Jean Chalard2011-12-081-5/+5
|\
| * Move settings method from Utils to SettingsValuesJean Chalard2011-12-091-5/+5
| | | | | | | | Change-Id: I633378a41f63cd492b8c9345d550e07254df5e5a
* | Merge "Show usability study mode for research purposes"satok2011-12-081-6/+15
|\ \ | |/ |/|
| * Show usability study mode for research purposessatok2011-12-091-6/+15
| | | | | | | | | | | | Bug: 5722703 Change-Id: I27acc374c5d4b52707708b83689dea5d78a573d7
* | Extract Settings.Values to a new classJean Chalard2011-12-091-218/+3
|/ | | | | | This is pretty much automatic refactoring. Thanks Eclipse! Change-Id: I8ccd24d11878445c836347e9c487c91461eee9cd
* Pending onStartInputView only if the EditorInfo is identicalTadashi G. Takaoka2011-11-211-2/+2
| | | | | Bug: 5604372 Change-Id: I2a88cf15b07eebd29e43e460f6ec758432181b01
* resolved conflicts for merge of 137667ed to masterTadashi G. Takaoka2011-11-181-18/+0
|\ | | | | | | Change-Id: I75fc5d278b002ab89dd2475d282d0ee4aede7817
| * Ignore microphone and settings key while typingTadashi G. Takaoka2011-11-171-18/+0
| | | | | | | | | | Bug: 5560766 Change-Id: I38b21d49b7e803bf94805ba8e13849b3c734e010
* | Display "Touch again to save" in the keyboard localeKen Wakasa2011-10-281-1/+3
|/ | | | | bug: 524239 Change-Id: I227c193ba149f9296f8b1cf40aa3d9cf4e6ae2ab
* Add a settings to change the sound effect volumesatok2011-10-111-20/+119
| | | | | | Bug: 5345401 Bug: 5402541 Change-Id: I1e653573a3362160104b77388d6cbd1700424649
* Cleanup : remove recorrection-related stuff.Jean Chalard2011-10-031-7/+0
| | | | | | | This removes UPDATE_OLD_SUGGESTIONS, and the associated settings. Bug: 5402537 Change-Id: Ie87d4e05c54e4b7d2dd5a05f2d0b570e9cd3e463
* Show the duration of vibration in settingssatok2011-09-301-3/+15
| | | | | | bug: 5345401 Change-Id: I666d48d8ddf6c14540eb401129c20ce93972d9cf
* add vibration duration settingssatok2011-09-291-1/+68
| | | | Change-Id: I56a1a94df63160f367f866da759d7dd4fc428ed5
* Enable vibrate on keypress by defaultKen Wakasa2011-09-201-1/+2
| | | | | bug: 5337363 Change-Id: I14c95d27dd236d0a43e64a46ae6fbf9f2a97a3da
* Remove experimental settingssatok2011-09-141-6/+13
| | | | | Bug: 5314288 Change-Id: I31cbc6da0ca5e61a5fa4a893c774f2110a5698f1
* Fix NPE in settingssatok2011-09-071-2/+2
| | | | | Bug: 5246032 Change-Id: I452dab9bf863fb8cba142467f338088ee8b30283
* Merge "Fix an NPE in settings"Jean Chalard2011-09-011-2/+4
|\
| * Fix an NPE in settingsJean Chalard2011-09-021-2/+4
| | | | | | | | Change-Id: I264c001a9cc28f864ad024fcf51fb42e9c203d3f
* | Add an option to prevent insertion of suggestion spansJean Chalard2011-09-021-0/+5
|/ | | | | | | This is to help debug of Bug: 5250788 Change-Id: I961321aff3776c4912eaf7a1fa4de0c01d715f24
* Fix a possible NPEJean Chalard2011-08-311-1/+3
| | | | Change-Id: I5c57752772414b4f9475d0ad43d7fc52b97c3f33
* Clean up bigram settingsJean Chalard2011-08-311-1/+0
| | | | | | | | | 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
* Move locale-related utility methods to LocaleUtils.Jean Chalard2011-08-291-3/+3
| | | | Change-Id: I7e9e6e5bc4486d8618d0213b112308c3d305c15e
* Settings key visibility should always follow the system default value,Ken Wakasa2011-08-221-9/+12
| | | | | | | by ignoring its preference value, when the "show settings key option" in the settings is disabled. Change-Id: I934be2d9eb0bf6bf731e03f5d9b752de4a7a1c7c
* Handle non word separators correctly even for the initial letter of a wordKen Wakasa2011-08-041-3/+11
| | | | | bug: 5101114 Change-Id: I0d804c9a500ff000dc06cadad46a2c6c6b8088b2
* Revive the missing Settings key on tabletsKen Wakasa2011-08-031-4/+8
| | | | | | | This is a follow up change to Ieb42fdfa. bug: 5094401 Change-Id: If78c966ed02fbc9b8c6da726e00424a927349142
* Turn off the Settings key by defaultKen Wakasa2011-07-311-17/+10
| | | | | bug:5094401 Change-Id: Ieb42fdfa79be2afcfa6634e7404c17737ef6927d
* Clean up keyboard loading and switchingTadashi G. Takaoka2011-07-271-8/+8
| | | | | Bug: 4311428 Change-Id: Ia72de23634f824d82b7b5f2267d439ce922a3b57
* Purge quick fixes option.Jean Chalard2011-07-261-20/+0
| | | | | | | | | | 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
* Fix voice key mode default back to "on main keyboard"Tadashi G. Takaoka2011-07-251-5/+5
| | | | | Bug: 5074042 Change-Id: I0c4a09b286c7680306741d47a48d5d9783e4a890
* Disable VoiceInputLogger inside LatinIMETadashi G. Takaoka2011-07-221-25/+37
| | | | | Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b
* Revert "Guard unused voice functions"Tadashi G. Takaoka2011-07-211-2/+13
| | | | | This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273
* Guard unused voice functionssatok2011-07-211-13/+2
| | | | | Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85
* Support select input method dialog on pre-HC platformTadashi G. Takaoka2011-07-191-1/+1
| | | | | Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729
* Use InputMethodSettingsActivitysatok2011-07-111-3/+2
| | | | | Bug: 4979539 Change-Id: Ib721814bfe80822ded7b0d801f6bc0c854588da4
* Use InputMethodSettingsFragmentsatok2011-07-091-1/+4
| | | | | | Bug: 4979539 Change-Id: I4f2010f785eb29ccd42b488c402ef9957633e0c2
* Merge "Internal cleanup before using InputMethodSettingsFragment"satok2011-07-081-2/+5
|\