1. e86a936a Document the case where TTS onInit callback is called in ctor. by Przemyslaw Szczepaniak · 11 years ago
  2. 6532783 Allow TTS service to identify caller. by Przemyslaw Szczepaniak · 11 years ago
  3. 40d51e7 Make TtsEngines.getDefaultLocale() method public by Przemyslaw Szczepaniak · 11 years ago
  4. d0b9279 Fix for TTS.setLanguage throwing MissingResourceException by Przemyslaw Szczepaniak · 11 years ago
  5. 24943bf Failing Text-To-Speech CTS tests fix. by Przemyslaw Szczepaniak · 11 years ago
  6. 7341786 Forgot to rename constructor to match class name. by Przemyslaw Szczepaniak · 12 years ago
  7. fcf671b Fix EBADF in TTS synthesizeToFile method. by Przemyslaw Szczepaniak · 12 years ago
  8. 5acb33a Make synthesizeToFile create file on a client side. by Przemyslaw Szczepaniak · 12 years ago
  9. 647abce Deprecate unused and implementation-specific parts of TTS API by Przemyslaw Szczepaniak · 12 years ago
  10. 1c2df38 Fix logic error in Pszczepaniak's recent change. by Fergus Henderson · 12 years ago
  11. 9c4012b Make TextToSpeech.shutdown() work before init callback. by Przemyslaw Szczepaniak · 12 years ago
  12. 176baa7 Revert "Deprecate unused and implementation-specific parts of TTS API" by Przemyslaw Szczepaniak · 12 years ago
  13. 8a3d9f0 Deprecate unused and implementation-specific parts of TTS API by Przemyslaw Szczepaniak · 12 years ago
  14. b465337 Set default language in new TTS clients. by Przemyslaw Szczepaniak · 12 years ago
  15. 2d940bc Make TTS input string limit public and documented. by Przemyslaw Szczepaniak · 12 years ago
  16. 13896b7 woExecute onLoadLanguage in synthesis thread. by Przemyslaw Szczepaniak · 12 years ago
  17. 228323e Make getLanguage return client-set language by Przemyslaw Szczepaniak · 12 years ago
  18. 8f3957c TTS onServiceConnection moved to async task by Przemyslaw Szczepaniak · 12 years ago
  19. c3c427d Revert "Make TTS input string limit public and documented" by Przemyslaw Szczepaniak · 12 years ago
  20. f288a64 Make TTS input string limit public and documented by Przemyslaw Szczepaniak · 12 years ago
  21. 7b172a4 am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  22. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  23. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  24. a6e16b8 SynthesisCallback documentation update by Przemyslaw Szczepaniak · 12 years ago
  25. 442f178 TTS documentation clarification. by Przemyslaw Szczepaniak · 12 years ago
  26. 70574ef Fix threading issue in BlockingAudioTrack. by Przemyslaw Szczepaniak · 12 years ago
  27. 091d56c Fix double call to TTS connection disconnect() on reconnect by Przemyslaw Szczepaniak · 12 years ago
  28. 9c3d7a8 Fixes to TextToSpeechService#synthesizeToFile by Narayan Kamath · 12 years ago
  29. ed4e541 Fix bug in BlockingAudioTrack. by Narayan Kamath · 12 years ago
  30. 482c9bb New action and extra in RecognizerIntent for "hands free" voice search by Jean-Michel Trivi · 12 years ago
  31. c60aad2 Write unit tests for android.speech.tts. by Narayan Kamath · 13 years ago
  32. af802c6 Remove BlockingMediaPlayer. by Narayan Kamath · 13 years ago
  33. 67ae6bc Simplify the implementation of AudioPlaybackHandler. by Narayan Kamath · 13 years ago
  34. 4f9787d am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks. by Narayan Kamath · 13 years ago
  35. cc084f1 Fix superfluous onError callbacks. by Narayan Kamath · 13 years ago
  36. 492b7f0 Allow multiple TextToSpeech instances per calling app. by Narayan Kamath · 13 years ago
  37. 68e2af5 Fix TTS instantiation from webview accessibility handlers. by Narayan Kamath · 13 years ago
  38. 40f71f0 Fix regressions in TTS completion callbacks. by Narayan Kamath · 13 years ago
  39. 754c72e Notifiy callers when a speech synthesis error occurs. by Narayan Kamath · 13 years ago
  40. 6c07a20 Fix a bug in the network TTS api. by Narayan Kamath · 13 years ago
  41. 748af66 Add an API for querying / enabling network TTS support. by Narayan Kamath · 13 years ago
  42. 563fd3a Widen permissions on synthesized files. by Narayan Kamath · 13 years ago
  43. 39268ff Format default locale the same way as those stored in prefs. by Narayan Kamath · 13 years ago
  44. a57f238 Allow listeners to be set before the service connects. by Narayan Kamath · 13 years ago
  45. 69bc1b2 Don't wait indefinitely for audio tracks to finish playing. by Narayan Kamath · 13 years ago
  46. a65c62a Fix two TTS bugs. by Narayan Kamath · 13 years ago
  47. 9717124 Change the heuristics for waiting for audiotracks to finish. by Narayan Kamath · 13 years ago
  48. 2a0518c Don't allow TTS engines to synthesize too for ahead. by Narayan Kamath · 13 years ago
  49. e5b8c4d Framework changes to support new TTS settings features. by Narayan Kamath · 13 years ago
  50. 84deb60 Reduce the priority of the TTS thread. by Narayan Kamath · 13 years ago
  51. 673f360 Fix some AudioTrack related issues. by Narayan Kamath · 13 years ago
  52. a36cce0 Fix a threading issue in AudioPlaybackHandler by Narayan Kamath · 13 years ago
  53. 90e5650 Few minor TTS clean ups. by Narayan Kamath · 13 years ago
  54. be4ad4a Fix a few threading issues in the AudioPlaybackHandler. by Narayan Kamath · 13 years ago
  55. c34f76f Improve TextToSpeech#isSpeaking() by Narayan Kamath · 13 years ago
  56. 37ccb4b Merge "Remove the completeAudioAvailable API." by Narayan Kamath · 13 years ago
  57. c3da881 Remove the completeAudioAvailable API. by Narayan Kamath · 13 years ago
  58. b9db1fb Minor cleanups to TextToSpeech. by Narayan Kamath · 13 years ago
  59. 47d6288 Wait until the audio track finishes playing before releasing it. by Narayan Kamath · 13 years ago
  60. 6dabb63 Add event-log logging for TTS requests. by Narayan Kamath · 13 years ago
  61. 9637198 Minor changes to AudioTrack handling by Narayan Kamath · 13 years ago
  62. bd2492e Expose the currently used engine to bundled apps. by Narayan Kamath · 13 years ago
  63. 4d03462 New API for TTS settings. by Narayan Kamath · 13 years ago
  64. edd1214 Merge "Don't enforce defaults any more in the TextToSpeech API." by Narayan Kamath · 13 years ago
  65. c3edf2a Don't enforce defaults any more in the TextToSpeech API. by Narayan Kamath · 13 years ago
  66. 9ee8154 Increase the visibility of SynthesisRequest by Narayan Kamath · 13 years ago
  67. d0648ed Fix a bug in TextToSpeech. by Narayan Kamath · 13 years ago
  68. 9a67f26 Merge "A few TTS bug fixes" by Narayan Kamath · 13 years ago
  69. 0e20fe5 A few TTS bug fixes by Narayan Kamath · 13 years ago
  70. 3f0363b Deprecate setEngineByPackageName by Narayan Kamath · 13 years ago
  71. d3ee2fa Refactor some of TextToSpeech by Narayan Kamath · 13 years ago
  72. a5084e6 Merge "Don't hardcode the default engine." by Narayan Kamath · 13 years ago
  73. 22302fb Don't hardcode the default engine. by Narayan Kamath · 13 years ago
  74. abc63fb Some TTS fixes. by Narayan Kamath · 13 years ago
  75. 4924fe3 Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes. by Narayan Kamath · 13 years ago
  76. e22b69a Make changes to the TTS api suggested by the API review. by Narayan Kamath · 13 years ago
  77. 8d1fc24 Fix the threading behaviour of TTS audio requests. by Narayan Kamath · 13 years ago
  78. 7a3af86 Language loading / availablity should repsect defaults enforcement. by Narayan Kamath · 13 years ago
  79. c90f1c8 Add a separate thread for writing to audiotracks. by Narayan Kamath · 13 years ago
  80. b956f37 Pass synthesis request params through to the TTS service. by Narayan Kamath · 13 years ago
  81. 4bbca88 Expose TTS engine API by Bjorn Bringert · 13 years ago
  82. 53f6f95 Fix onCompleteAudioAvailable by Narayan Kamath · 13 years ago
  83. a210e15 Merge "TTS: SynthesisRequest.error() instead of return value" by Bjorn Bringert · 13 years ago
  84. 360eb16 TTS: SynthesisRequest.error() instead of return value by Bjorn Bringert · 13 years ago
  85. fe6ea01 Only return default TTS engines from TTS.getEngines() by Bjorn Bringert · 13 years ago
  86. 71e0b48 Improve TTS engine audio buffer API by Bjorn Bringert · 13 years ago
  87. 50e657b Add Java API for writing TTS engines by Bjorn Bringert · 14 years ago
  88. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  89. 216ce0f Add EXTRA_ORIGIN to RecognizerIntent. by Mike LeBeau · 13 years ago
  90. bb7cf91 Support speech recognizer confidence values. by Mike LeBeau · 13 years ago
  91. b18a047 am d35f9390: am 000466d7: am 125be9c8: Merge "Fixing a race condition in RecognitionService" into gingerbread by Valentin Kravtsov · 13 years ago
  92. d35f939 am 000466d7: am 125be9c8: Merge "Fixing a race condition in RecognitionService" into gingerbread by Valentin Kravtsov · 13 years ago
  93. 2cad2cc Exception handling clean-up in TextToSpeech.java by Bjorn Bringert · 14 years ago
  94. 708b47d Fix bug 3511256 invalid TTS parameter cache size by Jean-Michel Trivi · 14 years ago
  95. 483701e Fixing a race condition in RecognitionService by Valentin Kravtsov · 14 years ago
  96. dc871fd resolved conflicts for merge of 3ebade5d to honeycomb-plus-aosp by Jean-Michel Trivi · 14 years ago
  97. 1e13a02 Bug 3365937 notify TTS initialization listener of binding errors by Jean-Michel Trivi · 14 years ago
  98. 9011ec8 Fix bug 2084122: enable application control over text synth volume by Jean-Michel Trivi · 14 years ago
  99. 9d2d26a Add support in TTS for volume and panning control of the synth output by Jean-Michel Trivi · 14 years ago
  100. 19e353e am 0655b31d: am 12b82c8d: Merge "Unhide RecognizerResultsIntent. This API was reviewed for Froyo, but we didn\'t want to make it public then because it wasn\'t until our first Market release of Voice Search that the APIs would be in use by our app." into gingerbread by Mike LeBeau · 14 years ago