matrix-dart-sdk/test/encryption
Lanna Michalke 58f6cde0bf BREAKING CHANGE: high-level hadling of image sizes
- By using [package:image](https://pub.dev/packages/image), the
`MatrixImageFile` was given automatically generated width and heigth.
- Moreover, `MatrixImageFile` was given a factory to create the image
  file from a given maximal dimension.
- When sending images without explicitly providing a thumbnail, the
  thumbnail is automatically generated based on the provided image.
- The blur hash in generated automatically based on the provided image.

Fixes:
https://gitlab.com/famedly/company/frontend/famedly-web/-/issues/162, https://gitlab.com/famedly/fluffychat/-/issues/756

Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
2022-01-19 13:10:17 +01:00
..
bootstrap_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
cross_signing_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
encrypt_decrypt_room_message_test.dart refactor: Make room in Event class not nullable 2021-11-04 14:21:04 +01:00
encrypt_decrypt_to_device_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
key_manager_test.dart refactor: Make room in Event class not nullable 2021-11-04 14:21:04 +01:00
key_request_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
key_verification_test.dart fix: Dont enable e2ee in test verification DM room 2021-11-09 15:42:43 +01:00
olm_manager_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
online_key_backup_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
ssss_test.dart fix(ssss): Strip all whitespace characters from recovery keys upon decode 2021-12-05 12:19:22 +01:00
utils_test.dart BREAKING CHANGE: high-level hadling of image sizes 2022-01-19 13:10:17 +01:00