index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
speech
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix off by one error in getMaxSpeechInputLength().
Rakesh Iyer
2018-11-26
1
-1
/
+1
*
Stop synth when tts client dies.
Rakesh Iyer
2018-11-26
1
-1
/
+1
*
Remove extra call to dispatchStart().
Rakesh Iyer
2018-10-18
1
-1
/
+0
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-06
2
-0
/
+13
*
docs: fixed typo in deprecation message
Laura Davis
2018-06-22
1
-3
/
+3
*
Document system activity intents that may not be implemented
Christopher Tate
2018-05-10
1
-0
/
+4
*
Copy PermissionChecker from support lib and use in RcognitionService
Eugene Susla
2018-02-23
1
-3
/
+3
*
Fix race condition with calling stop() before run()
Niels Egberts
2018-02-13
1
-11
/
+11
*
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-13
1
-2
/
+9
*
TTS: Fix a race condition between enqueueSpeechItem and stopForApp.
Kazuhiro Inaba
2017-08-03
1
-11
/
+30
*
TTS: Ensure to callback onStop() from SynthesisPlaybackQueueItem.
Kazuhiro Inaba
2017-07-25
2
-0
/
+25
*
Updates based on API council guidance.
Jeff Sharkey
2017-04-29
1
-3
/
+2
*
Document examples where a developer might use the APIs.
Niels Egberts
2017-04-13
2
-0
/
+6
*
Provide deprecated API to avoid build breakage
Amith Yamasani
2017-03-27
1
-1
/
+9
*
Add time markers to synthesizeToFile API.
Niels Egberts
2017-03-22
8
-15
/
+24
*
Ensure we set the notification marker position by calling updateMarker()
Sergio Sancho
2017-02-14
1
-0
/
+2
*
Merge "Ensure default pitch is used when none is specified."
Sergio Sancho
2017-02-08
1
-1
/
+5
|
\
|
*
Ensure default pitch is used when none is specified.
Sergio Sancho
2017-01-26
1
-1
/
+5
*
|
Implement time markers for TTS.
Niels Egberts
2017-01-24
8
-50
/
+226
|
/
*
Merge "Remove refernces to V1 API, as V2 doesn't exist anymore."
Niels Egberts
2017-01-03
3
-205
/
+266
|
\
|
*
Remove refernces to V1 API, as V2 doesn't exist anymore.
Niels Egberts
2016-12-23
3
-205
/
+266
*
|
Remove redundant public modifiers in interfaces.
Niels Egberts
2016-12-23
3
-88
/
+92
|
/
*
Fix issue when QUEUE_DESTROY arrive at the same time.
Niels Egberts
2016-04-08
1
-5
/
+14
*
Use audio_session_t consistently
Glenn Kasten
2016-03-10
2
-6
/
+6
*
API to listen in on the synthesized audio.
Niels Egberts
2016-01-25
6
-18
/
+163
*
Merge "Fix checks for audio format."
Niels Egberts
2015-12-09
2
-4
/
+4
|
\
|
*
Fix checks for audio format.
Niels Egberts
2015-12-08
2
-4
/
+4
*
|
Merge "Fix @code escapes"
Neil Fuller
2015-12-03
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix @code escapes
Neil Fuller
2015-12-02
2
-2
/
+2
*
|
Small refactoring for FileSynthesisCallback.
Niels Egberts
2015-11-30
2
-17
/
+8
|
/
*
Fix docs build failure.
Niels Egberts
2015-11-23
1
-3
/
+3
*
Restrict audioformat to 8bit, 16bit or float PCM with an annotation and
Niels Egberts
2015-11-23
4
-3
/
+48
*
NPE occured when trying to parcel voice features.
Niels Egberts
2015-08-05
1
-1
/
+2
*
Fix crash with engines that don't override getVoices().
Niels Egberts
2015-06-26
2
-3
/
+16
*
Delete android.speech.srec.*
Narayan Kamath
2015-06-16
5
-1295
/
+0
*
Fixes for API Review: android.speech.tts
Przemyslaw Szczepaniak
2015-06-12
1
-6
/
+6
*
Add getCallingUid() to RecognitionService.Callback.
Cedric Ho
2015-05-27
1
-6
/
+20
*
Don't strip country and variant from locale.
Niels Egberts
2015-05-07
1
-29
/
+46
*
Add android.speech.RecognizerIntent EXTRA_PREFER_OFFLINE to indicate
Cedric Ho
2015-04-27
1
-0
/
+8
*
Fix parens typos in documentation.
Niels Egberts
2015-04-10
1
-3
/
+3
*
Add resource type annotations to some APIs
Tor Norbye
2015-03-13
1
-1
/
+1
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
5
-6
/
+0
*
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-18
1
-2
/
+3
*
Add UtteranceProgressListener#onStop callback
Przemyslaw Szczepaniak
2014-12-09
4
-14
/
+90
*
Fix race in RecognizerService teardown.
Jeff Brown
2014-10-02
1
-11
/
+19
*
Make sure cancel is called on tear down.
Jerome Poichet
2014-09-30
2
-1
/
+20
*
Fix ambiguous TTS#playSilence method.
Przemyslaw Szczepaniak
2014-09-25
3
-18
/
+18
*
Fix issues with new TTS API
Przemyslaw Szczepaniak
2014-09-22
3
-18
/
+4
*
Replace TreeSet with HashSet.
Przemyslaw Szczepaniak
2014-09-11
1
-5
/
+4
*
API review requests for the TTS package.
Przemyslaw Szczepaniak
2014-09-08
3
-33
/
+130
[next]