-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implemented biometrics authentication for SecureCredentialsManager using androidx.biometrics package #745
Commits on Aug 1, 2024
-
feat: added initial changes for biometrics support via BiometricManager
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f2ac48 - Browse repository at this point
Copy the full SHA 0f2ac48View commit details -
feat: refined support for biometric manager
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c7cb16 - Browse repository at this point
Copy the full SHA 0c7cb16View commit details -
feat: better handling of the exceptions thrown from CredentialsManager
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c4beca - Browse repository at this point
Copy the full SHA 1c4becaView commit details -
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d846ecc - Browse repository at this point
Copy the full SHA d846eccView commit details -
feat: updated sample app to use the getCredentialsWithAuthentication API
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed37453 - Browse repository at this point
Copy the full SHA ed37453View commit details -
chore: included biometric package directly instead of compileOnly
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcc7029 - Browse repository at this point
Copy the full SHA fcc7029View commit details -
chore: broke down BaseCredentialManager into different abstract class…
…es for Secured & Regular access to credentials Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 424417e - Browse repository at this point
Copy the full SHA 424417eView commit details -
chore: handled unsupported combinations of authentication levels on A…
…PI levels 28, 29 and less than 30 Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 156d472 - Browse repository at this point
Copy the full SHA 156d472View commit details -
chore: updated LocalAuthenticationManager to implement Authentication…
…Callback for better testability Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddd9b5e - Browse repository at this point
Copy the full SHA ddd9b5eView commit details -
chore: changed LocalAuthenticationManager creation to factory pattern…
… for easier testability Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd30ba2 - Browse repository at this point
Copy the full SHA bd30ba2View commit details -
chore: updated all the methods in the SecureCredentialsManager to con…
…tain fragmentActivity and authenticationOptions Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f949fd - Browse repository at this point
Copy the full SHA 1f949fdView commit details -
test: added unit tests for LocalAuthenticationManager
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1363d8d - Browse repository at this point
Copy the full SHA 1363d8dView commit details -
test: updated unit tests in CredentialsManagerTest and SecureCredenti…
…alsManagerTest w.r.t to Biometric Prompt changes Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bb0bd7 - Browse repository at this point
Copy the full SHA 4bb0bd7View commit details -
chore: updated sample app to use getCredentials with biometric prompt
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c06318 - Browse repository at this point
Copy the full SHA 8c06318View commit details -
chore: minor changes to the sample app
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9af51a - Browse repository at this point
Copy the full SHA d9af51aView commit details -
test: fixed clock tests in secure credential manager tests
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 829b616 - Browse repository at this point
Copy the full SHA 829b616View commit details -
docs: Clarify Readme around targets (#744)
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19e8fcd - Browse repository at this point
Copy the full SHA 19e8fcdView commit details -
Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#746)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08851a8 - Browse repository at this point
Copy the full SHA 08851a8View commit details -
chore: updated SecureCredentialsManager to accept fragment activity a…
…t constructor instead of at each api level Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 710561c - Browse repository at this point
Copy the full SHA 710561cView commit details -
chore: updated SecureCredentialsManager to return credentials without…
… authenticaton as well, in cases where customers just want to encode and encrypt the credentials Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8415f6 - Browse repository at this point
Copy the full SHA d8415f6View commit details -
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66ab119 - Browse repository at this point
Copy the full SHA 66ab119View commit details -
chore: minor updates to the setter methods in LocalAuthenticationOpti…
…ons.Builder class Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d6c33e - Browse repository at this point
Copy the full SHA 8d6c33eView commit details -
feat: added synchronization to support secure credentials manager fro…
…m multiple threads Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46ad75b - Browse repository at this point
Copy the full SHA 46ad75bView commit details -
test: added unit tests for synchronization of activity across multipl…
…e instances of SecureCredentialsManager Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8b7e11 - Browse repository at this point
Copy the full SHA c8b7e11View commit details -
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ee0052 - Browse repository at this point
Copy the full SHA 9ee0052View commit details -
BREAKING CHANGE: incorporated changes planned for v3 (#751)
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f3b7b3 - Browse repository at this point
Copy the full SHA 1f3b7b3View commit details -
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7356905 - Browse repository at this point
Copy the full SHA 7356905View commit details -
docs: updated examples and added migration guide
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f6a1a6 - Browse repository at this point
Copy the full SHA 9f6a1a6View commit details -
chore: updated snyk ignore because of issues with dokka
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 856cebe - Browse repository at this point
Copy the full SHA 856cebeView commit details -
chore: overridden hashcode method of CredentialsManagerException
Signed-off-by: Sai Venkat Desu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46d024b - Browse repository at this point
Copy the full SHA 46d024bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5704a0 - Browse repository at this point
Copy the full SHA d5704a0View commit details