Skip to content

Element X Android v0.4.3

Choose a tag to compare

@jmartinesp jmartinesp released this 14 Feb 15:09
· 7068 commits to develop since this release
  • Change "Read receipts" advanced setting used to send private Read Receipt to "Share presence" settings. When disabled, private Read Receipts will be sent, and no typing notification will be sent. Also Read Receipts and typing notifications will not be rendered in the timeline. (#2241)
  • Render typing notifications. (#2242)
  • Manually mark a room as unread. (#2261)
  • Fix message forwarding after SDK API change related to Timeline intitialization.
  • Remove Compose Foundation version pinning workaround. This was done to avoid a bug introduced in the default foundation version used by the material3 library, but that has already been fixed.
  • Remove FilterHiddenStateEventsProcessor, as this is already handled by the Rust SDK.
  • Remove session preferences on user log out.

Breaking changes 🚨

  • Update Compound icons in the project. Since the icon prefix changed to ic_compound_ and the CompoundIcons helper now contains the vector icons as composable functions.

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3