aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Settings.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a settings to change the sound effect volume•••Bug: 5345401 Bug: 5402541 Change-Id: I1e653573a3362160104b77388d6cbd1700424649 satok2011-10-111-20/+119
* Cleanup : remove recorrection-related stuff.•••This removes UPDATE_OLD_SUGGESTIONS, and the associated settings. Bug: 5402537 Change-Id: Ie87d4e05c54e4b7d2dd5a05f2d0b570e9cd3e463 Jean Chalard2011-10-031-7/+0
* Show the duration of vibration in settings•••bug: 5345401 Change-Id: I666d48d8ddf6c14540eb401129c20ce93972d9cf satok2011-09-301-3/+15
* add vibration duration settings•••Change-Id: I56a1a94df63160f367f866da759d7dd4fc428ed5 satok2011-09-291-1/+68
* Enable vibrate on keypress by default•••bug: 5337363 Change-Id: I14c95d27dd236d0a43e64a46ae6fbf9f2a97a3da Ken Wakasa2011-09-201-1/+2
* Remove experimental settings•••Bug: 5314288 Change-Id: I31cbc6da0ca5e61a5fa4a893c774f2110a5698f1 satok2011-09-141-6/+13
* Fix NPE in settings•••Bug: 5246032 Change-Id: I452dab9bf863fb8cba142467f338088ee8b30283 satok2011-09-071-2/+2
* Merge "Fix an NPE in settings"Jean Chalard2011-09-011-2/+4
|\
| * Fix an NPE in settings•••Change-Id: I264c001a9cc28f864ad024fcf51fb42e9c203d3f Jean Chalard2011-09-021-2/+4
* | Add an option to prevent insertion of suggestion spans•••This is to help debug of Bug: 5250788 Change-Id: I961321aff3776c4912eaf7a1fa4de0c01d715f24 Jean Chalard2011-09-021-0/+5
|/
* Fix a possible NPE•••Change-Id: I5c57752772414b4f9475d0ad43d7fc52b97c3f33 Jean Chalard2011-08-311-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 Jean Chalard2011-08-311-1/+0
* Move locale-related utility methods to LocaleUtils.•••Change-Id: I7e9e6e5bc4486d8618d0213b112308c3d305c15e Jean Chalard2011-08-291-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 Ken Wakasa2011-08-221-9/+12
* Handle non word separators correctly even for the initial letter of a word•••bug: 5101114 Change-Id: I0d804c9a500ff000dc06cadad46a2c6c6b8088b2 Ken Wakasa2011-08-041-3/+11
* Revive the missing Settings key on tablets•••This is a follow up change to Ieb42fdfa. bug: 5094401 Change-Id: If78c966ed02fbc9b8c6da726e00424a927349142 Ken Wakasa2011-08-031-4/+8
* Turn off the Settings key by default•••bug:5094401 Change-Id: Ieb42fdfa79be2afcfa6634e7404c17737ef6927d Ken Wakasa2011-07-311-17/+10
* Clean up keyboard loading and switching•••Bug: 4311428 Change-Id: Ia72de23634f824d82b7b5f2267d439ce922a3b57 Tadashi G. Takaoka2011-07-271-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 Jean Chalard2011-07-261-20/+0
* Fix voice key mode default back to "on main keyboard"•••Bug: 5074042 Change-Id: I0c4a09b286c7680306741d47a48d5d9783e4a890 Tadashi G. Takaoka2011-07-251-5/+5
* Disable VoiceInputLogger inside LatinIME•••Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b Tadashi G. Takaoka2011-07-221-25/+37
* Revert "Guard unused voice functions"•••This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273 Tadashi G. Takaoka2011-07-211-2/+13
* Guard unused voice functions•••Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85 satok2011-07-211-13/+2
* Support select input method dialog on pre-HC platform•••Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729 Tadashi G. Takaoka2011-07-191-1/+1
* Use InputMethodSettingsActivity•••Bug: 4979539 Change-Id: Ib721814bfe80822ded7b0d801f6bc0c854588da4 satok2011-07-111-3/+2
* Use InputMethodSettingsFragment•••Bug: 4979539 Change-Id: I4f2010f785eb29ccd42b488c402ef9957633e0c2 satok2011-07-091-1/+4
* Merge "Internal cleanup before using InputMethodSettingsFragment"satok2011-07-081-2/+5
|\
| * Internal cleanup before using InputMethodSettingsFragment•••Change-Id: I7e3211feadf7b87b789040f6dcd6dda84a9d454a satok2011-07-091-2/+5
* | Remove override which will be invalid.•••Change-Id: I8b548e0167791c1f5e46971901d13ee1aadc45da satok2011-07-091-1/+0
|/
* Remove swipe gesture•••Bug: 4971680 Change-Id: Ifff27f3bd3dd26417bfcb7072aaba074025b1bb7 Tadashi G. Takaoka2011-07-081-3/+1
* Refactor settings•••Change-Id: I2e0108ba429b477a07cfd53dcc664c0e43ff16a7 satok2011-07-011-22/+29
* Adaptive suggestions strip•••Bug: 4903845 Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1 Tadashi G. Takaoka2011-07-011-1/+1
* Show subtype settings preference for new design•••Change-Id: I6164ab6ae3d97e2095778a4a6fd9f36c508af7b0 satok2011-06-281-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 Jean Chalard2011-06-241-0/+11
* Add an option to use or not the contacts dictionary.•••Bug: 4586840 Change-Id: If62cd57e5ab661e6a51a5442d09bf0af8f08f263 Jean Chalard2011-06-131-0/+5
* Remove manual config item controlling to show input language settings•••Change-Id: I77f831c653567f2cf214a5b61107b25cca6d751d Tadashi G. Takaoka2011-05-201-7/+1
* Show full display names in the popup of the spacebar language swicher•••- Multiply the speed of the slide Bug: 4427222 Change-Id: Ifd2de9843191296f0f311440ea7b8ab075c67d8d satok2011-05-181-4/+1
* Add advanced settings screen•••Also add an option for popup dismissal delay so as to inaugurate the new screen. Besides, remove a path for options to escape from LatinIME and replace with a direct read from the settings. Change-Id: I7ec6e724262871fa6523506ecc39f65c5fbe34da Jean Chalard2011-05-131-14/+68
* Fix a bug where the locale of the keyboard app would end up wrong.•••Change-Id: I1f9172dd987f8c2ed9b2f3d16a494e4cd264ead7 Jean Chalard2011-05-121-0/+2
* Refactor settings flags.•••This needs Ic5bd9b45 to not break the build. Change-Id: I9684be89baba0f855f19c11d000c5638c04cc26e Jean Chalard2011-05-111-0/+187
* Add an option for using bigram prediction.•••This change adds the option for bigram prediction under the option for bigram suggestion. The "prediction" option depends on the "suggestion" option. This change also reorders a tad bit the settings screen. Namely, it sticks both bigram options under a "bigram" category, and groups the options that did not have a group under a "other options", or misc, category. Finally this change also renames the internal name of the "text corrections" option category to "correction_category" instead of "prediction_category" which was misleading. Change-Id: I2d8787c8a391fd8202ed3a686c613494b7260a1e Jean Chalard2011-04-221-4/+17
* Fix language selection settings•••Change-Id: I99e2039579a5bd606a8e698cdee2739465b998bc satok2011-04-211-6/+2
* Check the availability of layouts for showing the input languages in the sett...•••Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108 satok2011-04-211-0/+6
* Add settings for theme, userfeedback and other settings (temporary)•••Change-Id: I063c48dbf021f5608c241a3543aa2628b5faaa40 satok2011-04-011-0/+10
* Added VibratorCompatWrapper•••Change-Id: I7640f051873f42aa15337edc718ac95ec1c51698 satok2011-03-241-3/+2
* Renamed Proxy classes•••- VoiceConnector to VoiceProxy - VoiceInputConnector to VoiceInputWrapper - VoiceLoggerConnector to VoiceLoggerWrapper Change-Id: I908ddc590c8846cf5cbd80b9c0257cb65c638bde satok2011-03-241-4/+4
* Use reflections for classes related to InputMethodSubtype•••Change-Id: Ica53ce879c2b4c5eb47f757fb788a795a881c30e satok2011-03-181-5/+2
* Added CompatUtils for starting a language selector•••Change-Id: I158414efaff43d0c6abe1f9af83ed3425992dfb9 satok2011-03-181-10/+7
* (Refactor 1) Moved voice related codes to deprecated/voice•••Change-Id: I008ac7099c815fb74a9ab374419617b336453f97 satok2011-03-161-14/+9
* Fix subtype settings activity string•••original (abandoned) change: I78463bbb Change-Id: I1ef4df882fb09dd31a77e8f12d30d03460ecaada Ken Wakasa2011-02-011-1/+3