History log of /packages/apps/Settings/src/com/android/settings/tts/TtsEnginePreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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