Age | Commit message (Collapse) | Author |
|
Bug: 220074017
Change-Id: Idfdd94e902f656ac65a2a75dfdd199f6f85ba472
|
|
When the dark theme is adjusted, the correct color was not being
reloaded. Without this fix, the back/enter buttons would not be
discernible.
Fixes: 193043693
Test: manual (toggle dark theme)
Change-Id: Ie41549c6b7d8f49be62ce0fb8e7e3b7399784c44
|
|
As with Android 11, there are specific scenarios where the bouncer can
be shown in landscape position. The UX updates for Android 12 made
this completely unusable. Return the PIN bouncer to a functional
state. There is still outstanding work to fully support landscape for
keyguard.
Fixes: 185735801
Test: manual (use camera over ls, rotate, hit unlock)
Change-Id: I3090afe1534cfa2b01bd35b91e1e273858117743
|
|
NumPadKey's background is a StateListDrawable in Android Auto.
Bug: 189151122
Test: atest AndroidCarApiTest
Change-Id: Ib13c8a2d254e5841a59bf23fd6dc483e4d5b2d18
|
|
Had to support both old/new UX for PIN for a while. Cleanup the
unneeded code and simply the ripple.
Fixes: 187340770
Test: atest KeyguardPinBasedInputViewControllerTest and visual check
Change-Id: Ie12cd93c7aaba5a3ef172792a5dd2a41f2196447
|
|
Align with latest UX guidance, making buttons better spaced and a bit
smaller
Fixes: 182196214
Test: manual
Change-Id: Ibc29e04da3867071d558c7f3643addeb2826b2bc
|
|
Bug: 182382266
Test: manual
Change-Id: I73983cdb9773aa69954a1107cadf1a36725a1e98
|
|
Only apply animation on DOWN motion
Fixes: 180994829
Test: manual
Change-Id: Ifdb6e6319e063d577aecdf84dcb7197bd5c725d3
|
|
Use ripple plus dynamic shape on touch, and constrain the ripple to
this dynamic shape. Slightly adjust margins. Update back color to
match specs.
Bug: 172360102
Test: manual
Change-Id: Ie8552f2cbbc26d110534427e013da12d58ce6bb4
|
|
Support both the old-style PIN views and the new ones behind the
keyguard layout flag.
Fixes: 179121004
Test: adb shell cmd overlay disable com.google.android.systemui.gxoverlay
Change-Id: If588df2503d9337fe63b300fb24da09ef0a6d1e9
|
|
Align all PIN views (PIN, SIM, PUK) to latest UX guidance, including
new heights and animations for color and corner radius. Mark all alpha
chars as GONE for now, and potentially remove in the near future,
pending feedback.
Bug: 172360102
Test: manual
Change-Id: I53cefb950daad29acb70c00b71b44e073ab6dac5
|