aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings/SettingsFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use fragment for keyboard theme settings•••Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936 Tadashi G. Takaoka2014-07-291-85/+2
* Use fragment for advanced preference screen•••Bug: 16522808 Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e Tadashi G. Takaoka2014-07-281-202/+0
* Use fragment for text correction preference screen•••Bug: 16522808 Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4 Tadashi G. Takaoka2014-07-281-70/+0
* Use fragment for gesture typing preference screen•••Bug: 16522808 Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023 Tadashi G. Takaoka2014-07-281-4/+1
* Use fragment for multi lingual preference screen•••Bug: 16522808 Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1 Tadashi G. Takaoka2014-07-281-27/+0
* Use fragment for input preference screen•••This CL introduces a common abstract class, SunScreenFragment, for PreferenceFragment that implements a PreferenceScreen of the main settings preference screen. Bug: 16522808 Change-Id: I11fba71b5e9f96208b261e0c0314de8a41720d0f Tadashi G. Takaoka2014-07-271-20/+0
* Make "Show correction suggestions" as a binary option•••Formerly "Show correction suggestions" had three options, "always show", "show in portrait mode", and "always hide". The reason behind "show in portrait mode" was that there may not be enough screen estate in landscape mode to show suggestions. Because recent phone devices have relatively large screen, we decide to remove "show in portrait mode" option. Bug: 15780939 Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83 Tadashi G. Takaoka2014-07-271-2/+0
* Remove unnecessary DebugSettingsActivity, use fragment directly•••This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c Tadashi G. Takaoka2014-07-231-6/+1
* Rename ProductionFlag to ProductionFlags•••Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20 Tadashi G. Takaoka2014-07-161-2/+2
* Use SwitchPreference on API versions newer than KitKat•••Bug: 15781377 Change-Id: I1f7214c689006b1088249783eb614b6f0fbf2ee7 Tadashi G. Takaoka2014-07-131-4/+3
* Reorganize Keyboard settings screen•••This CL must be checked in together with Ie45df15b18. Bug: 11866784 Change-Id: I44d6ceb45108be135e3eaa361f4ee2c83f04fb57 Tadashi G. Takaoka2014-06-231-55/+71
* Revert "Reorganize Keyboard settings screen"•••This reverts commit 339929ba16e4f68fb216ebe49dd3575e563ee8ab. Bug: 11866784 Bug: 13888366 Bug: 15781377 This doesn't build with LOCAL_SDK_VERSION := 19 for UnbundledLatinImeGoogle. Change-Id: Idf8bd335b076152265f245f578dadf651e291878 Ken Wakasa2014-06-231-63/+55
* Reorganize Keyboard settings screen•••This CL must be checked in together with I6ebfbeb4e8. Bug: 11866784 Bug: 15781377 Bug: 13888366 Change-Id: I57d47ab174d03121a604fd0dbf553795de0ab9b8 Tadashi G. Takaoka2014-06-221-55/+63
* Add a preference item for metrics logging•••BUG: 14324207 Change-Id: Idc8582655bc73cb24e416e8ba78470209b2ff702 Yohei Yukawa2014-06-041-0/+15
* Remove researcher logger•••This CL must be checked in together with I5cc76807e3. Bug: 15318007 Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb Tadashi G. Takaoka2014-05-291-5/+0
* Enable "show language switch key" settings on K and before•••"Show language switch key" and "Switch to other IME" settings are enabled on KitKat and before. On L and later, its preference settings UI gets hide and the settings values are forcibly set to true. Bug: 14854377 Change-Id: I10456408452280a1b7688fd1f168933937666c9f Tadashi G. Takaoka2014-05-241-7/+8
* Refactor KeyboardTheme•••This CL introduces two preference keys in addition to the existing one. - pref_keyboard_theme: The new preference key that is used only in the preference settings. - pref_keyboard_layout_20110916: The previous preference key that holds keyboard color scheme settings. This is superseded by the next key. - pref_keyboard_theme_20140509: The new preference key that holds keyboard theme settings. This value is forcibly reset to LMP theme on a LMP device. On a KitKat and previous device, the settings of the pref_keyboard_layout_20110916 is carried on into this preference. This CL must be checked in together with Id7b3ddd8aa. Change-Id: I2d55602d026e30b38d8f822d2124f5c5e4a9a812 Tadashi G. Takaoka2014-05-121-2/+23
* Revert "Refactor KeyboardTheme"•••This reverts commit 19688b584bb903192559196a0e3836bc4c957696. Build breakage. Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668 Ken Wakasa2014-05-091-23/+2
* Refactor KeyboardTheme•••This CL introduces two preference keys in addition to the existing one. - pref_keyboard_theme: The new preference key that is used only in the preference settings. - pref_keyboard_layout_20110916: The previous preference key that holds keyboard color scheme settings. This is superseded by the next key. - pref_keyboard_theme_20140509: The new preference key that holds keyboard theme settings. This value is forcibly reset to LMP theme on a LMP device. On a KitKat and previous device, the settings of the pref_keyboard_layout_20110916 is carried on into this preference. This CL must be checked in together with Ifcedeabbec. Change-Id: Ibe75146e2c1c7eebf964ca86550baf244fedb79a Tadashi G. Takaoka2014-05-091-2/+23
* Move some advanced settings to debug settings•••This CL moves "Show slide indicator" and "Key long press delay" advanced options to the debug settings. Bug: 11866784 Change-Id: Iec16e09ba6e7c9f82ce0fa73a0d75766b843b44b Tadashi G. Takaoka2014-04-251-39/+0
* Remove key show up and dismiss animation•••Bug: 11518021 Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e Tadashi G. Takaoka2014-02-171-0/+1
* Add description of disabled voice input key option•••Bug: 12377179 Change-Id: I44d35c6fa82883710674ecca6f630d09076472fe Tadashi G. Takaoka2014-01-061-2/+8
* [IL15] Some small refactoring•••Bug: 8636060 Change-Id: I4bfdf1628c9b55a79bd2d88ee30bf10b08a49232 Jean Chalard2013-12-201-1/+1
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 Ken Wakasa2013-12-131-79/+40
* Update Color Scheme summary explicitly•••Bug: 11622614 Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42 Tadashi G. Takaoka2013-11-221-0/+21
* Consolidate voice input key options no.1•••Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9 Satoshi Kataoka2013-09-051-14/+6
* Rationalize how to use AdditionalFeaturesSettingUtils•••It should be called regardless of the gesture input being enabled or not Change-Id: I223a823ef18389227fc04d000cc7bf750797ba31 Ken Wakasa2013-08-101-2/+2
* Move subtype related utility class to utils package•••Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df Tadashi G. Takaoka2013-07-241-5/+5
* Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f Ken Wakasa2013-07-221-0/+505