aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-7/+7
|
* LatinIME portion of multi-lang option removal.Dan Zivkovic2015-01-291-4/+0
| | | | | | Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99
* Add Accounts & privacy settings in LatinIMESandeep Siddhartha2014-09-171-0/+4
| | | | | | | | | | 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-8/+8
| | | | | | | | | | | | | | | | | | | | 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
* Use fragment for keyboard theme settingsTadashi G. Takaoka2014-07-291-5/+3
| | | | | Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
* Use fragment for advanced preference screenTadashi G. Takaoka2014-07-281-32/+2
| | | | | Bug: 16522808 Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
* Refactor Debug settings to use SubScreenFragmentTadashi G. Takaoka2014-07-281-1/+1
| | | | | Bug: 16522808 Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086
* Use fragment for text correction preference screenTadashi G. Takaoka2014-07-281-56/+2
| | | | | Bug: 16522808 Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4
* Use fragment for gesture typing preference screenTadashi G. Takaoka2014-07-281-28/+2
| | | | | Bug: 16522808 Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023
* Use fragment for multi lingual preference screenTadashi G. Takaoka2014-07-281-19/+2
| | | | | Bug: 16522808 Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1
* Use fragment for input preference screenTadashi G. Takaoka2014-07-271-34/+2
| | | | | | | | | 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-5/+3
| | | | | | | | | | | | 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-0/+1
| | | | | | | This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c
* Move phrase gesture from additional features to public.Keisuke Kuroyanagi2014-07-081-0/+7
| | | | | Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
* Reorganize Keyboard settings screenTadashi G. Takaoka2014-06-231-122/+115
| | | | | | | This CL must be checked in together with Ie45df15b18. Bug: 11866784 Change-Id: I44d6ceb45108be135e3eaa361f4ee2c83f04fb57
* Revert "Reorganize Keyboard settings screen"Ken Wakasa2014-06-231-143/+116
| | | | | | | | | | | | 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-116/+143
| | | | | | | | | 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/+6
| | | | | BUG: 14324207 Change-Id: Idc8582655bc73cb24e416e8ba78470209b2ff702
* Enable "show language switch key" settings on K and beforeTadashi G. Takaoka2014-05-241-0/+1
| | | | | | | | | "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-3/+2
| | | | | | | | | | | | | | | | | | | | | 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-2/+3
| | | | | | | | This reverts commit 19688b584bb903192559196a0e3836bc4c957696. Build breakage. Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668
* Refactor KeyboardThemeTadashi G. Takaoka2014-05-091-3/+2
| | | | | | | | | | | | | | | | | | | | | 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-13/+0
| | | | | | | | This CL moves "Show slide indicator" and "Key long press delay" advanced options to the debug settings. Bug: 11866784 Change-Id: Iec16e09ba6e7c9f82ce0fa73a0d75766b843b44b
* Use KeyboardTheme id insteand of indexTadashi G. Takaoka2014-04-141-3/+3
| | | | | | | This CL must be checked in together with I771216f8bd. Bug: 14042743 Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019
* Revert "Turn off personalization default settings"Tadashi G. Takaoka2014-02-201-2/+2
| | | | | | | This reverts commit 0a4ac795d6fdd117b590902d7f5901f0db12d25c. Bug: 10587358 Change-Id: Ib4c472756fb9a6ebba4a66d34a9652f1b5afc714
* Turn off personalization default settingsTadashi G. Takaoka2014-02-191-2/+2
| | | | | | | | Because the previous personalization settings default value was on, this CL changes the preference key of the personalization settings. Bug: 10587358 Change-Id: I80233e8af4b532d8c67d8fb184c2865862bb35dd
* Remove key show up and dismiss animationTadashi G. Takaoka2014-02-171-0/+1
| | | | | Bug: 11518021 Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e
* Move "Personalized suggestions" option.Keisuke Kuroyanagi2013-12-171-6/+6
| | | | | Bug: 11757851 Change-Id: I07411d53b75be767426571edca371f991efc97cb
* Add option to enable personalization dictionaries.Keisuke Kuroyanagi2013-12-161-0/+6
| | | | | | Bug: 11757851 Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
* Update Color Scheme summary explicitlyTadashi G. Takaoka2013-11-221-1/+0
| | | | | Bug: 11622614 Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
* Add keyboard color switch optionTadashi G. Takaoka2013-11-141-0/+8
| | | | | Bug: 11622614 Change-Id: I25aa1ff7376fe72fd94ab2cb7190c61d7a98a1af
* Consolidate voice input key options no.1Satoshi Kataoka2013-09-051-5/+3
| | | | Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9
* Fix prefs.xmlTadashi G. Takaoka2013-07-231-1/+1
| | | | | | This is a follow up of Id170dbfe2d. Change-Id: I52e4f44b7d135f51551b912c44e1dd354c16d125
* Move settings related classes to "settings"Ken Wakasa2013-07-221-3/+3
| | | | Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
* Get value text from ValueProxyTadashi G. Takaoka2013-06-181-2/+0
| | | | | | | | As a preparation to show "system default" in the settings. LatinIME can't know the actual system default value. Bug: 9468462 Change-Id: I0b7898d1ca29ded7a619dd636d2ad16eb0db292e
* [ZF3] Add the option to block potentially offensive wordsJean Chalard2013-04-251-0/+6
| | | | | Bug: 7226877 Change-Id: I2171c946258468b0a39d6590c7af994ef25ba552
* Merge "Remove wording "wizard" from setup application"Tadashi G. Takaoka2013-04-231-3/+4
|\
| * Remove wording "wizard" from setup applicationTadashi G. Takaoka2013-04-231-3/+4
| | | | | | | | | | | | Bug: 8676811 Bug: 8662102 Change-Id: Ie234d8871651344b6815ae68c8b1f0663a9f6c79
* | Merge "Add edit personal dictionary settings menu"Tadashi G. Takaoka2013-04-231-0/+5
|\ \ | |/ |/|
| * Add edit personal dictionary settings menuTadashi G. Takaoka2013-04-221-0/+5
| | | | | | | | | | Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a
* | Legal noticeSatoshi Kataoka2013-04-221-0/+2
|/ | | | | Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179
* Add preference dependency to gesture input related optionsTadashi G. Takaoka2013-04-151-0/+2
| | | | | Bug: 8613600 Change-Id: I279d3264080aede59203205c45763c7f8ff08ae6
* Reorder advanced settings menuTadashi G. Takaoka2013-04-111-4/+5
| | | | | Bug: 8247224 Change-Id: I339f285304824b778635f435d8587893fc241c4e
* Fix appnameSatoshi Kataoka2013-03-221-1/+0
| | | | | Bug: 6789579 Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528
* Support feedbackSatoshi Kataoka2013-03-191-0/+3
| | | | | Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615
* Merge the dictionary pack in Latin IME.Jean Chalard2013-03-191-1/+0
| | | | | Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
* Add show setup wizard icon preference settingsTadashi G. Takaoka2013-03-051-1/+6
| | | | | Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7
* Pass the client ID to the dictionary pack in settingsJean Chalard2013-02-221-1/+5
| | | | | | Bug: 6789534 Bug: 8256209 Change-Id: Ib63c18e7f18117ba888324febea13da47332b6c6
* Add summary text to sliding key input preview settingsTadashi G. Takaoka2013-01-291-0/+1
| | | | | Bug: 8089491 Change-Id: I15801281a95b01c67ef23a9c1558d6cdf457d375
* Clean up Settings and SettingsFragment a bitTadashi G. Takaoka2013-01-251-1/+1
| | | | Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68