summaryrefslogtreecommitdiff
path: root/core/java/android/speech/tts/TtsEngines.java
AgeCommit message (Expand)Author
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-04-01Add the NonNull annotation to avoid runtime exception when the engineCassie
2018-08-06Add @UnsupportedAppUsage annotationsMathew Inwood
2016-12-23Remove refernces to V1 API, as V2 doesn't exist anymore.Niels Egberts
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-07-04Add support for voices in TTS API.Przemyslaw Szczepaniak
2014-06-13Fix typo and broken sdk build.Przemyslaw Szczepaniak
2014-06-11Expose "default tts locale" to the TTS V2 API.Przemyslaw Szczepaniak
2014-05-12Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method.Przemyslaw Szczepaniak
2013-09-25Catch MissingResourceException caused by bad locale in TTS.Przemyslaw Szczepaniak
2013-05-21Make TtsEngines.getDefaultLocale() method publicPrzemyslaw Szczepaniak
2011-10-17Format default locale the same way as those stored in prefs.Narayan Kamath
2011-08-23Framework changes to support new TTS settings features.Narayan Kamath
2011-06-21New API for TTS settings.Narayan Kamath
2011-06-16Don't enforce defaults any more in the TextToSpeech API.Narayan Kamath
2011-06-14A few TTS bug fixesNarayan Kamath
2011-06-10Refactor some of TextToSpeechNarayan Kamath