1. 9c56f64 Move biometric res folder under src/main by Curtis Belmonte · 4 years, 7 months ago
  2. 4d1096c Merge "Prevent biometric bridge reset with device cred result" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  3. 25e3f09 Prevent biometric bridge reset with device cred result by Curtis Belmonte · 4 years, 7 months ago
  4. 7acd6e2 Ensure BiometricFragment reconnects in onResume by Curtis Belmonte · 4 years, 7 months ago
  5. df08869 Fix BiometricPrompt + device credential error case by Curtis Belmonte · 4 years, 8 months ago
  6. 82c3dcd Move device-specific logic out of biometric Utils by Curtis Belmonte · 4 years, 8 months ago
  7. 0e86b80 Split CDC logic out of biometric Utils class by Curtis Belmonte · 4 years, 8 months ago
  8. 8fb9879 Make FingerprintHelperFragmentTest a local unit test by Curtis Belmonte · 4 years, 8 months ago
  9. 53dc66f Move biometric unit tests from androidTest to test by Curtis Belmonte · 4 years, 8 months ago
  10. 0b2dee8 Fix possible NPE with BiometricFragment method by Curtis Belmonte · 4 years, 8 months ago
  11. ae1b85a Merge "Ensure fingerprint dialog always dismissed on error" into androidx-master-dev by Curtis Belmonte · 4 years, 8 months ago
  12. d3452de Ensure fingerprint dialog always dismissed on error by Curtis Belmonte · 4 years, 8 months ago
  13. 1ff4128 Merge "Suppress valid deprecated usages and add missing deprecation annotations" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  14. c373865 Merge "Hide the fingerprint dialog on certain devices" into androidx-master-dev by Curtis Belmonte · 4 years, 8 months ago
  15. 170c27a Suppress valid deprecated usages and add missing deprecation annotations by Alan Viverette · 4 years, 9 months ago
  16. 9eedaee Hide the fingerprint dialog on certain devices by Curtis Belmonte · 4 years, 8 months ago
  17. 26fed94 Remove unnecessary @hide directives from biometric by Curtis Belmonte · 4 years, 8 months ago
  18. c4fb95c Merge "Adjust scope of Samsung biometric workaround" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  19. a9cbd7e Fix leak of biometric credential handler activity by Curtis Belmonte · 4 years, 8 months ago
  20. b563a4f Adjust scope of Samsung biometric workaround by Curtis Belmonte · 4 years, 8 months ago
  21. 47e226a Suppress deprecation warning in BiometricManager by Curtis Belmonte · 4 years, 9 months ago
  22. 83ad47a Merge "Turn UnnecessaryParentheses into an error in error-prone" into androidx-master-dev by Aurimas Liutikas · 4 years, 9 months ago
  23. 10435ab Update biometric workaround to use model prefixes by Curtis Belmonte · 4 years, 9 months ago
  24. 984e308 Turn UnnecessaryParentheses into an error in error-prone by Aurimas Liutikas · 4 years, 9 months ago
  25. e0ddc6a Add device list to dismiss fingerprint dialog instantly by Curtis Belmonte · 4 years, 9 months ago
  26. 93823c7 Add device list to force crypto auth via fingerprint by Curtis Belmonte · 4 years, 9 months ago
  27. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 4 years, 9 months ago
  28. ba0e2f9 Avoid crashes when dismissing FingerprintDialogFragment by Curtis Belmonte · 4 years, 10 months ago
  29. 278e38a Merge "Add tests for remaining biometric util methods" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  30. ba2040f Merge "Fix biometric dialog crashes due to state loss" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  31. 1b25f6b Add tests for remaining biometric util methods by Curtis Belmonte · 4 years, 10 months ago
  32. 549dceb Fix biometric dialog crashes due to state loss by Curtis Belmonte · 4 years, 10 months ago
  33. b527e42 Improve existing test for biometric Utils class by Curtis Belmonte · 4 years, 10 months ago
  34. d02b8af Tolerate null result in BiometricPrompt fragments by Curtis Belmonte · 4 years, 10 months ago
  35. 2606d2a Merge changes from topic "bio_cred_handler_fixes" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  36. c3b4e41 Let BiometricPrompt directly launch CDC activity by Curtis Belmonte · 4 years, 10 months ago
  37. 0a13c86 Move biometric CDC launcher logic to a utility by Curtis Belmonte · 4 years, 10 months ago
  38. f4dd062 Fix hardware error given by FingerprintHelperFragment by Curtis Belmonte · 4 years, 10 months ago
  39. 866e91d Export biometric DeviceCredentialHandlerActivity by Curtis Belmonte · 4 years, 10 months ago
  40. 27d8ffc Merge "Remove Java 8 lambdas and method refs from biometric" into androidx-master-dev by Curtis Belmonte · 4 years, 10 months ago
  41. d8b9a4d Remove Java 8 lambdas and method refs from biometric by Curtis Belmonte · 4 years, 10 months ago
  42. 6f12eba Fix error returned by BiometricManager on API < 28 by Curtis Belmonte · 4 years, 10 months ago
  43. b9a37ec Merge "Fix canceling BiometricPrompt on config change (API <28)" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  44. 0d030a6 Fix canceling BiometricPrompt on config change (API <28) by Curtis Belmonte · 4 years, 11 months ago
  45. b0b2116 Add test for BiometricManager and improve existing test by Curtis Belmonte · 4 years, 11 months ago
  46. c5b4c95 Add test for biometric DeviceCredentialHandlerBridge by Curtis Belmonte · 5 years ago
  47. b1253e3 Add BiometricPrompt device credential support for L+ by Curtis Belmonte · 5 years ago
  48. ba4d72e Add BiometricPrompt device credential support for P by Curtis Belmonte · 5 years ago
  49. 552812c Merge "Set retention for error IntDef in biometric library" into androidx-master-dev by Treehugger Robot · 5 years ago
  50. b9ebfc9 Set retention for error IntDef in biometric library by Curtis Belmonte · 5 years ago
  51. 095a14d Ensure clients only receive publicly defined errors by Kevin Chyn · 5 years ago
  52. 2aa297a Do not allow the fingerprint dialog to be canceled due to touches outside by Kevin Chyn · 5 years ago
  53. f432050 Fix API check by Kevin Chyn · 5 years ago
  54. 8723aed Use the correct constants in BiometricPrompt @IntDef by Aurimas Liutikas · 5 years ago
  55. 24b1528 Reorder arguments for BiometricPrompt constructors by Curtis Belmonte · 5 years ago
  56. 59e8ee4 Fix fingerprint dialog not using the parent's theme by Ilya Matyukhin · 5 years ago
  57. 78731ea Merge "Update BiometricPrompt documentation for surviving configuration changes" into androidx-master-dev by Kevin Chyn · 5 years ago
  58. bca88d5 Update BiometricPrompt documentation for surviving configuration changes by Kevin Chyn · 5 years ago
  59. c30f766 Fix crash + simplify biometric/fingerprint fragment usage by Curtis Belmonte · 5 years ago
  60. f6b9bde Add fragment-specific constructor for biometric prompt by Curtis Belmonte · 5 years ago
  61. 0da350d Merge "Store context in onAttach" into androidx-master-dev by Kevin Chyn · 5 years ago
  62. c2dca8c Store context in onAttach by Kevin Chyn · 5 years ago
  63. 76ef0b8 Make fingerprint helper fragment use default error string by Curtis Belmonte · 5 years ago
  64. 24eb29e Fix HW_NOT_AVAILABLE on API23 by Kevin Chyn · 5 years ago
  65. 1f2e416 Add androidx.biometric.BiometricManager to match framework API by Kevin Chyn · 5 years ago
  66. 233cc33 Use Build.VERSION_CODES by Kevin Chyn · 5 years ago
  67. d20f2c1 Deprecate BuildCompat#isAtLeastQ by Clara Bayarri · 5 years ago
  68. 503732d resolve merge conflicts of 8a56bbe0f16d399e64393bcc09e92516e394401e to androidx-platform-dev by joshmccloskey · 5 years ago
  69. 167bfa3 Fixed FragmentManager issue by joshmccloskey · 5 years ago
  70. 689e7e6 Fix fast cancellation check by Kevin Chyn · 5 years ago
  71. 114fde5 Ignore first onPause when setDeviceCredentialAllowed(true) by Kevin Chyn · 5 years ago
  72. a585bc5 Merge "Consistent behavior between versions for BioPrompt" into androidx-master-dev by Joshua Mccloskey · 5 years ago
  73. 54fb5e6 Consistent behavior between versions for BioPrompt by joshmccloskey · 5 years ago
  74. fae3dba Updated API names by joshmccloskey · 5 years ago
  75. 867fa78 resolve merge conflicts of e151ec94532db6baea4fa71af320a16102f9019b to androidx-platform-dev by joshmccloskey · 5 years ago
  76. 907d032 Properly set bio prompt callbacks. by joshmccloskey · 5 years ago
  77. a993b5b Add new BiometricPrompt APIs to support lib. by joshmccloskey · 5 years ago
  78. 328b69c Merge "Added extra check for null string." into androidx-master-dev by Joshua Mccloskey · 5 years ago
  79. ae037b8 Added extra check for null string. by joshmccloskey · 5 years ago
  80. 32b9e10 Merge "BioFrag is now maintaining it's bundle state." into androidx-master-dev by Treehugger Robot · 5 years ago
  81. 5a5cdbc Merge "Fixing a race condition." into androidx-master-dev by Treehugger Robot · 5 years ago
  82. 33d1f11 BioFrag is now maintaining it's bundle state. by joshmccloskey · 5 years ago
  83. 6783b5f Fixing a race condition. by joshmccloskey · 5 years ago
  84. 9ba93f8 Added super call. by joshmccloskey · 5 years ago
  85. 82b61c2 Change TargetApi to RequiresApi by Kevin Chyn · 6 years ago
  86. 3dc9337 Lint rule to ban @TargetApi annotation by Oussama Ben Abdelbaki · 6 years ago
  87. fdd7a81 Enable lintMinDepVersions in buildOnServer by Oussama Ben Abdelbaki · 6 years ago
  88. 390c1ab Immediately return lockout errors to client by Kevin Chyn · 6 years ago
  89. 6dbdd5b Attach/detach fragments instead of remove/adding by Kevin Chyn · 6 years ago
  90. cafd3b6 Do not use client's executor when invoking framework BiometricPrompt by Kevin Chyn · 6 years ago
  91. 707a403 Refactor biometrics and setup dejetifier. by Filip Pavlis · 6 years ago
  92. b3f299b Fix issue where crypto is only set during first time by Kevin Chyn · 6 years ago
  93. e800f44 Add getters to PromptInfo, remove BIOMETRIC_ prefix from errors by Kevin Chyn · 6 years ago
  94. d24ae9f Rename BiometricPromptCompat to BiometricPrompt by Kevin Chyn · 6 years ago
  95. 3d0c970 BiometricPromptCompat by Kevin Chyn · 6 years ago