aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Settings.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move settings related classes to "settings"Ken Wakasa2013-07-221-329/+0
| | | | Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
* Make UserLogRingCharBuffer an external classKen Wakasa2013-06-251-0/+4
| | | | Change-Id: I9d506995337d64ec11c72939a8d739423ee46efa
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+3
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Fix a possible NPESatoshi Kataoka2013-06-061-0/+8
| | | | | Bug: 9301208 Change-Id: Id120c99ab9ef698d16cf7b8beea30c98c95d23a1
* [ZF2] Read settings for profanity filtering.Jean Chalard2013-04-251-0/+12
| | | | | Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b
* Merge "Add edit personal dictionary settings menu"Tadashi G. Takaoka2013-04-231-0/+1
|\
| * Add edit personal dictionary settings menuTadashi G. Takaoka2013-04-221-0/+1
| | | | | | | | | | Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a
* | Legal noticeSatoshi Kataoka2013-04-221-0/+1
|/ | | | | Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179
* Have Latin IME re-capitalize a selected stringJean Chalard2013-04-151-0/+4
| | | | | | | | | | Upon pressing Shift, if there is currently a selected string, have Latin IME change its capitalization. This does not yet have the keyboard mode follow the mode - the change is complicated enough as is. Bug: 7657025 Change-Id: I54fe8485f44e04efd72c71ac9feee5ce21ba06f2
* Restart suggestions when the cursor moves.Jean Chalard2013-04-121-0/+4
| | | | | | | | | | | 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
* Hide Setup Wizard icon for stock keyboardTadashi G. Takaoka2013-04-101-0/+5
| | | | | Bug: 8581647 Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316
* Support feedbackSatoshi Kataoka2013-03-191-0/+2
| | | | | Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615
* Make isInternal mutableSatoshi Kataoka2013-03-131-0/+9
| | | | Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc
* Add show setup wizard icon preference settingsTadashi G. Takaoka2013-03-051-0/+14
| | | | | Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7
* Clean up Settings and SettingsFragment a bitTadashi G. Takaoka2013-01-251-5/+41
| | | | Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68
* Add preliminary graphics of sliding key input previewTadashi G. Takaoka2013-01-241-0/+1
| | | | | Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04
* Configurable key long press timeoutTadashi G. Takaoka2013-01-231-0/+11
| | | | | | | | The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Merge "Add default button to vibration/volume settings dialog"Tadashi G. Takaoka2013-01-171-7/+9
|\
| * Add default button to vibration/volume settings dialogTadashi G. Takaoka2013-01-101-7/+9
| | | | | | | | Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f
* | Remove unused variablesTadashi G. Takaoka2013-01-101-2/+0
|/ | | | Change-Id: I508679c2ad21b2624760d37a9503e21733964d4c
* Clean up public helper methods of SettingsValuesTadashi G. Takaoka2013-01-091-0/+96
| | | | Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3
* Make Settings class singleton to manage SettingsValuesTadashi G. Takaoka2013-01-081-1/+61
| | | | Change-Id: Id30828a141de86d9bcf8bce586d2adb468cc59e1
* Rename Settings to SettingsFragmentTadashi G. Takaoka2013-01-081-358/+2
| | | | Change-Id: If5bc53efc67be507663091de0f569f604c03e719
* Consolidate VibratorUtils with AudioAndHapticFeedbackManagerTadashi G. Takaoka2013-01-081-4/+5
| | | | Change-Id: Ica4e3193f369330da62a259c718b779ddf9fbde5
* Refactor to add SeekBarDialogTadashi G. Takaoka2012-12-281-108/+52
| | | | Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e
* Add a new option for the double-space period functionalityKen Wakasa2012-12-041-0/+2
| | | | | | bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859
* Suppress dictionary pack support when IS_EXPERIMENTAL is trueKen Wakasa2012-11-091-1/+2
| | | | Change-Id: If8813cb989c1fa8744a3bf36e8514ced3c8f46a3
* Remove gesture typing settings when disabled by configurationTadashi G. Takaoka2012-11-091-10/+4
| | | | | Bug: 7506408 Change-Id: I4de53ace170d5ddc9779f42ac344c4190c80a019
* Show gesture floating preview text by defaultTadashi G. Takaoka2012-10-011-4/+4
| | | | | Bug: 7244214 Change-Id: Ib4ab810ef50798828dd10c39a8077466165772e4
* Cleanup settingsSatoshi Kataoka2012-09-211-29/+12
| | | | | | bug: 7200189 Change-Id: Ibfd9254670cde5f4b2b693cc9334ee2845bede59
* Change to "Show language switch key" optionTadashi G. Takaoka2012-09-201-12/+12
| | | | | | | This change deprecates "Suppress language switch key". Bug: 7037410 Change-Id: I1bc90877b4d2ee9364728959fd680dcb5b22ecbf
* Show gesture floating preview text is off by defaultTadashi G. Takaoka2012-09-191-4/+4
| | | | | Bug: 7043127 Change-Id: Icabf080f43a5934fef3824919bb03229522d5e5a
* New flag for the internal settingsSatoshi Kataoka2012-09-181-2/+2
| | | | Change-Id: I81e69a6cda833a0d2c59a73388321ed11e0bd5b3
* Add advanced options to turn on/off the gesture trail and text previewTadashi G. Takaoka2012-07-301-23/+44
| | | | | Bug: 6883053 Change-Id: I601718afb37289108b45ef68626c7c315edca35d
* ResearchLog refactorKurt Partridge2012-07-201-0/+1
| | | | | | | | | | - new package: com.android.inputmethod.research multi-project commit with Ic0a5744f3160d13218addd589890623c0d120ffc Bug: 6188932 Change-Id: Icf8d4a40a5725401799be6e209a640d99a5f34c4
* Add gesture input enable settingsTadashi G. Takaoka2012-07-201-0/+7
| | | | | Bug: 6845325 Change-Id: I3165465b0b280e32a9288da16abb75baa67288dc
* ResearchLogger: make logging more reliable (esp on startup)Kurt Partridge2012-07-191-1/+2
| | | | | Bug: 6188932 Change-Id: I692e427ba2e6da7bb15f48208304c4a034392a22
* Initialize SubtypeLocale from SettingsTadashi G. Takaoka2012-07-051-0/+4
| | | | | Bug: 6781106 Change-Id: I22f04af4fabf93346ab6f72c1841f096afaccb96
* Remove "Key popup dismiss delay" when "Popup on keypress" is suppressedKen Wakasa2012-06-261-23/+28
| | | | | bug: 6714783 Change-Id: Idf674e8e1af80642f2c53f7ae5c03e21c9e04292
* Cleanup, part 10 : remove from the code obsolete options (C10)Jean Chalard2012-06-211-21/+3
| | | | Change-Id: Id0806ad3dc7ccb632713eebaca76f0bab26ece5d
* Remove irrelevant options.Jean Chalard2012-06-151-2/+5
| | | | | Bug: 6667355 Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341
* Remove a vibration-related option when there's no vibratorJean Chalard2012-05-301-0/+5
| | | | | Bug: 6567160 Change-Id: I1b5d425ffb64b2d7390cd0b7be0825f6aca17f41
* Forget user historysatok2012-05-281-1/+2
| | | | | | Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f
* Fix "no language" subtype name (DO NOT MERGE)Tadashi G. Takaoka2012-04-261-2/+3
| | | | | | | | | | | * 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
* Add custom subtype settingsTadashi G. Takaoka2012-04-191-0/+17
| | | | | Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc
* Make predefined subtype configurable by XML resourceTadashi G. Takaoka2012-04-181-0/+1
| | | | Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234
* Use InputMethodSettingsFragment for IME settingsTadashi G. Takaoka2012-04-131-24/+13
| | | | Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf
* Update the names and default values of bigram options.Jean Chalard2012-04-051-3/+3
| | | | | | Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db
* Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED booleanTadashi G. Takaoka2012-04-021-41/+1
| | | | | Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4