1. dbeacb4 Update AndroidX target SDK to 30 by Oussama Ben Abdelbaki · 4 years, 1 month ago
  2. ca3c964 Merge changes from topic "bio_leak_canary" into androidx-master-dev by Curtis Belmonte · 4 years, 1 month ago
  3. e894a28 Add a BiometricPrompt e2e test with LeakCanary by Curtis Belmonte · 4 years, 1 month ago
  4. 6e031f7 Fix memory leaks in androidx.biometric library by Curtis Belmonte · 4 years, 1 month ago
  5. 891c6e0 Fix biometric error returned when no keyguard by Curtis Belmonte · 4 years, 1 month ago
  6. 6472098 Merge "Add ERROR_SECURITY_UPDATE_REQUIRED to BiometricPrompt" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  7. 7a13ef6 Merge "Improve text log for biometric integration test app" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  8. 13e6f90 Improve text log for biometric integration test app by Curtis Belmonte · 4 years, 2 months ago
  9. 9acfce9 Fix early error dismissal logic for fingerprint dialog by Curtis Belmonte · 4 years, 2 months ago
  10. 8063156 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 4 years, 2 months ago
  11. 809ed2e Merge "Add Javadocs for biometric CancellationSignalProvider" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  12. 351fa1e Merge "Fix biometric error returned when no device credential" into androidx-master-dev by Curtis Belmonte · 4 years, 2 months ago
  13. 5239039 Add Javadocs for biometric CancellationSignalProvider by Curtis Belmonte · 4 years, 2 months ago
  14. cb11ec4 Add ERROR_SECURITY_UPDATE_REQUIRED to BiometricPrompt by Curtis Belmonte · 4 years, 2 months ago
  15. 4848a44 Fix biometric error returned when no device credential by Curtis Belmonte · 4 years, 2 months ago
  16. 593801f Add biometric test for CancellationSignalProvider by Curtis Belmonte · 4 years, 2 months ago
  17. 66e821d Add biometric test for AuthenticationCallbackProvider by Curtis Belmonte · 4 years, 2 months ago
  18. 591dccf Add biometric support for IdentityCredential on API 30+ by Curtis Belmonte · 4 years, 2 months ago
  19. bc1f6af Add support for AuthenticationResult#getAuthenticationType() by Curtis Belmonte · 4 years, 2 months ago
  20. 42b0eae Add crypto support to Biometric integration test app by Curtis Belmonte · 4 years, 2 months ago
  21. dd96fd8 Support allowed authenticators in BiometricPrompt by Curtis Belmonte · 4 years, 2 months ago
  22. 6021641 Add support for BiometricManager#canAuthenticate(int) by Curtis Belmonte · 4 years, 2 months ago
  23. bd3c128 Merge "Lint check to to detect utility classes and suggest making them un-instantiable through private constructor(s)." into androidx-master-dev by Oussama Ben Abdelbaki · 4 years, 2 months ago
  24. eb8dff6 Allow biometric unit tests to use Android resources by Curtis Belmonte · 4 years, 2 months ago
  25. d257853 Lint check to to detect utility classes and suggest making them by Oussama Ben Abdelbaki · 4 years, 3 months ago
  26. c003386 Re-export core dependency from androidx.biometric by Curtis Belmonte · 4 years, 2 months ago
  27. b16e5f5 Ensure androidx.biometric uses proguard-rules file by Curtis Belmonte · 4 years, 2 months ago
  28. b525b6e Ensure biometric LiveData updates run on main thread by Curtis Belmonte · 4 years, 2 months ago
  29. 9e25c89 Replace BiometricPrompt bundle with named fields by Curtis Belmonte · 4 years, 2 months ago
  30. 6a2d02d Make executor optional for BiometricPrompt constructor by Curtis Belmonte · 4 years, 3 months ago
  31. 0c7e646 Change androidx.biometric version to 1.1.0-alpha02 by Curtis Belmonte · 4 years, 2 months ago
  32. 89c37a6 Set up a biometric integration testing app by Curtis Belmonte · 4 years, 9 months ago
  33. fc19a38 Don't show fingerprint dialog for blacklisted devices by Curtis Belmonte · 4 years, 3 months ago
  34. f289d9e Clean up gradle dependencies for androidx.biometric by Curtis Belmonte · 4 years, 3 months ago
  35. 94beb4b 10/n Prevent androidx.biometric verification errors by Curtis Belmonte · 4 years, 3 months ago
  36. 5b4d092 9/n Update documentation and naming of biometric classes by Curtis Belmonte · 4 years, 3 months ago
  37. ac3c818 8/n Use ViewModel for biometric fragment communication by Curtis Belmonte · 4 years, 3 months ago
  38. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  39. 21c8ce9 Merge "Fix NPEs in BiometricPrompt when Context is null" into androidx-master-dev am: f0c1aa1612 by Curtis Belmonte · 4 years, 3 months ago
  40. a4e238a Fix NPEs in BiometricPrompt when Context is null by Curtis Belmonte · 4 years, 3 months ago
  41. 8fd3ebd Merge "7/n Don't send duplicate biometric results to client" into androidx-master-dev am: 9a1c8a930b by Treehugger Robot · 4 years, 3 months ago
  42. 69dec4a 7/n Don't send duplicate biometric results to client by Curtis Belmonte · 4 years, 3 months ago
  43. 6e1a364 6/n Launch CDC activity from BiometricFragment directly by Curtis Belmonte · 4 years, 4 months ago
  44. d3aedc3 5/n Move BiometricPrompt logic into BiometricFragment by Curtis Belmonte · 4 years, 4 months ago
  45. 39817ae 4/n Launch fingerprint dialog from BiometricFragment by Curtis Belmonte · 4 years, 4 months ago
  46. 1fab9b0 3/n Add provider for API-specific cancel signals by Curtis Belmonte · 4 years, 4 months ago
  47. 11d0674 2/n Add provider for API-specific auth callbacks by Curtis Belmonte · 4 years, 5 months ago
  48. 89091cd 1/n Move biometric crypto conversion to util class by Curtis Belmonte · 4 years, 5 months ago
  49. 60be6ad 6/n Launch CDC activity from BiometricFragment directly by Curtis Belmonte · 4 years, 4 months ago
  50. 4175a75 5/n Move BiometricPrompt logic into BiometricFragment by Curtis Belmonte · 4 years, 4 months ago
  51. d31c759 4/n Launch fingerprint dialog from BiometricFragment by Curtis Belmonte · 4 years, 4 months ago
  52. bbc348b 3/n Add provider for API-specific cancel signals by Curtis Belmonte · 4 years, 4 months ago
  53. 0a9f8f5 2/n Add provider for API-specific auth callbacks by Curtis Belmonte · 4 years, 5 months ago
  54. 41d9e96 1/n Move biometric crypto conversion to util class by Curtis Belmonte · 4 years, 5 months ago
  55. 417a0b3 Merge "Update gradle deps for androidx.biometric" into androidx-master-dev am: 1a92bf44fd by Treehugger Robot · 4 years, 4 months ago
  56. 7205461 Update gradle deps for androidx.biometric by Curtis Belmonte · 4 years, 5 months ago
  57. c85c496 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev am: 0b492236c6 by Alan Viverette · 4 years, 5 months ago
  58. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 5 months ago
  59. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 5 months ago
  60. 7a744c3 Import translations. DO NOT MERGE by Bill Yi · 4 years, 5 months ago
  61. aac0cba Import translations. DO NOT MERGE by Bill Yi · 4 years, 5 months ago
  62. c461aaa Merge "Merge BiometricPrompt fingerprint fragments" into androidx-master-dev am: 17aa8428ea by Kevin Chyn · 4 years, 5 months ago
  63. 3c4b6e6 Merge BiometricPrompt fingerprint fragments by Curtis Belmonte · 4 years, 5 months ago
  64. c0bbf99 resolve merge conflicts of 76bf8c2fe6162679ed5b5528575ae972b609719d to androidx-platform-dev by Alan Viverette · 4 years, 6 months ago
  65. 7b982e9 Merge "Revert "Move all uses of androidx.core:core:1.1.0 and"" into androidx-master-dev am: bb4b7c6a45 by Automerger Merge Worker · 4 years, 7 months ago
  66. 76bf8c2 Merge "Revert "Use an explicit Looper when creating Handlers"" into androidx-master-dev by Alan Viverette · 4 years, 7 months ago
  67. 360d872 Revert "Use an explicit Looper when creating Handlers" by Alan Viverette · 4 years, 7 months ago
  68. bb4b7c6 Merge "Revert "Move all uses of androidx.core:core:1.1.0 and"" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  69. bf92cbc Revert "Move all uses of androidx.core:core:1.1.0 and" by Nick Anthony · 4 years, 7 months ago
  70. 50271c6 Use an explicit Looper when creating Handlers by Chris Banes · 4 years, 7 months ago
  71. a823065 Merge "Suppress/migrate from deprecated APIs in Android R" into androidx-platform-dev by Chris Banes · 4 years, 7 months ago
  72. ed18608 Suppress/migrate from deprecated APIs in Android R by Chris Banes · 4 years, 7 months ago
  73. e535dc2 Move all uses of androidx.core:core:1.1.0 and by Nick Anthony · 4 years, 7 months ago
  74. f6aa23e Merge "Remove biometric device credential workarounds for R+" into androidx-master-dev by Curtis Belmonte · 4 years, 7 months ago
  75. 8e4b741 Remove context reference from fingerprint fragments by Curtis Belmonte · 4 years, 7 months ago
  76. 688b102 Make fingerprint dialog handler static to avoid leaks by Curtis Belmonte · 4 years, 7 months ago
  77. 7b57f3e Remove biometric device credential workarounds for R+ by Curtis Belmonte · 4 years, 7 months ago
  78. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  79. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  80. 408f578 Move biometric to the new proper directory structure by Sergey · 4 years, 9 months ago
  81. 83b8f6b Ignore BiometricFragment error while launching CDC by Curtis Belmonte · 4 years, 9 months ago
  82. a770893 Merge "Move biometric res folder under src/main" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  83. 892d135 Asking metalava to filter restrictto scopes by Jeff Gaston · 4 years, 10 months ago
  84. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 9 months ago
  85. 9c56f64 Move biometric res folder under src/main by Curtis Belmonte · 4 years, 9 months ago
  86. 0eb8e3e Import translations. DO NOT MERGE by Bill Yi · 4 years, 9 months ago
  87. 4d1096c Merge "Prevent biometric bridge reset with device cred result" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  88. 25e3f09 Prevent biometric bridge reset with device cred result by Curtis Belmonte · 4 years, 9 months ago
  89. 7acd6e2 Ensure BiometricFragment reconnects in onResume by Curtis Belmonte · 4 years, 9 months ago
  90. aacad62 Merge "Fix BiometricPrompt + device credential error case" into androidx-master-dev by Curtis Belmonte · 4 years, 10 months ago
  91. df08869 Fix BiometricPrompt + device credential error case by Curtis Belmonte · 4 years, 10 months ago
  92. c572e2e Merge "Add more device models to biometric device list" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  93. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 10 months ago
  94. 41bb62b Add more device models to biometric device list by Curtis Belmonte · 4 years, 10 months ago
  95. 82c3dcd Move device-specific logic out of biometric Utils by Curtis Belmonte · 4 years, 10 months ago
  96. 0e86b80 Split CDC logic out of biometric Utils class by Curtis Belmonte · 4 years, 10 months ago
  97. 8fb9879 Make FingerprintHelperFragmentTest a local unit test by Curtis Belmonte · 4 years, 10 months ago
  98. 80f5e7f Merge "Add biometric api dependency on lifecycle-viewmodel" into androidx-master-dev by Curtis Belmonte · 4 years, 10 months ago
  99. 53fd45a Add biometric api dependency on lifecycle-viewmodel by Curtis Belmonte · 4 years, 10 months ago
  100. 53dc66f Move biometric unit tests from androidTest to test by Curtis Belmonte · 4 years, 10 months ago