index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
speech
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix superfluous onError callbacks.
Narayan Kamath
2011-11-30
1
-1
/
+2
*
Fix TTS instantiation from webview accessibility handlers.
Narayan Kamath
2011-11-28
2
-4
/
+22
*
Fix regressions in TTS completion callbacks.
Narayan Kamath
2011-11-24
5
-19
/
+65
*
Notifiy callers when a speech synthesis error occurs.
Narayan Kamath
2011-11-11
10
-34
/
+194
*
Fix a bug in the network TTS api.
Narayan Kamath
2011-11-07
2
-2
/
+8
*
Add an API for querying / enabling network TTS support.
Narayan Kamath
2011-11-02
3
-2
/
+109
*
Widen permissions on synthesized files.
Narayan Kamath
2011-10-27
1
-4
/
+16
*
Format default locale the same way as those stored in prefs.
Narayan Kamath
2011-10-17
1
-2
/
+25
*
Allow listeners to be set before the service connects.
Narayan Kamath
2011-10-04
1
-15
/
+21
*
Don't wait indefinitely for audio tracks to finish playing.
Narayan Kamath
2011-09-14
1
-6
/
+49
*
Fix two TTS bugs.
Narayan Kamath
2011-09-07
1
-16
/
+56
*
Change the heuristics for waiting for audiotracks to finish.
Narayan Kamath
2011-08-30
2
-3
/
+42
*
Don't allow TTS engines to synthesize too for ahead.
Narayan Kamath
2011-08-26
3
-34
/
+86
*
Framework changes to support new TTS settings features.
Narayan Kamath
2011-08-23
2
-30
/
+194
*
Reduce the priority of the TTS thread.
Narayan Kamath
2011-07-27
1
-1
/
+1
*
Fix some AudioTrack related issues.
Narayan Kamath
2011-07-21
2
-19
/
+29
*
Fix a threading issue in AudioPlaybackHandler
Narayan Kamath
2011-07-19
1
-14
/
+22
*
Few minor TTS clean ups.
Narayan Kamath
2011-07-18
3
-12
/
+14
*
Fix a few threading issues in the AudioPlaybackHandler.
Narayan Kamath
2011-07-18
4
-46
/
+67
*
Improve TextToSpeech#isSpeaking()
Narayan Kamath
2011-07-15
3
-2
/
+18
*
Merge "Remove the completeAudioAvailable API."
Narayan Kamath
2011-07-15
4
-141
/
+8
|
\
|
*
Remove the completeAudioAvailable API.
Narayan Kamath
2011-07-14
4
-141
/
+8
*
|
Minor cleanups to TextToSpeech.
Narayan Kamath
2011-07-14
1
-20
/
+25
|
/
*
Wait until the audio track finishes playing before releasing it.
Narayan Kamath
2011-07-13
2
-7
/
+29
*
Add event-log logging for TTS requests.
Narayan Kamath
2011-07-08
6
-13
/
+225
*
Minor changes to AudioTrack handling
Narayan Kamath
2011-07-05
1
-2
/
+9
*
Expose the currently used engine to bundled apps.
Narayan Kamath
2011-06-27
1
-1
/
+10
*
New API for TTS settings.
Narayan Kamath
2011-06-21
2
-0
/
+103
*
Merge "Don't enforce defaults any more in the TextToSpeech API."
Narayan Kamath
2011-06-16
3
-77
/
+14
|
\
|
*
Don't enforce defaults any more in the TextToSpeech API.
Narayan Kamath
2011-06-16
3
-77
/
+14
*
|
Increase the visibility of SynthesisRequest
Narayan Kamath
2011-06-15
1
-1
/
+1
|
/
*
Fix a bug in TextToSpeech.
Narayan Kamath
2011-06-15
1
-1
/
+1
*
Merge "A few TTS bug fixes"
Narayan Kamath
2011-06-14
2
-7
/
+36
|
\
|
*
A few TTS bug fixes
Narayan Kamath
2011-06-14
2
-7
/
+36
*
|
Deprecate setEngineByPackageName
Narayan Kamath
2011-06-14
1
-3
/
+5
|
/
*
Refactor some of TextToSpeech
Narayan Kamath
2011-06-10
2
-134
/
+212
*
Merge "Don't hardcode the default engine."
Narayan Kamath
2011-06-10
1
-20
/
+119
|
\
|
*
Don't hardcode the default engine.
Narayan Kamath
2011-06-10
1
-20
/
+119
*
|
Some TTS fixes.
Narayan Kamath
2011-06-10
3
-17
/
+70
|
/
*
Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.
Narayan Kamath
2011-06-09
7
-81
/
+270
*
Make changes to the TTS api suggested by the API review.
Narayan Kamath
2011-06-08
6
-139
/
+229
*
Fix the threading behaviour of TTS audio requests.
Narayan Kamath
2011-06-07
7
-240
/
+686
*
Language loading / availablity should repsect defaults enforcement.
Narayan Kamath
2011-06-02
1
-1
/
+30
*
Add a separate thread for writing to audiotracks.
Narayan Kamath
2011-05-25
2
-26
/
+71
*
Pass synthesis request params through to the TTS service.
Narayan Kamath
2011-05-17
5
-10
/
+56
*
Expose TTS engine API
Bjorn Bringert
2011-04-27
3
-15
/
+12
*
Fix onCompleteAudioAvailable
Narayan Kamath
2011-04-19
1
-14
/
+62
*
Merge "TTS: SynthesisRequest.error() instead of return value"
Bjorn Bringert
2011-04-19
4
-6
/
+51
|
\
|
*
TTS: SynthesisRequest.error() instead of return value
Bjorn Bringert
2011-04-19
4
-6
/
+51
*
|
Only return default TTS engines from TTS.getEngines()
Bjorn Bringert
2011-04-18
1
-1
/
+2
|
/
[next]