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:
commit
ab4b3c2b01
694 changed files with 6806 additions and 1630 deletions
|
|
@ -1 +0,0 @@
|
|||
Fix crash sending image with latest Posthog because of an usage of an internal Android method.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Only apply `com.autonomousapps.dependency-analysis` plugin in those modules that need it.
|
||||
1
changelog.d/+remove-compose-foundation-workaround.misc
Normal file
1
changelog.d/+remove-compose-foundation-workaround.misc
Normal 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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Migrate to Kover 0.7.X
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
Render m.sticker events
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add support for sending images from the keyboard
|
||||
|
|
@ -1 +0,0 @@
|
|||
Remove extra logout screen.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix room transition animation happens twice.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Disable ability to send reaction if the user does not have the permission to.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Trim whitespace at the end of messages to ensure we render the right content.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Handle `MembershipChange.NONE` rendering in the timeline.
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Disable rasterisation of Vector XMLs, which was causing crashes on API 23.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Remove extra previews for timestamp view with 'document' case
|
||||
|
|
@ -1 +0,0 @@
|
|||
Bump AGP version to 8.2.0
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use `SubomposeLayout` for `ContentAvoidingLayout` to prevent wrong measurements in the layout process, leading to cut-off text messages in the timeline.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Improve rendering of voice messages in the timeline in large displays
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added support for MSC4027 (render custom images in reactions)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix no indication that user list is loading when inviting to room.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Hide keyboard when tapping on a message in the timeline.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Mention selector gets stuck when quickly deleting the prompt.
|
||||
1
changelog.d/2304.bugfix
Normal file
1
changelog.d/2304.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix crash after unregistering UnifiedPush distributor
|
||||
1
changelog.d/2316.bugfix
Normal file
1
changelog.d/2316.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add missing device id to settings screen.
|
||||
1
changelog.d/2333.feature
Normal file
1
changelog.d/2333.feature
Normal file
|
|
@ -0,0 +1 @@
|
|||
Allow joining unencrypted video calls in non encrypted rooms.
|
||||
Loading…
Add table
Add a link
Reference in a new issue