-
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(e2ei): respect e2ei during login and mls client creation (WPB-5851) #2621
feat(e2ei): respect e2ei during login and mls client creation (WPB-5851) #2621
Conversation
…oaded into feat/e2ei/respect-e2ei-creating-mls-client
…oaded into feat/e2ei/respect-e2ei-creating-mls-client
…om:wireapp/wire-android-reloaded into feat/e2ei/respect-e2ei-creating-mls-client
…github.com/wireapp/wire-android-reloaded into feat/e2ei/respect-e2ei-creating-mls-client
…oaded into feat/e2ei/respect-e2ei-creating-mls-client # Conflicts: # kalium
…2ei/respect-e2ei-creating-mls-client-fixed-certificate-status
…oaded into feat/e2ei/respect-e2ei-creating-mls-client # Conflicts: # kalium
…#2606) Co-authored-by: Alexandre Ferris <[email protected]>
Co-authored-by: Yamil Medina <[email protected]>
Build 2723 failed. |
app/src/main/kotlin/com/wire/android/feature/e2ei/OAuthUseCase.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/migration/feature/MigrateClientsDataUseCase.kt
Outdated
Show resolved
Hide resolved
...src/main/kotlin/com/wire/android/ui/authentication/create/code/CreateAccountCodeViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/ui/settings/devices/e2ei/E2eiCertificateDetailsScreen.kt
Show resolved
Hide resolved
…oaded into feat/e2ei/respect-e2ei-creating-mls-client # Conflicts: # app/src/main/kotlin/com/wire/android/feature/e2ei/OAuthUseCase.kt # kalium
Build 2758 failed. |
Ups 🫰🟨This PR is too big. Please try to break it up into smaller PRs. |
…ndroid-reloaded into feat/e2ei/respect-e2ei-creating-mls-client # Conflicts: # app/src/main/kotlin/com/wire/android/ui/WireActivity.kt # app/src/main/res/drawable/ic_launcher_wire_logo.xml # app/src/main/res/values-af/strings.xml # app/src/main/res/values-ar/strings.xml # app/src/main/res/values-bn/strings.xml # app/src/main/res/values-ca/strings.xml # app/src/main/res/values-cs/strings.xml # app/src/main/res/values-da/strings.xml # app/src/main/res/values-de/strings.xml # app/src/main/res/values-el/strings.xml # app/src/main/res/values-es/strings.xml # app/src/main/res/values-et/strings.xml # app/src/main/res/values-fa/strings.xml # app/src/main/res/values-fi/strings.xml # app/src/main/res/values-fr/strings.xml # app/src/main/res/values-he/strings.xml # app/src/main/res/values-hi/strings.xml # app/src/main/res/values-hr/strings.xml # app/src/main/res/values-hu/strings.xml # app/src/main/res/values-id/strings.xml # app/src/main/res/values-it/strings.xml # app/src/main/res/values-ja/strings.xml # app/src/main/res/values-ko/strings.xml # app/src/main/res/values-lt/strings.xml # app/src/main/res/values-mk/strings.xml # app/src/main/res/values-nl/strings.xml # app/src/main/res/values-no/strings.xml # app/src/main/res/values-pa/strings.xml # app/src/main/res/values-pl/strings.xml # app/src/main/res/values-pt/strings.xml # app/src/main/res/values-ro/strings.xml # app/src/main/res/values-ru/strings.xml # app/src/main/res/values-si/strings.xml # app/src/main/res/values-sk/strings.xml # app/src/main/res/values-sl/strings.xml # app/src/main/res/values-sr/strings.xml # app/src/main/res/values-sv/strings.xml # app/src/main/res/values-tr/strings.xml # app/src/main/res/values-uk/strings.xml # app/src/main/res/values-vi/strings.xml # app/src/main/res/values-zh/strings.xml # app/src/test/kotlin/com/wire/android/ui/home/messagecomposer/location/LocationPickerViewModelTest.kt
Build 2760 failed. |
Build 2762 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 2768 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.
nice one! Just 1 small suggestion
@@ -25,6 +25,6 @@ object AndroidSdk { | |||
|
|||
object AndroidApp { | |||
const val id = "com.wire.android" | |||
const val versionName = "4.6.0" | |||
const val versionName = "4.7.0" |
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.
We shouldn't change the version
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Respecting E2EI state during MLS client registration and login.
Testing
Test Coverage (Optional)
WIP
How to Test
Have a team that has e2ei enabled, during login the user required to enroll certificate first.
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
.