Broken Build:
frameworks/base/core/res/res/values/symbols.xml:558: error: Symbol 'keyguard_accessibility_widget_changed' declared with <java-symbol> not defined
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
This reverts commit 9ab7f479f9ca5f1e27aa09b5f6073d88b8e98f60
Change-Id: I448e20bb060ebfe5f351b5a3d906d9e7768252b1
Broken Build:
frameworks/base/core/res/res/values/symbols.xml:558: error: Symbol 'keyguard_accessibility_widget_changed' declared with <java-symbol> not defined
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
This reverts commit 30a3eeaa4bc8d654b6ff3beb109b6af3f347b135
Change-Id: I505c6c1f3444c80519fbee50d7dda656f5c9b76e
Broken Build:
frameworks/base/core/res/res/values/symbols.xml:558: error: Symbol 'keyguard_accessibility_widget_changed' declared with <java-symbol> not defined
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
This reverts commit c9346832109236cf880343651e4bd3227a2c7f71
Change-Id: Iecba0e628a2a754b652c3b8af3ccc19c3f0d4ccb
* commit '69376b74b5b45b5d45193242e1609ae5eecd0a77': (23 commits)
Fix ordering bug
Track size changes correctly for static wallpapers
Stop reloading wallpaper bitmap
Avoid redundant wallpaper loading/drawing
Show clear all when returning from flip quick settings.
Fade out the notification/settings panels just before close.
Fix Bluetooth QS tile.
Fixes for QS:
Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height."
Hide settings button from tablet notification panel.
Quickening.
Fix ApplicationInfo copy ctor
Fix NPE in quick settings tiles.
Fix for bug 7358703 Gmail ANR when trying to compose a message
Fix inoperative "Forgot pattern" button when face unlock enabled
Add new tablet sound set Bug: 7351672
Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457
Flipping quick settings!
Flag window animation transactions as animations.
Fix inoperative "Forgot pattern" button when face unlock enabled
...
Integrate from proto app
Get some layout/alignment right between security views, bouncer,
etc. Expand the space available for the more cramped security views
when not in the bouncer.
Fix bug 7434391 - don't allow widget swiping in bouncer mode. Fix a
few other bouncer-related state tracking problems as well.
Use layers when moving the security view around.
Change-Id: Ied14bab8bb5c3d997c734a3ae657b766c427253f
The code was adding default widgets before setting mViewStateManager, which means the
callback from the transport control might access mViewStateManager before it's set.
Change-Id: I985a3c8062d0660519cb4a4c8c1b42c7c90f4ac7
* commit 'ec71d5d8e2e4ff5eb2ca0bd765326806c19e698a':
Fix content alpha
Removed makeInvisible() function
Making the reordering play nice with the 3D widget carousel
Fixed misplacement of cancel(X) button for Face Unlock
Fill in logic in WidgetPager to ignore music when reordering.
Attempt to fix bug on devices where multi-user support is disabled.
Implement correct music widget positioning in keyguard
Render camera widget correctly after shell restart.
Moving persistence calls to background.
FUL uses square aspect ratio for all layouts fixes b/7426399
Addressing a couple comments on previous CL
Impose a height & width downward on challenge views.
Fixing some regressions in tablet reordering/deleting.
Disable lockscreen window anim when launching camera.
* commit '31dfff783eeb9ac856bc2fbfa14e7af5190fd717':
Fix content alpha
Removed makeInvisible() function
Making the reordering play nice with the 3D widget carousel
Fixed misplacement of cancel(X) button for Face Unlock
Fill in logic in WidgetPager to ignore music when reordering.
Attempt to fix bug on devices where multi-user support is disabled.
Implement correct music widget positioning in keyguard
Render camera widget correctly after shell restart.
Moving persistence calls to background.
FUL uses square aspect ratio for all layouts fixes b/7426399
Addressing a couple comments on previous CL
Impose a height & width downward on challenge views.
Fixing some regressions in tablet reordering/deleting.
Disable lockscreen window anim when launching camera.