Add the slightly late Element X iOS Entry

Signed-off-by: Marcel <MTRNord@users.noreply.github.com>
This commit is contained in:
Marcel 2025-11-28 19:41:51 +01:00 committed by GitHub
parent 756bef657a
commit 770cda01b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,6 +74,17 @@ Android Matrix messenger application using the Matrix Rust SDK and Jetpack Compo
> - We also continued to make progress on Spaces.
> - And as usual, a number of bug fixes have been included to enhance stability.
### Element X iOS ([website](https://github.com/vector-im/element-x-ios))
A total rewrite of Element iOS using the Matrix Rust SDK underneath and targeting devices running iOS 17+.
[Mauro Romito](https://matrix.to/#/@mauro.romito:element.io) reports
> - We are currently implementing the space members access join rule, which allows a room to have people join without an invite if they are a member of a space included in the rule.
> - Usage of the new latest event API which allows to see the sent state of your own message (if last) in the room list.
> - We redesigned the room members list.
> - We are dropping support for iOS 17, this is a thing we do every year so that we only support the latest 2 OS versions, which allows us to keep removing deprecated code and use and experiment with new APIs
## Dept of SDKs and Frameworks 🧰
### matrix-rust-sdk ([website](https://github.com/matrix-org/matrix-rust-sdk))