Defers delivery of contentIntent and activity actions until
the lockscreen has been dismissed, so that activities don't
launch beneath it.
Bug: 14491010
Change-Id: Ic8c61c18a75d4f0da2d82a0a8a038a5d98ebb71f
(cherry picked from commit 79f640dd0d02c1cc199937b160d8f7abd3c1eaeb)
Reverts the fix for 7137389 that does no longer apply after
the architectural change of Keyguard and SystemUI.
Bug: 15088101
Change-Id: Ic9234a9e69363b65b6e121eab498cb8d74660c91
Changes the unlock icon to an open lock
when the keyguard will not ask for credentials.
Bug: 14295559
Change-Id: If34a5ec9e23b2d22813860faee125e6b2d700643
This will be re-added as a Trustlet in a subsequent CL.
This reverts commit 38a7ed05f8fed0aa81f7214d827875f9876ffbe1.
Change-Id: I5aa36df42a7751f165b4ef184e0cda57e5568b59
FUL used to show on the notification shade when returning from
something that was occluding keyguard such as navigation or
secure camera. This fix makes FUL only display on the bouncer,
never on the notification shade.
Change-Id: I6b6dc1453a167161330132c1e2703c296050bf0e
This fixes a bug where no error message was shown
when the user enters less than 4 digits for a PIN.
Fixes bug 14658301
Change-Id: Ia36ad205d197f0eb5f5095d71bc239ec7ded85f2
The check for whether the device is in trusted mode happened at
the wrong time previously. Now it is checked when trying to dismiss
the keyguard.
Bug: 15072996
Change-Id: I81a3793ba1cf25468d3c923b2075f4c987b79e53
The positioning is dependant on how many notifications are currently
showing. This makes sure that the lockscreen always looks balanced
and harmonic.
Bug: 14592994
Change-Id: Ic647b887dd23e6cc5ecd07d70f279ff2f218f4ca
This is no longer required since we now clear the pattern field
when showing the bouncer.
Fixes bug 14622312
Change-Id: I476bbc95449cd31e56aeac579b3c94f859cd020b
This is no longer required since we now clear the password field
when showing the bouncer. The code used to clear it because
keyguard was relatively static and we didn't want to keep the
password around through an interruption like a phone call or
launching the camera.
Fixes bug 14622312
Change-Id: I4808d51198ba0e6b1e03e26fee22bb08c752e613
Also introduces a different height for the header area on keyguard,
as it looks better with less padding when no background is here (and
is closer to the mocks).
Change-Id: Ie9b94dcf823c3e4af83a22f5fae15d9033e146fd
Also make the bouncer less translucent, so it looks better when
a user double-clicks on a notification (because it is now shown
behind, so we need more background protection).
Bug: 14059777
Change-Id: I2538b0e04ddc25c25a03c65c8a5bd7855720bbf2
This allows for animating the notifications between the different
states. So we can nicely switch between Keyguard and full shade,
and make the stack smaller when going to quick settings.
Change-Id: I768dc7cd8f4dc0197365a5befebad24086816a8d