matrix-dart-sdk/test
Christian Pauly ff359aedff refactor: Better fetch own profile
This makes it possible to pass cache
and getFromRooms variable in
fetchOwnProfile. It also removes the
never working and duplicated
check from rooms. The Profiles
can be duplicated in the Set
because they are equal but not
the same objects. In the get
profile method, it now checks the
cache first before the rooms as
the cache might have the more
accurate result.
This makes displaying an avatar
change much easier as it makes
it possible to just disable cache
then.
2022-07-11 08:08:40 +02:00
..
encryption refactor: Migrate to Matrix Api Lite 1.0.0 2022-05-17 22:50:04 +00: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 feat: Implement CachedStreamController 2022-06-30 09:22:53 +02:00
commands_test.dart refactor: Migrate to Matrix Api Lite 1.0.0 2022-05-17 22:50:04 +00:00
database_api_test.dart feat: support HiveCollections as Database provider 2022-05-21 20:19:52 +02:00
device_keys_list_test.dart feat: Calc encryption health state and allow key sharing with unknown devices 2022-07-09 09:39:31 +02:00
event_test.dart refactor: Rename methods and get rid of all Future getter 2022-06-08 08:30:05 +02:00
fake_client.dart refactor: Get rid of dynamic input in checkHomeserver 2022-04-21 15:40:21 +02:00
fake_database.dart feat: support HiveCollections as Database provider 2022-05-21 20:19:52 +02:00
fake_matrix_api.dart refactor: Better fetch own profile 2022-07-11 08:08:40 +02: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: Remove unnecessary type checks and imports 2021-12-23 11:46:45 +01:00
matrix_exception_test.dart refactor: port room test to nullsafety 2021-10-28 03:44:02 +02:00
matrix_file_test.dart feat: allow updating image size 2022-05-31 20:32:35 +00: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 feat: Add more localization strings and add default matrix localizations 2022-04-14 07:54:15 +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 refactor: Migrate to Matrix Api Lite 1.0.0 2022-05-17 22:50:04 +00:00
push_notification.dart feat: Get event from push notification 2022-04-14 17:01:05 +02:00
room_test.dart feat: Calc encryption health state and allow key sharing with unknown devices 2022-07-09 09:39:31 +02:00
sync_filter_test.dart refactor: port some simple tests to nullsafety 2021-10-28 03:44:02 +02:00
timeline_context_test.dart fix: request history 2022-07-05 13:24:35 +00:00
timeline_test.dart refactor: make sender getter async 2022-06-02 08:13:21 +00:00
uia_test.dart refactor: port some simple tests to nullsafety 2021-10-28 03:44:02 +02:00
user_test.dart refactor: Rename methods and get rid of all Future getter 2022-06-08 08:30:05 +02:00