summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix settings activity showing background bp whenHao Dong2025-07-081-0/+5
* Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...George Zacharia2023-04-031-75/+43
|\
| * Add support for Predictive Back in AuthCredentialPasswordViewomarmt2022-11-181-7/+8
| * Fix biometric prompt disappeared by itself after rotate 180 degreesVincent Wang2022-11-041-11/+6
| * Merge "Request hiding IME before starting dismiss biometric UI animation" int...Ming-Shin Lu2022-11-021-0/+6
| |\
| | * Request hiding IME before starting dismiss biometric UI animationMing-Shin Lu2022-10-141-0/+6
| * | [DO NOT MERGE]Fix AuthCredentialPatternView#onErrorTimeoutFinish() buglbill2022-10-311-1/+1
| * | Merge "Improve the first frame latency of BP showing" into tm-qpr-devVincent Wang2022-10-251-54/+5
| |\ \
| | * | Improve the first frame latency of BP showingVincent Wang2022-10-171-54/+5
| * | | Fix UDFPS icon of Biometric Prompt has no response after rotationVincent Wang2022-10-201-1/+15
| |/ /
| * | Merge "Fix 3rd-party app Biometric Prompt has no response after rotation" int...Vincent Wang2022-10-121-1/+1
| |\ \
| | * | Fix 3rd-party app Biometric Prompt has no response after rotationVincent Wang2022-10-051-1/+1
| | |/
| * / Allow AuthContainerView to appear over lock screen.Bryce Lee2022-09-281-0/+1
| |/
* | Merge tag 'android-13.0.0_r16' into t13.0George Zacharia2022-12-151-17/+93
|\|
| * Migrate AuthContainerView to predictive backShan Huang2022-09-121-2/+18
| * Fix NPEs in AuthContainerViewIlya Matyukhin2022-08-311-9/+33
| * Fix The pop-up security lock will disappear after rotateVincent Wang2022-08-251-0/+21
| * Merge "Fix BiometricPrompt cannot detect when press the notification in LS" i...Vincent Wang2022-07-151-5/+6
| |\
| | * Fix BiometricPrompt cannot detect when press the notification in LSVincent Wang2022-07-131-5/+6
| * | Set FLAG_DIM_BEHIND for Bidics Prompt windowlbill2022-07-061-1/+15
| |/
* | Merge tag 'android-13.0.0_r11' into t13.0Semavi Ulusoy2022-10-161-2/+109
|\|
| * Dismiss BiometricPrompt if window focus is lostIlya Matyukhin2022-06-141-1/+10
| * Merge "Add dump info for biometrics auth dialog" into tm-d1-devTreeHugger Robot2022-06-021-0/+33
| |\
| | * Add dump info for biometrics auth dialogMilton Wu2022-05-311-0/+33
| * | Merge "Update fingerprint icon layout size" into tm-d1-devTreeHugger Robot2022-05-261-0/+2
| |\ \
| | * | Update fingerprint icon layout sizeMilton Wu2022-05-261-0/+2
| | |/
| * / Instrument CUJ_BIOMETRIC_PROMPT with InteractionJankMonitorlbill2022-05-231-2/+65
| |/
| * Correctly scale down UDFPS offset for diff displayJoshua McCloskey2022-05-121-0/+9
* | udfps: Change window type to TYPE_DISPLAY_OVERLAYTheScarastic2022-09-121-1/+1
* | Dismiss BiometricPrompt if window focus is lostIlya Matyukhin2022-06-141-1/+10
|/
* Move device management resource retrieval calls to bg threadkholoud mohamed2022-04-111-3/+10
* Prevent multiple calls to handleOnDialogAnimatedIn.Joe Bolinger2022-04-021-2/+14
* Add Face and Fingerprint (Co-Ex) support to biometric prompt.Joe Bolinger2022-02-281-2/+15
* Remove face to fingerprint multi-sensor behavior.Joe Bolinger2022-02-281-222/+99
* Remove duplicated UDFPS view into single fingerprint view.Joe Bolinger2022-02-281-11/+7
* More low-hanging Dependency#get calls.Dave Mankoff2022-01-251-6/+8
* Add requestId to authentication entry points.Joe Bolinger2021-09-011-0/+7
* Add a device orientation listener for updaing UDFPS layouts.Joe Bolinger2021-07-021-1/+11
* Add modality switch callback to update UDFPS layout during configuration chan...Joe Bolinger2021-07-021-16/+23
* Fix BiometricPrompt layout for UDFPS in landscapeCurtis Belmonte2021-07-011-25/+53
* Initalize view immediatly after construction to ensure all errors are processed.Joe Bolinger2021-06-111-7/+11
* Fix feedback and animations for face to fingerprint fallback authentication.Joe Bolinger2021-06-031-6/+7
* Merge "Remove unused code." into sc-devJoe Bolinger2021-06-011-5/+0
|\
| * Remove unused code.Joe Bolinger2021-06-011-5/+0
* | Prevent talkback from annoucing the "System UI" container when BiometricPromp...Joe Bolinger2021-06-011-6/+5
|/
* Delay starting fingerprint sensor when using multi-sensor devices.Joe Bolinger2021-05-201-15/+40
* Fix BiometricPrompt for face + non-UDFPS fingerprintCurtis Belmonte2021-04-211-7/+7
* Move ActivityLaunchAnimator in its own lib. (1/n)Jordan Demeulenaere2021-04-081-1/+1
* Animate away instead of suddenly disappearingKevin Chyn2021-04-031-1/+1
* Improve BiometricPrompt support for face + UDFPSCurtis Belmonte2021-04-011-2/+53