Releases: element-hq/element-android
v1.5.25
Changes in Element v1.5.25 (2023-02-15)
Bugfixes 🐛
- CountUpTimer - Fix StackOverFlow exception when stop action is called within the tick event (#8127)
What's Changed
- Fix StackOverFlow exception when stop action is called within the tick event by @Florian14 in #8127
Full Changelog: v1.5.24...v1.5.25
Element Android v1.5.24
Features ✨
- [Rich text editor] Add inline code to rich text editor (#8011)
Bugfixes 🐛
- If media cache is large, Settings > General takes a long time to open (#5918)
- Fix that replies to @roomba would be highlighted as a room ping. Contributed by Nico. (#6457)
- Cannot select text properly in plain text mode when using Rich Text Editor. (#7801)
- Fix the next button disabled issue after going to change homeserver screen (#7928)
- Fix extra new lines added to inline code (#7975)
- [Voice Broadcast] Use internal playback timer to compute the current playback position (#8012)
- Do not send any request to Posthog if no consent is provided. (#8031)
- [Voice Broadcast] We should not be able to start broadcasting if there is already a live broadcast in the Room (#8062)
In development 🚧
- [Poll] History list: unmock data (#7864)
SDK API changes ⚠️
Other changes
- Let the user know when we are not able to decrypt the voice broadcast chunks (#7820)
- [Voice Broadcast] Show Live broadcast in the room list only if the feature flag is enabled in the lab (#8042)
- Improve the
CountUpTimer
implementation (#8058)
What's Changed
- [Push rules] Call /actions api before /enabled api (PSG-1099) by @mnaturel in #8006
- [Poll] Unmock poll history timeline (PSG-1045, PSG-1095) by @mnaturel in #8003
- Start sync by @bmarty in #8019
- Bump sentry-android from 6.12.1 to 6.13.0 by @dependabot in #8024
- Translations update from Weblate by @RiotTranslateBot in #8018
- Do not send any request to Posthog if no consent is provided. by @bmarty in #8031
- [Rich text editor] Add inline code to rich text editor by @jonnyandrew in #8011
- [Voice Broadcast] Use internal playback timer to compute the playback position by @Florian14 in #8012
- Bump alex-page/github-project-automation-plus from 0.8.2 to 0.8.3 by @dependabot in #8035
- [Voice Broadcast] Move the live broadcast computation in the room list behind the lab flag by @Florian14 in #8042
- Bump com.posthog.android:posthog from 2.0.0 to 2.0.1 by @dependabot in #8039
- Show poll question when rendering reply to a poll end event (PSG-1133) by @onurays in #7969
- Bump com.android.tools.build:gradle from 7.3.1 to 7.4.1 by @dependabot in #8059
- Bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 11.1.0 by @dependabot in #8023
- Not start broadcasting if there is already a live broadcast in the room by @yostyle in #8070
- Bump org.checkerframework:checker from 3.29.0 to 3.30.0 by @dependabot in #8065
- Translations update from Weblate by @RiotTranslateBot in #8063
- Translations update from Weblate by @RiotTranslateBot in #8073
- Improve CountUpTimer ticks precision by @Florian14 in #8058
- Implement the current spec for event match conditions by @deepbluev7 in #6457
- Bump com.autonomousapps.dependency-analysis from 1.18.0 to 1.19.0 by @dependabot in #8085
- Open general settings performance by @bmarty in #8086
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.0 to 1.8.10 by @dependabot in #8067
- Bump flipper from 0.177.0 to 0.178.1 by @dependabot in #8084
- Translations update from Weblate by @RiotTranslateBot in #8082
- Bump com.google.devtools.ksp from 1.8.0-1.0.8 to 1.8.10-1.0.9 by @dependabot in #8066
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.0 to 1.8.10 by @dependabot in #8064
- Bump io.element.android:wysiwyg from 0.18.0 to 0.23.0 by @dependabot in #8055
- Bump org.owasp:dependency-check-gradle from 8.0.1 to 8.0.2 by @dependabot in #8038
- Bump danger/danger-js from 11.2.2 to 11.2.3 by @dependabot in #8034
- Fix: cannot select text in plain text mode in Rich Text Editor by @jmartinesp in #8032
- Bump material from 1.7.0 to 1.8.0 by @dependabot in #7999
- Bump paparazzi from 1.1.0 to 1.2.0 by @dependabot in #7971
- Let the user know when we are not able to decrypt the voice broadcast… by @yostyle in #8057
- Fix the next button disable issue after visiting homeserver screen by @ByeongsuPark in #8087
Full Changelog: v1.5.22...v1.5.24
Element Android v1.5.22
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
- [Rich text editor] Update list item bullet appearance by @jonnyandrew in #7930
- Render ended polls (PSG-904) by @onurays in #7900
- Bump danger/danger-js from 11.2.0 to 11.2.1 by @dependabot in #7923
- Bump junit from 1.1.3 to 1.1.5 by @dependabot in #7884
- Bump stem-plugin from 2.2.3 to 2.3.0 by @dependabot in #7922
- Bump com.autonomousapps.dependency-analysis from 1.17.0 to 1.18.0 by @dependabot in #7840
- Bump flipper from 0.176.0 to 0.176.1 by @dependabot in #7774
- Bump sentry-android from 6.9.2 to 6.11.0 by @dependabot in #7869
- new app layout home screen unit tests by @fedrunov in #7322
- Remove package declaration from AndroidManifest.xml by @bmarty in #7937
- Feature/bma/kotlin1 8 by @bmarty in #7936
- Fix unexpected live voice broadcast in the room list by @Florian14 in #7898
- Fix rendering of edited polls (PSG-963) by @onurays in #7939
- Bump wysiwyg from 0.15.0 to 0.17.0 by @dependabot in #7948
- Translations update from Weblate by @RiotTranslateBot in #7942
- Bump appcompat from 1.5.1 to 1.6.0 by @dependabot in #7940
- Voice Broadcast - only send a notification on the first chunk by @Florian14 in #7945
- Make verification bottom sheet cancellable on tap outside (PSG-1139) by @onurays in #7950
- Voice Broadcast - Handle exceptions during playback by @Florian14 in #7919
- [Poll] Warning message on decryption failure of some events (PSG-1025) by @mnaturel in #7851
- Fix small bugs by @bmarty in #7949
- Bump flipper from 0.176.1 to 0.177.0 by @dependabot in #7957
- Bump wysiwyg from 0.17.0 to 0.18.0 by @dependabot in #7958
- [Poll] History list: Load more UI mechanism (PSG-1095) by @mnaturel in #7951
- Fix oom crashes. by @bmarty in #7962
- Use gradle build cache action rather than manual cache usage. by @michaelkaye in #7944
- Bump google-services from 4.3.14 to 4.3.15 by @dependabot in #7983
- Tapping slightly left or right of the 30s buttons highlights the whole cell instead of registering as button presses by @yostyle in #7978
- Support reactions on Voice Broadcast by @yostyle in #7976
- Send voice message should not be allowed during a voice broadcast recording by @yostyle in #7974
- Pause voice broadcast listening on new VB recording by @yostyle in #7973
- Voice Broadcast - Fix playback scrubbing not working if playback is stopped by @Florian14 in #7963
- Voice Broadcast - Rework internal media players coordination by @Florian14 in #7979
- Slow down sentry by @bmarty in #7985
- Bump firebase-appdistribution-gradle from 3.1.1 to 3.2.0 by @dependabot in #7982
- Bump dependency-check-gradle from 7.4.4 to 8.0.1 by @dependabot in #7972
- Bump firebase-bom from 31.1.1 to 31.2.0 by @dependabot in #7984
- Bump danger/danger-js from 11.2.1 to 11.2.2 by @dependabot in #7994
- Pause voice broadcast if there is no network by @Florian14 in #7993
- Bump sentry-android from 6.11.0 to 6.12.1 by @dependabot in #7964
- Implement MSC3912 to delete server side all the data of a deleted voice broadcast by @yostyle in #7988
- Bump libphonenumber from 8.13.4 to 8.13.5 by @dependabot in #8000
- Translations update from Weblate by @RiotTranslateBot in #8002
Full Changelog: v1.5.20...v1.5.22
Element Android v1.5.20
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
- Fix: ISSUE-5546: replyTo are not updated if the original message is edited by @Claire1817 in #6704
- Update to latest version of Lint (8.0.0-alpha10) by @mnaturel in #7891
- Bump firebase-messaging from 23.1.0 to 23.1.1 by @dependabot in #7749
- Translations update from Weblate by @RiotTranslateBot in #7892
- [Rich text editor] Add list formatting buttons to the rich text editor by @jonnyandrew in #7887
- Edit voice broadcast string in labs by @Florian14 in #7901
- [Session manager] Missing info when a session does not support encryption (PSG-1074) by @mnaturel in #7854
- [Voice Broadcast] Stop listening if we reach the last received chunk and there is no last sequence number by @Florian14 in #7899
- Bump dependency-check-gradle from 7.4.1 to 7.4.3 by @dependabot in #7865
- Bump checker from 3.27.0 to 3.29.0 by @dependabot in #7903
- [Poll] Render active polls list of a room (PSG-908) by @mnaturel in #7867
- Reduce number of crypto database transactions when handling the sync response by @bmarty in #7879
- [Poll] Render past polls list of a room (PSG-1029) by @mnaturel in #7886
- Observe ViewEvents only when resumed by @bmarty in #7724
- Fix lint false positive by @bmarty in #7885
- Translations update from Weblate by @RiotTranslateBot in #7905
- Release script update by @bmarty in #7875
- Bump wysiwyg from 0.13.0 to 0.14.0 by @dependabot in #7902
- Bump dependency-check-gradle from 7.4.3 to 7.4.4 by @dependabot in #7906
- Thread list crashes by @bmarty in #7913
- Translations update from Weblate by @RiotTranslateBot in #7908
- Remove the "device" field from get
/pushrules
response model. by @bmarty in #7918 - View event replay by @bmarty in #7917
- Bump oss-licenses-plugin from 0.10.5 to 0.10.6 by @dependabot in #7716
- Bump lazythreetenbp from 0.12.0 to 0.13.0 by @dependabot in #7810
- Bump libphonenumber from 8.13.3 to 8.13.4 by @dependabot in #7907
- Bump git from 1.11.0 to 1.13.0 by @dependabot in #7921
- Add trim to username input when sign-in by @ByeongsuPark in #7432
- fix: increase font size for messages by @thefirstofthe300 in #5717
Full Changelog: v1.5.18...v1.5.20
v1.5.18
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
- fix 7870 by @BillCarsonFr in #7871
- Sync Emojis by @github-actions in #7848
Full Changelog: v1.5.16...v1.5.18
v1.5.16
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
v1.5.14
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
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
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...