Merge branch 'develop' into feature/bma/sendImageFromKeyboard

This commit is contained in:
Benoit Marty 2024-01-08 08:59:00 +01:00 committed by GitHub
commit cbc86ea1e4
759 changed files with 2603 additions and 1574 deletions

1
changelog.d/1949.bugfix Normal file
View file

@ -0,0 +1 @@
Make sure the media viewer tries the main url first (if not empty) then the thumbnail url and then not open if both are missing instead of failing with an error dialog

1
changelog.d/1949.feature Normal file
View file

@ -0,0 +1 @@
Render m.sticker events

1
changelog.d/2084.bugfix Normal file
View file

@ -0,0 +1 @@
Fix room transition animation happens twice.

1
changelog.d/2099.bugfix Normal file
View file

@ -0,0 +1 @@
Trim whitespace at the end of messages to ensure we render the right content.

1
changelog.d/2105.bugfix Normal file
View file

@ -0,0 +1 @@
Fix crashes in room list when the last message for a room was an extremely long one (several thousands of characters) with no line breaks.

1
changelog.d/2127.misc Normal file
View file

@ -0,0 +1 @@
Remove extra previews for timestamp view with 'document' case

1
changelog.d/2142.misc Normal file
View file

@ -0,0 +1 @@
Bump AGP version to 8.2.0

1
changelog.d/2155.bugfix Normal file
View file

@ -0,0 +1 @@
Use `SubomposeLayout` for `ContentAvoidingLayout` to prevent wrong measurements in the layout process, leading to cut-off text messages in the timeline.

1
changelog.d/2159.feature Normal file
View file

@ -0,0 +1 @@
Added support for MSC4027 (render custom images in reactions)

1
changelog.d/2172.bugfix Normal file
View file

@ -0,0 +1 @@
Fix no indication that user list is loading when inviting to room.