Releases: element-hq/element-android
Releases Β· element-hq/element-android
Element Android v1.6.32
Changes in Element v1.6.32 (2025-02-18)
Other changes
- Add action to report room. (#8998)
What's Changed
- Add action to report room. by @bmarty in #9000
- Translations update from Weblate by @RiotTranslateBot in #9007
Full Changelog: v1.6.30...v1.6.32
Element Android v1.6.30
Changes in Element v1.6.30 (2025-02-04)
Dual licensing: AGPL + Element Commercial (#8990)
Bugfixes π
- Fix incoming call crash on Android 14+. (#8964)
What's Changed
- Dual licensing: AGPL + Element Commercial by @bmarty in #8990
- Bump io.element.android:wysiwyg from 2.37.4 to 2.38.2 by @dependabot in #8993
- #8964 Fix app crash on incoming call when running Android 14+ by @christianrowlands in #8989
Full Changelog: v1.6.28...v1.6.30
Element Android v1.6.28
Changes in Element v1.6.28 (2025-01-13)
- Start sunsetting the application: prevent creation of new accounts on server with MAS support, and redirect users to Element X. (#8983)
- Sync strings. (#8986)
What's Changed
- Sunset application - first step by @bmarty in #8983
- Translations update from Weblate by @RiotTranslateBot in #8967
- Fix file attachment crash by @toshanmugaraj in #8908
- Update sonarcloud project key by @guillaumevillemont in #8877
- Sync strings by @bmarty in #8986
New Contributors
- @toshanmugaraj made their first contribution in #8908
- @guillaumevillemont made their first contribution in #8877
Full Changelog: v1.6.26...v1.6.28
Element Android v1.6.26
Changes in Element v1.6.26 (2024-12-20)
Other changes
- Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0 based on matrix-sdk-crypto-0.9.0 (#8960)
What's Changed
- Bump org.matrix.rustcomponents:crypto-android from 0.5.0 to 0.6.0 by @BillCarsonFr in #8960
- Sync Emojis by @github-actions in #8956
- Bump rexml from 3.2.9 to 3.3.9 by @dependabot in #8929
- Fix rendering text replies by @tulir in #8947
- Ensure Realm migration does not crash by @bmarty in #8965
Full Changelog: v1.6.24...v1.6.26
Element Android v1.6.24
Bugfixes π
- Extended file name support to include characters from multiple languages, including Cyrillic and Han scripts. (#6449) (#6449)
- Intercept mobile.element.io links with Element app (#8904)
- Show a notice when a previously verified user is not anymore (#8933)
Other changes
- Indicate when calls are unsupported in the timeline/notifications (#8938)
What's Changed
- Intercept mobile.element.io links with Element app by @bro2020 in #8913
- Change license to AGPL by @bmarty in #8915
- Sync Emojis by @github-actions in #8903
- Java 21 by @bmarty in #8928
- Fix reference by @erikhuizinga in #8926
- Sync Emojis by @github-actions in #8922
- [Bugfix] Fix microphone loss during background voice calls on Android 14 by @amitshilo11 in #8914
- feat(crypto): Add support for verification violation warnings by @BillCarsonFr in #8933
- Element call incoming call by @bmarty in #8941
- #6449 Extended file name support to include characters from multiple languages, including Cyrillic and Han scripts by @christianrowlands in #8925
- Ensure m.call.notify event is not filtered out by push rules. by @bmarty in #8945
New Contributors
- @bro2020 made their first contribution in #8913
- @amitshilo11 made their first contribution in #8914
- @christianrowlands made their first contribution in #8925
Full Changelog: v1.6.22...v1.6.24
Element Android v1.6.22
Changes in Element v1.6.22 (2024-09-23)
Important: this version removes the dependency of the deprecated libolm library.
Application installations that have not been updated to the first version with the migration (v1.6.0 released at 2023-05-17) will not be able to migrate the account.
More details in (#8901)
Other changes
- Remove legacy QR code login. (#8889)
What's Changed
- Remove legacy qr code login by @bmarty in #8890
- Add unit test on ScanEncryptorUtils. by @bmarty in #8900
- Upgrade Jitsi to 10.2.0 by @bmarty in #8911
- Update strings.xml to fix the "see and managed addresses[β¦]" typo. by @Erquint in #8905
- Remove dependency on libolm by @bmarty in #8901
New Contributors
Full Changelog: v1.6.20...v1.6.22
Element Android v1.6.20
What's Changed
- Bump io.element.android:wysiwyg from 2.37.3 to 2.37.4 by @dependabot in #8853
- Run
bundle update
by @bmarty in #8854 - Bump compile and target SDK to 34 by @bmarty in #8860
- Use ContextCompat.registerReceiver with explicit RECEIVER_EXPORTED by @bmarty in #8867
- Supports authenticated media by @ganfra in #8868
Full Changelog: v1.6.18...v1.6.20
Element Android v1.6.18
Changes in Element v1.6.18 (2024-06-25)
Security fixes
- Fix redacted events not grouped correctly when hidden events are inserted between, making the app not render the timeline. (#8840)
Bugfixes π
- Fix redacted events not grouped correctly when hidden events are inserted between. (#8840)
- Element-Android session doesn't encrypt for a dehydrated device (#8842)
- Intercept only links from
element.io
well known hosts. The previous behaviour broke OIDC login in Element X. (#8849)
Other changes
- Posthog | report platform code for EA (#8839)
What's Changed
- Support reporting super properties to posthog (appPlatform) by @BillCarsonFr in #8839
- Fix redacted events not grouped correctly by @ganfra in #8841
- Bump io.element.android:wysiwyg from 2.35.0 to 2.37.3 by @dependabot in #8835
- Fix sonarqube CI error UnsupportedClassVersionError by @BillCarsonFr in #8844
- Fix | Share room keys with dehydrated devices by @BillCarsonFr in #8842
- When sending user mentions, always send the user id as the fallback text by @jmartinesp in #8847
- Replace
*.element.io
deep link with actual hosts by @jmartinesp in #8850
Full Changelog: v1.6.16...v1.6.18
Element Android v1.6.16
Changes in Element v1.6.16 (2024-05-29)
Bugfixes π
- Fix crash when accessing a local file and permission is revoked. (#3616)
- Fixes Element on Android 12+ being ineligible for URL deeplinks (#5748)
- Restore formatting when restoring a draft. Also keep formatting when switching composer mode. (#7466)
Other changes
What's Changed
- When reporting a user, use the membership state eventId for the eventId. by @bmarty in #8798
- Sync Emojis by @github-actions in #8795
- Analyics: stop double reporting posthog utds by @BillCarsonFr in #8801
- Fixing Android 12 url deeplinks by @ouchadam in #6225
- fix: update local file access permission by @yostyle in #8810
- Add note about MSC3886, MSC3903 and MSC3906 being closed by @hughns in #8817
- Add dependency on
com.github.matrix-org:matrix-analytics-events
by @bmarty in #8790 - Bump posthog version to 3.2.0 by @BillCarsonFr in #8820
- Bump rust sdk crypto to 0.4.1 by @BillCarsonFr in #8838
- Fix Rich Text Editor issues: save formatted text in draft and keep formatting when switching between modes by @bmarty in #8743
Full Changelog: v1.6.14...v1.6.16
Element Android v1.6.14
Changes in Element v1.6.14 (2024-04-02)
Bugfixes π
- Fix send button blinking once for each character you are typing in RTE. (#send_button_blinking)
- Fix infinite loading on secure backup setup ("Re-Authentication needed" bottom sheet). (#8786)
Other changes
- Improve UTD reporting by adding additional fields to the report. (#8780)
- Add a report user action in the message bottom sheet and on the user profile page. (#8796)
What's Changed
- Fix send button blinking with RTE by @ganfra in #8770
- Bump io.element.android:wysiwyg from 2.29.0 to 2.30.0 by @dependabot in #8772
- Bump io.element.android:wysiwyg from 2.30.0 to 2.31.0 by @dependabot in #8775
- Fix StreamEventsManager not signaling event decryptions by @BillCarsonFr in #8777
- Fix setup secure backup by @bmarty in #8786
- Bump io.element.android:wysiwyg from 2.31.0 to 2.34.0 by @dependabot in #8787
- Update analytic events by @BillCarsonFr in #8789
- Bump io.element.android:wysiwyg from 2.34.0 to 2.35.0 by @dependabot in #8792
- UTD posthog reporting add more properties to captured event by @BillCarsonFr in #8780
- Report user by @bmarty in #8797
Full Changelog: v1.6.12...v1.6.14