summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech/tts/TtsEngines.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Add support for voices in TTS API.Przemyslaw Szczepaniak2014-07-041-0/+30
* Fix typo and broken sdk build.Przemyslaw Szczepaniak2014-06-131-1/+1
* Expose "default tts locale" to the TTS V2 API.Przemyslaw Szczepaniak2014-06-111-92/+136
* Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method.Przemyslaw Szczepaniak2014-05-121-0/+18
* Catch MissingResourceException caused by bad locale in TTS.Przemyslaw Szczepaniak2013-09-251-19/+26
* Make TtsEngines.getDefaultLocale() method publicPrzemyslaw Szczepaniak2013-05-211-1/+12
* Format default locale the same way as those stored in prefs.Narayan Kamath2011-10-171-2/+25
* Framework changes to support new TTS settings features.Narayan Kamath2011-08-231-8/+180
* New API for TTS settings.Narayan Kamath2011-06-211-0/+95
* Don't enforce defaults any more in the TextToSpeech API.Narayan Kamath2011-06-161-45/+6
* A few TTS bug fixesNarayan Kamath2011-06-141-5/+31
* Refactor some of TextToSpeechNarayan Kamath2011-06-101-0/+200