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: 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
am: db9f8d1
* commit 'db9f8d1d60f3bd5c2c94908aa6b0663c1c0cc978':
Fixed a bug with the overflow number
Change-Id: I58ecd4599655ad9dee4879f1cbd3cdd9feb66d70
1. Changed list title from body1 (14sp, regular) to
body2 (14sp, bold).
2. Reduced spacing between list title and first list item
by 3dp
3. Reduced height from divider line to list by 20dp (I had
this in redlines as 20dp, but I think that added an
additional 20dp to the component so it ended up being
40dp in implementation)
4. Reduced padding between app icon and app name from 32dp
to 24dp (this is a change from original redlines so that
the text aligns 72dp from the edge of the dialog which is
a standard Material keyline)
Bug: 28169928
Change-Id: I01b92486353fa990158819a2d18b16cd910d7ded
am: b556811
* commit 'b556811b86adf96f9dbca053c4f3b7dd55bc8851':
Hide nav bar buttons in screen pinning dialog when appropriate.
Change-Id: Id2966b1ad39e854b9ed4a971c5a23d8376e85fad
am: 322870f
* commit '322870ff5cf2efdd85b952697ebc3e2d3c667ec5':
Slow down entrance animation on tablets a bit
Change-Id: I2d501ad77fa2ee4ae3555d222af37cb9f7ca944e
Also fix an issue where resize was not called.
And make the translation a bit larger, because the
animation is longer.
Bug: 27870534
Change-Id: Ia6128db8108fe57bee96816fc95fd0811d941ffb
When having an app docked and then going home, and then launching
the app from the homescreen, we had a wrong transition because
getTopMost task was already set to the launched app, because
getRunningTasks doesn't exclude the docked stack. Instead of adding
flags for getRunningTasks, which sounds risky, we just pass a "force"
value when we launch recents in this state.
Bug: 27154882
Change-Id: Iee4512fed13115dbbe8b74413ff1fa9b87afa0ef