You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/lib/pages/chat
Rafał Hirsch 155f8f6328
fix: Introduce a TextMessage widget that doesn't render HTML
Messages that don't have the format set to `org.matrix.custom.html` shouldn't be interpreted as HTML. This achieves that by adding a simpler TextMessage widget that renders messages as plain text.

TextMessage was created by copying relevant parts of HtmlMessage, so there's definitely potential for deduplicating.
3 months ago
..
events fix: Introduce a TextMessage widget that doesn't render HTML 3 months ago
add_widget_tile.dart build: Upgrade to flutter 3.22 5 months ago
add_widget_tile_view.dart build: Upgrade to flutter 3.22 5 months ago
chat.dart feat: Collapse all state events by default 4 months ago
chat_app_bar_list_tile.dart fix: Text scale factor in Linkify widgets 7 months ago
chat_app_bar_title.dart chore: highlight select mode actions 4 months ago
chat_emoji_picker.dart build: Upgrade to flutter 3.22 5 months ago
chat_event_list.dart feat: Collapse all state events by default 4 months ago
chat_input_row.dart fix: Config viewer not updating state 4 months ago
chat_view.dart chore: New save file event button 4 months ago
command_hints.dart chore: Follow up: Add missing command hints 5 months ago
encryption_button.dart build: Upgrade to flutter 3.22 5 months ago
event_info_dialog.dart build: Upgrade to flutter 3.22 5 months ago
input_bar.dart build: Use gradle in kotlin 4 months ago
pinned_events.dart build: Upgrade to flutter 3.22 5 months ago
recording_dialog.dart build: Upgrade to flutter 3.22 5 months ago
reply_display.dart build: Upgrade to flutter 3.22 5 months ago
seen_by_row.dart chore: Make max timeline width smaller 4 months ago
send_file_dialog.dart Merge pull request #1533 from dohoanggiahuy317/FluffyChat_JaWeee 3 months ago
send_location_dialog.dart build: Upgrade to flutter 3.22 5 months ago
sticker_picker_dialog.dart fix: Design glitches in sticker dialog 4 months ago
typing_indicators.dart chore: Make max timeline width smaller 4 months ago