summaryrefslogtreecommitdiff
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* Allow "self" to also use RecognitionServicePhilip P. Moltmann2020-09-091-3/+2
* 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
* | Merge "Adding documentation to note new intent action changes coming with And...Joshua Imbriani2020-06-011-0/+27
|\ \
| * | Adding documentation to note new intent action changes coming withJosh Imbriani2020-06-011-0/+27
* | | Merge "Fix Voice shortcuts not working system-wide in R" into rvc-dev am: 2df...Ryan Lin2020-05-081-2/+2
|\ \ \ | | |/ | |/|
| * | Fix Voice shortcuts not working system-wide in Rryanlwlin2020-05-061-2/+2
* | | Merge "docs: Note behavior of PREFER_OFFLINE" into rvc-dev am: 1643bc3995 am:...Andrew Solovay2020-04-161-0/+4
|\| | | |/ |/|
| * docs: Note behavior of PREFER_OFFLINEAndrew Solovay2020-04-131-0/+4
| * Rename featureId -> attributionTagPhilip P. Moltmann2020-03-121-4/+5
* | Rename featureId -> attributionTagPhilip P. Moltmann2020-03-111-4/+5
* | 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
* | | Merge "Adding allowBlocking override to getBinder call"Joshua Imbriani2020-01-271-0/+1
|\ \ \
| * | | Adding allowBlocking override to getBinder callJosh Imbriani2020-01-161-0/+1
* | | | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-072-2/+2
|/ / /
* / / Updating documentation for synthesizeToTextJosh Imbriani2019-12-051-3/+3
|/ /
* | Pipe through featureId from caller to noteOps in RecognitionServicePhilip P. Moltmann2019-10-303-16/+45
* | Update PermissionChecker usages to avoid unnecessary attribution.Svet Ganov2019-10-041-7/+17
|/
* Adding a new overloaded API for synthesizeToFile taking a FileDescriptorJosh Imbriani2019-08-091-284/+257
* Merge "Add the NonNull annotation to avoid runtime exception when the engine ...Xi Han2019-04-011-6/+7
|\
| * Add the NonNull annotation to avoid runtime exception when the engineCassie2019-04-011-6/+7
* | Update documentation for TextToSpeech.Rakesh Iyer2019-03-181-17/+16
|/
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-02-271-0/+1
* Fix off by one error in getMaxSpeechInputLength().Rakesh Iyer2018-11-261-1/+1
* Stop synth when tts client dies.Rakesh Iyer2018-11-261-1/+1
* Remove extra call to dispatchStart().Rakesh Iyer2018-10-181-1/+0
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-062-0/+13
* docs: fixed typo in deprecation messageLaura Davis2018-06-221-3/+3
* Document system activity intents that may not be implementedChristopher Tate2018-05-101-0/+4
* Copy PermissionChecker from support lib and use in RcognitionServiceEugene Susla2018-02-231-3/+3
* Fix race condition with calling stop() before run()Niels Egberts2018-02-131-11/+11
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-2/+9
* TTS: Fix a race condition between enqueueSpeechItem and stopForApp.Kazuhiro Inaba2017-08-031-11/+30
* TTS: Ensure to callback onStop() from SynthesisPlaybackQueueItem.Kazuhiro Inaba2017-07-252-0/+25
* Updates based on API council guidance.Jeff Sharkey2017-04-291-3/+2
* Document examples where a developer might use the APIs.Niels Egberts2017-04-132-0/+6
* Provide deprecated API to avoid build breakageAmith Yamasani2017-03-271-1/+9
* Add time markers to synthesizeToFile API.Niels Egberts2017-03-228-15/+24
* Ensure we set the notification marker position by calling updateMarker()Sergio Sancho2017-02-141-0/+2
* Merge "Ensure default pitch is used when none is specified."Sergio Sancho2017-02-081-1/+5
|\
| * Ensure default pitch is used when none is specified.Sergio Sancho2017-01-261-1/+5
* | Implement time markers for TTS.Niels Egberts2017-01-248-50/+226
|/
* Merge "Remove refernces to V1 API, as V2 doesn't exist anymore."Niels Egberts2017-01-033-205/+266
|\
| * Remove refernces to V1 API, as V2 doesn't exist anymore.Niels Egberts2016-12-233-205/+266
* | Remove redundant public modifiers in interfaces.Niels Egberts2016-12-233-88/+92
|/