History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a90cb9ad00150b1a557c67c280eba296cebc625 11-Sep-2014 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
6bb6d30344259b41387f15f0e05df2388beb1d1c 03-Sep-2014 Jean Chalard <jchalard@google.com> Resolve an old TODO.

This is cleaner.

Bug: 17347779
Change-Id: I5b612783b1ec98a1a11401f00d68db49654f3023
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
c225d2e29cfd85fb416952daa4bcebd4df48b57c 13-Aug-2014 Tadashi G. Takaoka <takaoka@google.com> Add setting boolean for showing UI to accept typed word

Change-Id: Iedd90d07b904362d9debc9994ce86cd78a0303b9
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
78cff10f8d317641dd3531cce04e74502be8ad44 12-Aug-2014 Tadashi G. Takaoka <takaoka@google.com> Add BuildCompatUtils to get an effective platfrom API version

This CL removes reference of VERSION_CODES.CUR_DEVELOPMENT.

Bug: 13888366
Change-Id: I5c8499a175473a220c8fb04ead219760c585a19a
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
a715d7f6fd3b29e660d78f83815ebe75837f1436 29-Jul-2014 Tadashi G. Takaoka <takaoka@google.com> Use fragment for keyboard theme settings

Bug: 11866784
Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
ab661e3ef886a36b02fe094864ae4be6a3260f71 22-Jul-2014 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
058c6c6491d73b2f634f14bd8cf4560c8d7ac665 20-Jun-2014 Tadashi G. Takaoka <takaoka@google.com> Reorganize Keyboard settings screen

This CL must be checked in together with Ie45df15b18.

Bug: 11866784
Change-Id: I44d6ceb45108be135e3eaa361f4ee2c83f04fb57
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
e6a57bc82e6b86537ba8d1945435590ab2684630 23-Jun-2014 Ken Wakasa <kwakasa@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
339929ba16e4f68fb216ebe49dd3575e563ee8ab 20-Jun-2014 Tadashi G. Takaoka <takaoka@google.com> Reorganize Keyboard settings screen

This CL must be checked in together with I6ebfbeb4e8.

Bug: 11866784
Bug: 15781377
Bug: 13888366
Change-Id: I57d47ab174d03121a604fd0dbf553795de0ab9b8
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
51ee5a47b8af04a14e1756c900b42784f948fff5 29-May-2014 Tadashi G. Takaoka <takaoka@google.com> Remove LatinImeLogger and UsabilityStudyLogUtils

This CL must be checked in together with Ie52007dc5c.

Bug: 15318007
Change-Id: Ie665f296e43b5485ae8ba7e949aa262794ee0dcc
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
7ed40a13cc8d8a616fd131e5644238cd41aba84d 23-May-2014 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
9aa7f66a15b7db2c0bf8924ba17ae9fe463441b5 14-May-2014 Yohei Yukawa <yukawa@google.com> Simplify StatsUtils

With this CL, the implementation of StatsUtils no longer
needs to know how to read settings from the system.

Insted, the LatinIME class is now responsible for notifying
StatsUtils whenever the settings is changed.

BUG: 14324207
Change-Id: Ic3d26ec31c8d2c082d3e7487b578b323aad2f960
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
59c3ef1ff8df23e3c3e3f549c0289c479553c666 07-May-2014 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
d47dca429e74b47cfbf4200dd23c8f5a1e5791ec 09-May-2014 Ken Wakasa <kwakasa@google.com> Revert "Refactor KeyboardTheme"

This reverts commit 19688b584bb903192559196a0e3836bc4c957696.

Build breakage.

Change-Id: I95d4be1578824eaee5a2fb08ec277250727ac668
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
19688b584bb903192559196a0e3836bc4c957696 07-May-2014 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
a3920c7e6af852764a3b5a6eecd27f51ab83f244 25-Apr-2014 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
21eafd7910182a31372fb92895f057cff28a8480 14-Apr-2014 Tadashi G. Takaoka <takaoka@google.com> Use KeyboardTheme id insteand of index

This CL must be checked in together with I771216f8bd.

Bug: 14042743
Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
d6aa94e6b5fd7abc25a8d21857211ffd0852b33a 14-Apr-2014 Tadashi G. Takaoka <takaoka@google.com> Refactor KeyboardTheme as top-level class

This CL should be checked in together with I63e33388f9.

Bug: 14042743
Change-Id: I13f0a45bac6f19e006bf1280a36173e52d6d7160
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
f1f5ed542d43566f30e9f03f98de9bef717465ce 24-Mar-2014 Yohei Yukawa <yukawa@google.com> Check null before passing to Integer.parseInt

Just after user data is cleared, user preference associated with
PREF_KEYBOARD_LAYOUT is always empty. In such case, we might
want to return the default value immediately, rather than
calling Integer.parseInt(null) and catching NumberFormatException
unnecessarily.

BUG: 13472379
Change-Id: I8dca9a22780d057013c032bd1f56e730dcada3ce
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
d2c6151d4d78e5e7d09080efd14e0a8f5933afb9 17-Mar-2014 Tadashi G. Takaoka <takaoka@google.com> Guard possible NumberFormatException

Bug: 13472379
Change-Id: Ib7640b3d8816d8d7fb4747d2288eedd94bc49b06
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
1672ccbbb6167f434842093feaadc2bcd5634eab 20-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Change important notice version preference file

This CL also reset the notice version to 1.
This CL must be checked in together with Iea8d9ff038.

Change-Id: I838f7b5b295388d64d6aba90f50b06654eba16e5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
78db739cdbc9a92ec836f4dc97c6b97de8535a33 20-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Fix build due to Ib4c472756f

Change-Id: I27aad91d3f821b5c0d6a3c6405b4a9d03c5bd814
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
251ed3b358693d06f60fb87914f8b3955f077429 20-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Merge "Revert "Turn off personalization default settings""
c2ba73ab41caf208123618c153e066180eb32c01 20-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Revert "Turn off personalization default settings"

This reverts commit 0a4ac795d6fdd117b590902d7f5901f0db12d25c.

Bug: 10587358
Change-Id: Ib4c472756fb9a6ebba4a66d34a9652f1b5afc714
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
6abc852255072e9c5741a7d8f264bec99b0ce14e 19-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Turn personalization on when important notice dialog is displayed

This change must be checked in together with Ifde70b1d3b.

Bug: 10587358
Change-Id: I9dc48f9d521e0e6f6269e4f184389ba805f3053f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
0a4ac795d6fdd117b590902d7f5901f0db12d25c 18-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
c9072dc8da091cff9c6d76b7a6e2e8e53d6a126e 16-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Remove key show up and dismiss animation

Bug: 11518021
Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
bd9887a57485c602e66a8f0eaebe40313ffa89cd 09-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Fix possible NPE while finding device override value from resource

Bug: 12949735
Change-Id: Iffda08db413b3b3d338ab9bf625bb0968c2e48dd
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
276b1a2ebc6d5ea3fa36fa9271cdc6310db34021 07-Feb-2014 Tadashi G. Takaoka <takaoka@google.com> Add debug settings for keypress popup animations

Bug: 12928125
Change-Id: I49faab754c7d1dcf4a791dfc535d3a78b62ce67a
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
c93cf1c398fbea8bde4b568dae1fbe2f8d9b4180 20-Jan-2014 Tadashi G. Takaoka <takaoka@google.com> Use sorted int[] to represent word separators

Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
eb66f1906d4269dd5c10ab83c86e3885f140cc4f 10-Jan-2014 Keisuke Kuroyanagi <ksk@google.com> Merge "Check corpus handles during startup for personalization."
eb28bac542171970422d46d9d6b841fff776752c 10-Jan-2014 Keisuke Kuroyanagi <ksk@google.com> Check corpus handles during startup for personalization.

Bug: 12479792
Change-Id: I62fd75d4bebd28afebd9631e865f5d59385511e7
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
f96e0f07af8230a43d733ee7a19c08c205197037 10-Jan-2014 Keisuke Kuroyanagi <ksk@google.com> Merge "Periodic wipe of the personalization dict."
ba07df7fc1ffb8f97b5455b2e88e5d8ac92ba94e 10-Jan-2014 Keisuke Kuroyanagi <ksk@google.com> Periodic wipe of the personalization dict.

Bug: 12216453

Change-Id: Ie59dd19c044e9b1eb9b8bd805366200737ea506a
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
860c3b8e8cc65e2a2b26b4da0356b5bcff6450e6 09-Jan-2014 Tadashi G. Takaoka <takaoka@google.com> Add American typography boolean to SpacingAndPunctuations

Change-Id: Ic2663eaef38fbe7c5bd1fb3a81771e94c2d4de52
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
b90fa0fb2ce195cfaec878dea9702261290176c2 08-Jan-2014 Jean Chalard <jchalard@google.com> Revert "Revert "Separate spacing and punctuation related settings values""

This reverts commit 8bc427799a9b7a53103d1edba4a447033fbd8cfa.

Change-Id: I34f509998afdb1a7c120fbfdb9f0a1b188224a4d
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
8bc427799a9b7a53103d1edba4a447033fbd8cfa 08-Jan-2014 Jean Chalard <jchalard@google.com> Revert "Separate spacing and punctuation related settings values"

This is conflicting with later changes. Temporary revert for cherry-pick.

This reverts commit 0b593ce858d4b406e949f0e809cb77f41da691f9.

Change-Id: Id53eadb023a950cfcca496c0cfbfe583c7ec7b8c
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
0b593ce858d4b406e949f0e809cb77f41da691f9 07-Jan-2014 Tadashi G. Takaoka <takaoka@google.com> Separate spacing and punctuation related settings values

Bug: 12179576
Change-Id: Ibafd824a0ea2251843b388e95dcbd8f9bca92d5c
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
bb39518bd7bb58d76f11d0deb16978a5c5fca7d9 25-Dec-2013 Keisuke Kuroyanagi <ksk@google.com> Use SettingsValues instead of Settings in Suggest.

Bug: 8187060
Change-Id: Idba1e708d67c036072b728949d17f8bd98ae0115
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
f1457e7a221082688b6399853e84e77948633c7b 25-Dec-2013 Keisuke Kuroyanagi <ksk@google.com> Remove personalized dicts when the option is turned off.

Bug: 11757851

Change-Id: I94f32859d862fe41e39845ab2bfc2d396c6aea0f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
1404c1af850236da4fe4ed3825b70cb228a1da5b 20-Dec-2013 Jean Chalard <jchalard@google.com> [IL21] Move the workaround utils to a better place.

Bug: 8636060
Change-Id: I566f9e109ebcabe3a6a778118434ce79d02d1113
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
d4bb7df412e13197570436e9b8ec7db4f1199a06 16-Dec-2013 Keisuke Kuroyanagi <ksk@google.com> Add option to enable personalization dictionaries.

Bug: 11757851

Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
2fa3693c264a4c150ac307d9bb7f6f8f18cc4ffc 13-Dec-2013 Ken Wakasa <kwakasa@google.com> Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c

The bulk merge from -bayo to klp-dev should not have been merged to master.

Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
2eea2d50079275675666a830ae7a4228fa512c1d 21-Nov-2013 Tadashi G. Takaoka <takaoka@google.com> Update Color Scheme summary explicitly

Bug: 11622614
Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
6dc99dc20097dedc18861b264ae2566915cede64 11-Oct-2013 Satoshi Kataoka <satok@google.com> Save / restore the last used emoji category

Bug: 11029983
Change-Id: I1bec2c3c6b547de68562a818a8d6c9fef83787b7
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
73d607fb70b96954d109a3c1410719b59af2aacf 17-Sep-2013 Jean Chalard <jchalard@google.com> Merge "[AC5] Introduce the setting for phrase gesture."
f3f00006cbe2046abbad3a901b436d67497a40f9 16-Sep-2013 Satoshi Kataoka <satok@google.com> Save & restore emoji keyboard state

Bug: 10538430
Change-Id: I7982f53f5dfa44071e74da63826acffcdc2547e6
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
a37bee2805dc1533092a25f1ee6633b78bff0070 13-Sep-2013 Jean Chalard <jchalard@google.com> [AC5] Introduce the setting for phrase gesture.

Bug: 9059617
Change-Id: I6fa0f675f4edac10bd19228cd2f0c8fca97cebd6
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
21a89c1137cba469ad664a63259be370d1650a56 05-Sep-2013 Satoshi Kataoka <satok@google.com> Consolidate voice input key options no.1

Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
d6ddb96ee887b75b02abb10fc64fe17fc83a6545 20-Aug-2013 Satoshi Kataoka <satok@google.com> Add a functionality to boost scores of personalization dictionary

Bug: 9429906
Change-Id: I1518c5cbc7d41188e7dc6a35d226da277ed5913f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
283cf9cfc9ea8aaf437849ca469f13f029de3ed5 16-Aug-2013 Satoshi Kataoka <satok@google.com> Add hex string utils

Bug: 9429906
Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
33592d1bee77f25321d6912f5f9f5fdd9e495885 02-Aug-2013 Satoshi Kataoka <satok@google.com> Merge "Add a debug preference for using only personalization dictionary"
10d66669c7e794f45427ea2aaccc3c6c3915df91 02-Aug-2013 Jean Chalard <jchalard@google.com> Fix a concurrency bug.

This probably only ever happens in tests, but still, that's
the right thing to do.

Bug: 10139031
Change-Id: I259be9e7306162e19faf738a093a77762f2e7675
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
d7491e6e817e8954d15aa91300d209fb7e8bf384 02-Aug-2013 Satoshi Kataoka <satok@google.com> Add a debug preference for using only personalization dictionary

Bug: 9429906
Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
c5c226c4243509c67af84d89e50013eaa3cc6033 29-Jul-2013 Jean Chalard <jchalard@google.com> Fix inconsistency with mutable settings.

Change-Id: I0550044199273cecb6f5713aa2e43ae16319cd47
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
0c3a9b549c3ff9bdf47c52cf59347f7e111dd183 24-Jul-2013 Tadashi G. Takaoka <takaoka@google.com> Make RunInLocale as top-level class

Change-Id: I07ed606b7aba098a5be85533e5baff300b21fb44
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
a410cb48eab0cd75aa27e20f60e47a29a59fb9ff 24-Jul-2013 Tadashi G. Takaoka <takaoka@google.com> Move subtype related utility class to utils package

Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
a7d2fc6befa1b16883200a653fc01deb4d94944d 21-Jul-2013 Ken Wakasa <kwakasa@google.com> Move settings related classes to "settings"

Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java