Skip to content

Releases: element-hq/element-android

Element Android v1.5.22

25 Jan 13:56
Compare
Choose a tag to compare

Changes in Element v1.5.22 (2023-01-25)

Features ✨

  • [Poll] Warning message on decryption failure of some events (#7824)
  • [Poll] Render ended polls (#7900)
  • [Rich text editor] Update list item bullet appearance (#7930)
  • [Voice Broadcast] Handle connection errors while recording (#7890)
  • [Voice Broadcast] Use MSC3912 to delete server side all the related events (#7967)

Bugfixes 🐛

  • Fix OOM crashes. (#7962)
  • Fix can't get out of a verification dialog (#4025)
  • Fix rendering of edited polls (#7938)
  • [Voice Broadcast] Fix unexpected "live broadcast" in the room list (#7832)
  • Send voice message should not be allowed during a voice broadcast recording (#7895)
  • Voice Broadcast - Fix playback scrubbing not working if the playback is in a stopped state (#7961)
  • Handle exceptions when listening a voice broadcast (#7829)

In development 🚧

  • [Voice Broadcast] Only display a notification on the first voice chunk (#7845)
  • [Poll] History list: Load more UI mechanism (#7864)

SDK API changes ⚠️

Other changes

  • Upgrade to Kotlin 1.8 (#7936)
  • Sentry: Report sync duration and metrics for initial sync and for sync after pause. Not for regular sync. (#7960)
  • [Voice Broadcast] Rework internal media players coordination (#7979)
  • Support reactions on Voice Broadcast (#7807)
  • Pause voice broadcast listening on new VB recording (#7830)
  • Tapping slightly left or right of the 30s buttons highlights the whole cell instead of registering as button presses (#7929)

What's Changed

Full Changelog: v1.5.20...v1.5.22

Element Android v1.5.20

10 Jan 16:06
Compare
Choose a tag to compare

Features ✨

  • "[Rich text editor] Add list formatting buttons to the rich text editor" (#7887)

Bugfixes 🐛

  • ReplyTo are not updated if the original message is edited or deleted. (#5546)
  • Observe ViewEvents only when resumed and ensure ViewEvents are not lost. (#7724)
  • [Session manager] Missing info when a session does not support encryption (#7853)
  • Reduce number of crypto database transactions when handling the sync response (#7879)
  • [Voice Broadcast] Stop listening if we reach the last received chunk and there is no last sequence number (#7899)
  • Handle network error on API rooms/{roomId}/threads (#7913)

In development 🚧

  • [Poll] Render active polls list of a room
  • [Poll] Render past polls list of a room (#7864)

Other changes

  • fix: increase font size for messages (#5717)
  • Add trim to username input on the app side and SDK side when sign-in (#7111)

What's Changed

Full Changelog: v1.5.18...v1.5.20

v1.5.18

02 Jan 15:39
Compare
Choose a tag to compare

Changes in Element v1.5.18 (2023-01-02)

This release fixes a bunch of recent regressions. Most of them were not pushed to production hopefully. Current production version is 1.5.11.
Threads are now enabled by default, and this may let the application perform an initial sync.
Testers on the PlayStore may have experimented some issues like empty room list, or incomplete room state (room name missing, etc.), or even crashing due to initial sync not using lazy loading of room members. All those issues have been fixed, but to fix your current state, please clear cache once you get the release 1.5.18.

Bugfixes 🐛

  • Start DM will create a deadlock if user profile was never loaded (#7870)

What's Changed

Full Changelog: v1.5.16...v1.5.18

v1.5.16

30 Dec 09:51
Compare
Choose a tag to compare

Changes in Element v1.5.16 (2022-12-29)

Features ✨

  • [Rich text editor] Add support for links (#7746)
  • [Poll] When a poll is ended, use /relations API to ensure poll results are correct (#7767)
  • [Session manager] Security recommendations cards: whole view should be tappable (#7795)
  • [Session manager] Other sessions list: header should not be sticky (#7797)

Bugfixes 🐛

  • Do not show typing notification of ignored users. (#2965)
  • [Push Notifications, Threads] - quick reply to threaded notification now sent to thread except main timeline (#7475)
  • [Session manager] Other sessions list: filter option is displayed when selection mode is enabled (#7784)
  • [Session manager] Other sessions: Filter bottom sheet cut in landscape mode (#7786)
  • Automatically show keyboard after learn more bottom sheet is dismissed (#7790)
  • [Session Manager] Other sessions list: cannot select/deselect session by a long press when in select mode (#7792)
  • Fix current session ip address visibility (#7794)
  • Device Manager UI review fixes (#7798)

SDK API changes ⚠️

  • [Sync] Sync Filter params are moved to MatrixConfiguration and will not be stored in session realm to avoid bug when session cache is cleared (#7843)

Other changes

  • [Voice Broadcast] Replace the player timeline (#7821)
  • Increase session manager test coverage (#7836)

v1.5.14

20 Dec 16:56
Compare
Choose a tag to compare

Changes in Element v1.5.14 (2022-12-20)

Bugfixes 🐛

  • ActiveSessionHolder is not supposed to start syncing. Instead, the MainActivity does it, if necessary. Fixes a race condition when clearing cache.

What's Changed

Full Changelog: v1.5.13...v1.5.14

v1.5.13

19 Dec 16:53
Compare
Choose a tag to compare

Changes in Element v1.5.13 (2022-12-19)

Bugfixes 🐛

  • Add largeHeap=true in the manifest since we are seeing more crashes (OOM) when handling sync response.

Full Changelog: v1.5.12...v1.5.13

v1.5.12

15 Dec 10:52
Compare
Choose a tag to compare

Changes in Element v1.5.12 (2022-12-15)

Features ✨

  • [Threads] - Threads Labs Flag is enabled by default and forced to be enabled for existing users, but sill can be disabled manually (#5503)
  • [Session manager] Add action to signout all the other session (#7693)
  • Remind unverified sessions with a banner once a week (#7694)
  • [Session manager] Add actions to rename and signout current session (#7697)
  • Voice Broadcast - Update last message in the room list (#7719)
  • Delete unused client information from account data (#7754)

Bugfixes 🐛

  • Fix bad pills color background. For light and dark theme the color is now 61708B (iso EleWeb) (#7274)
  • [Notifications] Fixed a bug when push notification was automatically dismissed while app is on background (#7643)
  • ANR when asking to select the notification method (#7653)
  • [Rich text editor] Fix design and spacing of rich text editor (#7658)
  • [Rich text editor] Fix keyboard closing after collapsing editor (#7659)
  • Rich Text Editor: fix several issues related to insets:
  • Empty space displayed at the bottom when you don't have permissions to send messages into a room.
  • Wrong insets being kept when you exit the room screen and the keyboard is displayed, then come back to it. (#7680)
  • Fix crash in message composer when room is missing (#7683)
  • Fix crash when invalid homeserver url is entered. (#7684)
  • Rich Text Editor: improve performance when entering reply/edit/quote mode. (#7691)
  • [Rich text editor] Add error tracking for rich text editor (#7695)
  • Fix E2EE set up failure whilst signing in using QR code (#7699)
  • Fix usage of unknown shield in room summary (#7710)
  • Fix crash when the network is not available. (#7725)
  • [Session manager] Sessions without encryption support should not prompt to verify (#7733)
  • Fix issue of Scan QR code button sometimes not showing when it should be available (#7737)
  • Verification request is not showing when verify session popup is displayed (#7743)
  • Fix crash when inviting by email. (#7744)
  • Revert usage of stable fields in live location sharing and polls (#7751)
  • [Poll] Poll end event is not recognized (#7753)
  • [Push Notifications] When push notification for threaded message is clicked, thread timeline will be opened instead of room's main timeline (#7770)

Other changes

  • [Threads] - added API to fetch threads list from the server instead of building it locally from events (#5819)
  • Add Z-Labs label for rich text editor and migrate to new label naming. (#7477)
  • Crypto database migration tests (#7645)
  • Add tracing Id for to device messages (#7708)
  • Disable nightly popup and add an entry point in the advanced settings instead. (#7723)
  • Save m.local_notification_settings. event in account_data (#7596)
  • Update notifications setting when m.local_notification_settings. event changes for current device (#7632)

SDK API changes ⚠️

  • Handle account data removal (#7740)

What's Changed

  • Bump kotlin-reflect from 1.7.21 to 1.7.22 by @dependabot in #7665
  • Bump danger/danger-js from 11.1.4 to 11.2.0 by @dependabot in #7584
  • Bump sentry-android from 6.7.0 to 6.9.0 by @dependabot in #7668
  • Bump flipper from 0.174.0 to 0.175.0 by @dependabot in #7678
  • Update Gradle Wrapper from 7.5.1 to 7.6 by @github-actions in #7649
  • Add Z-Labs label for rich text editor and migrate to new label naming by @langleyd in #7477
  • Rich Text Editor: fix several inset issues in room screen by @jmartinesp in #7681
  • Bump barista from 4.2.0 to 4.3.0 by @dependabot in #7590
  • [Rich text editor] Fix keyboard closing after collapsing rich text editor by @jonnyandrew in #7659
  • Move changelog entry to correct directory by @jonnyandrew in #7685
  • Bump flipper from 0.175.0 to 0.176.0 by @dependabot in #7688
  • Fix crash in message composer when room is missing by @jonnyandrew in #7683
  • Fix crash when invalid url is entered #7672 by @bmarty in #7684
  • Remind unverified sessions with a banner once a week (PSG-892) by @onurays in #7694
  • Bump leakcanary-android from 2.9.1 to 2.10 by @dependabot in #7570
  • Bump wysiwyg from 0.7.0.1 to 0.8.0 by @dependabot in #7666
  • Fix bad pills color background. by @bmarty in #7689
  • Translations update from Weblate by @RiotTranslateBot in #7700
  • ANR when asking to select the notification method by @mnaturel in #7675
  • Save m.local_notification_settings. event in account_data (PSG-873) by @mnaturel in #7630
  • [Session manager] Add action to signout all the other session (PSG-888) by @mnaturel in #7696
  • Update notifications setting when m.local_notification_settings. event changes for current device (PSG-874) by @mnaturel in #7692
  • Fix usage of unknown shield in room summary (PSG-1019) by @onurays in #7710
  • Bump com.autonomousapps.dependency-analysis from 1.16.0 to 1.17.0 by @dependabot in #7677
  • Use the latest startForeground API by @bmarty in #7712
  • Bump com.google.devtools.ksp from 1.7.21-1.0.8 to 1.7.22-1.0.8 by @dependabot in #7669
  • Do not propagate failure if saving the filter server side fails by @bmarty in #7725
  • Disable nightly popup by @bmarty in #7723
  • add to device tracing id by @BillCarsonFr in #7713
  • [Session manager] Add actions to rename and signout current session (PSG-885) by @mnaturel in #7707
  • Bump wysiwyg from 0.8.0 to 0.9.0 by @dependabot in #7730
  • Bump soloader from 0.10.4 to 0.10.5 by @dependabot in #7686
  • Bump kotlin-gradle-plugin from 1.7.21 to 1.7.22 by @dependabot in #7664
  • [Rich text editor] Add error tracking for rich text editor by @jonnyandrew in #7695
  • Fix crash by @bmarty in #7744
  • stop listening timeline collection changes when app is not resumed by @fedrunov in #7734
  • [Session manager] Sessions without encryption support should not prompt to verify (PSG-1004) by @mnaturel in #7736
  • Download device keys for self prior to verification checks by @hughns in #7699
  • Revert usage of stable...
Read more

v1.5.11

07 Dec 14:42
Compare
Choose a tag to compare

Changes in Element 1.5.11 (2022-12-07)

Bugfixes 🐛

  • Fix crash when the network is not available. (#7725)

Full Changelog: v1.5.10...v1.5.11

v1.5.10

30 Nov 11:50
Compare
Choose a tag to compare

Changes in Element v1.5.10 (2022-11-30)

Features ✨

  • Add setting to allow disabling direct share (#2725)
  • [Device Manager] Toggle IP address visibility (#7546)
  • New implementation of the full screen mode for the Rich Text Editor. (#7577)

Bugfixes 🐛

  • Fix italic text is truncated when bubble mode and markdown is enabled (#5679)
  • Missing translations on "replyTo" messages (#7555)
  • ANR on session start when sending client info is enabled (#7604)
  • Make the plain text mode layout of the RTE more compact. (#7620)
  • Push notification for thread message is now shown correctly when user observes rooms main timeline (#7634)
  • Voice Broadcast - Fix playback stuck in buffering mode (#7646)

In development 🚧

  • Voice Broadcast - Handle redaction of the state events on the listener and recorder sides (#7629)
  • Voice Broadcast - Update the buffering display in the timeline (#7655)
  • Voice Broadcast - Remove voice messages related to a VB from the room attachments (#7656)

SDK API changes ⚠️

  • Added support for read receipts in threads. Now user in a room can have multiple read receipts (one per thread + one in main thread + one without threadId) (#6996)
  • Sync Filter now taking in account homeserver capabilities to not pass unsupported parameters.
    Sync Filter is now configured by providing SyncFilterBuilder class instance, instead of Filter to identify Filter changes related to homeserver capabilities (#7626)

Other changes

  • Remove usage of Buildkite. (#7583)
  • Better validation of edits (#7594)

What's Changed

New Contributors

Full Changelog: v1.5.8...v1.5.10

v1.5.8

17 Nov 16:31
Compare
Choose a tag to compare

Features ✨

  • [Session manager] Multi-session signout (#7418)
  • Rich text editor: add full screen mode. (#7436)
  • [Rich text editor] Add plain text mode (#7452)
  • Move TypingView inside the timeline items. (#7496)
  • Push notifications toggle: align implementation for current session (#7512)
  • Voice messages - Persist the playback position across different screens (#7582)

Bugfixes 🐛

  • [Voice Broadcast] Do not display the recorder view for a live broadcast started from another session (#7431)
  • [Session manager] Hide push notification toggle when there is no server support (#7457)
  • Fix rich text editor textfield not growing to fill parent on full screen. (#7491)
  • Fix duplicated mention pills in some cases (#7501)
  • Voice Broadcast - Fix duplicated voice messages in the internal playlist (#7502)
  • When joining a room, the message composer is displayed once the room is loaded. (#7509)
  • Voice Broadcast - Fix error on voice messages in unencrypted rooms (#7519)
  • Fix description of verified sessions (#7533)

In development 🚧

  • [Voice Broadcast] Improve timeline items factory and handle bad recording state display (#7448)
  • [Voice Broadcast] Stop recording when opening the room after an app restart (#7450)
  • [Voice Broadcast] Improve playlist fetching and player codebase (#7478)
  • [Voice Broadcast] Display an error dialog if the user fails to start a voice broadcast (#7485)
  • [Voice Broadcast] Add seekbar in listening tile (#7496)
  • [Voice Broadcast] Improve the live indicator icon rendering in the timeline (#7579)
  • Voice Broadcast - Add maximum length (#7588)

SDK API changes ⚠️

  • [Metrics] Add SpannableMetricPlugin to support spans within transactions. (#7514)
  • Fix a bug that caused messages with no formatted text to be quoted as "null". (#7530)
  • If message content has no formattedBody, default to body when editing. (#7574)

What's Changed

  • Voice Broadcast - Improve timeline rendering code by @Florian14 in #7448
  • Voice Broadcast - Do not display the recording tile on the other sessions by @Florian14 in #7449
  • [Rich text editor] Implement full screen editor mode (simple approach) by @jmartinesp in #7436
  • Voice Broadcast - Stop recording on app restart by @Florian14 in #7450
  • [Voice Broadcast] Minor cleanup in GetOngoingVoiceBroadcastsUseCase by @Florian14 in #7458
  • [Rich text editor] Add plain text mode and new attachment UI by @jonnyandrew in #7459
  • Voice Broadcast - Some internal improvements related to the player by @Florian14 in #7478
  • Voice Broadcast - Show start voice broadcast errors in a dialog by @Florian14 in #7485
  • Fix rich text editor EditText not resizing properly in full screen by @jmartinesp in #7491
  • Voice Broadcast - Fix duplicated chunks in the internal playlist during live broadcasts by @Florian14 in #7502
  • Merge branch resilience-rc into develop by @Florian14 in #7455
  • Voice Broadcast - Add seek bar with basic implementation by @Florian14 in #7494
  • [Session manager] Hide push notification toggle when there is no server support (PSG-970) by @mnaturel in #7476
  • Fix bad content types when sending unencrypted media event with additional content data by @Florian14 in #7519
  • When joining a room the message composer should be visible once the room loads by @jmartinesp in #7510
  • Fix duplicated pills when pills contain other spans by @SpiritCroc in #7501
  • Sync analytics plan by @github-actions in #7531
  • Bump lazythreetenbp from 0.11.0 to 0.12.0 by @dependabot in #7498
  • temporary workaround for a failing sync due to unexpected `enableUnre… by @fedrunov in #7534
  • Bump sentry-android from 6.6.0 to 6.7.0 by @dependabot in #7537
  • [Session manager] Multi-session signout (PSG-857) by @mnaturel in #7456
  • Update PR automation by @kittykat in #7518
  • Fix search tests by @bmarty in #7558
  • Bump kotlin-gradle-plugin from 1.7.20 to 1.7.21 by @dependabot in #7548
  • Fix description of verified sessions (PSG-991) by @onurays in #7533
  • Add spannable tracking around SyncResponseHandler by @amitkma in #7514
  • Voice Broadcast - Update seek bar position while playing by @Florian14 in #7496
  • Push notifications toggle: align implementation for current session (PSG-972) by @mnaturel in #7523
  • Translations update from Weblate by @RiotTranslateBot in #7563
  • Bump com.google.devtools.ksp from 1.7.20-1.0.7 to 1.7.21-1.0.8 by @dependabot in #7560
  • Bump posthog from 1.1.2 to 2.0.0 by @dependabot in #7561
  • Bump kotlin-reflect from 1.7.20 to 1.7.21 by @dependabot in #7551
  • Bump orchestrator from 1.4.1 to 1.4.2 by @dependabot in #7552
  • Bump libphonenumber from 8.12.57 to 8.13.0 by @dependabot in #7538
  • Bump play-services-location from 21.0.0 to 21.0.1 by @dependabot in #7536
  • Bump checker from 3.11.0 to 3.27.0 by @dependabot in #7515
  • Bump actions/checkout from 2 to 3 by @dependabot in #7497
  • Bump sonarqube-gradle-plugin from 3.4.0.2513 to 3.5.0.2730 by @dependabot in #7482
  • Bump flipper from 0.171.1 to 0.173.0 by @dependabot in #7487
  • Move TypingView into the timeline as another item by @jmartinesp in #7565
  • Bump flipper from 0.173.0 to 0.174.0 by @dependabot in #7567
  • Fix some quoted messages having 'null' message bodies by @jmartinesp in #7532
  • Voice Broadcast - Improve live indicator icon rendering by @Florian14 in #7579
  • Persist the playback state of voice messages across different screens by @Florian14 in #7582
  • Voice Broadcast - Add max length for recording by @Florian14 in #7588
  • Editing: default to MessageContent.body when no formattedBody is present by @jmartinesp in #7592

Full Changelog: v1.5.7...v1.5.8