Charles Chen
be84e4134d
Unbreaking the build.
2009-07-09 11:54:50 -07:00
Android (Google) Code Review
b45451f6da
Merge change 6583 into donut
...
* changes:
Adding a lock to stop so that stop will stop utterances that are just starting up.
2009-07-09 11:05:18 -07:00
Charles Chen
0a3d8744fe
Adding a lock to stop so that stop will stop utterances
...
that are just starting up.
2009-07-09 09:51:33 -07:00
Hung-ying Tyan
296a182dea
Move the watchdog timer to a separate thread...
...
so that it won't block the UI thread.
2009-07-09 14:43:55 +08:00
Android (Google) Code Review
d6fe243c1c
Merge change 6437 into donut
...
* changes:
Backup / Restore locale preference.
2009-07-07 18:59:28 -07:00
Amith Yamasani
8823c0a8c6
Backup / Restore locale preference.
...
Also backup development settings MOCK_LOCATION and USB_DEBUGGING.
Backup and restore more of the Audio settings. Won't work yet without a reboot.
Disable Wifi supplicant restore temporarily. It seems to be disabling Wifi due to
permissions problems.
Don't restore Ringtones.
2009-07-07 18:42:46 -07:00
Charles Chen
2a8a2d76f1
Removing the ttsSynthDoneCallback logging.
2009-07-07 16:24:02 -07:00
Charles Chen
b02ced7e45
Cleaning up logs.
...
Initializing SpeechItem.mText to "" instead of null to
prevent a null from accidentally being used when it is a
non-text utterance.
2009-07-07 14:57:16 -07:00
Android (Google) Code Review
b61479ae86
Merge change 6314 into donut
...
* changes:
Use the current Locale as the default language when TTS settings are not found, rather than a hardcoded value stored in TextToSpeech.Engine.
2009-07-07 10:35:40 -07:00
Jean-Michel Trivi
d478cf09df
Use the current Locale as the default language when TTS settings are not
...
found, rather than a hardcoded value stored in TextToSpeech.Engine.
2009-07-06 18:02:08 -07:00
Android (Google) Code Review
b71951591d
Merge change 6287 into donut
...
* changes:
Restore GPS state and ringer/vibrate toggles.
2009-07-06 17:32:09 -07:00
Amith Yamasani
70c874ba20
Restore GPS state and ringer/vibrate toggles.
...
Inform backup manager when sync flags change. Set ringer/vibrate mode.
2009-07-06 17:18:46 -07:00
Charles Chen
52ae06521a
Fixes a compatibility issue with users that have the old TTS
...
installed already.
2009-07-06 16:10:32 -07:00
Charles Chen
a3f89295ad
Propagating the error codes through the TtsService
2009-07-06 14:14:52 -07:00
Charles Chen
35b86c273a
Adding tts result codes.
2009-07-06 10:51:48 -07:00
Hung-ying Tyan
46841db4f2
Add PPTP and L2TP/IPSec PSK service dispatching
2009-07-06 23:38:48 +08:00
Hung-ying Tyan
7d22e15e1b
Migrate to new keystore with the CertTool lib.
2009-07-06 17:12:53 +08:00
Android (Google) Code Review
6b1ab2572e
Merge change 6187 into donut
...
* changes:
Fix strings.
2009-07-03 09:44:29 -07:00
Hung-ying Tyan
0102dc6b22
Fix strings.
...
* Changes
+ Remove "Up time:" from ongoing event display.
+ Add hint in disconnected notification.
2009-07-04 00:24:48 +08:00
Android (Google) Code Review
2f97e984b5
Merge change 6130 into donut
...
* changes:
Make backup agent run in the system process as well.
2009-07-03 00:00:19 -07:00
Charles Chen
4bca97ecaf
Removing IPA - IPA is already handled by the phoneme tag.
2009-07-02 17:21:22 -07:00
Amith Yamasani
426cc62598
Make backup agent run in the system process as well.
2009-07-02 14:25:21 -07:00
Amith Yamasani
16d79e56ca
Backup Wifi supplicant data.
...
WifiService requests a backup when it writes wifi configuration to disk.
Backup the wifi supplicant file when settings provider runs backup.
2009-07-02 12:05:32 -07:00
Amith Yamasani
220f4d633b
System and Secure settings backup.
...
This backs up the basic system and secure settings. THe restoration doesn't
take effect immediately. You many need to restart the runtime to see all
restored values take effect.
2009-07-02 04:58:09 -07:00
Dianne Hackborn
cf098294da
Move backup state to settings, change permission checks to use symbol.
...
This changes the backup service to use the settings provider instead
of system properties, correspondingly making it off by default and
allowing specific devices to define the transport. Also tweaks
the permission checks to use the permission symbol instead of raw
strings.
This requires some corresponding changes in the vendor projects.
2009-07-01 20:12:36 -07:00
Android (Google) Code Review
74dc3e4a1e
Merge change 5616 into donut
...
* changes:
Revise VpnService to use new vpn.* properties.
2009-07-01 09:16:48 -07:00
Charles Chen
ebb814bbae
Fixing synth to file to use the speech queue.
2009-06-30 12:03:06 -07:00
Jean-Michel Trivi
f07d824ba4
In TTS synthesis to file, remove hard coded values for the writing of the WAV header.
...
Corrected TTS Service manifest to allow writing to external storage.
Corrected memory management when the end of synthesis is signaled.
2009-06-30 09:50:12 -07:00
Jean-Michel Trivi
bbd63cb285
Fix bug where the default TTS Service country is initialized to the default language.
2009-06-29 17:31:05 -07:00
Jean-Michel Trivi
ddb0a803fd
Adding in TTS service support for language query and level of support.
2009-06-29 16:58:32 -07:00
Android (Google) Code Review
526355dea1
Merge change 5701 into donut
...
* changes:
Expose in SynthProxy the query for the TTS supported and current language.
2009-06-29 16:09:44 -07:00
Jean-Michel Trivi
bee1c7e6a4
Expose in SynthProxy the query for the TTS supported and current language.
2009-06-29 16:07:17 -07:00
Charles Chen
03454f8932
Adding support for params.
2009-06-29 14:06:48 -07:00
Jean-Michel Trivi
287148b80b
Add in TTS engine interface the methods to query the availability for a language,
...
to set the synthesis audio format, to query the current language, country and
variant setting.
2009-06-29 09:52:17 -07:00
Hung-ying Tyan
2b04d2980a
Revise VpnService to use new vpn.* properties.
...
* Changes
+ Make VpnService get dns info from vpn.dns1/dns2 and set
net.dns1/dns2.
+ Make VpnService wait on vpn.up instead of monitoring on ip-up-vpn.
+ Change commands sent to racoon.
+ Remove original sendCommand() from AndroidServiceProxy and rename
sendCommand2() to sendCommand().
+ Add L2tpIpsecPskService.java.
+ Add short stop after sending ipsec command.
2009-06-27 16:08:01 +08:00
Android (Google) Code Review
77cb40a0b0
Merge change 5447 into donut
...
* changes:
Adding skeleton methods for IPA support.
2009-06-26 11:28:43 -07:00
Charles Chen
741c25b164
Adding skeleton methods for IPA support.
2009-06-26 10:14:44 -07:00
Jean-Michel Trivi
d6d03e05be
Use the same interface in the TTS engine interface for setLanguage and loadLanguage.
...
Adding function to check the support level for a language in TTS engine interface.
2009-06-26 09:46:28 -07:00
Android (Google) Code Review
ee513b600e
Merge change 5444 into donut
...
* changes:
In the native layer for the TTS service, delete the data allocated for the callback after the signal for the end of the synthesis has been received.
2009-06-25 17:35:59 -07:00
Jean-Michel Trivi
6c24f24b3e
In the native layer for the TTS service, delete the data allocated for the callback after the signal for the end of the synthesis has been received.
2009-06-25 17:10:26 -07:00
Charles Chen
1aacdcfaa9
Adding splitting to the TTS to guard against extremely long strings.
2009-06-25 16:00:13 -07:00
Android (Google) Code Review
e88d803183
Merge change 4739 into donut
...
* changes:
Add PPTP, L2TP/IPSec preshared key and other fixes.
2009-06-25 12:26:02 -07:00
Hung-ying Tyan
d3aba7f7b6
Add PPTP, L2TP/IPSec preshared key and other fixes.
...
* Changes
+ Add PptpProfile.java, PptpService.java.
+ Add L2tpIpsecPskProfile.java
+ Add PPTP and L2TP_IPSEC_PSK entries in VpnType.java.
+ Add the secret option to L2tpProfile.java and have L2tpIpsecProfile
extend it.
+ Add MtpdHelper to send common PPP options.
+ Add getGatewayIp() to VpnService().
+ Revise VpnService.reallyGetHostIp().
Patch Set 6, 7, 8:
+ Add L2TP secret flag in L2tpProfile.
Patch Set 9:
+ Add description to VpnType.
Patch Set 11:
+ Pass ipparam to mtpd.
Patch Set 12:
+ Add L2TP secret support
+ Fix string constants
2009-06-26 03:02:22 +08:00
Android (Google) Code Review
d4eac5f384
Merge change 5300 into donut
...
* changes:
Using a sendBroadcast to notify interested parties of when the TTS queue has finished processing.
2009-06-25 10:20:31 -07:00
Android (Google) Code Review
60a0ad65f4
Merge change 5329 into donut
...
* changes:
frameworks/base - CDMA settings additions
2009-06-24 23:39:07 -07:00
David Krause
d0f6715dcb
frameworks/base - CDMA settings additions
...
These changes are the frameworks/base portion of CDMA UI changes.
Five settings are added:
- In-call DTMF type (burst or long)
- Emergency tone type
- CDMA auto-retry
- Hearing Aid Compatibility (on/off)
- TTY mode
2009-06-24 20:07:28 -07:00
Charles Chen
28dbae7df4
Using a sendBroadcast to notify interested parties of when
...
the TTS queue has finished processing.
2009-06-24 17:49:07 -07:00
Charles Chen
7af9e196a3
Fixing the synth function so that queue processing continues.
2009-06-24 13:31:18 -07:00
Jean-Michel Trivi
6a0e293c84
Fix bug in TTS service where the language setting was using the default language
...
when the setting wasn't enforced, and vice-versa.
Cleaning the log of the native TTS layer to use LOGV for verbose messages,
rather than LOGI.
2009-06-24 11:32:06 -07:00
Jean-Michel Trivi
2ea5349583
Adding support for pitch changes of the synthesized text in Text-To-Speech.
2009-06-23 15:26:57 -07:00