Merge commit '6a1f43990350421e7a41255dbcbfdf0b86e9b92c'
* commit '6a1f43990350421e7a41255dbcbfdf0b86e9b92c':
Add official assets for tabs in compatibility mode
Merge commit '5cf07feb3df89e827324e1204674c4f3629eb27e'
* commit '5cf07feb3df89e827324e1204674c4f3629eb27e':
Fix 2146581: Make tabs work for donut apps
Also trigger low battery when battery reaches the specified level
rather than when it drops below the level.
Fixes bug b/1788656
Change-Id: I81f5cbb9892fc6574320d92e153211f83c69f415
Signed-off-by: Mike Lockwood <lockwood@android.com>
Merge commit '578696753510b06d97e189f533f7115555795c0f'
* commit '578696753510b06d97e189f533f7115555795c0f':
Update layouts to show status (battery, alarm) info on pattern unlock screen. make buttons dark.
Merge commit '2b091c882d64947b4dabc08d7284c42b9f051959'
* commit '2b091c882d64947b4dabc08d7284c42b9f051959':
Clear the device's data from the transport when backup is disabled
Merge commit 'b9393eae369ecad7b136153099498787caf7d7cd'
* commit 'b9393eae369ecad7b136153099498787caf7d7cd':
Update RotarySelector to support vertical orientation, and add resolution specific assets (removing old ones).
Merge commit '99961218ed0ed9d64e533c2d0e377b3cf75f34da'
* commit '99961218ed0ed9d64e533c2d0e377b3cf75f34da':
Fix 2105956: The nine patch markers for one of the zoom buttons were reversed
Merge commit 'e7244b0482f6bdb21fc27aca078372333d0de5a2'
* commit 'e7244b0482f6bdb21fc27aca078372333d0de5a2':
Back button in search always goes back or closes search
Merge commit '648297ff5d1a56f08985d26d58f1471e2ff0ba86'
* commit '648297ff5d1a56f08985d26d58f1471e2ff0ba86':
Dock screen on config can now select AC or USB.
Merge commit '2b0d6e7e43f92b1fb1dea207b3eb4121369594c3'
* commit '2b0d6e7e43f92b1fb1dea207b3eb4121369594c3':
Add support for thumbnails to WallpaperInfo.
- The lock screen now fades in and out.
- Fixed a bug where we would accidentally freeze the screen when switching
to an activity with a different orientation than the current (but
the screen itself is in the current orientation). This would mess up
the animations on the car dock.
- New API to force a particular animation for an activity transition
(untested).
- New wallpaper animations.
- Resources now uses the next API version when in a development build,
to help applications being developed against such builds.
Change-Id: I2d9998f8400967ff09a04d693dc4ce55f0dbef5b
Turning off backup in the Settings UI constitutes an opt-out of the whole
mechanism. For privacy reasons we instruct the backend to wipe all of the data
belonging to this device when the user does this. If the attempt fails it is
rescheduled in the future based on the transport's requestBackupTime()
suggestion. If network connectivity changes prompt the transport to indicate a
backup pass is appropriate "now," any pending init operation is processed before
the backup schedule is resumed.
The broadcasts used internally to the backup manager are now fully protected;
third party apps can neither send nor receive them.
(Also a minor logging change; don't log 'appropriate' EOF encountered during
parsing of a backup data stream.)
Note that there are a few new assets here that don't exist
in mdpi (and aren't yet referenced by code):
core/res/res/drawable-hdpi/stat_sys_signal_0_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_1_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_2_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_3_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_4_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_0.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_1.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_2.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_3.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_4.png
Lot of infrastructure for more things to go away when "clear system dialogs"
happens, and now do this when we turn on the lock screen.
Change-Id: I567130296fe47ce82df065ed58ef21b37416ceaf