matrix-dart-sdk/test/encryption
Christian Pauly 9c1f79359e refactor: Replace all logic regarding sortOrder
The current implementation of sortOrder can be made way more easier now
by just keeping the sortOrder of the list
and the timelineFragments in the hiveStore. This needed a huge
change but mostly removes a lot of code which can be done
way more easy now. This also needed some rewriting of the setState logic and changes to
the prevEvent calculation. This solution should also be more stable.
More information:
https://www.reddit.com/r/fluffychat/comments/pfnlhq/the_sort_order_of_matrix_timelines/
2021-09-02 07:13:38 +00:00
..
bootstrap_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
cross_signing_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
encrypt_decrypt_room_message_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
encrypt_decrypt_to_device_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
key_manager_test.dart refactor: Replace all logic regarding sortOrder 2021-09-02 07:13:38 +00:00
key_request_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
key_verification_test.dart refactor: Replace all logic regarding sortOrder 2021-09-02 07:13:38 +00:00
olm_manager_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
online_key_backup_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
ssss_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00