| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 1 | -7/+7 |
* | LatinIME portion of multi-lang option removal.•••Bug 19188067.
Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99
|  Dan Zivkovic | 2015-01-29 | 1 | -4/+0 |
* | Add Accounts & privacy settings in LatinIME•••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
|  Sandeep Siddhartha | 2014-09-17 | 1 | -0/+4 |
* | Reorganize settings in Google Keyboard•••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
|  Tadashi G. Takaoka | 2014-09-12 | 1 | -8/+8 |
* | Use fragment for keyboard theme settings•••Bug: 11866784
Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
|  Tadashi G. Takaoka | 2014-07-29 | 1 | -5/+3 |
* | Use fragment for advanced preference screen•••Bug: 16522808
Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
|  Tadashi G. Takaoka | 2014-07-28 | 1 | -32/+2 |
* | Refactor Debug settings to use SubScreenFragment•••Bug: 16522808
Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086
|  Tadashi G. Takaoka | 2014-07-28 | 1 | -1/+1 |
* | Use fragment for text correction preference screen•••Bug: 16522808
Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4
|  Tadashi G. Takaoka | 2014-07-28 | 1 | -56/+2 |
* | Use fragment for gesture typing preference screen•••Bug: 16522808
Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023
|  Tadashi G. Takaoka | 2014-07-28 | 1 | -28/+2 |
* | Use fragment for multi lingual preference screen•••Bug: 16522808
Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1
|  Tadashi G. Takaoka | 2014-07-28 | 1 | -19/+2 |
* | 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. Takaoka | 2014-07-27 | 1 | -34/+2 |
* | 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. Takaoka | 2014-07-27 | 1 | -5/+3 |
* | Remove unnecessary DebugSettingsActivity, use fragment directly•••This CL must be checked in together with I1db2e848ab.
Bug: 16522808
Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c
|  Tadashi G. Takaoka | 2014-07-23 | 1 | -0/+1 |
* | Move phrase gesture from additional features to public.•••Bug: 15758242
Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
|  Keisuke Kuroyanagi | 2014-07-08 | 1 | -0/+7 |
* | Reorganize Keyboard settings screen•••This CL must be checked in together with Ie45df15b18.
Bug: 11866784
Change-Id: I44d6ceb45108be135e3eaa361f4ee2c83f04fb57
|  Tadashi G. Takaoka | 2014-06-23 | 1 | -122/+115 |
* | 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 Wakasa | 2014-06-23 | 1 | -143/+116 |
* | Reorganize Keyboard settings screen•••This CL must be checked in together with I6ebfbeb4e8.
Bug: 11866784
Bug: 15781377
Bug: 13888366
Change-Id: I57d47ab174d03121a604fd0dbf553795de0ab9b8
|  Tadashi G. Takaoka | 2014-06-22 | 1 | -116/+143 |
* | Add a preference item for metrics logging•••BUG: 14324207
Change-Id: Idc8582655bc73cb24e416e8ba78470209b2ff702
|  Yohei Yukawa | 2014-06-04 | 1 | -0/+6 |
* | 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. Takaoka | 2014-05-24 | 1 | -0/+1 |
* | 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. Takaoka | 2014-05-12 | 1 | -3/+2 |
* | Revert "Refactor KeyboardTheme"•••This reverts commit 19688b584bb903192559196a0e3836bc4c957696.
Build breakage.
Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668
|  Ken Wakasa | 2014-05-09 | 1 | -2/+3 |
* | 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. Takaoka | 2014-05-09 | 1 | -3/+2 |
* | 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. Takaoka | 2014-04-25 | 1 | -13/+0 |
* | Use KeyboardTheme id insteand of index•••This CL must be checked in together with I771216f8bd.
Bug: 14042743
Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019
|  Tadashi G. Takaoka | 2014-04-14 | 1 | -3/+3 |
* | Revert "Turn off personalization default settings"•••This reverts commit 0a4ac795d6fdd117b590902d7f5901f0db12d25c.
Bug: 10587358
Change-Id: Ib4c472756fb9a6ebba4a66d34a9652f1b5afc714
|  Tadashi G. Takaoka | 2014-02-20 | 1 | -2/+2 |
* | Turn off personalization default settings•••Because the previous personalization settings default value was on,
this CL changes the preference key of the personalization settings.
Bug: 10587358
Change-Id: I80233e8af4b532d8c67d8fb184c2865862bb35dd
|  Tadashi G. Takaoka | 2014-02-19 | 1 | -2/+2 |
* | Remove key show up and dismiss animation•••Bug: 11518021
Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e
|  Tadashi G. Takaoka | 2014-02-17 | 1 | -0/+1 |
* | Move "Personalized suggestions" option.•••Bug: 11757851
Change-Id: I07411d53b75be767426571edca371f991efc97cb
|  Keisuke Kuroyanagi | 2013-12-17 | 1 | -6/+6 |
* | Add option to enable personalization dictionaries.•••Bug: 11757851
Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
|  Keisuke Kuroyanagi | 2013-12-16 | 1 | -0/+6 |
* | Update Color Scheme summary explicitly•••Bug: 11622614
Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
|  Tadashi G. Takaoka | 2013-11-22 | 1 | -1/+0 |
* | Add keyboard color switch option•••Bug: 11622614
Change-Id: I25aa1ff7376fe72fd94ab2cb7190c61d7a98a1af
|  Tadashi G. Takaoka | 2013-11-14 | 1 | -0/+8 |
* | Consolidate voice input key options no.1•••Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9
|  Satoshi Kataoka | 2013-09-05 | 1 | -5/+3 |
* | Fix prefs.xml•••This is a follow up of Id170dbfe2d.
Change-Id: I52e4f44b7d135f51551b912c44e1dd354c16d125
|  Tadashi G. Takaoka | 2013-07-23 | 1 | -1/+1 |
* | Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
|  Ken Wakasa | 2013-07-22 | 1 | -3/+3 |
* | Get value text from ValueProxy•••As a preparation to show "system default" in the settings. LatinIME
can't know the actual system default value.
Bug: 9468462
Change-Id: I0b7898d1ca29ded7a619dd636d2ad16eb0db292e
|  Tadashi G. Takaoka | 2013-06-18 | 1 | -2/+0 |
* | [ZF3] Add the option to block potentially offensive words•••Bug: 7226877
Change-Id: I2171c946258468b0a39d6590c7af994ef25ba552
|  Jean Chalard | 2013-04-25 | 1 | -0/+6 |
* | Merge "Remove wording "wizard" from setup application" |  Tadashi G. Takaoka | 2013-04-23 | 1 | -3/+4 |
|\ |
|
| * | Remove wording "wizard" from setup application•••Bug: 8676811
Bug: 8662102
Change-Id: Ie234d8871651344b6815ae68c8b1f0663a9f6c79
|  Tadashi G. Takaoka | 2013-04-23 | 1 | -3/+4 |
* | | Merge "Add edit personal dictionary settings menu" |  Tadashi G. Takaoka | 2013-04-23 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Add edit personal dictionary settings menu•••Bug: 8600958
Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a
|  Tadashi G. Takaoka | 2013-04-22 | 1 | -0/+5 |
* | | Legal notice•••Bug: 8533258
Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179
|  Satoshi Kataoka | 2013-04-22 | 1 | -0/+2 |
|/ |
|
* | Add preference dependency to gesture input related options•••Bug: 8613600
Change-Id: I279d3264080aede59203205c45763c7f8ff08ae6
|  Tadashi G. Takaoka | 2013-04-15 | 1 | -0/+2 |
* | Reorder advanced settings menu•••Bug: 8247224
Change-Id: I339f285304824b778635f435d8587893fc241c4e
|  Tadashi G. Takaoka | 2013-04-11 | 1 | -4/+5 |
* | Fix appname•••Bug: 6789579
Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528
|  Satoshi Kataoka | 2013-03-22 | 1 | -1/+0 |
* | Support feedback•••Bug: 8143554
Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615
|  Satoshi Kataoka | 2013-03-19 | 1 | -0/+3 |
* | Merge the dictionary pack in Latin IME.•••Bug: 8161354
Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
|  Jean Chalard | 2013-03-19 | 1 | -1/+0 |
* | Add show setup wizard icon preference settings•••Bug: 8239067
Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7
|  Tadashi G. Takaoka | 2013-03-05 | 1 | -1/+6 |
* | Pass the client ID to the dictionary pack in settings•••Bug: 6789534
Bug: 8256209
Change-Id: Ib63c18e7f18117ba888324febea13da47332b6c6
|  Jean Chalard | 2013-02-22 | 1 | -1/+5 |
* | Add summary text to sliding key input preview settings•••Bug: 8089491
Change-Id: I15801281a95b01c67ef23a9c1558d6cdf457d375
|  Tadashi G. Takaoka | 2013-01-29 | 1 | -0/+1 |
* | Clean up Settings and SettingsFragment a bit•••Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68
|  Tadashi G. Takaoka | 2013-01-25 | 1 | -1/+1 |