am: 20e84c7
* commit '20e84c750f7ef783344f9890764906e20b0df822':
Fixed a rebase gone wrong with pageindicator
Change-Id: I08bfc4b3c0cb3a8159645c7ff6d017daa8db6c9e
am: 20e84c7
* commit '20e84c750f7ef783344f9890764906e20b0df822':
Fixed a rebase gone wrong with pageindicator
Change-Id: I8ec5cc5e74498c1ea2ed6eddc33c6f42e1d5b83c
am: 95a127c
* commit '95a127cbf49f8fb6496e4b81b2f0d716d7f8cfbc':
Set lock screen to be in public mode if one of its profile is secure
Change-Id: Ifc69a8d24615a93ad1e3c8519a38ca5e79ee276e
am: 2f87f1d
* commit '2f87f1d1c57bd423d6928f9ff46accbea51e8645':
update string "Work profile" to "All work apps"
Change-Id: I74eb471c07e3c2ac722e175f61a25bca4633f67a
am: 1ed0c12
* commit '1ed0c12a657eb3f569cfcc5329ef4532e83d0f87':
Fixed a few issues when adapting the dpi
Fixed a few issues with status bar density changes
Change-Id: I6429bd487ec5362c57959aa9a31d0f3d7ef233c4
am: 3af18ca
* commit '3af18caf8e31afe87ee82bb2710876bdcc1d9a06':
Fixed a crash when changing density with HUN visible
Change-Id: I7b2051a50221fd6a1518be8b6c3eb243bfd656d7
am: 87574b7b1a
* commit '87574b7b1a26ca1c26a26016ff1cee286404d84c':
Hiding clear-all button on drag start.
Adding hint text for drop targets.
Fixing animation spec animation problem.
Making the dismiss animation feel smoother.
Fixing issue with gap between task views.
Adding desired undocking animation.
Change-Id: I961302eaa311b143b809ae27dbf26b5e8d6d4437
- We were always using the stack layout to get the task transforms, but
when we are animating to a given task position (ie. hitting recents
while the home->recents transition is happening), we would start the
animation with the final task rect, instead of the current task rect.
Instead, use the current transform of the task view, and transform
that to screen coordinates and use it.
Bug: 27154882
Change-Id: I25af8fad97ee78669c952dd81708e6cee5dfab05
- Now that we changed the way the landscape tasks clipped, we no longer
have to worry about the aspect ratio scaled height.
Bug: 27921659
Change-Id: I86b10805e92decb9995caa3790649f9f7d211784
The statusbar is now behaving nicer and other
parts are behaving similar as if they had been inflated
that way. The signalclusterview is now properly recreated
ensuring that it's scaled correclty.
Fixes: 26844819
Change-Id: Id1aab629204d03c079815358e7a5eb12d2a4e557
Reinflated the brightnessmirror to have the propper layouting.
Also fixed the height of the heads up scrim.
Bug: 26844819
Change-Id: Idb24dbd40f071a2a722c59cc202ae46c5ace2da8
The Quick settings page indicator was trying to access views that
don't exist yet.
Fixes: 27927374
Change-Id: I1600ce8432b6550268da20443d32193b1d2debe4
In normal circumstances, StorageVolume can only be obtained through
StorageManager and hence it will contain a valid path internally. But
the path could be invalid in at least 2 occations:
- App maliciously changed it using reflection.
- Mounted volume was ejected.
This change improves OpenExternalDirectoryActivity so it returns a
RESULT_CANCELED upon receiveving an invalid path.
BUG: 27962875
Change-Id: Ide43968babaa37961c7b704bd289f44eac952e94
One of the changes in the 'interactive bugreport' bugreport workflow
introduced on N is that the initial screenshot was taken right away (by
Shell, not dumpstate).
Unfortunately, such initial screenshot is often delayed when the system
is overload. Also, if the user is not interested in a screenshot, it
would be adding more load on the system unnecessarily.
Given these issues, and the fact that the user can still easily take an
initial screenhsot by selecting the proper notification action, the
initial screenshot is being removed.
BUG: 28167977
Change-Id: I2cf6616ce3124102b62ec9a36dc5a0ce6455a909