Skip to content

Releases: element-hq/element-android

v0.14.1

02 Feb 06:58
Compare
Choose a tag to compare

This is a corrective release, mainly regarding issues on cross-signing.

Bugfix πŸ›:

  • Cross-signing: fix UX issue when closing the bottom sheet verification (#813)
  • Room and room member profile: fix issues on dark and black themes

v0.14.0

01 Feb 16:23
Compare
Choose a tag to compare

Features ✨:

  • First implementation of Cross-signing
  • Enable encryption in unencrypted rooms, from the room settings (#212)
  • Negotiate E2E by default for DMs (#907)

Improvements πŸ™Œ:

  • Sharing things to RiotX: sort list by recent room first (#771)
  • Hide the algorithm when turning on e2e (#897)
  • Sort room members by display names

Other changes:

  • Add support for /rainbow and /rainbowme commands (#879)

Build 🧱:

  • Ensure builds are reproducible (#842)
  • F-Droid: fix the "-dev" issue in version name (#815)

v0.13.0

17 Jan 13:26
Compare
Choose a tag to compare

Features ✨:

  • Send and render typing events (#564)
  • Create Room Profile screen (#54)
  • Create Room Member Profile screen (#59)

Improvements πŸ™Œ:

  • Render events m.room.encryption and m.room.guest_access in the timeline

Bugfix πŸ›:

  • Fix broken background sync in F-Droid version
  • Fix issue with downloaded file on encrypted rooms. The file was not properly decrypted

Build 🧱:

  • Change the way versionCode is computed (#827)

v0.12.0

09 Jan 14:35
Compare
Choose a tag to compare

Improvements πŸ™Œ:

  • The initial sync is now handled by a foreground service
  • Render aliases and canonical alias change in the timeline
  • Introduce developer mode in the settings (#745, #796)
  • Improve devices list screen
  • Add settings for rageshake sensibility
  • Fix autocompletion issues and add support for rooms, groups, and emoji (#780)
  • Show skip to bottom FAB while scrolling down (#752)
  • Enable encryption on a room, SDK part (#212)

Other changes:

  • Change the way RiotX identifies a session to allow the SDK to support several sessions with the same user (#800)
  • Exclude play-services-oss-licenses library from F-Droid build (#814)
  • Email domain can be limited on some homeservers, i18n of the displayed error (#754)

Bugfix πŸ›:

  • Fix crash when opening room creation screen from the room filtering screen
  • Fix avatar image disappearing (#777)
  • Fix read marker banner when permalink
  • Fix joining upgraded rooms (#697)
  • Fix matrix.org room directory not being browsable (#807)
  • Hide non working settings (#751)

v0.11.0

19 Dec 15:45
Compare
Choose a tag to compare

Features ✨:

  • Implement soft logout (#281)

Improvements πŸ™Œ:

  • Handle navigation to room via room alias (#201)
  • Open matrix.to link in RiotX (#57)
  • Limit sticker size in the timeline

Other changes:

  • Use same default room colors than Riot-Web

Bugfix πŸ›:

  • Scroll breadcrumbs to top when opened
  • Render default room name when it starts with an emoji (#477)
  • Do not display " (IRC)" in display names element-hq/riot-android#444
  • Fix rendering issue with HTML formatted body
  • Disable click on Stickers (#703)

Build 🧱:

  • Include diff-match-patch sources as dependency

v0.10.0

10 Dec 14:48
Compare
Choose a tag to compare

Features ✨:

  • Breadcrumbs: switch from one room to another quickly (#571)

Improvements πŸ™Œ:

  • Support entering a RiotWeb client URL instead of the homeserver URL during connection (#744)

Other changes:

Bugfix πŸ›:

  • When automardown is ON, pills are sent as MD in body (#739)
  • "ban" event are not rendered correctly (#716)
  • Fix crash when rotating screen in Room timeline

v0.9.1

05 Dec 17:24
Compare
Choose a tag to compare

Bugfix πŸ›:

  • Fix an issue with DB transaction (#740)

v0.9.0

05 Dec 08:56
Compare
Choose a tag to compare

Features ✨:

  • Account creation. It's now possible to create account on any homeserver with RiotX (#34)
  • Iteration of the login flow (#613)

Improvements πŸ™Œ:

  • Send mention Pills from composer
  • Links in message preview in the bottom sheet are now active.
  • Rework the read marker to make it more usable

Other changes:

  • Fix a small grammatical error when an empty room list is shown.

Bugfix πŸ›:

  • Do not show long click help if only invitation are displayed
  • Fix emoji filtering not working
  • Fix issue of closing Realm in another thread (#725)
  • Attempt to properly cancel the crypto module when user signs out (#724)

v0.8.0

19 Nov 08:52
Compare
Choose a tag to compare

Features ✨:

  • Handle long click on room in the room list (#395)
  • Ignore/UnIgnore users, and display list of ignored users (#542, #617)

Improvements πŸ™Œ:

  • Search reaction by name or keyword in emoji picker
  • Handle code tags (#567)
  • Support spoiler messages
  • Support m.sticker and m.room.join_rules events in timeline

Other changes:

  • Markdown set to off by default (#412)
  • Accessibility improvements to the attachment file type chooser

Bugfix πŸ›:

  • Fix issues with some member events rendering (#498)
  • Passphrase does not match (Export room keys) (#644)
  • Ask for permission to write external storage when uri comes from the keyboard (#658)
  • Fix issue with english US/GB translation (#671)

v0.7.0

24 Oct 12:38
Compare
Choose a tag to compare

Features:

  • Share elements from other app to RiotX (#58)
  • Read marker (#84)
  • Add ability to report content (#515)

Improvements:

  • Persist active tab between sessions (#503)
  • Do not upload file too big for the homeserver (#587)
  • Attachments: start using system pickers (#52)
  • Mark all messages as read (#396)

Other changes:

  • Accessibility improvements to read receipts in the room timeline and reactions emoji chooser

Bugfix:

  • Fix issue on upload error in loop (#587)
  • Fix opening a permalink: the targeted event is displayed twice (#556)
  • Fix opening a permalink paginates all the history up to the last event (#282)
  • after login, the icon in the top left is a green 'A' for (all communities) rather than my avatar (#267)
  • Picture uploads are unreliable, pictures are shown in wrong aspect ratio on desktop client (#517)
  • Invitation notifications are not dismissed automatically if room is joined from another client (#347)
  • Opening links from RiotX reuses browser tab (#599)