feat: handle federated case for user ids in QR code (WPB-10530)#4012
feat: handle federated case for user ids in QR code (WPB-10530)#4012yamilmedina merged 9 commits intodevelopfrom
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (52.38%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #4012 +/- ##
========================================
Coverage 46.04% 46.05%
========================================
Files 519 520 +1
Lines 18081 18096 +15
Branches 3037 3039 +2
========================================
+ Hits 8326 8334 +8
- Misses 8891 8898 +7
Partials 864 864
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Built wire-android-staging-compat-pr-4012.apk is available for download |
|
Built wire-android-dev-debug-pr-4012.apk is available for download |
app/src/main/kotlin/com/wire/android/util/deeplink/DeepLinkProcessor.kt
Outdated
Show resolved
Hide resolved
|
|
Built wire-android-staging-compat-pr-4012.apk is available for download |
|
Built wire-android-dev-debug-pr-4012.apk is available for download |
Proposed changes taken and expanded with more coverage for other cases.



PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Federated case handling for QR code user profile. parsing, sharing, displaying.
Causes (Optional)
Not prioritized before
Solutions
Implement it.
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.