Skip to content

Element X Android v0.4.1

Compare
Choose a tag to compare
@ganfra ganfra released this 17 Jan 10:56
· 3515 commits to develop since this release

Changes in Element X v0.4.1 (2024-01-17)

Features ✨

  • Render m.sticker events (#1949)
  • Add support for sending images from the keyboard (#1977)
  • Added support for MSC4027 (render custom images in reactions) (#2159)

Bugfixes 🐛

  • Fix crash sending image with latest Posthog because of an usage of an internal Android method. (#+crash-sending-image-with-latest-posthog)
  • Make sure the media viewer tries the main url first (if not empty) then the thumbnail url and then not open if both are missing instead of failing with an error dialog (#1949)
  • Fix room transition animation happens twice. (#2084)
  • Disable ability to send reaction if the user does not have the permission to. (#2093)
  • Trim whitespace at the end of messages to ensure we render the right content. (#2099)
  • Fix crashes in room list when the last message for a room was an extremely long one (several thousands of characters) with no line breaks. (#2105)
  • Disable rasterisation of Vector XMLs, which was causing crashes on API 23. (#2124)
  • Use SubomposeLayout for ContentAvoidingLayout to prevent wrong measurements in the layout process, leading to cut-off text messages in the timeline. (#2155)
  • Improve rendering of voice messages in the timeline in large displays (#2156)
  • Fix no indication that user list is loading when inviting to room. (#2172)
  • Hide keyboard when tapping on a message in the timeline. (#2182)
  • Mention selector gets stuck when quickly deleting the prompt. (#2192)
  • Hide verbose state events from the timeline (#2216)

Other changes

  • Only apply com.autonomousapps.dependency-analysis plugin in those modules that need it. (#+only-apply-dependency-analysis-plugin-where-needed)
  • Migrate to Kover 0.7.X (#1782)
  • Remove extra logout screen. (#2072)
  • Handle MembershipChange.NONE rendering in the timeline. (#2102)
  • Remove extra previews for timestamp view with 'document' case (#2127)
  • Bump AGP version to 8.2.0 (#2142)
  • Replace 'leave room' text with 'leave conversation' for DMs. (#2218)

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1