matrix-dart-sdk/test
Sorunome e3bd0cf139
fix: Only save state events from sync processing in-memory if needed
If we dump all state events from sync into memory then we needlessly
clog up our memory, potentially running out of ram. This is useless
as when opening the timeline we post-load the unimportant state events
anyways. So, this PR makes sure that only the state events of post-loaded
rooms and important state events land in-memory when processing a sync
request.
2021-12-06 11:09:50 +01:00
..
encryption fix(ssss): Strip all whitespace characters from recovery keys upon decode 2021-12-05 12:19:22 +01:00
matrix_api refactor: port room test to nullsafety 2021-10-28 03:44:02 +02:00
canonical_json_test.dart refactor: port room test to nullsafety 2021-10-28 03:44:02 +02:00
client_test.dart fix: Only save state events from sync processing in-memory if needed 2021-12-06 11:09:50 +01:00
commands_test.dart feat: Add clear cache command 2021-11-23 09:48:08 +01:00
database_api_test.dart feat: Migrate olm sessions on database migration 2021-11-26 08:17:43 +01:00
device_keys_list_test.dart fix: Dont enable e2ee in test verification DM room 2021-11-09 15:42:43 +01:00
event_test.dart fix: crash on invalid displaynames 2021-11-09 21:27:55 +01:00
fake_client.dart refactor: nullsafe event test 2021-10-28 03:44:01 +02:00
fake_database.dart fix: 2021-11-23 15:48:18 +01:00
fake_matrix_api.dart refactor: Update matrix_api_lite and use SyncUpdate constructors 2021-11-10 10:04:03 +01:00
html_to_text_test.dart fix: HtmlToText crashes with an empty code block 2021-11-16 08:18:07 +01:00
image_pack_test.dart refactor: port some simple tests to nullsafety 2021-10-28 03:44:02 +02:00
markdown_test.dart refactor: port some simple tests to nullsafety 2021-10-28 03:44:02 +02:00
matrix_database_test.dart refactor: port client and related tests to nullsafety 2021-10-28 03:44:02 +02:00
matrix_default_localizations.dart refactor: nullsafe event test 2021-10-28 03:44:01 +02:00
matrix_exception_test.dart refactor: port room test to nullsafety 2021-10-28 03:44:02 +02:00
matrix_file_test.dart refactor: remove redundant null checks 2021-10-28 14:32:09 +02:00
matrix_id_string_extension_test.dart refactor: port some simple tests to nullsafety 2021-10-28 03:44:02 +02:00
matrix_localizations_test.dart refactor: port room test to nullsafety 2021-10-28 03:44:02 +02:00
multilock_test.dart refactor: port some simple tests to nullsafety 2021-10-28 03:44:02 +02:00
mxc_uri_extension_test.dart fix: obay explicitly set ports in mxc URLs 2021-11-03 08:54:04 +01:00
room_test.dart fix: Change eventstatus of edits in prevEvent 2021-11-11 09:48:50 +01:00
sync_filter_test.dart refactor: port some simple tests to nullsafety 2021-10-28 03:44:02 +02:00
timeline_test.dart refactor: Update matrix_api_lite and use SyncUpdate constructors 2021-11-10 10:04:03 +01:00
uia_test.dart refactor: port some simple tests to nullsafety 2021-10-28 03:44:02 +02:00
user_test.dart feat: More advanced create chat methods 2021-11-09 15:39:42 +01:00