-
Notifications
You must be signed in to change notification settings - Fork 26
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: Add debug button send FCM token #WPB-9476 #3482
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3482 +/- ##
===========================================
+ Coverage 44.43% 44.81% +0.38%
===========================================
Files 466 466
Lines 15744 15766 +22
Branches 2653 2654 +1
===========================================
+ Hits 6996 7066 +70
+ Misses 7991 7939 -52
- Partials 757 761 +4
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Built wire-android-staging-compat-pr-3482.apk is available for download |
Built wire-android-dev-debug-pr-3482.apk is available for download |
…debug-button-send-fcm-token
Built wire-android-staging-compat-pr-3482.apk is available for download |
Built wire-android-dev-debug-pr-3482.apk is available for download |
app/src/main/kotlin/com/wire/android/ui/debug/DebugDataOptions.kt
Outdated
Show resolved
Hide resolved
Built wire-android-staging-compat-pr-3482.apk is available for download |
Built wire-android-dev-debug-pr-3482.apk is available for download |
Built wire-android-staging-compat-pr-3482.apk is available for download |
Built wire-android-dev-debug-pr-3482.apk is available for download |
Built wire-android-staging-compat-pr-3482.apk is available for download |
Built wire-android-dev-debug-pr-3482.apk is available for download |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏅
…debug-button-send-fcm-token
Built wire-android-staging-compat-pr-3482.apk is available for download |
Built wire-android-dev-debug-pr-3482.apk is available for download |
Quality Gate passedIssues Measures |
Built wire-android-staging-compat-pr-3482.apk is available for download |
Built wire-android-dev-debug-pr-3482.apk is available for download |
What's new in this PR?
Issues
Add button in debug settings that sends FCM push token to the API. If it fails error is displayed.
Needs releases with:
Testing
How to Test
In debug settings there should be new button at the bottom of the screen. It sends the FCM push token to the API
Attachments (Optional)
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
.