| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
New System setting and code to set the defaults on upgrade.
|
|
|
|
| |
Approver: jerryw
|
| |
|
| |
|
|
|
|
| |
Approver: jerryw
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
(Obviated by commit a408791148e816215f65ad81a187051c5fb47c68.)
Change-Id: I6e01fa52f2bbeb28c969e6a033ab0b1032cbc848
|
|
|
|
|
|
| |
* move DaemonHelper out from VpnService to VpnDaemons for better
managing native daemons.
* check connectivity and dns less frequently to save battery.
|
|
|
|
| |
Change-Id: Id93f4c9e9fb8468a554ae1e5c5c767f72903662c
|
|
|
|
|
|
|
| |
The core logging in BackupManagerService and in the Google backup transport are
still enabled at this point.
Change-Id: I10abfa565bbd1097dd3631051b6aca163e4af33a
|
|\
| |
| |
| |
| | |
* changes:
Placeholder mdpi assets
|
| | |
|
|\ \
| |/
| |
| |
| | |
* changes:
Newer icons
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Add auto-brightness mode to the list of backed-up settings
|
| |
| |
| |
| | |
Change-Id: I4302b79691ed717d810748b239311cba198f6381
|
|/
|
|
| |
Change-Id: I85efeca1a0aca91992e28236077c668e0d14cbbb
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| | |
* changes:
VpnService: use Credentials instead of CertTool.
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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 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>
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
This makes it compatible between different device types with different
wifi chipsets.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
an error when loading the native synth lib.
|
|\
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
Armor string format tokens with translation placeholders.
|
| |
| |
| |
| | |
Change-Id: I2f1b1f0e9b028a9f66c4543afe5c7bdce486db15
|
|\ \
| | |
| | |
| | |
| | | |
* 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.
|
| |/
| |
| |
| |
| |
| | |
Return and log an error when an operation cannot be completed because
the speech queue is locked longer than the timeout period.
Log cleanup.
|
|/
|
|
|
|
|
|
|
| |
* 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.
|
|\
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
SettingsProvider: Fix botched merge from donut to eclair.
|
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ / |
|
|/
|
|
| |
a giant hack to let the gsync server know about the subscriptions for accounts.
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '0950c5de864d1ad83ed96efc5c2d1569b4d36188' into eclair
* commit '0950c5de864d1ad83ed96efc5c2d1569b4d36188':
Fix bug 2046705 where the output of the speech synthesizer is too low.
|