Merged
Conversation
Contributor
|
Fixed Issues (3)Great job! The following issues were fixed in this Pull Request
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6615 +/- ##
==========================================
- Coverage 85.90% 85.12% -0.79%
==========================================
Files 804 934 +130
Lines 57370 59647 +2277
Branches 8307 8414 +107
==========================================
+ Hits 49284 50772 +1488
- Misses 5203 5944 +741
- Partials 2883 2931 +48
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:
|
Add exhaustive when branches for the new KeyConnectorUrl sealed class variant introduced in sdk-internal#810 (PM-30584).
17a6f9a to
622ccee
Compare
SaintPatrck
approved these changes
Mar 16, 2026
Contributor
|
Thanks @aj-rosado |
SaintPatrck
added a commit
that referenced
this pull request
Mar 16, 2026
This reverts commit 43bd83f.
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.


Updates the SDK version from
2.0.0-5451-c73f9161tocom.bitwarden:sdk-android 2.0.0-5676-14521973Breaking Change Fixes
InitUserCryptoMethod.KeyConnectorUrl— New sealed class variant added in sdk-internal#810 (PM-30584). Handles key-connector connection within the SDK itself. Added exhaustivewhenbranches in:VaultLockManagerImpl.kt— early return for non-password crypto methodsInitUserCryptoMethodExtensions.kt— log tag mappingKeyConnectorUrlvariant is an opt-in upgrade path for future adoption.What's Changed
Raw changelog