aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Settings.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f Ken Wakasa2013-07-221-329/+0
* Make UserLogRingCharBuffer an external class•••Change-Id: I9d506995337d64ec11c72939a8d739423ee46efa Ken Wakasa2013-06-251-0/+4
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-1/+3
* Fix a possible NPE•••Bug: 9301208 Change-Id: Id120c99ab9ef698d16cf7b8beea30c98c95d23a1 Satoshi Kataoka2013-06-061-0/+8
* [ZF2] Read settings for profanity filtering.•••Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b Jean Chalard2013-04-251-0/+12
* Merge "Add edit personal dictionary settings menu"Tadashi G. Takaoka2013-04-231-0/+1
|\
| * Add edit personal dictionary settings menu•••Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a Tadashi G. Takaoka2013-04-221-0/+1
* | Legal notice•••Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179 Satoshi Kataoka2013-04-221-0/+1
|/
* Have Latin IME re-capitalize a selected string•••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 Jean Chalard2013-04-151-0/+4
* 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