-
Notifications
You must be signed in to change notification settings - Fork 29
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: update flow for new group conversation creation [WPB-1630] #2797
Conversation
…tions-for-external-user
…tions-for-external-user # Conflicts: # app/src/main/kotlin/com/wire/android/ui/home/newconversation/NewConversationViewModel.kt # app/src/test/kotlin/com/wire/android/ui/home/newconversation/NewConversationViewModelArrangement.kt
…tions-for-external-user
…rnal-user' into feat/conversation-creation-flow-v2
…tions-for-external-user
…rnal-user' into feat/conversation-creation-flow-v2
Test Results873 tests +13 873 ✅ +13 16m 38s ⏱️ + 4m 11s Results for commit da127b3. ± Comparison against base commit 2ff2e04. This pull request removes 7 and adds 20 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2797 +/- ##
===========================================
- Coverage 43.57% 43.56% -0.02%
===========================================
Files 414 414
Lines 13914 13913 -1
Branches 2519 2518 -1
===========================================
- Hits 6063 6061 -2
- Misses 7144 7145 +1
Partials 707 707
Continue to review full report in Codecov by Sentry.
|
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3641 succeeded. The build produced the following APK's: |
…creation-flow-v2 # Conflicts: # app/src/main/kotlin/com/wire/android/model/ItemActionType.kt # app/src/main/kotlin/com/wire/android/ui/home/conversations/search/InternalContactSearchResultItem.kt # app/src/main/kotlin/com/wire/android/ui/home/conversations/search/SearchPeopleRouter.kt # app/src/main/kotlin/com/wire/android/ui/home/conversations/search/adddembertoconversation/AddMembersSearchScreen.kt # app/src/main/kotlin/com/wire/android/ui/home/newconversation/search/NewConversationSearchPeopleScreen.kt # kalium
Build 3649 succeeded. The build produced the following APK's: |
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.
🎉
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Updated the flow of creating new conversation according to current designs.
Unified margins for rows that use
RowItemTemplate
and contain avatars according to current designs.https://www.figma.com/file/UgKehvwIbiIiQ2CCEdsVuf/Android?node-id=10186%3A103975
Dependencies (Optional)
Needs to be released after:
Testing
How to Test
Try to create new conversation.
Attachments (Optional)
create_conversation_flow_v2.mp4
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
.