-
Notifications
You must be signed in to change notification settings - Fork 27
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: mls epic #1953
feat: mls epic #1953
Conversation
Build 463 failed. |
f7cdd0d
to
6070ca2
Compare
Build 474 failed. |
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 a small comments
R.string.label_system_message_conversation_history_lost, | ||
true) | ||
|
||
class HistoryLostProtocolChanged: SystemMessage( |
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.
HistoryLostProtocolChanged
and HistoryLost
could be just object
not class
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.
Thanks for the review! I'm mainly trying to produce a build for Antje here, I'll open real PR later when this is ready to be merged.
@@ -567,6 +567,10 @@ | |||
<string name="label_system_message_deactivated">deactivated</string> | |||
<string name="label_system_message_conversation_history_lost">You haven\'t used this device for a while. some messages may not appear here.</string> | |||
<string name="label_system_message_conversation_mls_wrong_epoch_error_handled">The MLS group key was updated without our knowledge. This could happen due to lost messages between backends, or a bug. We have automatically rejoined the conversation, but you may have lost messages.</string> | |||
<string name="label_system_message_conversation_history_lost_protocol_changed">You didn\'t update your app in time. some messages may not appear here.</string> | |||
<string name="label_system_message_conversation_protocol_changed_proteus">Migration of encryption protocol was canceled.</string> | |||
<string name="label_system_message_conversation_protocol_changed_mixed">Migration of encryption protocol has started. Make sure you all your Wire clients are updated.</string> |
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.
Migration of encryption protocol has started. Make sure all your Wire clients are updated.
6070ca2
to
95c6388
Compare
Build 556 failed. |
Codecov Report
@@ Coverage Diff @@
## develop #1953 +/- ##
=============================================
+ Coverage 41.27% 41.34% +0.06%
- Complexity 1051 1055 +4
=============================================
Files 328 329 +1
Lines 11924 11990 +66
Branches 1589 1592 +3
=============================================
+ Hits 4922 4957 +35
- Misses 6533 6559 +26
- Partials 469 474 +5
Continue to review full report in Codecov by Sentry.
|
Build (dev-debug) available here. Scroll down to Artifacts! |
Build (beta-debug) available here. Scroll down to Artifacts! |
Build 564 succeeded. The build produced the following APK's: |
d842f2a
to
48a2ed1
Compare
Build (dev-debug) available here. Scroll down to Artifacts! |
Build (beta-debug) available here. Scroll down to Artifacts! |
Build 572 succeeded. The build produced the following APK's: |
48a2ed1
to
d6ce123
Compare
Build 1113 failed. |
d6ce123
to
a293d31
Compare
Build 1114 failed. |
a293d31
to
d790ed6
Compare
Build 1123 failed. |
d790ed6
to
7e3aba8
Compare
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1133 succeeded. The build produced the following APK's: |
Build 1248 succeeded. The build produced the following APK's: |
36b5ef6
to
70e290c
Compare
Build 1283 failed. |
70e290c
to
ab07f48
Compare
Build 1284 succeeded. The build produced the following APK's: |
Build 1307 succeeded. The build produced the following APK's: |
Co-authored-by: Vitor Hugo Schwaab <[email protected]>
5043e6a
to
87bc79f
Compare
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1308 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?
Build from MLS epic for migration and 1-1 support.
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
.