summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* am 33a7030f: Merge change 5780 into donutAndroid (Google) Code Review2009-07-012-14/+43
|\
| * In TTS synthesis to file, remove hard coded values for the writing of the WAV...Jean-Michel Trivi2009-06-302-14/+43
* | am bbd63cb2: Fix bug where the default TTS Service country is initialized to ...Jean-Michel Trivi2009-07-011-1/+1
|\ \ | |/
| * Fix bug where the default TTS Service country is initialized to the default l...Jean-Michel Trivi2009-06-291-1/+1
* | am aa4f1f9e: Merge change 5711 into donutAndroid (Google) Code Review2009-07-011-2/+36
|\ \ | |/
| * Adding in TTS service support for language query and level of support.Jean-Michel Trivi2009-06-291-2/+36
* | am 526355de: Merge change 5701 into donutAndroid (Google) Code Review2009-07-012-22/+74
|\ \ | |/
| * Merge change 5701 into donutAndroid (Google) Code Review2009-06-292-22/+74
| |\
| | * Expose in SynthProxy the query for the TTS supported and current language.Jean-Michel Trivi2009-06-292-22/+74
* | | am 9032ab8e: Merge change 5673 into donutAndroid (Google) Code Review2009-07-011-4/+23
|\ \ \ | |/ /
| * | Adding support for params.Charles Chen2009-06-291-4/+23
| |/
* | am bd9aa793: Merge change 5593 into donutAndroid (Google) Code Review2009-06-301-1/+2
|\ \ | |/
| * Add in TTS engine interface the methods to query the availability for a langu...Jean-Michel Trivi2009-06-291-1/+2
* | am 77cb40a0: Merge change 5447 into donutAndroid (Google) Code Review2009-06-291-11/+125
|\ \ | |/
| * Merge change 5447 into donutAndroid (Google) Code Review2009-06-261-11/+125
| |\
| | * Adding skeleton methods for IPA support.Charles Chen2009-06-261-11/+125
* | | am b65dba45: Merge change 5470 into donutAndroid (Google) Code Review2009-06-262-2/+40
|\ \ \ | |/ /
| * | Use the same interface in the TTS engine interface for setLanguage and loadLa...Jean-Michel Trivi2009-06-262-2/+40
* | | am ee513b60: Merge change 5444 into donutAndroid (Google) Code Review2009-06-251-4/+12
|\ \ \ | |/ /
| * | Merge change 5444 into donutAndroid (Google) Code Review2009-06-251-4/+12
| |\ \ | | |/ | |/|
| | * In the native layer for the TTS service, delete the data allocated for the ca...Jean-Michel Trivi2009-06-251-4/+12
* | | am 2f437b4c: Merge change 5434 into donutAndroid (Google) Code Review2009-06-251-5/+30
|\ \ \ | |/ /
| * | Adding splitting to the TTS to guard against extremely long strings.Charles Chen2009-06-251-5/+30
| |/
* | Settings: Add preference to enable/disable assisted GPS.Mike Lockwood2009-06-252-1/+20
* | am e88d8031: Merge change 4739 into donutAndroid (Google) Code Review2009-06-259-41/+155
|\ \ | |/
| * Merge change 4739 into donutAndroid (Google) Code Review2009-06-259-41/+155
| |\
| | * Add PPTP, L2TP/IPSec preshared key and other fixes.Hung-ying Tyan2009-06-269-41/+155
* | | am d4eac5f3: Merge change 5300 into donutAndroid (Google) Code Review2009-06-251-5/+6
|\ \ \ | |/ /
| * | Merge change 5300 into donutAndroid (Google) Code Review2009-06-251-5/+6
| |\ \
| | * | Using a sendBroadcast to notify interested parties of whenCharles Chen2009-06-241-5/+6
* | | | am 60a0ad65: Merge change 5329 into donutAndroid (Google) Code Review2009-06-241-0/+15
|\ \ \ \ | |/ / /
| * | | Merge change 5329 into donutAndroid (Google) Code Review2009-06-241-0/+15
| |\ \ \ | | |/ / | |/| |
| | * | frameworks/base - CDMA settings additionsDavid Krause2009-06-241-0/+15
| | |/
* | | am e181409c: Merge change 5240 into donutAndroid (Google) Code Review2009-06-241-0/+1
|\ \ \ | |/ /
| * | Fixing the synth function so that queue processing continues.Charles Chen2009-06-241-0/+1
* | | am b28bf241: Merge change 5226 into donutAndroid (Google) Code Review2009-06-242-11/+45
|\ \ \ | |/ /
| * | Fix bug in TTS service where the language setting was using the default languageJean-Michel Trivi2009-06-242-11/+45
| |/
* | Merge change 5102Android (Google) Code Review2009-06-231-15/+6
|\ \
| * | - clean up the sync settings names to:Fred Quintana2009-06-231-15/+6
* | | am 2a3cd364: Merge change 5119 into donutAndroid (Google) Code Review2009-06-233-2/+52
|\ \ \ | |/ / |/| / | |/
| * Adding support for pitch changes of the synthesized text in Text-To-Speech.Jean-Michel Trivi2009-06-233-2/+52
* | am 6afe8133: Merge change 4720 into donutAndroid (Google) Code Review2009-06-191-2/+2
|\ \ | |/
| * Merge change 4720 into donutAndroid (Google) Code Review2009-06-191-2/+2
| |\
| | * Fix string formatters in SettingsProvider SecurityException message.Brett Chabot2009-06-191-2/+2
* | | am 2810f681: Merge change 4694 into donutAndroid (Google) Code Review2009-06-181-3/+7
|\ \ \ | |/ /
| * | Merge change 4694 into donutAndroid (Google) Code Review2009-06-181-3/+7
| |\ \ | | |/
| | * Make SettingsProviders SecurityException messages more verbose.Brett Chabot2009-06-181-3/+7
* | | am 7153739a: Merge change 4661 into donutAndroid (Google) Code Review2009-06-181-9/+7
|\ \ \ | |/ /
| * | Grouping under TextToSpeech.Engine the constants to be used byJean-Michel Trivi2009-06-181-9/+7
* | | am e748161c: Merge change 4529 into donutAndroid (Google) Code Review2009-06-181-22/+44
|\ \ \ | |/ /