index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
speech
/
tts
/
TtsEngines.java
Age
Commit message (
Expand
)
Author
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-04-01
Add the NonNull annotation to avoid runtime exception when the engine
Cassie
2018-08-06
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-12-23
Remove refernces to V1 API, as V2 doesn't exist anymore.
Niels Egberts
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2014-07-04
Add support for voices in TTS API.
Przemyslaw Szczepaniak
2014-06-13
Fix typo and broken sdk build.
Przemyslaw Szczepaniak
2014-06-11
Expose "default tts locale" to the TTS V2 API.
Przemyslaw Szczepaniak
2014-05-12
Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method.
Przemyslaw Szczepaniak
2013-09-25
Catch MissingResourceException caused by bad locale in TTS.
Przemyslaw Szczepaniak
2013-05-21
Make TtsEngines.getDefaultLocale() method public
Przemyslaw Szczepaniak
2011-10-17
Format default locale the same way as those stored in prefs.
Narayan Kamath
2011-08-23
Framework changes to support new TTS settings features.
Narayan Kamath
2011-06-21
New API for TTS settings.
Narayan Kamath
2011-06-16
Don't enforce defaults any more in the TextToSpeech API.
Narayan Kamath
2011-06-14
A few TTS bug fixes
Narayan Kamath
2011-06-10
Refactor some of TextToSpeech
Narayan Kamath