fluffychat/lib/utils
Philip Fritzsche f6a96617c7
fix: Fix formatting of messages with newlines
Newlines were previously not formatted correctly in HTML/markdown messages.
Formatting is of newlines is implemented in the matrix-dart-sdk, but
was explicitly disabled when creating the matrix Client object.
This fixes formatting by removing the parameter from the client config,
causing the client to follow the expected, default behavior.
This only affects outgoing new messages, both old wrongly formatted
messages and new messages are rendered correctly in FluffyChat.
New messages are now also correctly formatted in other clients.
2026-03-02 16:39:21 +01:00
..
matrix_sdk_extensions chore: Follow up subdirectory for file caches 2026-02-27 19:07:53 +01:00
sign_in_flows chore: Put oidc behind a feature flag until fixed 2026-02-25 12:33:59 +01:00
voip refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
account_bundles.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
account_config.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
adaptive_bottom_sheet.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
background_push.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
beautify_string_extension.dart style: Use robotomono to display device keys 2023-02-17 08:45:49 +01:00
client_download_content_extension.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
client_manager.dart fix: Fix formatting of messages with newlines 2026-03-02 16:39:21 +01:00
code_highlight_theme.dart refactor: Use own highlight rendering with working scrollbar and text selection 2025-11-19 09:55:34 +01:00
color_value.dart build: Update to flutter 3.27 2024-12-15 11:37:04 +01:00
custom_http_client.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
custom_image_resizer.dart feat: Reenable native imaging for all platforms 2026-02-20 17:28:19 +01:00
custom_scroll_behaviour.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
date_time_extension.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
error_reporter.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
event_checkbox_extension.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
file_description.dart chore: Follow up file description 2026-02-14 12:50:26 +01:00
file_selector.dart refactor: File selector just use default FileType 2025-12-06 09:34:22 +01:00
fluffy_share.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
init_with_restore.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
localized_exception_extension.dart feat: Implement new sign in flow 2026-02-01 17:57:03 +01:00
markdown_context_builder.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
notification_background_handler.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
other_party_can_receive.dart feat: Prevent sending messages if other party has no encryption keys 2025-01-13 13:58:46 +01:00
platform_infos.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
push_helper.dart refactor: Add more linter rules 2026-02-19 09:19:05 +01:00
resize_video.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
room_status_extension.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
show_scaffold_dialog.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
show_update_snackbar.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
size_string.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
stream_extension.dart chore: Avoid unnecessary lambdas 2026-02-20 14:19:13 +01:00
string_color.dart refactor: Implement avatar image viewer and adjust design 2025-04-13 11:05:15 +02:00
sync_status_localization.dart refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
uia_request_manager.dart chore: Avoid unnecessary lambdas 2026-02-20 14:19:13 +01:00
url_launcher.dart refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
voip_plugin.dart Revert "refactor: Avoid unnecessary bool comparison" 2026-02-20 17:12:53 +01:00