-
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 confirmation dialog archiving [WPB-4434] #2300
Conversation
…to feat/add_confirmation_dialog_archiving # Conflicts: # app/src/test/kotlin/com/wire/android/ui/home/conversationslist/ConversationListViewModelTest.kt
Test Results629 tests ±0 629 ✔️ ±0 7m 25s ⏱️ - 2m 20s Results for commit 87055a0. ± Comparison against base commit 3522b4a. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Build 1150 failed. |
app/src/main/kotlin/com/wire/android/ui/home/conversationslist/ConversationListViewModel.kt
Outdated
Show resolved
Hide resolved
…to feat/add_confirmation_dialog_archiving
Codecov Report
@@ Coverage Diff @@
## develop #2300 +/- ##
=============================================
+ Coverage 41.36% 41.42% +0.05%
Complexity 1046 1046
=============================================
Files 324 324
Lines 11731 11731
Branches 1554 1560 +6
=============================================
+ Hits 4853 4859 +6
+ Misses 6410 6403 -7
- Partials 468 469 +1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1154 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
Before archiving a conversation, since it is a semi-critical action, we need to confirm that the user didn't tap on the archiving option by mistake by showing a confirmation dialog.
How to Test
Try to archive a conversation by long tapping a conversation item in the home screen or by navigating to the group or other users details screen and clicking on the options icon (three dots)
Attachments (Optional)
Grabacion.de.pantalla.2023-10-04.a.las.16.36.36.mov
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.