summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded icon.Daniel Sandler2009-10-011-0/+0
| | | | | | (Obviated by commit a408791148e816215f65ad81a187051c5fb47c68.) Change-Id: I6e01fa52f2bbeb28c969e6a033ab0b1032cbc848
* Fix stopping all vpn daemons before connect and more.Hung-ying Tyan2009-10-017-197/+195
| | | | | | * move DaemonHelper out from VpnService to VpnDaemons for better managing native daemons. * check connectivity and dns less frequently to save battery.
* Turn off the last of the STOPSHIP verbose debuggingChristopher Tate2009-09-301-1/+0
| | | | Change-Id: Id93f4c9e9fb8468a554ae1e5c5c767f72903662c
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-301-1/+1
| | | | | | | The core logging in BackupManagerService and in the Google backup transport are still enabled at this point. Change-Id: I10abfa565bbd1097dd3631051b6aca163e4af33a
* Merge change I2d4deb11 into eclairAndroid (Google) Code Review2009-09-302-0/+0
|\ | | | | | | | | * changes: Placeholder mdpi assets
| * Placeholder mdpi assetsMike Cleron2009-09-302-0/+0
| |
* | Merge change Ia4087911 into eclairAndroid (Google) Code Review2009-09-302-0/+0
|\ \ | |/ | | | | | | * changes: Newer icons
| * Newer iconsMike Cleron2009-09-302-0/+0
| |
* | Remove GAIA stringCostin Manolache2009-09-292-2/+2
|/
* New iconsMike Cleron2009-09-294-1/+2
|
* Merge change 27177 into eclairAndroid (Google) Code Review2009-09-271-0/+29
|\ | | | | | | | | * changes: Add auto-brightness mode to the list of backed-up settings
| * Add auto-brightness mode to the list of backed-up settingsChristopher Tate2009-09-251-0/+29
| | | | | | | | Change-Id: I4302b79691ed717d810748b239311cba198f6381
* | Turn on haptic feedback by default.Dianne Hackborn2009-09-262-1/+28
|/ | | | Change-Id: I85efeca1a0aca91992e28236077c668e0d14cbbb
* Don't restore any setting that we don't think should be backed upChristopher Tate2009-09-221-14/+25
| | | | | | | | The ad-hoc blacklist has been replaced by a check that whitelists each restored datum against the set of keys that we actually back up. Keys read from the restore data which are not found in the whitelist are not applied. Also adds in some more debugging output, marked to be disabled for ship.
* Merge change 26315 into eclairAndroid (Google) Code Review2009-09-221-18/+5
|\ | | | | | | | | * changes: VpnService: use Credentials instead of CertTool.
| * VpnService: use Credentials instead of CertTool.Chia-chi Yeh2009-09-221-18/+5
| |
* | Turn animations on by default.Dianne Hackborn2009-09-212-2/+23
|/ | | | | | | | | | | | | | | Add API to skip the animation for a particular start activity, so that a latter better one can be used. Fix Theme.NoDisplay to actually work. Fiddle with various animations: don't do a different animation for task switching, try a scale animation for switching in/out of the wallpaper. Adjust the animation duration so that at normal speed we have something more like the slower animation option (so slow is now the default). Change-Id: Ieba9f3db0bd9a762a19b327a3ecccbc7b547893d
* Don't back up / restore certain sync-related settingsChristopher Tate2009-09-182-52/+19
| | | | | | | | | | | | | In particular, this no longer attempts to back up the on/off state of specific backend syncing [gmail/contacts/calendar], nor the "background data" toggle. The former was causing a great deal of spurious trips through backup as the notification was being tickled during general sync operation, and the latter makes little sense at restore time. Fixes these issues: b/2097613 - frequent "backup_data_changed" messages in event log b/2131662 - should not backup background data, master sync settings
* Import revised translations. DO NOT MERGEEric Fischer2009-09-1740-98/+269
|
* Move backlight brightness from HardwareService to PowerManagerMike Lockwood2009-09-151-5/+5
| | | | | | | | to prevent apps from changing the hardware behind its back. Fixes b/2041941 Lock screen flashes the screen very bright before dimming Change-Id: Ice757f7ae87902bdfb3634471cf44f020ebfaae4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Add automatic lighting control frameworkDan Murphy2009-09-152-1/+21
| | | | | | | | | | | | | | | | | | Add changes to have the ability to turn on and off the automatic light sensing for the device. This is fully configurable and is by default not present. Vendors should override the ALS setting to enable the automatic lighting controls. These changes will add a check box to the Brightness settings menu to give control to the user to allow the device's display lighting to be controlled via the slide bar or the auto lighting system. If the user selects auto then the slide bar will become invisible. Manual mode will present the slide bar to the user. Change-Id: I146a6d75b99b08c9b839218ce6b85adf21f9fd73 Signed-off-by: Dan Murphy <D.Murphy@motorola.com> Signed-off-by: Mike Lockwood <lockwood@android.com>
* Don't backup/restore telephony material from secure settingsChristopher Tate2009-09-111-0/+24
| | | | | | | | | * Remove several nonportable telephony settings from the set to be included in the backed-up dataset * Explicitly ignore those settings if they're encountered during a restore operation, so that we don't inadvertently do things like configure a GSM phone to use CDMA logic.
* Save and restore partial supplicant data, not the whole file.Amith Yamasani2009-09-111-39/+51
| | | | | This makes it compatible between different device types with different wifi chipsets.
* Fix for bug # 2023074: settings db updater broken at version 34.Jim Miller2009-09-091-0/+8
|
* Import revised translations. DO NOT MERGEEric Fischer2009-09-0841-48/+593
|
* Expand apps' control over the settings restore processChristopher Tate2009-09-011-0/+1
| | | | | | | | | | | | | | | | | | | Applications can now specify two more aspects of the restore process: whether they need to run with their own custom Application subclass rather than being launched in the usual restricted mode during restore, and whether it's okay for the backup manager to kill the app process once restore has completed. The new manifest attributes for these are, respectively, android:restoreNeedsApplication and android:killAfterRestore. If unspecified in the manifest, restoreNeedsApplication is false, and killAfterRestore is true. In order to support kill-after-restore cleanly, this change also adds a new system-process-only interface to the Activity Manager, which will schedule a "commit suicide" event on the target app's main thread looper. The framework backup agents have been given the appropriate new backup attributes as well.
* Modify the gain after filtering to prevent TTS clipping in en-US.Jean-Michel Trivi2009-09-011-1/+1
|
* Clean TTS logs: use a common TAG in the TTS service, don't showJean-Michel Trivi2009-08-312-26/+27
| | | | an error when loading the native synth lib.
* Merge change 23300 into eclairAndroid (Google) Code Review2009-08-313-2/+43
|\ | | | | | | | | * changes: Add a synchronous stop method to TTS synth engine so that upon its destruction, if it was synthesing to a file, the latter can be deleted without still being written to. Clear the hashmap of SpeechItem to be stopped (mKillList) when the speech queue is empty.
| * Add a synchronous stop method to TTS synth engine so that upon its destruction,Jean-Michel Trivi2009-08-313-2/+43
| | | | | | | | | | | | | | if it was synthesing to a file, the latter can be deleted without still being written to. Clear the hashmap of SpeechItem to be stopped (mKillList) when the speech queue is empty.
* | Set result code in REMOTE_INTENT receiver for subscribed feeds.Ye Wen2009-08-311-1/+5
|/
* Merge change 23023 into eclairAndroid (Google) Code Review2009-08-281-3/+3
|\ | | | | | | | | * changes: Armor string format tokens with translation placeholders.
| * Armor string format tokens with translation placeholders.Eric Fischer2009-08-281-3/+3
| | | | | | | | Change-Id: I2f1b1f0e9b028a9f66c4543afe5c7bdce486db15
* | Merge change 23108 into eclairAndroid (Google) Code Review2009-08-281-7/+12
|\ \ | | | | | | | | | | | | * changes: Launch synthesis thread at max priority to prevent hicups in playback. Return and log an error when an operation cannot be completed because the speech queue is locked longer than the timeout period. Log cleanup.
| * | Launch synthesis thread at max priority to prevent hicups in playback.Jean-Michel Trivi2009-08-281-7/+12
| |/ | | | | | | | | | | Return and log an error when an operation cannot be completed because the speech queue is locked longer than the timeout period. Log cleanup.
* | Simplifies err code propagation.Hung-ying Tyan2009-08-282-22/+5
|/ | | | | | | | | * Other changes + Re-assign err codes in VpnManager. + Add new err codes: REMOTE_PPP_HUNG_UP, PPP_NEGOTIATION_FAILED. + Delete the state file only if it exists (to prevent logging an unable-to-unlink error). + Extend timeout to 40 seconds.
* Merge change 22838 into eclairAndroid (Google) Code Review2009-08-261-4/+62
|\ | | | | | | | | * changes: Implement clean killing of the TTS service. If files were being synthesized to while the service was being killed, it would have left partially written files (with no header). This CL checks if the service is rendering to a file at the time the service is destroyed: if it is, it will stop the rendering and deletes the file.
| * Implement clean killing of the TTS service.Jean-Michel Trivi2009-08-261-4/+62
| | | | | | | | | | | | | | If files were being synthesized to while the service was being killed, it would have left partially written files (with no header). This CL checks if the service is rendering to a file at the time the service is destroyed: if it is, it will stop the rendering and deletes the file.
* | clean up the too many deletes dialogFred Quintana2009-08-252-1/+6
| |
* | Merge change 22661 into eclairAndroid (Google) Code Review2009-08-251-16/+23
|\ \ | | | | | | | | | | | | * changes: SettingsProvider: Fix botched merge from donut to eclair.
| * | SettingsProvider: Fix botched merge from donut to eclair.Mike Lockwood2009-08-251-16/+23
| | | | | | | | | | | | | | | | | | donut and eclair had different ideas of what it means to upgrade from verion 34 to 35. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Only try to sync to subscribedfeeds for google acounts.Cynthia Wong2009-08-251-1/+3
|/ /
* | Subscribe to subscribedfeeds whenever the accounts change, this is basically ↵Cynthia Wong2009-08-241-0/+9
|/ | | | a giant hack to let the gsync server know about the subscriptions for accounts.
* am 0950c5de: Merge change 21226 into donutJean-Michel Trivi2009-08-181-3/+93
|\ | | | | | | | | | | | | Merge commit '0950c5de864d1ad83ed96efc5c2d1569b4d36188' into eclair * commit '0950c5de864d1ad83ed96efc5c2d1569b4d36188': Fix bug 2046705 where the output of the speech synthesizer is too low.
| * Fix bug 2046705 where the output of the speech synthesizer is too low.Jean-Michel Trivi2009-08-141-3/+93
| | | | | | | | | | | | | | | | | | | | The language files for the SVOX Pico engine result in the output of the synthesizer to be too soft, and barely audible on a phone speaker. The change implements a low shelf filter on the output of the synthesis and a drastic amplification. This works as intended because the synthesized data contains too much energy in the lower frequencies that is wasted on a phone speaker. Once filtered out, they leave room for amplication to address the volume issue.
* | Bluetooth: API change.Nick Pelly2009-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split BluetoothDevice into BluetoothDevice and BluetoothAdapter. BluetoothAdapter: Represents the local BT adapter. Operations on the local adapter (start a scan, etc). BluetoothDevice: Represents a remote BT device. Operations on remote devices (pair, connect, etc). IBluetoothDevice.aidl -> Bluetooth.aidl BluetoothDeviceService.java -> BluetoothDeviceService.java TODO: Javadoc
* | do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from ↵Fred Quintana2009-08-151-4/+4
| | | | | | | | master branch
* | Backup participants must now hold the BACKUP_DATA permissionChristopher Tate2009-08-131-0/+2
| | | | | | | | | | | | | | | | Packages that do not use android.permission.BACKUP_DATA will neither be backed up nor restored. That permission is currently signature-only. In the future if access to the backup/restore infrastructure is made available to arbitrary 3rd party applications, the permission checks (and indeed, the permission itself) can simply be removed.
* | am eccd6fdd: Merge change 20673 into donutJean-Michel Trivi2009-08-121-18/+79
|\ \ | |/ | | | | | | | | | | Merge commit 'eccd6fdd0d86b8610b738fc15c707eedc00ec9dc' * commit 'eccd6fdd0d86b8610b738fc15c707eedc00ec9dc': Fix bug 2043140.
| * Merge change 20673 into donutAndroid (Google) Code Review2009-08-111-18/+79
| |\ | | | | | | | | | | | | * changes: Fix bug 2043140. A race condition is encountered when an application invokes shutdown() on its TextToSpeech object while is has speak() requests still running. Since the TTS service destructor releases the synthesizer resources and sets the corresponding synth reference to null, an NPE was observed. The fix consists in catching NPEs whenever the sNativeSynth object is accessed, and return the matching error for the call. This change is a "low risk" version of the fix for bug 2025765i (same issue) which was reverted because it was higher risk than this CL: it affected the logic of each call to sNativeSynth. This CL only sets an error code when an NPE is fired because sNativeSynth is null.