summaryrefslogtreecommitdiff
path: root/core/java/android/speech/tts/TextToSpeech.java
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE Backport preventing BAL bypass via bound serviceNan Wu2024-08-271-1/+2
* Fix TextToSpeech system connection error handlingAlex Agranovich2021-04-071-3/+2
* Add a system TextToSpeech implementation that initiates the connection throug...Alex Agranovich2021-02-181-28/+142
* Revert "Add a system TextToSpeech implementation that initiates ..."Greg Kaiser2021-02-181-141/+27
* Add a system TextToSpeech implementation that initiates the connection th...Alex Agranovich2021-02-081-27/+141
* Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-1/+1
|\
| * Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347Jeff Sharkey2020-09-141-1/+1
| |\
| | * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* | | docs: Fix note about new intent action changes coming with Android 11. am: e6...Kevin Hufnagle2020-08-211-17/+16
|\| |
| * | docs: Fix note about new intent action changes coming with Android 11.Kevin Hufnagle2020-08-201-17/+16
| |/
| * Adding documentation to note new intent action changes coming withJosh Imbriani2020-07-171-0/+27
* | Adding documentation to note new intent action changes coming withJosh Imbriani2020-06-011-0/+27
* | Merge "Adding new overloads for addEarcon and addSpeech that takes Uri"Joshua Imbriani2020-02-271-23/+44
|\ \
| * | Adding new overloads for addEarcon and addSpeech that takes UriJosh Imbriani2020-02-271-23/+44
* | | Merge "Moving to non-deprecated onError function for UtteranceProgressListener"Joshua Imbriani2020-02-251-1/+1
|\ \ \ | |_|/ |/| |
| * | Moving to non-deprecated onError function for UtteranceProgressListenerJosh Imbriani2019-12-041-1/+1
| |/
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* | Updating documentation for synthesizeToTextJosh Imbriani2019-12-051-3/+3
|/
* Adding a new overloaded API for synthesizeToFile taking a FileDescriptorJosh Imbriani2019-08-091-284/+257
* Update documentation for TextToSpeech.Rakesh Iyer2019-03-181-17/+16
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-061-0/+5
* docs: fixed typo in deprecation messageLaura Davis2018-06-221-3/+3
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-2/+9
* Add time markers to synthesizeToFile API.Niels Egberts2017-03-221-2/+2
* Implement time markers for TTS.Niels Egberts2017-01-241-44/+58
* Remove redundant public modifiers in interfaces.Niels Egberts2016-12-231-2/+2
* API to listen in on the synthesized audio.Niels Egberts2016-01-251-1/+19
* Restrict audioformat to 8bit, 16bit or float PCM with an annotation andNiels Egberts2015-11-231-0/+9
* Fix crash with engines that don't override getVoices().Niels Egberts2015-06-261-2/+13
* Don't strip country and variant from locale.Niels Egberts2015-05-071-29/+46
* 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-281-1/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
* Add UtteranceProgressListener#onStop callbackPrzemyslaw Szczepaniak2014-12-091-2/+2
* Fix ambiguous TTS#playSilence method.Przemyslaw Szczepaniak2014-09-251-16/+16
* Fix issues with new TTS APIPrzemyslaw Szczepaniak2014-09-221-8/+3
* Replace TreeSet with HashSet.Przemyslaw Szczepaniak2014-09-111-5/+4
* API review requests for the TTS package.Przemyslaw Szczepaniak2014-09-081-26/+123
* 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-171-0/+31
* Fix TTS regression, TTS#stop can result in #onDone callback.Przemyslaw Szczepaniak2014-07-101-6/+4
* Add support for voices in TTS API.Przemyslaw Szczepaniak2014-07-041-13/+283
* 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-021-23/+202
* Add support for audio session id in the TTSPrzemyslaw Szczepaniak2014-07-021-0/+12
* Remove TextToSpeechClient API.Przemyslaw Szczepaniak2014-06-301-8/+36
* Documentation update for TextToSpeech#getFeaturesPrzemyslaw Szczepaniak2014-03-241-0/+1