matrix-dart-sdk/test
Christian Pauly 967712adfe feat: Implement database migration
This allows the user to give a legacyDatabaseBuilder to the client object
and in the init proccess the client checks by itself if there is old data in the legacy
database. If yes then it migrates them and
then deletes the old database. This uses the database_api and is agnostic to
the database implementation.
2021-06-11 10:10:18 +02:00
..
encryption feat: Add fromJson method for Room 2021-06-01 12:54:16 +02:00
matrix_api refactor: External matrix api 2021-01-04 10:26:29 +01:00
canonical_json_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
client_test.dart feat: Implement database migration 2021-06-11 10:10:18 +02:00
commands_test.dart refactor: enable more linter rules 2021-04-14 10:29:29 +02:00
database_api_test.dart fix: Minor test glitches 2021-06-01 15:27:57 +02:00
device_keys_list_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
event_test.dart refactor: Make support for file storing optional in database API 2021-06-01 15:27:18 +02:00
fake_client.dart refactor: Constants names 2021-03-30 12:43:50 +02:00
fake_database.dart style: fix format and lint 2021-04-12 14:49:03 +02:00
fake_database_native.dart test: fix test on web 2021-04-12 14:47:59 +02:00
fake_database_web.dart test: fix test on web 2021-04-12 14:47:59 +02:00
fake_matrix_api.dart refactor: upgrade http package 2021-04-01 13:43:24 +02:00
fake_matrix_localizations.dart feat: Replay last sent olm message on olm session recovery from other device 2021-01-20 12:50:52 +01:00
markdown_test.dart fix: escape attributes in markdown less aggressively 2021-02-17 22:56:31 +01:00
matrix_database_test.dart fix: Minor test glitches 2021-06-01 15:27:57 +02:00
matrix_default_localizations.dart feat: Replay last sent olm message on olm session recovery from other device 2021-01-20 12:50:52 +01:00
matrix_exception_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
matrix_file_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
matrix_id_string_extension_test.dart chore: Update matrix scheme parsing to match updated MSC 2021-02-23 16:34:43 +01:00
matrix_localizations_test.dart refactor: Constants names 2021-03-30 12:43:50 +02:00
mxc_uri_extension_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
room_test.dart feat: Add fromJson method for Room 2021-06-01 12:54:16 +02:00
sync_filter_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
timeline_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
uia_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
user_test.dart test: use setUp and tearDown 2021-06-09 17:12:14 +02:00