matrix-dart-sdk/lib/src/utils
Nicolas Werner 831938b8f5
fix: Skip rules with unknown conditions
Without this, when new rules are added with new conditions, we would
always match on them. This would mean all messages now notify. It is
better to skip them instead.
2023-04-26 19:00:24 +02:00
..
crypto feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
web_worker chore: bump flutter and dart images 2023-02-01 15:03:36 +05:30
cached_stream_controller.dart feat: Implement CachedStreamController 2022-06-30 09:22:53 +02:00
commands_extension.dart Merge branch 'main' into 'main' 2023-04-17 13:15:36 +00:00
compute_callback.dart chore: introduce native implementations 2022-07-28 13:30:22 +02:00
device_keys_list.dart refactor: Rename one-character-variables in device_keys_list.dart 2023-03-30 12:30:39 +02:00
event_localizations.dart fix: Use MatrixLocalizations to calculate fallback user displayname 2023-03-13 15:49:05 +00:00
event_update.dart feat: Implement a queue for events pending decryption 2022-10-12 11:07:50 +02:00
file_send_request_credentials.dart fix: Retry sending a file event 2022-04-08 08:41:55 +02:00
html_to_text.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
http_timeout.dart fix: timeout when sending large files 2022-09-06 21:18:53 +02:00
image_pack_extension.dart refactor: room displayname calculation 2023-01-17 08:51:07 +01:00
map_copy_extension.dart refactor: null safety for all utils 2021-10-05 15:41:25 +02:00
markdown.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
marked_unread.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
matrix_default_localizations.dart fix: Use MatrixLocalizations to calculate fallback user displayname 2023-03-13 15:49:05 +00:00
matrix_file.dart chore: Update image dependency to 4.0.15 2023-04-21 06:22:09 +02:00
matrix_id_string_extension.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
matrix_localizations.dart fix: Use MatrixLocalizations to calculate fallback user displayname 2023-03-13 15:49:05 +00:00
multilock.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
native_implementations.dart chore: Lower logs level of native implementation noSuchMethod 2022-10-28 12:45:27 +02:00
push_notification.dart feat: Get event from push notification 2022-04-14 17:01:05 +02:00
pushrule_evaluator.dart fix: Skip rules with unknown conditions 2023-04-26 19:00:24 +02:00
queued_to_device_event.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
run_benchmarked.dart feat: Add more benchmarks for sync, timeline, init 2021-11-09 10:03:59 +01:00
run_in_root.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
space_child.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
sync_update_extension.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
sync_update_item_count.dart feat: Add more benchmarks for sync, timeline, init 2021-11-09 10:03:59 +01:00
to_device_event.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
try_get_push_rule.dart fix: Do not assume that push rules are never malformed in account data 2022-10-21 10:48:40 +02:00
uia_request.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
uri_extension.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00