aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Settings.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restart suggestions when the cursor moves.•••This uses the old suggestions. It does not try to recompute new suggestions if there are no old suggestions yet: this is coming in a later change. If there are no suggestions, this shows the word itself as a suggestion. Bug: 8084810 Change-Id: I4c2e25df0ff3673be1825f57a0c19a9d23d47a48 Jean Chalard2013-04-121-0/+4
* Hide Setup Wizard icon for stock keyboard•••Bug: 8581647 Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316 Tadashi G. Takaoka2013-04-101-0/+5
* Support feedback•••Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615 Satoshi Kataoka2013-03-191-0/+2
* Make isInternal mutable•••Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc Satoshi Kataoka2013-03-131-0/+9
* Add show setup wizard icon preference settings•••Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7 Tadashi G. Takaoka2013-03-051-0/+14
* Clean up Settings and SettingsFragment a bit•••Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68 Tadashi G. Takaoka2013-01-251-5/+41
* Add preliminary graphics of sliding key input preview•••Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04 Tadashi G. Takaoka2013-01-241-0/+1
* Configurable key long press timeout•••The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8 Tadashi G. Takaoka2013-01-231-0/+11
* Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 Tadashi G. Takaoka2013-01-211-8/+8
* Merge "Add default button to vibration/volume settings dialog"Tadashi G. Takaoka2013-01-171-7/+9
|\
| * Add default button to vibration/volume settings dialog•••Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f Tadashi G. Takaoka2013-01-101-7/+9
* | Remove unused variables•••Change-Id: I508679c2ad21b2624760d37a9503e21733964d4c Tadashi G. Takaoka2013-01-101-2/+0
|/
* Clean up public helper methods of SettingsValues•••Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3 Tadashi G. Takaoka2013-01-091-0/+96
* Make Settings class singleton to manage SettingsValues•••Change-Id: Id30828a141de86d9bcf8bce586d2adb468cc59e1 Tadashi G. Takaoka2013-01-081-1/+61
* Rename Settings to SettingsFragment•••Change-Id: If5bc53efc67be507663091de0f569f604c03e719 Tadashi G. Takaoka2013-01-081-358/+2
* Consolidate VibratorUtils with AudioAndHapticFeedbackManager•••Change-Id: Ica4e3193f369330da62a259c718b779ddf9fbde5 Tadashi G. Takaoka2013-01-081-4/+5
* Refactor to add SeekBarDialog•••Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e Tadashi G. Takaoka2012-12-281-108/+52
* Add a new option for the double-space period functionality•••bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859 Ken Wakasa2012-12-041-0/+2
* Suppress dictionary pack support when IS_EXPERIMENTAL is true•••Change-Id: If8813cb989c1fa8744a3bf36e8514ced3c8f46a3 Ken Wakasa2012-11-091-1/+2
* Remove gesture typing settings when disabled by configuration•••Bug: 7506408 Change-Id: I4de53ace170d5ddc9779f42ac344c4190c80a019 Tadashi G. Takaoka2012-11-091-10/+4
* Show gesture floating preview text by default•••Bug: 7244214 Change-Id: Ib4ab810ef50798828dd10c39a8077466165772e4 Tadashi G. Takaoka2012-10-011-4/+4
* Cleanup settings•••bug: 7200189 Change-Id: Ibfd9254670cde5f4b2b693cc9334ee2845bede59 Satoshi Kataoka2012-09-211-29/+12
* Change to "Show language switch key" option•••This change deprecates "Suppress language switch key". Bug: 7037410 Change-Id: I1bc90877b4d2ee9364728959fd680dcb5b22ecbf Tadashi G. Takaoka2012-09-201-12/+12
* Show gesture floating preview text is off by default•••Bug: 7043127 Change-Id: Icabf080f43a5934fef3824919bb03229522d5e5a Tadashi G. Takaoka2012-09-191-4/+4
* New flag for the internal settings•••Change-Id: I81e69a6cda833a0d2c59a73388321ed11e0bd5b3 Satoshi Kataoka2012-09-181-2/+2
* Add advanced options to turn on/off the gesture trail and text preview•••Bug: 6883053 Change-Id: I601718afb37289108b45ef68626c7c315edca35d Tadashi G. Takaoka2012-07-301-23/+44
* ResearchLog refactor•••- new package: com.android.inputmethod.research multi-project commit with Ic0a5744f3160d13218addd589890623c0d120ffc Bug: 6188932 Change-Id: Icf8d4a40a5725401799be6e209a640d99a5f34c4 Kurt Partridge2012-07-201-0/+1
* Add gesture input enable settings•••Bug: 6845325 Change-Id: I3165465b0b280e32a9288da16abb75baa67288dc Tadashi G. Takaoka2012-07-201-0/+7
* ResearchLogger: make logging more reliable (esp on startup)•••Bug: 6188932 Change-Id: I692e427ba2e6da7bb15f48208304c4a034392a22 Kurt Partridge2012-07-191-1/+2
* Initialize SubtypeLocale from Settings•••Bug: 6781106 Change-Id: I22f04af4fabf93346ab6f72c1841f096afaccb96 Tadashi G. Takaoka2012-07-051-0/+4
* Remove "Key popup dismiss delay" when "Popup on keypress" is suppressed•••bug: 6714783 Change-Id: Idf674e8e1af80642f2c53f7ae5c03e21c9e04292 Ken Wakasa2012-06-261-23/+28
* Cleanup, part 10 : remove from the code obsolete options (C10)•••Change-Id: Id0806ad3dc7ccb632713eebaca76f0bab26ece5d Jean Chalard2012-06-211-21/+3
* Remove irrelevant options.•••Bug: 6667355 Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341 Jean Chalard2012-06-151-2/+5
* Remove a vibration-related option when there's no vibrator•••Bug: 6567160 Change-Id: I1b5d425ffb64b2d7390cd0b7be0825f6aca17f41 Jean Chalard2012-05-301-0/+5
* Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f satok2012-05-281-1/+2
* Fix "no language" subtype name (DO NOT MERGE)•••* Move SubtypeLocale.get{Full,Middle,Short}DisplayName() to LatinLeyboardView and add unit tests (SpacebarTextTests). * Add SubtypeLocale.getSubtypeDisplayName() This is a cherry-pick of I57420c6a from Master. Bug: 6393865 Change-Id: I68748189c17c73984ac4ae05a5a40fb54bf46453 Tadashi G. Takaoka2012-04-261-2/+3
* Add custom subtype settings•••Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc Tadashi G. Takaoka2012-04-191-0/+17
* Make predefined subtype configurable by XML resource•••Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234 Tadashi G. Takaoka2012-04-181-0/+1
* Use InputMethodSettingsFragment for IME settings•••Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf Tadashi G. Takaoka2012-04-131-24/+13
* Update the names and default values of bigram options.•••Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db Jean Chalard2012-04-051-3/+3
* Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED boolean•••Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4 Tadashi G. Takaoka2012-04-021-41/+1
* Move VibratorCompatWrapper to VibratorUtils.•••bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6 Ken Wakasa2012-03-301-4/+4
* Remove the "deprecated" classes•••bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084 Ken Wakasa2012-03-301-85/+3
* Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for Research...•••Move GodMode specific tests to relevant directories as well. This goes along with I9dc4d469 Change-Id: I4a21c53846b26eede346cb1da13e6abbdf9ec27f Ken Wakasa2012-03-271-3/+3
* Split Utils class to StringUtils, SubtypeUtils, and JniUtils•••Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144 Tadashi G. Takaoka2012-03-081-1/+1
* Add language switch key only to the phone layouts•••Bug: 5759092 Change-Id: Ic7d7d4812976654c0e85fecabd1128eadfc52c5c Tadashi G. Takaoka2012-03-071-1/+15
* Omit InputMethodManagerCompatWrapper argument from some utility methods•••Change-Id: Ic837018c702c8c575de3e5e81fe8e31fee16fe22 Tadashi G. Takaoka2012-03-051-4/+3
* 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-7/+0
* 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-1/+1
* Fix isResearcherPackage•••Change-Id: I286450fe89a37d75cb398f17d300ddc6f5857ffd satok2011-12-101-2/+1