1. 5decae3 Remove "final" from TextToSpeechClient class. by Przemyslaw Szczepaniak · 10 years ago
  2. a1788af Documentation update for TextToSpeech#getFeatures by Przemyslaw Szczepaniak · 10 years ago
  3. 952c0fd Do not reset language in case of the TTS service reconnect. by Przemyslaw Szczepaniak · 10 years ago
  4. b37866d Make InternalListener static to avoid referencing SpeechRecognizer. by Mark Renouf · 10 years ago
  5. 8399aae Add public SynthesisRequestV2 constructor. by Przemyslaw Szczepaniak · 11 years ago
  6. 1ca1d886 Allow clients to extend the TTS UtteranceId class. by Przemyslaw Szczepaniak · 11 years ago
  7. e974f9b am 8bb8caa2: am c12410f1: am c3be4ba3: am 12377887: am 991e9818: Merge "AArch64: Use long for pointers in speech/srec classes" by Elliott Hughes · 11 years ago
  8. bdebe1a AArch64: Use long for pointers in speech/srec classes by Ashok Bhat · 11 years ago
  9. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  10. ca4f1fc Catch MissingResourceException caused by bad locale in TTS. by Przemyslaw Szczepaniak · 11 years ago
  11. d41b852 Fix Javadoc error by Siva Velusamy · 11 years ago
  12. 97cd647 TTS API: Replace "voice id" with "voice name" by Przemyslaw Szczepaniak · 11 years ago
  13. eb33705 fix javadocs. by Nick Kralevich · 11 years ago
  14. 90d15d2 Add new TTS API. by Przemyslaw Szczepaniak · 11 years ago
  15. 58f1665 Catch MissingResourceException caused by bad locale in TTS. by Przemyslaw Szczepaniak · 11 years ago
  16. f702286 Merge "Remove HotwordRecognition APIs" into klp-dev by Sandeep Siddhartha · 11 years ago
  17. 65a6ba3 Remove HotwordRecognition APIs by Sandeep Siddhartha · 11 years ago
  18. 2921cee Update documentation for speech APIs. by Marc Wilson · 11 years ago
  19. bc916b2 Fix checkbuild error due to javadoc reference to hidden class by Sandeep Siddhartha · 11 years ago
  20. 1f0ef2c Move public consts to HotwordRecognitionService by Sandeep Siddhartha · 11 years ago
  21. 05203c1 Fixing build break by Sandeep Siddhartha · 11 years ago
  22. c73c178 Add permission checks and unhide the Hotword recognition APIs by Sandeep Siddhartha · 11 years ago
  23. 61dda19 Fix SynthesisRequest javadoc by Przemyslaw Szczepaniak · 11 years ago
  24. 8233934 Tweak the HotwordRecognizer API by Sandeep Siddhartha · 11 years ago
  25. 407d794 Touch up the Hotword API by Sandeep Siddhartha · 11 years ago
  26. 637cc45 Add Service API to perform Hotword recognition by Sandeep Siddhartha · 11 years ago
  27. 89a8250 am 710f3e2c: am 60ae2617: Merge "If frameworks wants ASCII casing, it should explicity ask for it." by Elliott Hughes · 11 years ago
  28. cb64d43 If frameworks wants ASCII casing, it should explicity ask for it. by Elliott Hughes · 11 years ago
  29. e86a936a Document the case where TTS onInit callback is called in ctor. by Przemyslaw Szczepaniak · 11 years ago
  30. 6532783 Allow TTS service to identify caller. by Przemyslaw Szczepaniak · 11 years ago
  31. 40d51e7 Make TtsEngines.getDefaultLocale() method public by Przemyslaw Szczepaniak · 11 years ago
  32. d0b9279 Fix for TTS.setLanguage throwing MissingResourceException by Przemyslaw Szczepaniak · 11 years ago
  33. 24943bf Failing Text-To-Speech CTS tests fix. by Przemyslaw Szczepaniak · 11 years ago
  34. 7341786 Forgot to rename constructor to match class name. by Przemyslaw Szczepaniak · 11 years ago
  35. fcf671b Fix EBADF in TTS synthesizeToFile method. by Przemyslaw Szczepaniak · 11 years ago
  36. 5acb33a Make synthesizeToFile create file on a client side. by Przemyslaw Szczepaniak · 12 years ago
  37. 647abce Deprecate unused and implementation-specific parts of TTS API by Przemyslaw Szczepaniak · 12 years ago
  38. 1c2df38 Fix logic error in Pszczepaniak's recent change. by Fergus Henderson · 12 years ago
  39. 9c4012b Make TextToSpeech.shutdown() work before init callback. by Przemyslaw Szczepaniak · 12 years ago
  40. 176baa7 Revert "Deprecate unused and implementation-specific parts of TTS API" by Przemyslaw Szczepaniak · 12 years ago
  41. 8a3d9f0 Deprecate unused and implementation-specific parts of TTS API by Przemyslaw Szczepaniak · 12 years ago
  42. b465337 Set default language in new TTS clients. by Przemyslaw Szczepaniak · 12 years ago
  43. 2d940bc Make TTS input string limit public and documented. by Przemyslaw Szczepaniak · 12 years ago
  44. 13896b7 woExecute onLoadLanguage in synthesis thread. by Przemyslaw Szczepaniak · 12 years ago
  45. 228323e Make getLanguage return client-set language by Przemyslaw Szczepaniak · 12 years ago
  46. 8f3957c TTS onServiceConnection moved to async task by Przemyslaw Szczepaniak · 12 years ago
  47. c3c427d Revert "Make TTS input string limit public and documented" by Przemyslaw Szczepaniak · 12 years ago
  48. f288a64 Make TTS input string limit public and documented by Przemyslaw Szczepaniak · 12 years ago
  49. 7b172a4 am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  50. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  51. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  52. a6e16b8 SynthesisCallback documentation update by Przemyslaw Szczepaniak · 12 years ago
  53. 442f178 TTS documentation clarification. by Przemyslaw Szczepaniak · 12 years ago
  54. 70574ef Fix threading issue in BlockingAudioTrack. by Przemyslaw Szczepaniak · 12 years ago
  55. 091d56c Fix double call to TTS connection disconnect() on reconnect by Przemyslaw Szczepaniak · 12 years ago
  56. 9c3d7a8 Fixes to TextToSpeechService#synthesizeToFile by Narayan Kamath · 12 years ago
  57. ed4e541 Fix bug in BlockingAudioTrack. by Narayan Kamath · 12 years ago
  58. 482c9bb New action and extra in RecognizerIntent for "hands free" voice search by Jean-Michel Trivi · 12 years ago
  59. c60aad2 Write unit tests for android.speech.tts. by Narayan Kamath · 13 years ago
  60. af802c6 Remove BlockingMediaPlayer. by Narayan Kamath · 13 years ago
  61. 67ae6bc Simplify the implementation of AudioPlaybackHandler. by Narayan Kamath · 13 years ago
  62. 4f9787d am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks. by Narayan Kamath · 13 years ago
  63. cc084f1 Fix superfluous onError callbacks. by Narayan Kamath · 13 years ago
  64. 492b7f0 Allow multiple TextToSpeech instances per calling app. by Narayan Kamath · 13 years ago
  65. 68e2af5 Fix TTS instantiation from webview accessibility handlers. by Narayan Kamath · 13 years ago
  66. 40f71f0 Fix regressions in TTS completion callbacks. by Narayan Kamath · 13 years ago
  67. 754c72e Notifiy callers when a speech synthesis error occurs. by Narayan Kamath · 13 years ago
  68. 6c07a20 Fix a bug in the network TTS api. by Narayan Kamath · 13 years ago
  69. 748af66 Add an API for querying / enabling network TTS support. by Narayan Kamath · 13 years ago
  70. 563fd3a Widen permissions on synthesized files. by Narayan Kamath · 13 years ago
  71. 39268ff Format default locale the same way as those stored in prefs. by Narayan Kamath · 13 years ago
  72. a57f238 Allow listeners to be set before the service connects. by Narayan Kamath · 13 years ago
  73. 69bc1b2 Don't wait indefinitely for audio tracks to finish playing. by Narayan Kamath · 13 years ago
  74. a65c62a Fix two TTS bugs. by Narayan Kamath · 13 years ago
  75. 9717124 Change the heuristics for waiting for audiotracks to finish. by Narayan Kamath · 13 years ago
  76. 2a0518c Don't allow TTS engines to synthesize too for ahead. by Narayan Kamath · 13 years ago
  77. e5b8c4d Framework changes to support new TTS settings features. by Narayan Kamath · 13 years ago
  78. 84deb60 Reduce the priority of the TTS thread. by Narayan Kamath · 13 years ago
  79. 673f360 Fix some AudioTrack related issues. by Narayan Kamath · 13 years ago
  80. a36cce0 Fix a threading issue in AudioPlaybackHandler by Narayan Kamath · 13 years ago
  81. 90e5650 Few minor TTS clean ups. by Narayan Kamath · 13 years ago
  82. be4ad4a Fix a few threading issues in the AudioPlaybackHandler. by Narayan Kamath · 13 years ago
  83. c34f76f Improve TextToSpeech#isSpeaking() by Narayan Kamath · 13 years ago
  84. 37ccb4b Merge "Remove the completeAudioAvailable API." by Narayan Kamath · 13 years ago
  85. c3da881 Remove the completeAudioAvailable API. by Narayan Kamath · 13 years ago
  86. b9db1fb Minor cleanups to TextToSpeech. by Narayan Kamath · 13 years ago
  87. 47d6288 Wait until the audio track finishes playing before releasing it. by Narayan Kamath · 13 years ago
  88. 6dabb63 Add event-log logging for TTS requests. by Narayan Kamath · 13 years ago
  89. 9637198 Minor changes to AudioTrack handling by Narayan Kamath · 13 years ago
  90. bd2492e Expose the currently used engine to bundled apps. by Narayan Kamath · 13 years ago
  91. 4d03462 New API for TTS settings. by Narayan Kamath · 13 years ago
  92. edd1214 Merge "Don't enforce defaults any more in the TextToSpeech API." by Narayan Kamath · 13 years ago
  93. c3edf2a Don't enforce defaults any more in the TextToSpeech API. by Narayan Kamath · 13 years ago
  94. 9ee8154 Increase the visibility of SynthesisRequest by Narayan Kamath · 13 years ago
  95. d0648ed Fix a bug in TextToSpeech. by Narayan Kamath · 13 years ago
  96. 9a67f26 Merge "A few TTS bug fixes" by Narayan Kamath · 13 years ago
  97. 0e20fe5 A few TTS bug fixes by Narayan Kamath · 13 years ago
  98. 3f0363b Deprecate setEngineByPackageName by Narayan Kamath · 13 years ago
  99. d3ee2fa Refactor some of TextToSpeech by Narayan Kamath · 13 years ago
  100. a5084e6 Merge "Don't hardcode the default engine." by Narayan Kamath · 13 years ago