History log of /packages/apps/Settings/src/com/android/settings/inputmethod/CheckBoxAndSettingsPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
96577681a298b44be2e1133b10bc637623be3b87 02-Oct-2012 Shuhrat Dehkanov <uzbmaster@gmail.com> Grey out settings icon when it is in disabled state

If engine is not active, its settings icon is disabled in
Settings > Language & input > Text-to-speech output screen.
Currently, settings icons for all TTS engines are shown at
the same opacity. This fix dims settings icons of not-selected
engines.
Make sure that more than one TTS engine are installed on the
target, for e.g., Google Text-to-speech Engine and Classic
Text To Speech Engine (SVOX Classic TTS).

Additionally, since setAlpha() is used in multiple places within
Settings package, moved DISABLED_ALPHA declaration to Utils.java
in order to have single point of reference.

Change-Id: Ifa7de79814a2f4a4aa021cd8621cbfab41655680
Signed-off-by: Shuhrat Dehkanov <uzbmaster@gmail.com>
/packages/apps/Settings/src/com/android/settings/inputmethod/CheckBoxAndSettingsPreference.java
c79bf376219a5712cee4c7b47464e44ea20098ab 02-Dec-2011 Gilles Debunne <debunne@google.com> Typos in CheckBoxAndSettingsPreference

Change-Id: Ied042582e3aa1ef8eb5f71b56e734c8889711080
/packages/apps/Settings/src/com/android/settings/inputmethod/CheckBoxAndSettingsPreference.java
14413a02e3ce8a2f128ec8eccdb648420e0b9297 31-Aug-2011 satok <satok@google.com> Add a functionality to disable the spell checker

Change-Id: I2c2663e8232c5ba4b7499fd17a173c8c65252cf3
/packages/apps/Settings/src/com/android/settings/inputmethod/CheckBoxAndSettingsPreference.java
e077d2b607032fb66a4a046aa4b46945d32d281e 25-Jul-2011 satok <satok@google.com> [Step 1] Add preference activities for spell checkers

Bug: 5057977
Change-Id: I8f2f3d480325029c794c058beed2475033a617f9
/packages/apps/Settings/src/com/android/settings/inputmethod/CheckBoxAndSettingsPreference.java