Michael Goldenberg
b1fbf31c2e
feat(sdk): remove rustls-tls feature flag
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Michael Goldenberg
2bcab72dbb
ci: remove reference to matrix-sdk/rustls-tls feature flag
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Michael Goldenberg
3bac5d250d
refactor(benchmarks): remove reference to matrix-sdk/rustls-tls feature flag
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Michael Goldenberg
4ec75b5b5c
feat(ui): remove rustls-tls feature flag
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Michael Goldenberg
c8c9a94995
feat(ffi): remove rustls-tls feature flag
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Michael Goldenberg
08b80c533a
feat(sdk): enforce use of rustls + remove extraneous build checks
...
Note that the rustls-tls feature flag is temporarily left in place
to keep other crates from breaking, but it becomes a trivial flag.
It will be removed altogether in a later commit.
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Michael Goldenberg
0e679904e3
feat(sdk): remove support for native-tls
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Michael Goldenberg
89c50c7ecd
feat(ffi): remove support for native-tls
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Michael Goldenberg
d2857ee20a
feat(ui): remove support for native-tls
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-04-07 09:44:33 -04:00
Hubert Chathi
c1274cea14
Add support for pushing secrets and receiving secret pushes ( #6164 )
...
see MSC4385
Pushing secrets allow devices to send secrets to other devices without waiting for a secret request.
2026-04-07 12:26:17 +01:00
Jonas Platte
12cd1effdc
refactor(ffi): Fix new clippy lints
2026-04-07 12:39:12 +02:00
Jonas Platte
3a14b73258
chore(ffi): Rerun cargo fmt
2026-04-07 12:39:12 +02:00
Jonas Platte
d97f4ab8b3
chore(ffi): Upgrade to Rust edition 2024
2026-04-07 12:39:12 +02:00
Bryant Mairs
3539487c49
feat: expose call_intent for m.rtc.notification
...
This allows for notifications to use the intent for deciding how to
render the message (e.g. whether to call it a "call" or a "video call").
Signed-off-by: Bryant Mairs <bryant@mai.rs >
2026-04-07 10:26:26 +02:00
dependabot[bot]
526f35e3d3
chore(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.5.2 to 6.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/671740ac38dd9b0130fbe1cec585b89eea48d3de...57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-07 10:18:38 +02:00
dependabot[bot]
6b4e2655cc
chore(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0
...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages ) from 4.0.5 to 5.0.0.
- [Release notes](https://github.com/actions/deploy-pages/releases )
- [Commits](https://github.com/actions/deploy-pages/compare/d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e...cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 )
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-07 10:18:11 +02:00
Kévin Commaille
30de5372eb
Upgrade Ruma after api::Error breaking change
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2026-04-07 10:17:42 +02:00
Kévin Commaille
ba451b67c9
Upgrade Ruma after RoomAliases removal
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2026-04-07 10:17:42 +02:00
Benjamin Bouvier
a65fec3175
refactor(event cache): use a const array for receipt types
2026-04-02 14:29:09 +02:00
Benjamin Bouvier
6298b5c176
feat(event cache): include read receipts that were dormant in the state store
2026-04-02 14:29:09 +02:00
Benjamin Bouvier
0283ae14d9
doc(base): clarify comments around read receipts related store methods
2026-04-02 14:29:09 +02:00
Benjamin Bouvier
a1157d2c38
refactor(event cache): clarify warning when a pinned event couldn't be loaded
...
The previous warning could trigger with abnormal numbers, since there
could be related events applying to a pinned event, the `loaded_events`
list could be bigger than the list of `pinned_event_ids`, due to the
eager flattening. This patch makes it display the correct number, by
postponing the flattening after the warning.
2026-04-02 12:39:18 +02:00
Valere Fedronic
fcce02fc11
feat(widget): Support for avatars in calls via msc4039 ( #6354 )
...
Allows to get the avatars in Element Call widget !
Using
[MSC4039](https://github.com/nordeck/matrix-spec-proposals/blob/nic/feat/widgetapi-upload-files/proposals/4039-widget-api-media.md )
Counter part of web support:
- https://github.com/element-hq/element-web/pull/32755
- https://github.com/element-hq/element-call/pull/3780
Needs a EC PR to support passing data as base64 via the widget json API
- https://github.com/element-hq/element-call/pull/3818
2026-04-02 13:35:22 +03:00
Benjamin Bouvier
7cea5be9e2
refactor(timeline): allow creating a TimelineItemContent from a sdk::TimelineEvent
2026-04-02 12:34:01 +02:00
Bertin Philippe
32e9626e0f
feat(ffi): expose event types and content ( #6387 )
...
Signed-off-by: Philippe Bertin <pbertin@teladochealth.com >
2026-04-02 09:14:57 +02:00
Jonas Platte
e376670af3
refactor(xtask): Fix clippy lints
2026-04-02 09:10:51 +02:00
Jonas Platte
7f08793360
chore(base): Delete outdated comments
2026-04-02 09:09:55 +02:00
Benjamin Bouvier
1fc7b34016
test: add an integration test reflecting the "bouncing" behavior of the timeline after sending an event
2026-04-01 14:59:33 +02:00
Benjamin Bouvier
37447e16e5
refactor(sdk): use the TimelineEvent::sender() helper in more places
...
This new helper has been added recently, and it can be reused in many
more places which were doing the same thing more verbously in many
places.
2026-04-01 14:59:13 +02:00
Benjamin Bouvier
782355b556
fix(timeline): fix timeline initialization races
...
For non-live timelines, the recurring pattern was the following:
- first, fill the timeline with initial events, with a first call to
some form of subscribe() method,
- then, subscribe to updates in a second time later, using a second call
to the same subscribe() method.
Unfortunately, this is wrong, and opens a window for a very small race:
- first call to subscribe() to get the initial events
- new updates are emitted in the receiver, that lead to new events
- second call to subscribe() to get the receiver, and subscribe to it
In this case, the new updates would be lost by an observer.
The patch consists in refactoring timeline initialization, such that the
initial events and receiver are created at the same time; if there are
some updates happening after the now single subscribe() call, the
updates are accumulated and will be observable by external users.
This also has the nice benefit of tidying up the number of background
task handles for non-live timelines: there should be at most one such
focus task, which is now cleanly reflected in the timeline drop handles.
2026-04-01 14:44:43 +02:00
Damir Jelić
eb51c862ce
chore: Add missing changelog entries for changes caused by the rand bump
2026-04-01 12:48:09 +02:00
Kévin Commaille
676c81ca80
Upgrade Ruma to latest commit
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2026-04-01 10:20:21 +01:00
Kévin Commaille
644c5e8a4c
Upgrade Ruma to commit after PushCondition breaking changes
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2026-04-01 10:20:21 +01:00
Kévin Commaille
34d5e6da2a
Upgrade Ruma to commit after UserIdentifier breaking changes
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2026-04-01 10:20:21 +01:00
Kévin Commaille
5936a7285f
Upgrade Ruma to commit after push Action breaking changes
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2026-04-01 10:20:21 +01:00
Mauro
62d58a21ab
fix: include also stopped live location events in latest_event ( #6373 )
...
The issue is that when the most recent message was an live location event that started as live and later transitioned to a stopped state, the room list summary would ignore it entirely, even though the timeline still showed it as the latest item.
That behaviour feels incorrect. At most, the client should update the displayed description based on whether isLive is true or not.
This patch prevents the stopped live location events from being filtered out in the latest events.
2026-04-01 10:56:56 +02:00
Benjamin Bouvier
2e334fafa2
refactor(multiverse): reuse load_or_fetch_event instead of implementing it manually
2026-04-01 10:43:01 +02:00
Benjamin Bouvier
e66967c46f
refactor(multiverse): simplify code around search
2026-04-01 10:43:01 +02:00
Benjamin Bouvier
c237659aca
feat(multiverse): don't display "no results found" if the search input is empty
2026-04-01 10:43:01 +02:00
Benjamin Bouvier
8cb6f74996
chore: replace incorrect trace message in search indexing task
2026-04-01 10:43:01 +02:00
Doug
0afd7c9528
fix: Update the iOS platform version to match the deployment target.
2026-04-01 11:12:18 +03:00
Benjamin Bouvier
388ced09a6
Merge pull request #6344 from matrix-org/bnjbvr/automatic-backpagination-unread-counts
...
feat(event cache): automatic back-pagination for unread counts, MVP
2026-04-01 09:26:55 +02:00
Doug
4071a55cd7
chore: Use a single Swift module when building the bindings.
...
This fixes support for Xcode 26.4.
2026-04-01 09:20:38 +02:00
Michael Goldenberg
c04a97f706
feat(common): ensure cross-process lock generation is opaque
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-03-31 17:34:11 +02:00
Michael Goldenberg
5b0c6bbafc
doc: update change logs
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-03-31 17:34:11 +02:00
Michael Goldenberg
1fb0f7f56a
refactor(indexeddb): remove old crypto store generation key-value
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-03-31 17:34:11 +02:00
Michael Goldenberg
ee9a05defe
refactor(sqlite): remove old crypto store generation key-value
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-03-31 17:34:11 +02:00
Michael Goldenberg
c0f746f88f
refactor(crypto): remove old store generation logic
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-03-31 17:34:11 +02:00
Michael Goldenberg
839786f810
refactor(sdk): generalize client encryption store lock fns
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-03-31 17:34:11 +02:00
Michael Goldenberg
4e4b508c38
refactor(sdk): use consistent errors for client encryption store locks
...
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net >
2026-03-31 17:34:11 +02:00