History log of /packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bfec2d6b197068dd355bd1742179fe3da07136f 10-Jun-2014 Alan Viverette <alanv@google.com> Remove all dialog icons in Settings

BUG: 15474733
Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
/packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java
263bcc8b732dbb47d3ce63904e0e05191fabbad6 18-Jan-2014 Fabrice Di Meglio <fdimeglio@google.com> Use Drawer in Settings app

- get rid of PreferenceActivity as much as we can and use fragments instead
- add Drawer widget
- add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL)
- add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external
call thru an Intent

Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should
not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process
and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we
would have two Home).

Also, verified that:

- the WiFi settings still work when called from SetupWizard
- when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer

Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
/packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java
9a03c8cfb22c79090d2291d64899a7e4234bd79b 12-Dec-2012 Amith Yamasani <yamasani@google.com> am 004970da: am 0df6a277: Merge "Grey out settings icon when it is in disabled state"

* commit '004970da50ddbce80321b50536625e149ff1f825':
Grey out settings icon when it is in disabled state
820dc4c910e81fb8576dfcca2d64632f81c402b0 28-Nov-2012 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix radio buttons when user cancel TTS engine change

When user decides to change tts engine, and if it's not system one,
then he sees dialog warning about possibility of sending all kinds of
data to the engine.

If user chooses to not changes engine, radio button still sticks to the
new position.

This change delays all operations regarding changing current engine
after user closes dialog. It also unsets the radio button if user chooses
to cancel it.

Bug: 7628362
Change-Id: I977abe71b3547f2545a971fc0d69179be6fafb44
/packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java
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/tts/TtsEnginePreference.java
1926bd4f2e6d94a956428cb4f94a56aa87d6b6a7 20-Jul-2012 Narayan Kamath <narayan@google.com> Fix some long forgottten TTS settings bugs

- Handle radio button clicks correctly
- Handle injecting voice data correctly

bug:5998256
bug:5938852
bug:5998418
Change-Id: Ib30afa6558e51ac9a88e28c51500ebaad93ad7fe
/packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java
2d8101bc8bb27c3c7e090f706ac40a3612507813 20-Jan-2012 Narayan Kamath <narayan@google.com> Fix a pseudo race condition in TtsEngineSettingsFragment.

The issue is that Fragment.setVoiceDataDetails can
be called before Fragment.getView. We guard against this
issue. No thread visibility issues here because both functions
are called on the UI thread.

bug:5884355
Change-Id: Iad91b91c58b04dcb9f34f6b5ff8752f2e8295423
/packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java
0cfbb0f10aca100795169891c9a152d56390a3cf 18-Aug-2011 Narayan Kamath <narayan@google.com> Implement the new TTS settings UI.

bug:5149036

Change-Id: I81a9786d20be3e9bf87550d6a0cc04191409600c
/packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java