Page MenuHomePhabricator

Encrypt all notifications on the keyserver for Android devices
ClosedPublic

Authored by marcin on Sep 14 2023, 2:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 14, 10:02 PM
Unknown Object (File)
Thu, Jun 13, 6:52 AM
Unknown Object (File)
Thu, Jun 13, 12:28 AM
Unknown Object (File)
Mon, Jun 10, 7:49 PM
Unknown Object (File)
Mon, Jun 10, 7:25 PM
Unknown Object (File)
May 7 2024, 6:14 AM
Unknown Object (File)
May 3 2024, 4:50 AM
Unknown Object (File)
Apr 17 2024, 6:29 PM
Subscribers

Details

Summary

This differential enables collapsible notifications encryption for Android devices which code version supports this feature.

Test Plan
  1. Build Android app.
  2. Send collapsible notifications.
  3. Ensure that they are correctly collapsed.
  4. Open MariaDB shell and execute select * from olm_sessions;. Ensure that the version of the last session is not incrementing with each collapsible notification.
  5. Go to version-utils.js and change FUTURE_CODE_VERSION to 0.
  6. Repeate 2 and 3.
  7. Open MariaDB shell and execute select * from olm_sessions;. Ensure that the version of the last session is incrementing with each collapsible notification.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

marcin edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Sep 18 2023, 3:41 AM