Merge branch 'develop' of github.com:element-hq/element-x-android into align-cta-button-on-login-flow

# Conflicts:
#	features/onboarding/impl/src/main/kotlin/io/element/android/features/onboarding/impl/OnBoardingView.kt
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_0,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_1,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_2,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_3,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Day-0_1_null_4,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_0,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_1,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_2,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_3,NEXUS_5,1.0,en].png
#	tests/uitests/src/test/snapshots/images/ui_S_t[f.onboarding.impl_OnBoardingScreen_null_OnBoardingScreen-Night-0_2_null_4,NEXUS_5,1.0,en].png
This commit is contained in:
Marco Antonio Alvarez 2024-02-01 17:54:11 +01:00
commit ab4b3c2b01
694 changed files with 6806 additions and 1630 deletions

View file

@ -1 +0,0 @@
Fix crash sending image with latest Posthog because of an usage of an internal Android method.

View file

@ -1 +0,0 @@
Only apply `com.autonomousapps.dependency-analysis` plugin in those modules that need it.

View file

@ -0,0 +1 @@
Remove Compose Foundation version pinning workaround. This was done to avoid a bug introduced in the default foundation version used by the material3 library, but that has already been fixed.

View file

@ -1 +0,0 @@
Migrate to Kover 0.7.X

View file

@ -1 +0,0 @@
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

View file

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

View file

@ -1 +0,0 @@
Add support for sending images from the keyboard

View file

@ -1 +0,0 @@
Remove extra logout screen.

View file

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

View file

@ -1 +0,0 @@
Disable ability to send reaction if the user does not have the permission to.

View file

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

View file

@ -1 +0,0 @@
Handle `MembershipChange.NONE` rendering in the timeline.

View file

@ -1 +0,0 @@
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.

View file

@ -1 +0,0 @@
Disable rasterisation of Vector XMLs, which was causing crashes on API 23.

View file

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

View file

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

View file

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

View file

@ -1 +0,0 @@
Improve rendering of voice messages in the timeline in large displays

View file

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

View file

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

View file

@ -1 +0,0 @@
Hide keyboard when tapping on a message in the timeline.

View file

@ -1 +0,0 @@
Mention selector gets stuck when quickly deleting the prompt.

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

@ -0,0 +1 @@
Fix crash after unregistering UnifiedPush distributor

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

@ -0,0 +1 @@
Add missing device id to settings screen.

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

@ -0,0 +1 @@
Allow joining unencrypted video calls in non encrypted rooms.