summaryrefslogtreecommitdiffstats
path: root/res/xml/tts_settings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixing bugs 2577511 and 2581920.Charles Chen2010-04-081-1/+3
| | | | | | | | | | Making sure that the language, country, and variant defaults are always set to something to ensure that there won't be an NPE. Dismissing the ListPreference dialogs before a rotation to avoid list data corruption caused by the list being displayed while its data is being re-initialized. Change-Id: Iecdb3b4d415542dc8a4db162c930e6a6570a55f2
* Fixing a bug that causes a crash when Install voice data is clickedCharles Chen2010-03-181-1/+1
| | | | | | in the TTS settings. Change-Id: Ia9992f105652518a37ba7e4c139810bfc76c6252
* Adding plugin specific settings to TTS settings + changing the UICharles Chen2010-03-161-8/+11
| | | | | | to be more like the IME settings. Change-Id: I0d26042262b4d9e636d3f456e867c725fa56ae55
* Exposing the ability to select a default TTS engine to theCharles Chen2009-12-141-0/+5
| | | | user by adding it into Settings.
* Remove pitch selection from TTS settings.Jean-Michel Trivi2009-06-251-8/+0
| | | | | Use the settings name for the locale property rather than the UI key. Add prefs entry to install the voice data.
* Updated TTS settings to support language, country and variant settings.Jean-Michel Trivi2009-06-231-0/+6
| | | | | Disable/enable entries based on whether language files are installed on the phone. Added entry to install the language files on the phone.
* Update the Text-To-Speech settings screen to allow listening to a TTSJean-Michel Trivi2009-06-181-0/+6
| | | | | | | example after checking that the data required by the TTS engine is properly installed. Removed use of local constants for the the default TTS values, use the values defined in TextToSpeech.Engine instead.
* Adding support for selecting the default language for Text-To-Speech in ↵Jean-Michel Trivi2009-06-101-0/+8
| | | | Settings.
* Adding Text-To-Speech default settings in the Settings application.Jean-Michel Trivi2009-06-091-0/+48