matrix-dart-sdk/lib/src/utils
Krille 9fc7f4a3b4
refactor: Do not handle ephemerals as EventUpdates
This handles room ephemerals
directly and not as room
event updates, which saves
one unnecessary step to json serialize and
deserialize. Handling those
as room event updates had
no benefit anyway so this
should speed up performance.
2024-12-30 11:38:53 +01:00
..
crypto chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
web_worker chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
cached_profile_information.dart refactor: Cache profiles in database and refactor API 2024-07-23 08:51:10 +02:00
cached_stream_controller.dart feat: Implement CachedStreamController 2022-06-30 09:22:53 +02:00
client_init_exception.dart refactor: Throw client init exception on client init fail 2024-01-05 09:46:38 +01:00
commands_extension.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
compute_callback.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
copy_map.dart refactor: Remove duplicated copyMap method and fix type error 2023-12-11 10:29:06 +01:00
device_keys_list.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
event_localizations.dart refactor: Fix new lints from flutter 3.27 2024-12-15 12:21:26 +01:00
event_update.dart refactor: Do not handle ephemerals as EventUpdates 2024-12-30 11:38:53 +01:00
file_send_request_credentials.dart fix: Retry sending a file event 2022-04-08 08:41:55 +02:00
html_to_text.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
http_timeout.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
image_pack_extension.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
markdown.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
marked_unread.dart refactor: Migrate to m.marked_unread from Matrix v1.12 2024-10-08 15:03:39 +02:00
matrix_default_localizations.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
matrix_file.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
matrix_id_string_extension.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
matrix_localizations.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
multilock.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
native_implementations.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
push_notification.dart refactor: Remove unnecessary roomId parameter from decryptRoomEvent method 2024-12-17 11:23:58 +01:00
pushrule_evaluator.dart feat: support push rule conditions event_property_is & event_property_contains 2024-12-23 15:21:01 +05:30
queued_to_device_event.dart refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
room_enums.dart refactor: Use enhanced enums for room enums 2024-05-28 14:25:38 +02:00
room_member_change_type.dart feat: Implement member change type 2023-09-19 16:19:42 +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 chore: enable discarded_futures lint 2023-11-17 12:59:27 +01:00
space_child.dart refactor: Use strippedstatevent as base for room state and user class 2024-05-03 14:06:49 +02:00
sync_update_extension.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
sync_update_item_count.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
to_device_event.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01: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 chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
uri_extension.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
versions_comparator.dart chore: Make parse version error less sound 2024-12-17 12:55:56 +01:00