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
*
TTS Connection callbacks are called on main thread.
Przemyslaw Szczepaniak
2014-05-16
2
-3
/
+36
*
Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method.
Przemyslaw Szczepaniak
2014-05-12
1
-0
/
+18
*
Add AudioFormat.getBytesPerSample and use it
Glenn Kasten
2014-05-06
2
-14
/
+2
*
Remove "final" from TextToSpeechClient class.
Przemyslaw Szczepaniak
2014-04-10
1
-2
/
+2
*
Documentation update for TextToSpeech#getFeatures
Przemyslaw Szczepaniak
2014-03-24
1
-0
/
+1
*
Do not reset language in case of the TTS service reconnect.
Przemyslaw Szczepaniak
2014-03-21
1
-4
/
+6
*
Make InternalListener static to avoid referencing SpeechRecognizer.
Mark Renouf
2014-03-17
1
-1
/
+1
*
Add public SynthesisRequestV2 constructor.
Przemyslaw Szczepaniak
2014-01-30
1
-0
/
+12
*
Allow clients to extend the TTS UtteranceId class.
Przemyslaw Szczepaniak
2014-01-30
1
-22
/
+15
*
am 8bb8caa2: am c12410f1: am c3be4ba3: am 12377887: am 991e9818: Merge "AArch...
Elliott Hughes
2014-01-16
2
-74
/
+74
|
\
|
*
AArch64: Use long for pointers in speech/srec classes
Ashok Bhat
2014-01-15
2
-74
/
+74
|
*
Catch MissingResourceException caused by bad locale in TTS.
Przemyslaw Szczepaniak
2013-10-30
2
-20
/
+35
*
|
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
3
-7
/
+0
*
|
Fix Javadoc error
Siva Velusamy
2013-10-29
1
-2
/
+2
*
|
TTS API: Replace "voice id" with "voice name"
Przemyslaw Szczepaniak
2013-10-29
6
-57
/
+65
*
|
fix javadocs.
Nick Kralevich
2013-10-24
4
-8
/
+8
*
|
Add new TTS API.
Przemyslaw Szczepaniak
2013-10-24
25
-436
/
+3390
*
|
Catch MissingResourceException caused by bad locale in TTS.
Przemyslaw Szczepaniak
2013-09-25
2
-20
/
+35
|
/
*
Merge "Remove HotwordRecognition APIs" into klp-dev
Sandeep Siddhartha
2013-09-11
5
-817
/
+0
|
\
|
*
Remove HotwordRecognition APIs
Sandeep Siddhartha
2013-09-11
5
-817
/
+0
*
|
Update documentation for speech APIs.
Marc Wilson
2013-09-10
2
-3
/
+12
|
/
*
Fix checkbuild error due to javadoc reference to hidden class
Sandeep Siddhartha
2013-09-10
1
-2
/
+1
*
Move public consts to HotwordRecognitionService
Sandeep Siddhartha
2013-09-06
2
-43
/
+43
*
Fixing build break
Sandeep Siddhartha
2013-09-06
1
-3
/
+2
*
Add permission checks and unhide the Hotword recognition APIs
Sandeep Siddhartha
2013-09-06
4
-19
/
+43
*
Fix SynthesisRequest javadoc
Przemyslaw Szczepaniak
2013-09-02
1
-1
/
+1
*
Tweak the HotwordRecognizer API
Sandeep Siddhartha
2013-08-28
2
-89
/
+50
*
Touch up the Hotword API
Sandeep Siddhartha
2013-08-26
2
-5
/
+5
*
Add Service API to perform Hotword recognition
Sandeep Siddhartha
2013-08-26
5
-0
/
+834
*
am 710f3e2c: am 60ae2617: Merge "If frameworks wants ASCII casing, it should ...
Elliott Hughes
2013-08-02
1
-1
/
+1
|
\
|
*
If frameworks wants ASCII casing, it should explicity ask for it.
Elliott Hughes
2013-08-02
1
-1
/
+1
*
|
Document the case where TTS onInit callback is called in ctor.
Przemyslaw Szczepaniak
2013-06-20
1
-2
/
+4
*
|
Allow TTS service to identify caller.
Przemyslaw Szczepaniak
2013-06-05
2
-1
/
+18
*
|
Make TtsEngines.getDefaultLocale() method public
Przemyslaw Szczepaniak
2013-05-21
1
-1
/
+12
|
/
*
Fix for TTS.setLanguage throwing MissingResourceException
Przemyslaw Szczepaniak
2013-05-08
1
-4
/
+34
*
Failing Text-To-Speech CTS tests fix.
Przemyslaw Szczepaniak
2013-03-13
1
-1
/
+7
*
Forgot to rename constructor to match class name.
Przemyslaw Szczepaniak
2013-03-06
1
-1
/
+1
*
Fix EBADF in TTS synthesizeToFile method.
Przemyslaw Szczepaniak
2013-03-06
1
-9
/
+14
*
Make synthesizeToFile create file on a client side.
Przemyslaw Szczepaniak
2013-02-18
4
-81
/
+80
*
Deprecate unused and implementation-specific parts of TTS API
Przemyslaw Szczepaniak
2013-01-30
1
-36
/
+84
*
Fix logic error in Pszczepaniak's recent change.
Fergus Henderson
2013-01-25
1
-2
/
+2
*
Make TextToSpeech.shutdown() work before init callback.
Przemyslaw Szczepaniak
2013-01-22
1
-28
/
+55
*
Revert "Deprecate unused and implementation-specific parts of TTS API"
Przemyslaw Szczepaniak
2013-01-09
1
-84
/
+36
*
Deprecate unused and implementation-specific parts of TTS API
Przemyslaw Szczepaniak
2013-01-09
1
-36
/
+84
*
Set default language in new TTS clients.
Przemyslaw Szczepaniak
2012-12-13
3
-2
/
+43
*
Make TTS input string limit public and documented.
Przemyslaw Szczepaniak
2012-11-27
2
-4
/
+15
*
woExecute onLoadLanguage in synthesis thread.
Przemyslaw Szczepaniak
2012-11-20
3
-31
/
+108
*
Make getLanguage return client-set language
Przemyslaw Szczepaniak
2012-11-20
1
-10
/
+19
*
TTS onServiceConnection moved to async task
Przemyslaw Szczepaniak
2012-11-20
2
-26
/
+81
*
Revert "Make TTS input string limit public and documented"
Przemyslaw Szczepaniak
2012-11-16
2
-12
/
+4
[next]