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
Benoit Marty
ce30a4ab23
Merge pull request #6633 from element-hq/feature/bma/deactivateStrings
...
Update wording of deactivate account screen
2026-04-21 15:34:23 +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
Benoit Marty
9d054e08b1
Use new action_delete and action_delete_account
2026-04-21 14:57:33 +02:00
Valere Fedronic
7c81df6816
Merge pull request #6603 from element-hq/valere/call/fix_join_button_on_several_items
...
cleaning: Remove join button from call notify timelineItemView
2026-04-21 11:56:38 +02:00
Valere
3c7ef689f9
Merge branch 'develop' into feature/valere/call/clean_up_call_controls
2026-04-21 11:36:44 +02:00
Benoit Marty
495a00bc90
Update deactivate account wording. Closes #6608
2026-04-21 11:35:26 +02:00
Benoit Marty
8c02d873d8
Introduce simplePluralStringResource methods, as Composable and in StringProvider.
2026-04-21 11:22:43 +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
0f6b706c7a
review: Make call intent not optional in content
2026-04-21 11:03:48 +02:00
Valere
6f4dab91a6
fix test compilation
2026-04-21 10:49:08 +02:00
ganfra
63dad366c8
Merge branch 'develop' into feature/fga/live_location_rendering
2026-04-20 19:12:21 +02:00
ElementBot
c5640ebff5
Sync Strings ( #6626 )
...
* Sync Strings from Localazy
* Use the previous plurals as plain strings
* Add extra case for 1 vs multiple users
* Update screenshots
---------
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-04-20 17:09:10 +00:00
Jorge Martin Espinosa
db100281d8
Cleanup FetchPushForegroundService ( #6577 )
...
* Rename `PushHandlingWakeLock` to `FetchPushForegroundServiceManager`. Move the start/stop logic from `FetchPushForegroundService.Companion` to it.
* Add more tests using Robolectric.
* Remove `FeatureFlags.SyncNotificationsWithWorkManager` and associated code: this should have been removed in one of the previous refactors, since we don't have the 2 ways to sync notifications anymore, everything uses the `WorkManager`
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
2026-04-20 16:03:12 +02:00
Valere
b0b02102ae
enforce selecting the EC preferred device
2026-04-20 11:19:37 +02:00
ganfra
af9f381d24
Fix test after new property in LiveLocationShare
2026-04-17 16:58:06 +02:00
Benoit Marty
a82e3425be
Merge pull request #6441 from timurgilfanov/feature-oled-black
...
Add Black theme option for battery saving on OLED displays
2026-04-17 15:41:49 +02:00
ganfra
22f0b2e449
Merge branch 'develop' into feature/fga/live_location_rendering
2026-04-17 15:13:13 +02:00
ganfra
4853aee3f2
Live location : ensure it's not sorted randomly
2026-04-17 15:07:54 +02:00
Benoit Marty
213d4c2b87
Merge pull request #6464 from kalix127/feat/reply-with-voice-message
...
Support replying to messages with voice recordings
2026-04-17 14:49:04 +02:00
Jorge Martin Espinosa
9323cbba98
Replace rustls-platform-verifier-android.aar with single class ( #6610 )
...
* Replace the `rustls-platform-verifier-android.aar` with the actual source code
* Exclude the platform-verifier code from linters
* Add manual update instructions
* Exclude from Kover too
2026-04-17 14:48:50 +02:00
Benoit Marty
6d4258e248
Merge branch 'develop' into feature-oled-black
2026-04-17 14:47:15 +02:00
bxdxnn
eff5a02963
Natural media viewer swiping order ( #6431 )
2026-04-17 11:30:21 +02:00
Benoit Marty
74f147a9d7
Settings UI update.
...
- Reorder items
- Minor UI update
- Improve the previews of the Composable
- Merge manage account and manage devices
- Add missing tests
2026-04-17 09:49:59 +02:00
Valere
868a90f2ef
cleaning: Remove join button from call notify timelineItemView
2026-04-16 16:35:28 +02:00
ganfra
f2b563763f
Fix formatting
2026-04-16 16:18:53 +02:00
ganfra
fa447fcba3
Use "Shared live location" in formatter
2026-04-16 15:52:11 +02:00
ganfra
e162e667be
Update live location shares when reaching timeout (before actual stop event)
2026-04-16 15:33:42 +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
1d3b402333
Add extra logs for timeline pagination ( #6589 )
...
We found some possible rare issues with pagination these could help understand.
2026-04-15 15:14:42 +02:00