Fixes: 65212307
Test: 1) add a temporary log in update()
2) turn off screen, make sure update() is called, and
canSkipBouncer value is updated and correct
Change-Id: I576d2375d38e83f286ad1fc6aa25944326c3ef8f
We don't have tiles that launch detail panels from collapsed state
anymore, and its getting in the way of animateExpandSettingsPanel.
Test: visual
Change-Id: I9e8049f775a7ed7a9fe1aac035a7527a997707bc
Fixes: 62912307
- Don't allow dark icons, because the backdrop is always dark.
- Don't show the view when we aren't showing notification icons or
system info, because the view may need to be transparent.
Test: manual
Change-Id: I5572a6379ceb605b21a1982db00fdf1659593b8a
Fixes: 62549040
1) "Too many attempts" message should be shown when AOD -> Keyguard
2) onFingerprintError() errors should not be cleared by previous
onFingerprintHelp() messages (MSG_CLEAR_FP_MSG), otherwise the error
won't be displayed for the full 5000ms
3) "Too many attempts" message should be shown when user is locked out
on AOD
4) FINGERPRINT_ERROR_LOCKOUT_PERMANENT error should show whenever
AOD or keyguard is entered (same as regular lockout message behavior)
Fixes: 65055500
Test: Manual test of above situations
Change-Id: I8793f61ea80a3aa920838790ae2af68fc29c1981
- When a task is locked, the logic will still try to start the recents
activity (but will fail since it's a lock mode violation). Nothing
resets the state, so the button will stop responding. Instead, skip
handling of the button until the user unlocks the task. Also add a
final fallback for resetting the waiting state, whenever an app
transition completes.
Bug: 65059121
Test: Launch app after pinning app, tap the recents button, and then
un-pin and try to re-enter recents.
Change-Id: I0215957f041241b5a61d7fd5b784410368bbd996
There was a regression where recents stopped growing when in split
screen and bottom app has less height than top. Then when pressing
recents button it would go into recents on bottom split and divider
would move to the center.
Test: manual - split with 2 apps, lower divider, press recents button
Fixes: 62431729
Change-Id: I3cacb4e4bd38a17602415ebee4e24a517115bbdd
- Use this API when launching the camera from a double tap gesture where
the user expects the camera to start for immediate use.
- Fix missing case of restoring the enter pip state.
Bug: 63916952
Test: Double tap to launch the camera, and ensure it does not trigger
the current activity to enter PiP (if it supports it)
Change-Id: I2acf44984bcc57dff75701d0e9cbd6b798a97cd8
When launching to quicksettings, the camera icons showed
above the camera, clashing with their UI
Test: launch camera (locked) and click on galery
Fixes: 64317909
Change-Id: I4ef68963af11f6d0be739c79cdf352ba35d9ece0
Just enough to fit in "Перезапустить" in ru.
Change-Id: I892e024778a6683f100936b62d2863aa4369bb9f
Fixes: 64541261
Test: switch to Russian, longpress power
1) If the PIN/PUK keyguard comes up for a locked
SIM, it can not be removed by removing the
affected SIM. It can only be removed by
rebooting the device or entering a bogus PIN.
This change automatically clears the keyguard
when when the locked SIM is removed. It will
be shown again if the locked SIM is re-entered.
2) If the device is PUK locked and the code
**05*PUK*new pin* new Pin# is entered in the
emergency dialer, it will unlock the SIM.
By listening to the READY state, we can remove
the keyguard when the SIM is unlocked by
other means.
Bug: 64469515
Bug: 64044132
Test: Manual
Change-Id: I9507f80edcd4c04dfa0cc3b48a25e619aafa9eb3
The hint animation wasn't working when on power-saver,
so we just turn it off.
Test: hint while battery saver is on, observe no jump
Change-Id: Ib19dc3378bb4cb0c4b9b81504a0ce6b579b6feee
Fixes: 64279711
Because of a delayed call, notifications could become
dimmed again after the unlock.
Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayoutTest.java
Change-Id: I76e847cf6d3c8a34ca4b6dd16b1c8e13ddfe4993
Fixes: 64868746