[deps]: Update androidxCredentialsProviderEvents to v1.0.0-alpha06#6734
Open
renovate[bot] wants to merge 4 commits intomainfrom
Open
[deps]: Update androidxCredentialsProviderEvents to v1.0.0-alpha06#6734renovate[bot] wants to merge 4 commits intomainfrom
renovate[bot] wants to merge 4 commits intomainfrom
Conversation
|
Internal tracking:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6734 +/- ##
==========================================
+ Coverage 85.43% 85.58% +0.14%
==========================================
Files 899 858 -41
Lines 60203 60014 -189
Branches 8550 8546 -4
==========================================
- Hits 51435 51360 -75
+ Misses 5802 5689 -113
+ Partials 2966 2965 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Use RegisterExportRequest.create() factory instead of manually providing the exportMatcher binary, and replace the unregister workaround with the clearExport API added in alpha04.
The GMS Core version check is no longer needed with the updated credential exchange library. Remove the entire GmsManager interface, both implementations (standard/fdroid), DI provider, and tests since MINIMUM_CXP_GMS_VERSION was its only usage.
Contributor
|
New Issues (129)Checkmarx found the following issues in this Pull Request
|
CXP (Credential Exchange Protocol) requires Google Mobile Services, which is unavailable on F-Droid builds. Add BuildInfoManager.isFdroid checks to VaultViewModel and VaultSettingsViewModel to prevent CXP registration and hide CXP import UI on F-Droid.
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR contains the following updates:
1.0.0-alpha05→1.0.0-alpha061.0.0-alpha05→1.0.0-alpha06Manual Changes
In addition to the version bump, the following changes adopt new APIs and clean up the CXP gating:
Adopt
RegisterExportRequest.create()factory (alpha06)exportMatcherWASM binary with the newRegisterExportRequest.create(context, entries)factory method that handles matching internallyexportMatcherlazy property and raw resourceexport_matcher.binAdopt
clearExport()API (alpha04)unregister()workaround (re-registering with an empty list) with the dedicatedProviderEventsManager.clearExport(ClearExportRequest())APICredentialExchangeRegistry.unregister()return type fromResult<RegisterExportResponse>toResult<ClearExportResponse>Replace GMS Core version gate with F-Droid build check
GmsManagerinterface, both implementations (standard + fdroid), DI provider, and tests —MINIMUM_CXP_GMS_VERSIONis no longer neededBuildInfoManager.isFdroidgate toVaultViewModelandVaultSettingsViewModelto prevent CXP features on F-Droid builds (CXP requires Google Mobile Services, which is unavailable in the F-Droid ecosystem)Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.