Files
frameworks_base/core/java/android
Przemyslaw Szczepaniak 067a21b246 TTS Connection callbacks are called on main thread.
After experimenting with the new TTS API I found out that receiving
ConnectionCallbacks#onEngineStatusChange and #onServiceDisconnected
callbacks on non-main thread are problematic. They are very rare and
overhead of dealing with them in separate thread is high - in most
cases user just wants to process those callbacks in the main thread
context. This change should make new API usage easier.

+ Fixed default values of speech speed in voices from v1->v2 wrapper.

Change-Id: I76d3b607b3b931b7eb10aa180775fd3607c43bd9
2014-05-16 16:47:46 +01:00
..
2014-05-07 16:52:17 -07:00
2014-05-15 17:37:38 +00:00
2014-02-21 14:34:35 +00:00
2014-05-16 06:49:18 +00:00
2014-05-15 08:53:37 -07:00
2014-05-06 14:49:57 -07:00
2014-05-14 14:35:00 +09:00
2014-05-16 00:37:29 +00:00
2014-05-15 16:05:40 -07:00
2014-05-16 01:56:17 +00:00