summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Add new setting for notification light pulsing. Bug #2238250Amith Yamasani2009-12-012-1/+24
| | | | New System setting and code to set the defaults on upgrade.
* Import revised translations. DO NOT MERGEEric Fischer2009-11-131-1/+1
| | | | Approver: jerryw
* remove the SubscribedFeedsProvider since it has been moved to vendor/googleFred Quintana2009-11-0329-1290/+0
|
* Import revised translations. DO NOT MERGEEric Fischer2009-10-282-3/+3
|
* Import revised translations. DO NOT MERGEEric Fischer2009-10-213-6/+6
| | | | Approver: jerryw
* Remove PowerManager.setAutoBrightness()Mike Lockwood2009-10-161-26/+0
| | | | | | | | We will use the System.SCREEN_BRIGHTNESS_MODE Settings value instead. Add SCREEN_BRIGHTNESS_MODE_MANUAL and SCREEN_BRIGHTNESS_MODE_AUTOMATIC constants. Change-Id: I01935be3fcb48cf76392d2c594205cb47babc5b2 Signed-off-by: Mike Lockwood <lockwood@android.com>
* 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.