Stefan Ceriu
0d15086c1c
Fixes #4185 - Correct the bug report service submission URL after updating how secrets are configured.
...
- introduced in 54f4aeda4f
2025-06-11 12:33:49 +03:00
Richard van der Hoff
24ce5c03de
Add a developer option for history sharing on invite
...
Adds a new developer flag, enabling our experimental support for MSC4268.
2025-06-11 11:24:29 +03:00
Stefan Ceriu
065efc6e98
Stop filtering out events on filtered (media) timelines when threads are enabled.
2025-06-10 21:20:09 +03:00
Stefan Ceriu
abbf5c8c8b
Add support for sending media within threads.
...
This patch add the `threadRootEventID` as a parameter to media sending functions and forwards the timeline thread root between various application states to the place where its needed.
The 2 missing items are Locations and Polls which currently don't have any support on the Rust side for being sent within threads. That will come in a separate PR.
2025-06-10 21:20:09 +03:00
Stefan Ceriu
b75099a1d4
Add "reply in thread" timeline item action menu entry.
2025-06-10 15:09:20 +03:00
Stefan Ceriu
fb67a366e0
Bump the RustSDK to v25.06.10
2025-06-10 15:09:20 +03:00
Stefan Ceriu
4f82e559dc
Stop hiding replies in threaded timelines as that's now properly supported as of https://github.com/matrix-org/matrix-rust-sdk/pull/5198
2025-06-10 15:09:20 +03:00
Stefan Ceriu
b2b38e0f80
Tweak the thread summary design
2025-06-10 15:09:20 +03:00
Stefan Ceriu
a03be6ec6a
Pass the thread feature flag into room timelines
2025-06-10 15:09:20 +03:00
Stefan Ceriu
2993f9b6a2
Fix breaking changes following SDK update.
2025-06-10 15:09:20 +03:00
Mauro Romito
53b92ad68f
send .fullyRead marker when leaving the room
2025-06-10 11:32:15 +02:00
Mauro Romito
88a93fed5f
Hide accesibility for decorative onboarding image
2025-06-10 10:33:24 +02:00
Doug
681ec8ee38
Add a RoomScreenHook.
2025-06-10 10:28:18 +03:00
Stefan Ceriu
98b57ef049
Prevent the UI tests from crashing with an unconfigured ClientProxyMock timelineMediaVisibilityPublisher
2025-06-10 08:57:08 +03:00
Stefan Ceriu
6d697dfed1
Move ComposerToolbar view required dependencies to the view model and read them, similarly to the other views, through the context's view state.
2025-06-10 08:57:08 +03:00
Stefan Ceriu
822f347dc2
Move composer specific designs to the composer toolbar.
2025-06-10 08:57:08 +03:00
Stefan Ceriu
eeff596932
Move timeline drag and drop handling to the recently introduced TimelineView.
2025-06-10 08:57:08 +03:00
Stefan Ceriu
f047e51ab8
Extract the disabled composer view into its own struct
2025-06-10 08:57:08 +03:00
Stefan Ceriu
805db73e56
Extract the timeline scroll to bottom button into its own view.
2025-06-10 08:57:08 +03:00
Stefan Ceriu
d0ab8c9dff
Rename the RoomScreen's roomContext to plain context
2025-06-10 08:57:08 +03:00
Stefan Ceriu
84478c8251
Setup composer actions within threaded timelines.
2025-06-10 08:57:08 +03:00
Stefan Ceriu
3923d65b41
Disable the threaded timeline composer when the room is read only.
2025-06-10 08:57:08 +03:00
Stefan Ceriu
ce277bfd7e
Threaded timeline composer
2025-06-10 08:57:08 +03:00
Stefan Ceriu
f173cdb1c2
Have the media upload preview state transition to .room or .thread after being dismissed instead of back to the media upload picker.
2025-06-06 18:29:25 +03:00
Mauro Romito
186501a848
added a TombstonedAvatarImage view to be used for the .tombstoned case
2025-06-06 10:49:29 +02:00
Mauro Romito
975d3c995a
pr suggestions
2025-06-06 10:49:29 +02:00
Mauro Romito
d05108796f
tombstoned and upgraded rooms implementation
...
added tests
tombstoned room avatar
2025-06-06 10:49:29 +02:00
Mauro
220593ae77
EC: Native switch for audio outputs/inputs and earpiece ( #4136 )
...
* EC: native switch for audio outputs/inputs and earpiece
also includes proximity sensor enabling when the earpiece is used.
* test disabling and re-enabling audio on audio change
* Revert "test disabling and re-enabling audio on audio change"
This reverts commit 907c791b8df7009214f5c164ecf8fe7d90a8addc.
* pr suggestions
* pr suggestion and small refactor of the widgetAction handler
2025-06-05 12:07:41 +00:00
Hugh Nimmo-Smith
60c898f78c
Support for experimental MSC4286 to not render external payment details ( #4099 )
...
Ref: https://github.com/matrix-org/matrix-spec-proposals/pull/4286
2025-06-03 12:22:14 +01:00
Doug
d940fd55bb
Add a placeholder association for localhost in developer mode. ( #4163 )
2025-06-03 09:20:00 +01:00
pixlwave
2097387d00
Translations update
2025-06-02 09:21:59 +03:00
Stefan Ceriu
fadc3a1a1b
Adopt the new deduplicate room versions room list filter.
2025-05-30 16:40:15 +03:00
Doug
b4174aed22
Adopt StateStoreViewModelV2 in the remaining settings screens. ( #4158 )
...
* Move the AuthenticationStartScreen into the Authentication directory.
* Commit the updated Sentry license.
No idea why they dropped the 2024 🤷♂️
* Use StateStoreViewModelV2 in BugReportScreen.
* Use StateStoreViewModelV2 in UserDetailsEditScreen.
* Use StateStoreViewModelV2 in NotificationSettingsScreen.
* Use StateStoreViewModelV2 in NotificationSettingsEditScreen.
* Use StateStoreViewModelV2 in LegalInformationScreen.
* Use StateStoreViewModelV2 in LogViewerScreen.
* Use StateStoreViewModelV2 in AnalyticsSettingsScreen.
* Rename AdvancedSettingsScreen directory.
* Use StateStoreViewModelV2 in EncryptionResetScreen.
* Use StateStoreViewModelV2 in EncryptionResetPasswordScreen.
* Use StateStoreViewModelV2 in SecureBackup…Screens.
* Use StateStoreViewModelV2 in LoginScreen.
Seems this one was ignored waiting on the fulfillment transitionValues implementation.
* Use StateStoreViewModelV2 in DeactivateAccountScreen.
* Move DeactivateAccountScreen into the Settings directory.
2025-05-30 12:24:56 +01:00
Stefan Ceriu
a18e5bba61
Setup the threaded timeline media preview action
2025-05-30 13:32:29 +03:00
Stefan Ceriu
1353445ab0
Setup thread specific transitions and more reordering.
2025-05-30 13:32:29 +03:00
Stefan Ceriu
f9a7f44cec
Reorder room flow coordinator state machine transitions
2025-05-30 13:32:29 +03:00
Stefan Ceriu
1961f0760c
Be more leninent with handler transitions and only rely on the configuration of the state machine and its error handler.
2025-05-30 13:32:29 +03:00
Stefan Ceriu
d12dbee52e
Add thread specific route mappings
2025-05-30 13:32:29 +03:00
Stefan Ceriu
e749a0652c
Rearrange room flow coordinator state machine transitions
2025-05-30 13:32:29 +03:00
Stefan Ceriu
a5117c9b2e
Move RoomFlowCoordinator state machine elements to a separate file.
2025-05-30 13:32:29 +03:00
Stefan Ceriu
e552db0171
Setup action forwarding for threaded timelines.
2025-05-30 13:32:29 +03:00
Mauro
c1dfce4935
Handle media previews and invite avatars through the account data ( #4142 )
...
* added account data media display policy handling to NSE
* pr suggestions
* update compound
* code improvement
2025-05-28 19:51:34 +02:00
Mauro Romito
e71d21cc8c
updated ec and sentry
2025-05-28 17:08:23 +02:00
Doug
bb384705ca
Fix a couple of crashes on macOS from a missing environment object. ( #4153 )
2025-05-28 11:24:35 +01:00
Stefan Ceriu
f20629b1dc
Update the Enterprise submodule and make use of the newly added secrets configuration mechanism
2025-05-27 18:21:11 +03:00
Stefan Ceriu
3dd98adeeb
Setup the new RustSDK sentry integration
2025-05-27 18:21:11 +03:00
pixlwave
e84af69e00
Translations update
2025-05-27 14:45:35 +03:00
Stefan Ceriu
47cdb15b9d
Bump the SDK to v25.05.26-2 and update the breaking changes following the RoomListItem removal
2025-05-26 18:11:24 +03:00
Doug
91195305aa
Add a developer option that hides notification alerts when a sound wouldn't be played.
...
Enabling this makes isNoisy behave like iMessage's Hide Alerts option.
2025-05-26 16:05:38 +03:00
Stefan Ceriu
f56b060250
Stop relying on the room list service and its items when retrieving room from the ClientProxy
2025-05-26 13:22:57 +03:00