summaryrefslogtreecommitdiffstats
path: root/res/xml/tts_settings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Disable TTS "Listen to the example" if not supportedPrzemyslaw Szczepaniak2013-08-051-0/+5
| | | | | | | | | | | | | | | | | | | If current TTS locale (most of the cases same as device locale) is not supported by the TTS engine, field for setting synthesis speed and "Listen to the example" will be disabled. Added new field, "Default language status" to indicate level of support for currently selected language. It can take one of three messages: %s is fully supported %s requires network connection %s is not supported Where %s is locale display name. Added example string that will provide a fallback for example text if not provided by Settings or TTS engine. Change-Id: Ia2a920a71197a85d3812fc8df9dfed4ebe6b515f Bug: 9982002
* Implement the new TTS settings UI.Narayan Kamath2011-08-231-48/+19
| | | | | | bug:5149036 Change-Id: I81a9786d20be3e9bf87550d6a0cc04191409600c
* Text to speech settings UI change.Narayan Kamath2011-06-161-20/+19
| | | | | | | | | No more separate checkboxes for each of the engines. This brings it more in line with the voice recognition settings. The user is shown a data warning every time he chooses a non system engine as the default. Change-Id: I00fcb9c9f634a9fc13ff14da8bfade79ae6727c4
* 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