History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0af2472a69bf8aad21ce1603e912adab3891667e 03-Sep-2014 Tadashi G. Takaoka <takaoka@google.com> Add new "keyboardTheme" <case> predicator

Bug: 17318036
Change-Id: Ief386c84969d8646fb5cfe2050a2f59a7db16c88
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.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/keyboard/KeyboardTheme.java
8f3e778a21ff2c8855fb0014116eda9eec7f2b5d 13-Aug-2014 Tadashi G. Takaoka <takaoka@google.com> Revert "Remove reference of VERSION_CODES.CUR_DEVELOPMENT"

This reverts commit 5380acfd04342b35289599f0bda3eaae1ddac642.

Bug: 13888366
Change-Id: Iae0fb6798cef9d59c9de3790123f6acaf8b2746b
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java
5380acfd04342b35289599f0bda3eaae1ddac642 12-Aug-2014 Tadashi G. Takaoka <takaoka@google.com> Remove reference of VERSION_CODES.CUR_DEVELOPMENT

Bug: 13888366
Change-Id: I0b829e2cf9a11c694cf01b6f02753233c9c85105
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java
f9f409530ccdc975ef965b1d1fee44bbd341d718 19-May-2014 Tadashi G. Takaoka <takaoka@google.com> Add Material Light theme

Bug: 15782668
Change-Id: Id2ae47cfb2065d73f13701b9c6a041129dfd08ae
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java
ad4f964a702534e60dfeb68d922d815ab2dcbacb 13-Jun-2014 Tadashi G. Takaoka <takaoka@google.com> am 4f28b227: Update SDK version check due to I4716e71d72

* commit '4f28b22766e06b8c62636527393945114ea78002':
Update SDK version check due to I4716e71d72
4f28b22766e06b8c62636527393945114ea78002 13-Jun-2014 Tadashi G. Takaoka <takaoka@google.com> Update SDK version check due to I4716e71d72

Bug: 15603590
Change-Id: Ia2ac28a2dbf3e07678661d59e0aa6b4e6a536a02
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java
c5dc74067385f9ab6ec3086825d0b369c26a1ea3 05-Jun-2014 Tadashi G. Takaoka <takaoka@google.com> Add action key test for Lxx theme

Change-Id: I849cec7deb5607e8ce8fb25c1f903f15328fb611
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.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/keyboard/KeyboardTheme.java
04e2a494e2bcdf50b6e6bb8ba0e2b25efd91fd35 19-May-2014 Tadashi G. Takaoka <takaoka@google.com> Rename LXX theme to LXX_Dark

Bug: 14419121
Change-Id: I3d73c51d339eafec26871a659575d8b7b8cc441c
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java
3b12718537f40b262e5eeb5c8168d69b2afa6955 15-May-2014 Tadashi G. Takaoka <takaoka@google.com> Fix keyboard theme selection logic

Bug: 15002666
Change-Id: I5cc52db71ee609edffdb2613e93245e92ac6fc6a
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java
36100397231addedc6e3bfde4003a83476e8f9c9 14-May-2014 Tadashi G. Takaoka <takaoka@google.com> Rename LMP to LXX just in case

This CL must be checked in together with I7e2ba67f31.

Change-Id: I51cb982f9cf0ace173d535a60293bb4be83bbb75
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java
fe536b27280fe47bb6bc741204e65674c5b52501 12-May-2014 Tadashi G. Takaoka <takaoka@google.com> Activate pseudo LMP theme

Bug: 14419121
Change-Id: I00265315c204de2279250d9ae20f630c2ee5dec6
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.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/keyboard/KeyboardTheme.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/keyboard/KeyboardTheme.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/keyboard/KeyboardTheme.java
c3a19a5249279f101148cc8134843f57ba5d19fc 14-Apr-2014 Tadashi G. Takaoka <takaoka@google.com> Remove GingerBread keyboard theme

This CL must be checked in together with I6a9ac172a5.

Bug: 14042743
Change-Id: Ic3f01f5d10097d743325df847bd7cd2959992487
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardTheme.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/keyboard/KeyboardTheme.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/keyboard/KeyboardTheme.java