Benoit Marty
9a6ebe9639
Use presenter test extension.
2026-01-27 10:08:25 +01:00
Benoit Marty
f4802d960e
ReadReceiptBottomSheetEvents -> ReadReceiptBottomSheetEvent
2026-01-27 10:03:28 +01:00
Benoit Marty
0ca69f0e5c
ReactionSummaryEvents -> ReactionSummaryEvent
2026-01-27 10:02:44 +01:00
Benoit Marty
b6fcb0240d
EmojiPickerEvents -> EmojiPickerEvent
2026-01-27 10:02:08 +01:00
Benoit Marty
f9a39fd552
CustomReactionEvents -> CustomReactionEvent
2026-01-27 10:01:38 +01:00
Benoit Marty
3133db3cf6
ReportMessageEvents -> ReportMessageEvent
2026-01-27 10:00:44 +01:00
Benoit Marty
9227d96d3e
PinnedMessagesListEvents -> PinnedMessagesListEvent
2026-01-27 10:00:02 +01:00
Benoit Marty
3af41c814f
PinnedMessagesBannerEvents -> PinnedMessagesBannerEvent
2026-01-27 09:59:18 +01:00
Benoit Marty
79b8742e95
ResolveVerifiedUserSendFailureEvent -> ResolveVerifiedUserSendFailureEven
2026-01-27 09:58:44 +01:00
Benoit Marty
f74f6b0d45
AttachmentsPreviewEvents -> AttachmentsPreviewEvent
2026-01-27 09:57:36 +01:00
Benoit Marty
f5b5bee326
LinkEvents -> LinkEvent
2026-01-27 09:55:20 +01:00
Benoit Marty
dc3152af12
EventFromTimelineItem -> TimelineItemEvent
2026-01-27 09:47:49 +01:00
Benoit Marty
4d5ec1cf8b
TimelineEvents -> TimelineEvent
2026-01-27 09:45:10 +01:00
Benoit Marty
bdd8d373c5
MessagesEvents -> MessagesEvent
2026-01-27 09:38:45 +01:00
Benoit Marty
a0b60394c4
Use presenter test extension.
2026-01-27 09:35:51 +01:00
Benoit Marty
5721ae2d3b
ActionListEvents -> ActionListEvent
2026-01-27 09:34:18 +01:00
Benoit Marty
89fac40265
Add confirmation dialog when ending poll from the bottom sheet.
2026-01-27 09:26:03 +01:00
Benoit Marty
8db6409a42
Remove unused MessagesEvents.Dismiss
2026-01-27 09:13:07 +01:00
Benoit Marty
e8b14e62cf
Sync all strings and fix compilation issue.
2026-01-26 14:13:06 +01:00
ElementBot
3ab67a5e15
Sync Strings from Localazy ( #6085 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-01-26 12:06:38 +01:00
ganfra
5b700f7b98
Let SearchBar/SearchField use TextFieldState
2026-01-23 10:32:58 +01:00
Jorge Martin Espinosa
eda0aa87ce
Keep the child state in AttachmentsPreviewPresenter up to date ( #6039 )
...
This makes the `handleEvents` function capture the reference and be able to check the updated state, unblocking the media sending flow
2026-01-20 10:09:30 +01:00
Richard van der Hoff
ad622b0ac2
Display a badge for messages decrypted using shared keys ( #6023 )
...
The EXA side of element-hq/element-meta#2877 : if the keys for a message have been forwarded by another user, indicate that in the UI via the text shown when tapping the event shield.
2026-01-16 17:24:18 +00:00
Benoit Marty
c89a8b95df
Add preview with a11y details.
2026-01-09 14:39:57 +01:00
Jorge Martin Espinosa
06c4b9488b
Adjust metrics to the new specifications ( #5937 )
...
* Add `AnalyticsTransactions` with a set of `TransactionDefinition` items matching those in the user story
* Use that for `AnalyticsLongRunningTransactions`, make sure we send the right fields (name, operation, description)
* Add `AnalyticsSendMessageWatcher` to track how long it takes for an event to be sent and for us to get a call back for that from sync
* Add `Noop` implementation for enterprise
2026-01-05 16:23:26 +01:00
Benoit Marty
7186044482
Merge pull request #5963 from element-hq/feature/bma/variablePlayBackSpeed
...
Voice message: variable play back speed
2026-01-05 13:58:01 +01:00
Benoit Marty
233d22367f
Cleanup
2026-01-02 16:07:45 +01:00
Benoit Marty
07be3d01b2
Rename Button to ButtonType to avoid confusion.
2025-12-31 09:51:38 +01:00
Benoit Marty
a10ac8aaab
VoiceMessageEvents -> VoiceMessageEvent
2025-12-31 09:48:46 +01:00
Benoit Marty
dc3c9da7e6
Extract PlaybackSpeedButton as an Atom.
2025-12-31 09:19:45 +01:00
Florian
0c004d933c
Merge branch 'develop' into feat/variable-playback-speed
2025-12-30 21:29:18 +01:00
Florian
2b81b187d5
Increase clickable area of playback speed button
2025-12-30 21:24:41 +01:00
Benoit Marty
a43c66f56d
fix(deps): update wysiwyg to v2.41.0 ( #5921 )
...
* fix(deps): update wysiwyg to v2.41.0
* Reuse already parsed document instead of parsing it again
* Fix `toPlainText` representation with formatting spans
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2025-12-29 09:59:37 +01:00
Benoit Marty
fe31d5972c
Merge pull request #5945 from element-hq/feature/bma/listItemFont
...
Use only font from compound
2025-12-29 09:24:01 +01:00
renovate[bot]
00dcbf4a7f
fix(deps): update kotlin to 2.3.0 ( #5917 )
...
* fix(deps): update kotlin to 2.3.0
* Cleanup - remove `datetime` compat version
* Fix several lint issues caused by the Kotlin compiler inference working better (checks in nullables, vars, etc.)
* Fix tests by removing mock in `File.readBytes`, it seems like it's no longer allowed. Using a tmp file works well enough.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: Jorge Martín <jorgem@element.io>
2025-12-22 14:28:15 +01:00
Jorge Martín
a8ffe46d99
Transform MessageEventType and StateEventType into sealed interfaces to handle the Custom variant, also add missing variants
2025-12-22 11:19:37 +01:00
Benoit Marty
31d5aa7a33
Use typography instead of materialTypography.
2025-12-20 17:03:18 +01:00
Benoit Marty
5551f4e039
Merge pull request #5942 from element-hq/feature/bma/roomHistoryVisibilitySettings
...
Simplify the copy of the history visibility settings
2025-12-20 17:02:24 +01:00
Benoit Marty
2a9765ad33
Upgrade robolectric to version 4.16 ( #5923 )
...
* Update dependency org.robolectric:robolectric to v4.16
* Fix file size formatter output on API 26+
* Use more realistic value for maxUploadSize
* Update screenshots
* Fix test issue: "java.security.KeyStoreException: AndroidKeyStore not found"
* Add exceptions.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ElementBot <android@element.io>
2025-12-19 15:37:38 +01:00
Benoit Marty
beea921f2e
Simplify the copy of the history visibility settings
...
Closes #5898
2025-12-19 14:53:06 +01:00
Skye Elliot
42277cf604
docs: Clarify purpose of LaunchedEffect as part of algorithm.
2025-12-19 11:09:19 +00:00
Skye Elliot
e9831d0e05
fix: Show history visibiliy banner for shared, not invited.
2025-12-18 16:05:22 +00:00
Jorge Martín
fe9224b807
Distinguish between indexable and non-indexable extra data
2025-12-18 14:08:38 +01:00
Benoit Marty
7def03be2a
Use more realistic value for maxUploadSize
2025-12-18 11:18:25 +01:00
Jorge Martín
5809901391
Reuse already parsed document instead of parsing it again
2025-12-17 18:38:02 +01:00
Benoit Marty
b5d15ee787
Fix issue detected by lint.
2025-12-17 10:59:48 +01:00
Jorge Martin Espinosa
8e3e0951e7
Use the right video preset when sharing videos ( #5892 )
2025-12-16 16:40:44 +01:00
ElementBot
ad881c303a
Sync Strings from Localazy ( #5904 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2025-12-15 23:51:19 +01:00
ganfra
03ac70b662
misc(power level) : expose RoomMemberModerationPermissions after PR review
2025-12-15 11:42:06 +01:00
ganfra
d26f21a53b
misc(power level) : update tests following api change
2025-12-12 11:52:24 +01:00