matrix-dart-sdk/lib/src/utils
Krille b5b5cfee5e
fix: Convert linebreaks into br tags on markdown parsing
Removes two test cases in the markdown test which do not work anymore.
Reason for this is that just parsing a word inside of $$ word $$
katex is not valid anyway because katex is only made for mathematical
things. So the output is undefined behavior anyway.
2023-09-29 09:24:50 +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: Use tryGet for type casts whenever possible 2023-06-21 15:04:46 +02:00
event_localizations.dart feat: Implement member change type 2023-09-19 16:19:42 +02: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: Use tryGet for type casts whenever possible 2023-06-21 15:04:46 +02:00
map_copy_extension.dart refactor: null safety for all utils 2021-10-05 15:41:25 +02:00
markdown.dart fix: Convert linebreaks into br tags on markdown parsing 2023-09-29 09:24:50 +02:00
marked_unread.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
matrix_default_localizations.dart feat: Implement member change type 2023-09-19 16:19:42 +02: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 feat: Implement member change type 2023-09-19 16:19:42 +02: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
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 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 refactor: simplify UIA stage selection logic 2023-08-01 10:31:55 +02:00
uri_extension.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00