Benoit Marty
f7346efde4
Create PreviewData with sample of UGC used for preview.
...
Fix preview issue where username was used for room/avatar name.
2026-05-06 17:45:50 +02:00
bxdxnn
8e8426b08c
Reimplement "Natural media viewer swiping order" ( #6715 )
2026-05-05 16:02:52 +02:00
Benoit Marty
abc540b379
Merge pull request #6650 from element-hq/feature/bma/a11yFixes
...
[a11y] Fix a set of issues
2026-05-04 11:50:15 +02:00
bmarty
47f5f50c2a
Sync Strings from Localazy
2026-05-04 00:54:27 +00:00
Benoit Marty
e70ebc8d65
Merge pull request #6693 from element-hq/renovate/compose.bom
...
Update dependency androidx.compose:compose-bom to v2026.04.01
2026-04-30 16:54:23 +02:00
Benoit Marty
723b9b8d61
Migrate to v2 testing APIs
2026-04-30 16:04:07 +02:00
Jorge Martin Espinosa
3bb7ab301f
Mitigate a deadlock when loading room timelines ( #6674 )
...
This may be happening because we were not destroying focused event timelines used for the media viewer/gallery when necessary, and having several of those back paginating *may* have caused a deadlock in the event cache.
2026-04-30 16:01:24 +02:00
Benoit Marty
745567f058
Fix quality issues
2026-04-30 14:09:07 +02:00
Benoit Marty
9641f6e0db
MediaPlayerControllerView: Use IconButton instead of Box and remove the clipping.
2026-04-30 12:20:53 +02:00
Benoit Marty
24b0585747
MediaViewerView: move TopBar to Scaffold topbar
2026-04-30 12:20:53 +02:00
Benoit Marty
2c226c8de0
Improve MediaViewerBottomBar usage.
2026-04-30 12:19:32 +02:00
Benoit Marty
667e0da3a2
Improve how the ThumbnailView is added to the composition
2026-04-30 12:19:32 +02:00
Benoit Marty
feb61437a2
Declare Top bar first and use zIndex.
2026-04-30 12:19:30 +02:00
Benoit Marty
675f2d913b
Remove useless Box
2026-04-30 12:17:25 +02:00
Benoit Marty
babddd167b
Ensure that all the ModalBottomSheet can scroll.
2026-04-27 10:23:56 +02:00
ElementBot
f04d3b2f8b
Merge pull request #6658 from element-hq/sync-localazy
...
Sync Strings
2026-04-27 09:17:54 +02:00
Benoit Marty
4ebd37e364
Ensure preview has a date
2026-04-24 16:53:53 +02:00
Benoit Marty
9de94543f6
a11y: add heading to the title.
2026-04-24 16:16:15 +02:00
Benoit Marty
ed91278b70
MediaDetailsBottomSheet: update wording.
2026-04-24 15:16:26 +02:00
Benoit Marty
f19ceb1570
Replace " - " by " • " as it renders better.
2026-04-24 14:28:52 +02:00
Benoit Marty
2ba8d65f26
MediaDetailsBottomSheet: Add missing preview case.
2026-04-23 11:22:47 +02:00
Benoit Marty
7457b9ef79
MediaDetailsBottomSheet: iterate on design.
...
Closes #6645
2026-04-23 11:20:20 +02:00
Benoit Marty
12c5cf2ab6
Improve rendering when sender does not have a display name.
2026-04-22 14:57:18 +02:00
Benoit Marty
7d31944a0a
Rename sub classes of MediaBottomSheetState and improve preview of MediaDeleteConfirmationBottomSheet
2026-04-22 14:42:56 +02:00
Benoit Marty
3148e000a4
Add more preview for MediaDetailsBottomSheetPreview
2026-04-22 12:21:20 +02:00
Benoit Marty
77a646defa
Remove some dividers.
2026-04-22 12:16:52 +02:00
Benoit Marty
d03dfbdae7
Improve and add test
2026-04-22 12:07:56 +02:00
Benoit Marty
629abc07ff
MediaGalleryEvents -> MediaGalleryEvent
2026-04-22 11:01:36 +02:00
Benoit Marty
34574fc391
Move "Open with" action to bottom sheet
2026-04-22 10:59:21 +02:00
Benoit Marty
ab5b1217ce
MediaDetailsBottomSheet: update wording and dividers.
2026-04-21 16:53:22 +02:00
Benoit Marty
81e61bbbd1
MediaViewer: add Save action as a main action.
2026-04-21 16:21:01 +02:00
Benoit Marty
6342b925d5
MediaViewer: add Share action as a main action.
2026-04-21 16:14:07 +02:00
Benoit Marty
5d8b9ef56c
MediaViewerEvents -> MediaViewerEvent
2026-04-21 15:50:59 +02:00
Jorge Martin Espinosa
4bf0c2c92b
Fix media viewer bottom sheets not being scrollable ( #6631 )
...
Both the info and confirm deletion bottom sheets were not scrollable, which made them useless on devices with low resolution or landscape orientation in most devices
2026-04-21 15:30:50 +02:00
Valere
df6aa2e9b4
Merge branch 'develop' into valere/call/fix_join_button_on_several_items
2026-04-21 11:05:14 +02:00
Valere
6f4dab91a6
fix test compilation
2026-04-21 10:49:08 +02:00
bxdxnn
eff5a02963
Natural media viewer swiping order ( #6431 )
2026-04-17 11:30:21 +02:00
Valere
868a90f2ef
cleaning: Remove join button from call notify timelineItemView
2026-04-16 16:35:28 +02:00
Jorge Martín
cdab592150
Use Devices.PHONE directly in the landscape preview
2026-04-15 15:51:06 +02:00
Jorge Martín
4e774a7ab8
Use WindowSizeClass instead of just checking portrait/landscape orientation
2026-04-15 15:51:06 +02:00
Jorge Martín
f2618581dd
Add landscape previews
2026-04-15 15:51:06 +02:00
Jorge Martín
2215fabbc8
Some tweaks for landscape and insets
2026-04-15 15:51:06 +02:00
bxdxnn
683758d52e
Make media captions scrollable ( #6498 )
2026-04-15 15:51:06 +02:00
Jorge Martin Espinosa
cc15c9e4d1
Use Coil3 for ZoomableAsyncImage ( #6582 )
...
The `-coil` version uses Coil 2.X, there is a `-coil3` version using the latest one, which matches the one we use in the rest of the app.
2026-04-15 07:58:03 +00:00
bmarty
919e9d6c2d
Sync Strings from Localazy
2026-04-13 00:48:40 +00:00
bxdxnn
69aeee67a5
Fix media cover placeholder floating ( #6484 )
2026-03-30 11:26:16 +02:00
ganfra
f9f09b12f8
Merge branch 'develop' into feature/fga/live_location_sharing_setup
2026-03-24 10:17:24 +01:00
bxdxnn
a261156c7c
Fix media seeking flicker ( #6434 )
2026-03-23 16:03:50 +01:00
bmarty
3a0e01b63d
Sync Strings from Localazy
2026-03-16 00:42:32 +00:00
ganfra
7c6a5638ad
Fix some existing tests after changes
2026-03-13 10:18:28 +01:00