aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings/SettingsFragment.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-101/+0
|
* Setup wizard status only available on Lollipop++Dan Zivkovic2015-03-301-5/+9
| | | | | | Bug 19959791. Change-Id: Iac2bf1a2550795e75e866aded57130dac1619a81
* Block overflow menu during setup.Dan Zivkovic2015-03-231-2/+14
| | | | | | Bug 19866981. Change-Id: I757dacaa29a132c65841b9aaa2cc070ed9fa712c
* LatinIME portion of multi-lang option removal.Dan Zivkovic2015-01-291-5/+0
| | | | | | Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99
* [ML27.1] Allow adding additional features to other settingsJean Chalard2014-10-161-0/+1
| | | | | | | | | We may want to add additional features from some of the other screens. Bug: 11230254 Bug: 17966252 Change-Id: I1bb877e5cbdd74f2ffa8010b5bc6af35fe77279a
* Add Accounts & privacy settings in LatinIMESandeep Siddhartha2014-09-171-0/+5
| | | | | | | | | | Also start showing the logging preference on this screen too. This settings screen will be the container for all account management, sync and privacy related settings Bug: 17464068 Change-Id: Ie0806f6e8a542e9dea2834445ff7b38805207bda
* Reorganize settings in Google KeyboardTadashi G. Takaoka2014-09-121-6/+5
| | | | | | | | | | | | | | | | | | | | Changes : Input languages -> Languages Input preferences -> Preferences Multi lingual Options -> Multilingual Options Keyboard Theme -> Theme Gesture typing preferences -> Gesture typing **New Appearance -> Theme -> Custom input style **Removed Multilingual options from L dynamically Bug: 11866784 Change-Id: I07404c27868e1b087b0cafb63d2031a5b493a885
* Help & feedback should be the very last item in the menuKen Wakasa2014-08-081-2/+2
| | | | | | bug: 16717930 Change-Id: I7ce73fe067bb7f9a639b414875780c39bb1de12d
* Initial implementation of Help & feedbackKen Wakasa2014-08-081-8/+11
| | | | | | bug: 16717930 Change-Id: Iddc8e831c3f01ec7eb02ed1bc5d5e103d497e177
* Use fragment for keyboard theme settingsTadashi G. Takaoka2014-07-291-85/+2
| | | | | Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
* Use fragment for advanced preference screenTadashi G. Takaoka2014-07-281-202/+0
| | | | | Bug: 16522808 Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
* Use fragment for text correction preference screenTadashi G. Takaoka2014-07-281-70/+0
| | | | | Bug: 16522808 Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4
* Use fragment for gesture typing preference screenTadashi G. Takaoka2014-07-281-4/+1
| | | | | Bug: 16522808 Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023
* Use fragment for multi lingual preference screenTadashi G. Takaoka2014-07-281-27/+0
| | | | | Bug: 16522808 Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1
* Use fragment for input preference screenTadashi G. Takaoka2014-07-271-20/+0
| | | | | | | | | 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
* Make "Show correction suggestions" as a binary optionTadashi G. Takaoka2014-07-271-2/+0
| | | | | | | | | | | | 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
* Remove unnecessary DebugSettingsActivity, use fragment directlyTadashi G. Takaoka2014-07-231-6/+1
| | | | | | | This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c
* Rename ProductionFlag to ProductionFlagsTadashi G. Takaoka2014-07-161-2/+2
| | | | Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
* Use SwitchPreference on API versions newer than KitKatTadashi G. Takaoka2014-07-131-4/+3
| | | | | Bug: 15781377 Change-Id: I1f7214c689006b1088249783eb614b6f0fbf2ee7
* Reorganize Keyboard settings screenTadashi G. Takaoka2014-06-231-55/+71
| | | | | | | This CL must be checked in together with Ie45df15b18. Bug: 11866784 Change-Id: I44d6ceb45108be135e3eaa361f4ee2c83f04fb57
* Revert "Reorganize Keyboard settings screen"Ken Wakasa2014-06-231-63/+55
| | | | | | | | | | | | This reverts commit 339929ba16e4f68fb216ebe49dd3575e563ee8ab. Bug: 11866784 Bug: 13888366 Bug: 15781377 This doesn't build with LOCAL_SDK_VERSION := 19 for UnbundledLatinImeGoogle. Change-Id: Idf8bd335b076152265f245f578dadf651e291878
* Reorganize Keyboard settings screenTadashi G. Takaoka2014-06-221-55/+63
| | | | | | | | | This CL must be checked in together with I6ebfbeb4e8. Bug: 11866784 Bug: 15781377 Bug: 13888366 Change-Id: I57d47ab174d03121a604fd0dbf553795de0ab9b8
* Add a preference item for metrics loggingYohei Yukawa2014-06-041-0/+15
| | | | | BUG: 14324207 Change-Id: Idc8582655bc73cb24e416e8ba78470209b2ff702
* Remove researcher loggerTadashi G. Takaoka2014-05-291-5/+0
| | | | | | | This CL must be checked in together with I5cc76807e3. Bug: 15318007 Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
* Enable "show language switch key" settings on K and beforeTadashi G. Takaoka2014-05-241-7/+8
| | | | | | | | | "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
* Refactor KeyboardThemeTadashi G. Takaoka2014-05-121-2/+23
| | | | | | | | | | | | | | | | | | | | | 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
* Revert "Refactor KeyboardTheme"Ken Wakasa2014-05-091-23/+2
| | | | | | | | This reverts commit 19688b584bb903192559196a0e3836bc4c957696. Build breakage. Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668
* Refactor KeyboardThemeTadashi G. Takaoka2014-05-091-2/+23
| | | | | | | | | | | | | | | | | | | | | 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
* Move some advanced settings to debug settingsTadashi G. Takaoka2014-04-251-39/+0
| | | | | | | | This CL moves "Show slide indicator" and "Key long press delay" advanced options to the debug settings. Bug: 11866784 Change-Id: Iec16e09ba6e7c9f82ce0fa73a0d75766b843b44b
* Remove key show up and dismiss animationTadashi G. Takaoka2014-02-171-0/+1
| | | | | Bug: 11518021 Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e
* Add description of disabled voice input key optionTadashi G. Takaoka2014-01-061-2/+8
| | | | | Bug: 12377179 Change-Id: I44d35c6fa82883710674ecca6f630d09076472fe
* [IL15] Some small refactoringJean Chalard2013-12-201-1/+1
| | | | | Bug: 8636060 Change-Id: I4bfdf1628c9b55a79bd2d88ee30bf10b08a49232
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-79/+40
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Update Color Scheme summary explicitlyTadashi G. Takaoka2013-11-221-0/+21
| | | | | Bug: 11622614 Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
* Consolidate voice input key options no.1Satoshi Kataoka2013-09-051-14/+6
| | | | Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9
* Rationalize how to use AdditionalFeaturesSettingUtilsKen Wakasa2013-08-101-2/+2
| | | | | | It should be called regardless of the gesture input being enabled or not Change-Id: I223a823ef18389227fc04d000cc7bf750797ba31
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-241-5/+5
| | | | Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df
* Move settings related classes to "settings"Ken Wakasa2013-07-221-0/+505
Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f