[go: nahoru, domu]

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