matrix-dart-sdk/test
Krille 501c457ea1
refactor: delete not sent events without eventupdate stream workaround
This fixes several problems. First
sending a fake event through the
onEventUpdate stream was not a
good design and lead to problems
if you expect a timeline event but
then are unable to build the
event from json. This now uses
a new stream in the Client which
is listened to in the timeline to
delete an event which should be
much more reliable.
It also now throws an exception
if deleting the event fails
instead of returning true or false.
A deprecation note is added.
2024-05-08 12:02:55 +02:00
..
encryption chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
matrix_api chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
msc_extensions chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
box_test.dart ci: Add tests for database on web 2024-05-02 11:18:35 +02:00
calls_test.dart feat: famedly calls 2024-04-23 15:52:35 +05:30
canonical_json_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
client_test.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
commands_test.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
database_api_test.dart feat: lcov and tag olm tests 2024-04-23 15:21:46 +05:30
device_keys_list_test.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
event_test.dart refactor: delete not sent events without eventupdate stream workaround 2024-05-08 12:02:55 +02:00
fake_client.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
fake_database.dart refactor: Switch to MatrixSdkDatabase as suggested database and deprecate other ones 2024-03-22 16:05:08 +01:00
html_to_text_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
image_pack_test.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
markdown_test.dart fix: Do only convert linebreaks to br tags in p blocks 2023-11-22 11:02:17 +01:00
matrix_database_test.dart feat: Store accesstokenExpiresIn and call softlogout 5 minutes before 2024-02-23 13:06:38 +01:00
matrix_exception_test.dart chore: fix exception test after api_lite update 2022-10-17 12:52:08 +02:00
matrix_file_test.dart feat: lcov and tag olm tests 2024-04-23 15:21:46 +05:30
matrix_id_string_extension_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
matrix_localizations_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
multilock_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
mxc_uri_extension_test.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
push_notification.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
pushevaluator_test.dart feat: lcov and tag olm tests 2024-04-23 15:21:46 +05:30
room_archived_test.dart feat: lcov and tag olm tests 2024-04-23 15:21:46 +05:30
room_test.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
sync_filter_test.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
timeline_context_test.dart refactor: delete not sent events without eventupdate stream workaround 2024-05-08 12:02:55 +02:00
timeline_test.dart refactor: delete not sent events without eventupdate stream workaround 2024-05-08 12:02:55 +02:00
uia_test.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
user_test.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
webrtc_stub.dart feat: famedly calls 2024-04-23 15:52:35 +05:30