1. 4e8620f Updated documentation for upcoming fix for @code tags by Ben Dodson · 14 years ago
  2. 4a60d61 Fix NPE in TextToSpeech with setLanguage(null) by Jean-Michel Trivi · 14 years ago
  3. 2b0c7ab Fixing: RecognitionService logcat spam "cancel called..." by Valentin Kravtsov · 14 years ago
  4. 1c3cca0 bugfix for: OOM error while doing voice search repeatedly by Valentin Kravtsov · 14 years ago
  5. 6df4472 Unhiding TTS API constants and methods needed for TTS plugin support. by Charles Chen · 14 years ago
  6. ddc2eb8 Merge "Fix for bug 2564771 - pitch setting between apps can interfere with one another." into froyo by Charles Chen · 14 years ago
  7. 1a2712c Fix for bug 2564771 - pitch setting between apps can interfere with one another. by Charles Chen · 14 years ago
  8. 2a5d9f9 Fix bug 2553592 API REVIEW: android.speech by Jean-Michel Trivi · 14 years ago
  9. 4222925 Fix for bug 2548048 - it was impossible for applications to discover by Charles Chen · 14 years ago
  10. def7185 Cherry-picking this fix into Froyo. by Charles Chen · 14 years ago
  11. 1168622 RecognitionManager does not throw exceptions when needed by Valentin Kravtsov · 14 years ago
  12. f4743a8 Merge "Fix bug 2481825 When TTS is synthesizing to a file, return an error if the file cannot be created." by Jean-Michel Trivi · 14 years ago
  13. b21651c1 Fix bug 2481825 by Jean-Michel Trivi · 14 years ago
  14. eba0f75 Update comments for the new EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS. by Mike LeBeau · 14 years ago
  15. 2ffa625 Adding support for passing HTTP headers to a Browser by Valentin Kravtsov · 14 years ago
  16. 6a8b73b Fixing a bug with TTS that caused TTS to ignore the default settings by Charles Chen · 14 years ago
  17. 340acd8 Add an extra which allows to query *only* for the voice search language preference. by Mike LeBeau · 14 years ago
  18. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  19. 79375f7 Two big additions to the voice recognition APIs: by Mike LeBeau · 14 years ago
  20. 329c6ae Remove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've got by Mike LeBeau · 14 years ago
  21. cccd63c Fixing the bug where mic button is not shown by Valentin Kravtsov · 14 years ago
  22. f1e245f Hiding the new TextToSpeech Intent extras for voice data check to fix the build. by Charles Chen · 14 years ago
  23. 387e805 Merge "Adding Intent extra strings to TextToSpeech.Engine for doing voice data checks." by Charles Chen · 14 years ago
  24. 76d9c3c Adding Intent extra strings to TextToSpeech.Engine for doing voice data checks. by Charles Chen · 14 years ago
  25. 2f853ea Improve a comment in RecognitionService. by Mike LeBeau · 14 years ago
  26. cb0be8a Use the new RecognitionService.SERVICE_INTERFACE instead of by Mike LeBeau · 14 years ago
  27. 378ae12 Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionService, by Mike LeBeau · 14 years ago
  28. 5d34e9b Add new setting for the ComponentName of the service to be used by Mike LeBeau · 14 years ago
  29. cc47fae Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via onPartialResults() by Alex Gruenstein · 14 years ago
  30. 7a3c9d3 Fixing a bug when installing VoiceSearch cause error by Valentin Kravtsov · 14 years ago
  31. 3da3cad Adding speech recognition service public API by Valentin Kravtsov · 15 years ago
  32. 5a346d6 Improve some of the documentation in RecognizerIntent to reduce confusion. by Mike LeBeau · 14 years ago
  33. dcfefb5 Add "inline" constant to RecognizerResultsIntent. by Mike LeBeau · 14 years ago
  34. f9271c8 Provide another extra for ACTION_VOICE_SEARCH_RESULTS that indicates by Mike LeBeau · 14 years ago
  35. 41b14e8 Add a set of hidden constants for the ACTION_VOICE_SEARCH_RESULTS intent. by Mike LeBeau · 14 years ago
  36. 79896bd Adding Recognition Service and Listener wrappers by Valentin Kravtsov · 15 years ago
  37. 1995660 Unhide RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which our voice search by Mike LeBeau · 15 years ago
  38. 9c58935 Add RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which we'll trigger by Mike LeBeau · 15 years ago
  39. 60dd360 Enabling multiple apps to use different speech synthesis engines and not by Charles Chen · 15 years ago
  40. b4fbe76 Adding the ability to specify the speech synthesis by Charles Chen · 15 years ago
  41. 0406eb0 Clobber frameworks/base/core/java/android/speech in master with the by Mike LeBeau · 15 years ago
  42. 6949f42 am 3e8c0ee8: am 91a5d831: am b5308a70: Merge change 24816 into donut by Jean-Michel Trivi · 15 years ago
  43. 91a5d83 am b5308a70: Merge change 24816 into donut by Jean-Michel Trivi · 15 years ago
  44. a9b417e TextToSpeech javadoc update. by Jean-Michel Trivi · 15 years ago
  45. f1b64f6 do not merge. Remove voicesearch-specific functionality from framework. by Alex Gruenstein · 15 years ago
  46. 9f5eadd Unhide the broadcast intent that signals completion of the TTS language by Jean-Michel Trivi · 15 years ago
  47. 370e1f7 Merge change 21038 into donut by Android (Google) Code Review · 15 years ago
  48. 840d0f5 Propagate info about whether a "call" command was issued in RecognitionResult. by Mike LeBeau · 15 years ago
  49. 69e67a3 Fix bug 2043140. by Jean-Michel Trivi · 15 years ago
  50. 77a5d39 Fix bug 2022435. by Jean-Michel Trivi · 15 years ago
  51. ed06578 Fix bug 2017664 by Jean-Michel Trivi · 15 years ago
  52. 9c53a5c Resetting the setLanguage() call to its intended behavior after change 8089 by Jean-Michel Trivi · 15 years ago
  53. 1126aad Revert the setLanguage() call to its previous implementation as by Jean-Michel Trivi · 15 years ago
  54. 5e11a6a Prevent the setLanguage() method in TextToSpeech to change the language by Jean-Michel Trivi · 15 years ago
  55. 904dfa5 Adding missing addEarcon method. Not having this was a bug as by Charles Chen · 15 years ago
  56. 62253a3 Unhide required definitions in TextToSpeech.Engine that cover return codes and by Jean-Michel Trivi · 15 years ago
  57. 78c9d0d Adding Utterance ID to the TtsService. by Charles Chen · 15 years ago
  58. 630a8de Fixing TTS breakage. by Charles Chen · 15 years ago
  59. a981013 Add support in TextToSpeech for an audio stream type param and utterance by Jean-Michel Trivi · 15 years ago
  60. a9c5e4b Adding tagging to utterances to track which app said what. by Charles Chen · 15 years ago
  61. 748efcc Adding a missing catch by Charles Chen · 15 years ago
  62. e28aced Remove unused definitions for default language in TextToSpeech as by Jean-Michel Trivi · 15 years ago
  63. da7681e Optimize storing of cached TTS parameters. Initialize the cached by Jean-Michel Trivi · 15 years ago
  64. c8ba3b5 Propagating error codes to TextToSpeech.java by Charles Chen · 15 years ago
  65. 52ae065 Fixes a compatibility issue with users that have the old TTS installed already. by Charles Chen · 15 years ago
  66. a3f8929 Propagating the error codes through the TtsService by Charles Chen · 15 years ago
  67. 4bca97ec Removing IPA - IPA is already handled by the phoneme tag. by Charles Chen · 15 years ago
  68. 62788e9 Unhide android.speech.tts.TextToSpeech by Jean-Michel Trivi · 15 years ago
  69. 99a0fee Adding strings for data root and data files - these are needed by Charles Chen · 15 years ago
  70. ddb0a80 Adding in TTS service support for language query and level of support. by Jean-Michel Trivi · 15 years ago
  71. 5c22f51 Adding status return codes for TTS calls. by Charles Chen · 15 years ago
  72. d498909 Adding implementation of IPA to the TextToSpeech.java by Charles Chen · 15 years ago
  73. f032bc7 Adding in the playSilence method to TextToSpeech.java by Charles Chen · 15 years ago
  74. 741c25b Adding skeleton methods for IPA support. by Charles Chen · 15 years ago
  75. 87c9684 Add caching of the speech rate and language in android.speech.tts.TextToSpeech by Jean-Michel Trivi · 15 years ago
  76. aaf842e Updating the TextToSpeech.java with skeleton methods. by Charles Chen · 15 years ago
  77. 2ea5349 Adding support for pitch changes of the synthesized text in Text-To-Speech. by Jean-Michel Trivi · 15 years ago
  78. d146874 Grouping under TextToSpeech.Engine the constants to be used by by Jean-Michel Trivi · 15 years ago
  79. 679d728 Using Locale to specify language and country for a TTS language to load, by Jean-Michel Trivi · 15 years ago
  80. 91bf30a TextToSpeech class cleanups by Jean-Michel Trivi · 15 years ago
  81. a8518c1 Renaming the Tts class to TextToSpeech for clarity. by Jean-Michel Trivi · 15 years ago
  82. f85aa5a Restructuring the TTS files so that it works as a Service by Charles Chen · 15 years ago
  83. bac4325 In Tts class, removing method to set the specific engine to use as the by Jean-Michel Trivi · 15 years ago
  84. 21a6a6d Moving the Tts java class from the android.tts package to the android.speech.tts package. by Jean-Michel Trivi · 15 years ago
  85. 409895e Moved error status from SpeechServiceRecognizerListener by Mitsuru Oshima · 15 years ago
  86. 34b234d * Chagned RecognitionService interface to use more complex RecognitionResult instead of String. by Mitsuru Oshima · 15 years ago
  87. cdd0ac6 AI 148484: (1) Pass recognizer intent to RecognitionService when starting to listen. by Brandon Ballinger · 15 years ago
  88. 181a44d AI 146613: Move Recognition service declarations to frameworks/base/core/java/android/speech. Hide them from public API by default (no changes to current.xml). by Brandon Ballinger · 15 years ago
  89. f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 15 years ago
  90. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  91. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  92. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  93. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  94. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  95. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  96. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  97. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  98. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  99. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  100. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago