- Notifications
You must be signed in to change notification settings - Fork38
feat: Add channel access flow (WPB-15874)#3932
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
# Conflicts:#app/src/main/kotlin/com/wire/android/ui/home/conversations/search/SearchUsersAndServicesScreen.kt#app/src/main/kotlin/com/wire/android/ui/home/newconversation/common/ContinueWithParticipantsCountButton.kt#app/src/main/kotlin/com/wire/android/ui/home/newconversation/groupsearch/NewGroupConversationSearchPeopleScreen.kt#app/src/main/kotlin/com/wire/android/ui/home/newconversation/search/NewConversationSearchPeopleScreen.kt#app/src/main/res/values/strings.xml
Ups 🫰🟨This PR is too big. Please try to break it up into smaller PRs. |
…-flow# Conflicts:#app/src/main/kotlin/com/wire/android/ui/home/newconversation/NewConversationViewModel.kt#app/src/main/kotlin/com/wire/android/ui/home/newconversation/groupOptions/GroupOptionsScreen.kt#app/src/main/res/values/strings.xml#kalium
@ohassine looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
@ohassine looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
@ohassine looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
@ohassine looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
@ohassine looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
@ohassine looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
@ohassine looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
codecovbot commentedMar 21, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## develop #3932 +/- ##===========================================+ Coverage 45.78% 45.84% +0.06%=========================================== Files 493 495 +2 Lines 17120 17143 +23 Branches 2854 2855 +1 ===========================================+ Hits 7838 7859 +21- Misses 8489 8491 +2 Partials 793 793
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
74d4c15
Uh oh!
There was an error while loading.Please reload this page.
Builtwire-android-staging-compat-pr-3932.apk is available for download |
Builtwire-android-dev-debug-pr-3932.apk is available for download |
Uh oh!
There was an error while loading.Please reload this page.
PR Submission Checklist for internal contributors
ThePR Title
SQPIT-764
ThePR Description
What's new in this PR?
Issues
Adding the flow for changing access when we create a new channel.
For now, we don't support public, so it's disabled.
Screen_recording_20250320_162452.webm
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
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
.