summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* Udpate instrumentation codeWilliam Clark2015-11-301-1/+1
* SEEMP: Add more framework instrumentationWilliam Clark2015-10-061-0/+1
* NPE occured when trying to parcel voice features.Niels Egberts2015-08-051-1/+2
* Fix crash with engines that don't override getVoices().Niels Egberts2015-06-262-3/+16
* Delete android.speech.srec.*Narayan Kamath2015-06-165-1295/+0
* Fixes for API Review: android.speech.ttsPrzemyslaw Szczepaniak2015-06-121-6/+6
* Add getCallingUid() to RecognitionService.Callback.Cedric Ho2015-05-271-6/+20
* Don't strip country and variant from locale.Niels Egberts2015-05-071-29/+46
* Add android.speech.RecognizerIntent EXTRA_PREFER_OFFLINE to indicateCedric Ho2015-04-271-0/+8
* Fix parens typos in documentation.Niels Egberts2015-04-101-3/+3
* Add resource type annotations to some APIsTor Norbye2015-03-131-1/+1
* Remove unused imports in frameworks/base.John Spurlock2015-02-285-6/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
* Add UtteranceProgressListener#onStop callbackPrzemyslaw Szczepaniak2014-12-094-14/+90
* Fix race in RecognizerService teardown.Jeff Brown2014-10-021-11/+19
* Make sure cancel is called on tear down.Jerome Poichet2014-09-302-1/+20
* Fix ambiguous TTS#playSilence method.Przemyslaw Szczepaniak2014-09-253-18/+18
* Fix issues with new TTS APIPrzemyslaw Szczepaniak2014-09-223-18/+4
* Replace TreeSet with HashSet.Przemyslaw Szczepaniak2014-09-111-5/+4
* API review requests for the TTS package.Przemyslaw Szczepaniak2014-09-083-33/+130
* Set the TTS voice name for the default language.Przemyslaw Szczepaniak2014-08-051-0/+5
* API for audio session ID generationJean-Michel Trivi2014-07-201-1/+1
* Add AudioAttributes support in the TTS.Przemyslaw Szczepaniak2014-07-174-24/+81
* Fix TTS regression, TTS#stop can result in #onDone callback.Przemyslaw Szczepaniak2014-07-103-33/+4
* Remove Markup and Utterance classes.Niels Egberts2014-07-082-1132/+0
* Add support for voices in TTS API.Przemyslaw Szczepaniak2014-07-047-15/+903
* First argument of playSilence is incorrect in javaDoc.Niels Egberts2014-07-021-1/+1
* Forgot to deprecate a method in current.txt before merging earlier change.Niels Egberts2014-07-021-5/+9
* Support for CharSequences in the V1 API.Niels Egberts2014-07-024-45/+249
* Add support for audio session id in the TTSPrzemyslaw Szczepaniak2014-07-026-68/+139
* Remove TextToSpeechClient API.Przemyslaw Szczepaniak2014-06-3023-2947/+109
* Fix typo and broken sdk build.Przemyslaw Szczepaniak2014-06-131-1/+1
* Merge "Expose "default tts locale" to the TTS V2 API."Przemyslaw Szczepaniak2014-06-115-105/+168
|\
| * Expose "default tts locale" to the TTS V2 API.Przemyslaw Szczepaniak2014-06-115-105/+168
* | Add missing copyright headers in speech.ttsPrzemyslaw Szczepaniak2014-06-124-0/+60
* | Add missing #isSpeaking to TTS API V2Przemyslaw Szczepaniak2014-06-041-24/+65
|/
* Markup support for frameworkNiels Egberts2014-05-305-21/+1269
* TTS Connection callbacks are called on main thread.Przemyslaw Szczepaniak2014-05-162-3/+36
* Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method.Przemyslaw Szczepaniak2014-05-121-0/+18
* Add AudioFormat.getBytesPerSample and use itGlenn Kasten2014-05-062-14/+2
* Remove "final" from TextToSpeechClient class.Przemyslaw Szczepaniak2014-04-101-2/+2
* Documentation update for TextToSpeech#getFeaturesPrzemyslaw Szczepaniak2014-03-241-0/+1
* Do not reset language in case of the TTS service reconnect.Przemyslaw Szczepaniak2014-03-211-4/+6
* Make InternalListener static to avoid referencing SpeechRecognizer.Mark Renouf2014-03-171-1/+1
* Add public SynthesisRequestV2 constructor.Przemyslaw Szczepaniak2014-01-301-0/+12
* Allow clients to extend the TTS UtteranceId class.Przemyslaw Szczepaniak2014-01-301-22/+15
* am 8bb8caa2: am c12410f1: am c3be4ba3: am 12377887: am 991e9818: Merge "AArch...Elliott Hughes2014-01-162-74/+74
|\
| * AArch64: Use long for pointers in speech/srec classesAshok Bhat2014-01-152-74/+74
| * Catch MissingResourceException caused by bad locale in TTS.Przemyslaw Szczepaniak2013-10-302-20/+35
* | Remove unused imports from frameworks/base.John Spurlock2013-11-203-7/+0