summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/keyguard/NumPadButton.java
AgeCommit message (Collapse)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
Bug: 220074017 Change-Id: Idfdd94e902f656ac65a2a75dfdd199f6f85ba472
2021-07-14PIN unlock buttons - contrast issueMatt Pietal
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
2021-06-30PIN bouncer - basic landscape supportMatt Pietal
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
2021-05-25Setting NumPadAnimator only if background is RippleDrawableAntonio Kantek
NumPadKey's background is a StateListDrawable in Android Auto. Bug: 189151122 Test: atest AndroidCarApiTest Change-Id: Ib13c8a2d254e5841a59bf23fd6dc483e4d5b2d18
2021-05-07Cleanup support for multiple PIN viewsMatt Pietal
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
2021-03-16PIN Views - Make a bit smaller for better reachabilityMatt Pietal
Align with latest UX guidance, making buttons better spaced and a bit smaller Fixes: 182196214 Test: manual Change-Id: Ibc29e04da3867071d558c7f3643addeb2826b2bc
2021-03-11Fix broken keyguard in car sysuiHeemin Seog
Bug: 182382266 Test: manual Change-Id: I73983cdb9773aa69954a1107cadf1a36725a1e98
2021-02-25PIN view - Fix multiple ripplesMatt Pietal
Only apply animation on DOWN motion Fixes: 180994829 Test: manual Change-Id: Ifdb6e6319e063d577aecdf84dcb7197bd5c725d3
2021-02-17PIN bouncer - Update animationsMatt Pietal
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
2021-02-16PIN View - Control layout based on feature flagMatt Pietal
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
2021-01-20Bouncer - New PIN animationsMatt Pietal
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