summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* Fix SynthesisRequest javadocPrzemyslaw Szczepaniak2013-09-021-1/+1
* Tweak the HotwordRecognizer APISandeep Siddhartha2013-08-282-89/+50
* Touch up the Hotword APISandeep Siddhartha2013-08-262-5/+5
* Add Service API to perform Hotword recognitionSandeep Siddhartha2013-08-265-0/+834
* am 710f3e2c: am 60ae2617: Merge "If frameworks wants ASCII casing, it should ...Elliott Hughes2013-08-021-1/+1
|\
| * If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes2013-08-021-1/+1
* | Document the case where TTS onInit callback is called in ctor.Przemyslaw Szczepaniak2013-06-201-2/+4
* | Allow TTS service to identify caller.Przemyslaw Szczepaniak2013-06-052-1/+18
* | Make TtsEngines.getDefaultLocale() method publicPrzemyslaw Szczepaniak2013-05-211-1/+12
|/
* Fix for TTS.setLanguage throwing MissingResourceExceptionPrzemyslaw Szczepaniak2013-05-081-4/+34
* Failing Text-To-Speech CTS tests fix.Przemyslaw Szczepaniak2013-03-131-1/+7
* Forgot to rename constructor to match class name.Przemyslaw Szczepaniak2013-03-061-1/+1
* Fix EBADF in TTS synthesizeToFile method.Przemyslaw Szczepaniak2013-03-061-9/+14
* Make synthesizeToFile create file on a client side.Przemyslaw Szczepaniak2013-02-184-81/+80
* Deprecate unused and implementation-specific parts of TTS APIPrzemyslaw Szczepaniak2013-01-301-36/+84
* Fix logic error in Pszczepaniak's recent change.Fergus Henderson2013-01-251-2/+2
* Make TextToSpeech.shutdown() work before init callback.Przemyslaw Szczepaniak2013-01-221-28/+55
* Revert "Deprecate unused and implementation-specific parts of TTS API"Przemyslaw Szczepaniak2013-01-091-84/+36
* Deprecate unused and implementation-specific parts of TTS APIPrzemyslaw Szczepaniak2013-01-091-36/+84
* Set default language in new TTS clients.Przemyslaw Szczepaniak2012-12-133-2/+43
* Make TTS input string limit public and documented.Przemyslaw Szczepaniak2012-11-272-4/+15
* woExecute onLoadLanguage in synthesis thread.Przemyslaw Szczepaniak2012-11-203-31/+108
* Make getLanguage return client-set languagePrzemyslaw Szczepaniak2012-11-201-10/+19
* TTS onServiceConnection moved to async taskPrzemyslaw Szczepaniak2012-11-202-26/+81
* Revert "Make TTS input string limit public and documented"Przemyslaw Szczepaniak2012-11-162-12/+4
* Make TTS input string limit public and documentedPrzemyslaw Szczepaniak2012-11-162-4/+12
* am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-072-0/+0
|\
| * am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-072-0/+0
| |\
| | * Correct executable bit for source filesKenny Root2012-11-072-0/+0
* | | SynthesisCallback documentation updatePrzemyslaw Szczepaniak2012-10-151-1/+4
* | | TTS documentation clarification.Przemyslaw Szczepaniak2012-10-021-6/+29
|/ /
* | Fix threading issue in BlockingAudioTrack.Przemyslaw Szczepaniak2012-08-281-10/+25
* | Fix double call to TTS connection disconnect() on reconnectPrzemyslaw Szczepaniak2012-08-201-9/+20
* | Fixes to TextToSpeechService#synthesizeToFileNarayan Kamath2012-08-142-36/+28
* | Fix bug in BlockingAudioTrack.Narayan Kamath2012-08-142-21/+27
|/
* New action and extra in RecognizerIntent for "hands free" voice searchJean-Michel Trivi2012-05-171-0/+39
* Write unit tests for android.speech.tts.Narayan Kamath2012-01-091-6/+23
* Remove BlockingMediaPlayer.Narayan Kamath2011-12-064-205/+76
* Simplify the implementation of AudioPlaybackHandler.Narayan Kamath2011-12-0111-762/+720
* am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks.Narayan Kamath2011-11-301-1/+2
|\
| * Fix superfluous onError callbacks.Narayan Kamath2011-11-301-1/+2
* | Allow multiple TextToSpeech instances per calling app.Narayan Kamath2011-11-3011-131/+167
|/
* Fix TTS instantiation from webview accessibility handlers.Narayan Kamath2011-11-282-4/+22
* Fix regressions in TTS completion callbacks.Narayan Kamath2011-11-245-19/+65
* Notifiy callers when a speech synthesis error occurs.Narayan Kamath2011-11-1110-34/+194
* Fix a bug in the network TTS api.Narayan Kamath2011-11-072-2/+8
* Add an API for querying / enabling network TTS support.Narayan Kamath2011-11-023-2/+109
* Widen permissions on synthesized files.Narayan Kamath2011-10-271-4/+16
* Format default locale the same way as those stored in prefs.Narayan Kamath2011-10-171-2/+25
* Allow listeners to be set before the service connects.Narayan Kamath2011-10-041-15/+21