Skip to content

Commit

Permalink
Merge tag 'v0.4.0' into develop
Browse files Browse the repository at this point in the history
Version 0.4.0
  • Loading branch information
jmartinesp committed Dec 22, 2023
2 parents b7480a0 + 48d53d7 commit ef9ff31
Show file tree
Hide file tree
Showing 42 changed files with 66 additions and 44 deletions.
51 changes: 51 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
Changes in Element X v0.4.0 (2023-12-22)
========================================

Features ✨
----------
- Use the RTE library `TextView` to render text events in the timeline. Add support for mention pills - with no interaction yet. ([#1433](https://github.com/element-hq/element-x-android/issues/1433))
- Tapping on a user mention pill opens their profile. ([#1448](https://github.com/element-hq/element-x-android/issues/1448))
- Display different notifications for mentions. ([#1451](https://github.com/element-hq/element-x-android/issues/1451))
- Reply to a poll ([#1848](https://github.com/element-hq/element-x-android/issues/1848))
- Add plain text representation of messages ([#1850](https://github.com/element-hq/element-x-android/issues/1850))
- Allow polls to be edited when they have not been voted on ([#1869](https://github.com/element-hq/element-x-android/issues/1869))
- Scroll to end of timeline when sending a new message. ([#1877](https://github.com/element-hq/element-x-android/issues/1877))
- Confirm back navigation when editing a poll only if the poll was changed ([#1886](https://github.com/element-hq/element-x-android/issues/1886))
- Add option to delete a poll while editing the poll ([#1895](https://github.com/element-hq/element-x-android/issues/1895))
- Open room member avatar when you click on it inside the member details screen. ([#1907](https://github.com/element-hq/element-x-android/issues/1907))
- Poll history of a room is now accessible from the room details screen. ([#2014](https://github.com/element-hq/element-x-android/issues/2014))
- Always close the invite list screen when there is no more invite. ([#2022](https://github.com/element-hq/element-x-android/issues/2022))

Bugfixes 🐛
----------
- Fix see room in the room list after leaving it. ([#1006](https://github.com/element-hq/element-x-android/issues/1006))
- Adjust mention pills font weight and horizontal padding ([#1449](https://github.com/element-hq/element-x-android/issues/1449))
- Font size in 'All Chats' header was changing mid-animation. ([#1572](https://github.com/element-hq/element-x-android/issues/1572))
- Accessibility: do not read initial used for avatar out loud. ([#1864](https://github.com/element-hq/element-x-android/issues/1864))
- Use the right avatar for DMs in DM rooms ([#1912](https://github.com/element-hq/element-x-android/issues/1912))
- Fix scaling of timeline images: don't crop, don't set min/max aspect ratio values. ([#1940](https://github.com/element-hq/element-x-android/issues/1940))
- Fix rendering of user name with vertical text by clipping the text. ([#1950](https://github.com/element-hq/element-x-android/issues/1950))
- Do not render `roomId` if the room has no canonical alias. ([#1970](https://github.com/element-hq/element-x-android/issues/1970))
- Fix avatar not displayed in notification when the app is not in background ([#1991](https://github.com/element-hq/element-x-android/issues/1991))
- Fix wording in room invite members view: `Send` -> `Invite`. ([#2037](https://github.com/element-hq/element-x-android/issues/2037))
- Timestamp positioning was broken, specially for edited messages. ([#2060](https://github.com/element-hq/element-x-android/issues/2060))
- Emojis in custom reaction bottom sheet are too tiny. ([#2066](https://github.com/element-hq/element-x-android/issues/2066))
- Set a default power level to join calls. Also, create new rooms taking this power level into account.

Other changes
-------------
- Add a warning for 'mentions and keywords only' notification option if your homeserver does not support it ([#1749](https://github.com/element-hq/element-x-android/issues/1749))
- Remove `:libraries:theme` module, extract theme and tokens to [Compound Android](https://github.com/element-hq/compound-android). ([#1833](https://github.com/element-hq/element-x-android/issues/1833))
- Update poll icons from Compound ([#1849](https://github.com/element-hq/element-x-android/issues/1849))
- Add ability to see the room avatar in the media viewer. ([#1918](https://github.com/element-hq/element-x-android/issues/1918))
- RoomList: introduce incremental loading to improve performances. ([#1920](https://github.com/element-hq/element-x-android/issues/1920))
- Add toggle in the notification settings to disable notifications for room invites. ([#1944](https://github.com/element-hq/element-x-android/issues/1944))
- Update rendering of Emojis displayed during verification. ([#1965](https://github.com/element-hq/element-x-android/issues/1965))
- Hide sender info in direct rooms ([#1979](https://github.com/element-hq/element-x-android/issues/1979))
- Render images in Notification ([#1991](https://github.com/element-hq/element-x-android/issues/1991))
- Only process content.json from Localazy. ([#2031](https://github.com/element-hq/element-x-android/issues/2031))
- Always show user avatar in message action sheet ([#2032](https://github.com/element-hq/element-x-android/issues/2032))
- Hide room list dropdown menu. ([#2062](https://github.com/element-hq/element-x-android/issues/2062))
- Enable Chat backup, Mentions and Read Receipt in release. ([#2087](https://github.com/element-hq/element-x-android/issues/2087))
- Make most code used in Compose from `:libraries:matrix` and derived classes Immutable or Stable.

Changes in Element X v0.3.2 (2023-11-22)
========================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/+make-matrix-classes-immutable.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+set-default-power-level-to-join-calls.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1006.bugfix

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/1433.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1448.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1449.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1451.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1572.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1749.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1833.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1848.feature

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/1849.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1850.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1864.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1869.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1877.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1886.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1895.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1907.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1912.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1918.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1920.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1940.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1944.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1950.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1965.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1970.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1979.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1991.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1991.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2014.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2022.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2031.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2032.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2037.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2060.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2062.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2066.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2087.misc

This file was deleted.

13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40004000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Main changes in this version:

- New timeline messages rendering.
- Added support for user mentions.
- Enabled chat backup so you can restore previous message history.
- Added read receipts.
- Several improvements to polls, including poll history.
- Several UI/UX improvements.
- Set a default power level to join room calls.
- Added an option to disable notifications for invites.
- Fixed a bug with the text composer and suggestions on Android 14.

Full changelog: https://github.com/element-hq/element-x-android/releases
4 changes: 2 additions & 2 deletions plugins/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion

// Note: 2 digits max for each value
private const val versionMajor = 0
private const val versionMinor = 3
private const val versionMinor = 4

// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
private const val versionPatch = 4
private const val versionPatch = 0

object Versions {
val versionCode = 4_000_000 + versionMajor * 1_00_00 + versionMinor * 1_00 + versionPatch
Expand Down

0 comments on commit ef9ff31

Please sign in to comment.