Valere Fedronic
Valere Fedronic
Part of MSC4153 (Invisible Crypto). Follow up of #3565 Expose a new SDK setting, dynamic that can for example be enabled in app via a toggle to allow to use...
Follow up of #3562 Part of https://github.com/matrix-org/matrix-spec-proposals/pull/4153. Introduce a new strategy to collect recipients for room_keys. New strategy will consider user identities and only distribute to devices signed by their...
As per [Invisible crypto](https://github.com/matrix-org/matrix-spec-proposals/pull/4153) > Matrix client should intialy blindly trust the identity, and display non-blocking warnings when identity changes. In order to know if an identity change has been...
Bumps matrix-wysiwyg-composer-swift version. The lib has also moved from `matrix-wysiwyg-composer-swift` to `matrix-rich-text-editor-swift` ### Pull Request Checklist - [ ] I read the [contributing guide](https://github.com/element-hq/element-ios/blob/develop/CONTRIBUTING.md) - [ ] UI change has...
Fixes https://github.com/element-hq/crypto-internal/issues/344 Adds message shields (lax mode) Depends on SDK change https://github.com/matrix-org/matrix-rust-sdk/pull/3679 Design: https://www.figma.com/design/2aqj9A5WRvGY3tcdTrBek4/Unencrypted-message-warning-in-Timeline?node-id=910-77038&t=pF5GGduo3EsrFG2Q-0 Note for reviewer / Open questions - I am not familiar wth swift UI so looking...
### Steps to reproduce 1. Verify with emoji ### Outcome #### What did you expect? The emoji should match but they don't #### What happened instead?  They don't match...
Part of Invisible Crypto Depends on https://github.com/matrix-org/matrix-rust-sdk/issues/3566
It looks like the NSE target is [not depending on posthog](https://github.com/element-hq/element-x-ios/blob/develop/NSE/SupportingFiles/target.yml)? Does it means that if a decryption error occurs while doing a NSE sync it won't be reported to...
Implement MSC3834 in ER and EX clients, as a solution to https://github.com/element-hq/element-meta/issues/1557 ```[tasklist] ### Dev tasks - [ ] https://github.com/matrix-org/matrix-spec-proposals/pull/3834 - [ ] #1112 - [ ] matrix-org/matrix-rust-sdk#1528 - [...
## Context We implemented a recent change to the way [we get the room keys from backup](https://github.com/element-hq/element-meta/issues/757). Previously, the full backup was downloaded after verification, as soon as the backup...