Merge branch 'develop' into feature/fga/invite_user_loader

This commit is contained in:
ganfra 2024-01-05 14:02:58 +01:00
commit 2a240d2496
496 changed files with 1390 additions and 1180 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/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)