-
Notifications
You must be signed in to change notification settings - Fork 28
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: Show e2ei certificate in device details screen - PART 1 (WPB-3214) #2316
Conversation
Build 1243 failed. |
Build 1244 failed. |
Build 1247 failed. |
Build 1291 failed. |
Build 1294 failed. |
Build 1295 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1298 succeeded. The build produced the following APK's: |
# Conflicts: # 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? |
Build 1324 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1348 succeeded. The build produced the following APK's: |
# Conflicts: # app/src/main/kotlin/com/wire/android/ui/theme/WireColorScheme.kt # kalium
APKs built during tests are available here. Scroll down to Artifacts! |
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.
🤘
Build 1508 succeeded. The build produced the following APK's: |
Build 1519 failed. |
# Conflicts: # app/src/main/kotlin/com/wire/android/ui/home/conversations/details/GroupConversationDetailsViewModel.kt # app/src/main/kotlin/com/wire/android/ui/home/conversationslist/ConversationListViewModel.kt # app/src/main/kotlin/com/wire/android/ui/userprofile/other/OtherUserProfileScreenViewModel.kt
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1530 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?
Description
In this PR, I am creating the required UI for displaying E2EI certificate with it's different states.
Next PR will be for calling correspondent use cases.
Dependencies (Optional)
If there are some other pull requests related to this one (e.g. new releases of frameworks), specify them here.
Testing
Test Coverage (Optional)
How to Test
Go device details
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
.