Skip to content

Releases: element-hq/element-android

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)

v0.6.1

24 Sep 12:30
Compare
Choose a tag to compare

Bugfix:

  • Fix crash: MergedHeaderItem was missing dimensionConverter

v0.6.0

24 Sep 08:24
Compare
Choose a tag to compare

Features:

  • Save draft of a message when exiting a room with non empty composer (#329)

Improvements:

  • Add unread indent on room list (#485)
  • Message Editing: Update notifications (#128)
  • Remove any notification of a redacted event (#563)

Other changes:

  • Fix a few accessibility issues

Bugfix:

  • Fix characters erased from the Search field when the result are coming (#545)
  • "No connection" banner was displayed by mistake
  • Leaving community (from another client) has no effect on RiotX (#497)
  • Push rules was not retrieved after a clear cache
  • m.notice messages trigger push notifications (#238)
  • Embiggen messages with multiple emojis also for edited messages (#458)

Build:

  • Fix (again) issue with bad versionCode generated by Buildkite (#553)

v0.5.0

17 Sep 12:53
Compare
Choose a tag to compare

Features:

  • Implementation of login to homeserver with SSO
  • Handle M_CONSENT_NOT_GIVEN error (#64)
  • Auto configure homeserver and identity server URLs of LoginActivity with a magic link

Improvements:

  • Reduce default release build log level, and lab option to enable more logs.
  • Display a no network indicator when there is no network (#559)

Bugfix:

  • Fix crash due to missing informationData (#535)
  • Progress in initial sync dialog is decreasing for a step and should not (#532)
  • Fix rendering issue of accepted third party invitation event
  • All current notifications were dismissed by mistake when the app is launched from the launcher

Build:

  • Fix issue with version name (#533)
  • Fix issue with bad versionCode generated by Buildkite (#553)

v0.4.0

30 Aug 13:05
Compare
Choose a tag to compare

Features:

  • Display read receipts in timeline (#81)

Improvements:

  • Reactions: Reinstate the ability to react with non-unicode keys (#307)

Bugfix:

  • Fix text diff linebreak display (#441)
  • Date change message repeats for each redaction until a normal message (#358)
  • Slide-in reply icon is distorted (#423)
  • Regression / e2e replies not encrypted
  • Some video won't play
  • Privacy: remove log of notifiable event (#519)
  • Fix crash with EmojiCompat (#530)