Skip to content
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

Merge release/3.7 to master #3282

Merged
merged 410 commits into from
Apr 27, 2022
Merged

Merge release/3.7 to master #3282

merged 410 commits into from
Apr 27, 2022

Conversation

VishalNehra
Copy link
Member

Description

Issue tracker

Automatic tests

  • Added test cases

Manual tests

  • Done

Build tasks success

Successfully running following tasks on local:

  • ./gradlew assembledebug
  • ./gradlew spotlessCheck

EmmanuelMess
EmmanuelMess previously approved these changes Apr 24, 2022
Copy link
Member

@EmmanuelMess EmmanuelMess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lots of changes :P

@VishalNehra
Copy link
Member Author

@TranceLove can you look at the failing emulator test please

Our lowest supported version is SDK 14, while SecretKeygen.getSecretKey() lowest supported is SDK 18. This changes verification to allow nulls to pass through for devices lower than API 18.

Still throw failure if using devices below SDK 14.
@TranceLove TranceLove mentioned this pull request Apr 25, 2022
2 tasks
@TranceLove
Copy link
Collaborator

@VishalNehra Please merge #3284 and try this again.

@VishalNehra
Copy link
Member Author

@TranceLove Thanks

At SDK < 18, no AES key can be obtained from keystore, hence causing CryptUtilEspressoTest.testEncryptDecryptLegacyMethod() to fail. This fixes the problem by adding quirk to ensure plain I/O is still in place without causing crashes.
TranceLove and others added 2 commits April 27, 2022 00:32
Fix CryptUtilEspressoTest and UtilsHandlerTests failures on new Androids
@VishalNehra VishalNehra merged commit 57859b4 into master Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.