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
Sorunome f4d723c0b1 fix: Thumbnails in the image bubble not always showing a cached thumbnail
When in the timeline an image bubble with animated=false was displayed and
you tapped on an image, it would attempt to show the thumbnail with animated=true.
This thumbnail, of course, was not cached, thus not showing the cached image, and
actually downloading the thumbnail multiple times. This PR fixes that by
first checking if the animated=false thumbnail is cached, and if so, display
that while the final image is loading.
4 years ago
..
events fix: Thumbnails in the image bubble not always showing a cached thumbnail 4 years ago
chat.dart feat: Drag&Drop to send multiple files on desktop and web 4 years ago
chat_app_bar_title.dart
chat_emoji_picker.dart
chat_input_row.dart
chat_view.dart feat: Drag&Drop to send multiple files on desktop and web 4 years ago
encryption_button.dart
event_info_dialog.dart chore: Nicer message info dialog 4 years ago
input_bar.dart fix: Remove unused imports 4 years ago
reactions_picker.dart
recording_dialog.dart
reply_display.dart
seen_by_row.dart
send_file_dialog.dart feat: Drag&Drop to send multiple files on desktop and web 4 years ago
send_location_dialog.dart feat: Drag&Drop to send multiple files on desktop and web 4 years ago
sticker_picker_dialog.dart fix: Remove unused imports 4 years ago
tombstone_display.dart
typing_indicators.dart chore: Minor design changes 4 years ago