ganfra
a6ec5469ef
change (member moderation) : add test on RoomMemberModerationView
2025-05-24 11:16:33 +02:00
ganfra
03e1926e14
Merge branch 'develop' into feature/fga/user_moderation_bottomsheet
2025-05-23 17:28:48 +02:00
ganfra
0d5b8709b8
Merge pull request #4755 from element-hq/renovate/com.google.firebase-firebase-bom-33.x
...
fix(deps): update dependency com.google.firebase:firebase-bom to v33.14.0
2025-05-23 12:18:14 +02:00
ganfra
07dd79a8c5
Merge pull request #4733 from element-hq/renovate/media3
...
fix(deps): update media3 to v1.7.1
2025-05-23 12:15:17 +02:00
ganfra
f7b5423aae
Merge branch 'develop' into renovate/com.google.firebase-firebase-bom-33.x
2025-05-23 11:50:27 +02:00
ganfra
590239f536
Merge branch 'develop' into renovate/media3
2025-05-23 11:47:35 +02:00
ganfra
b43020dc3b
Merge pull request #4767 from element-hq/renovate/org.jlleitschuh.gradle.ktlint-12.x
...
chore(deps): update plugin ktlint to v12.3.0
2025-05-23 11:47:13 +02:00
renovate[bot]
e6d9f48836
chore(deps): update plugin ktlint to v12.3.0
2025-05-23 00:34:57 +00:00
Jorge Martin Espinosa
7b7f2d9cb3
Maestro: fix MAS and EC breaking the tests ( #4762 )
2025-05-22 22:31:51 +02:00
renovate[bot]
9097c3f622
fix(deps): update dependency org.maplibre.gl:android-sdk to v11.8.8 ( #4721 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-22 09:29:14 +02:00
ganfra
2ac333bb52
change (member moderation) : clean and add tests on Presenter
2025-05-21 18:31:08 +02:00
ganfra
b0c95db0de
change (member moderation) : sync strings
2025-05-21 18:30:45 +02:00
Benoit Marty
f20caebdcb
Add support for login link ( #4752 )
...
* Add support for login link
https://mobile.element.io/element?account_provider=example.org&login_hint=mxid:@alice:example.org
* Update screenshots
* Reduce code duplication
* Add test on OnBoardingPresenter
* Fix tool
* Ignore login parameter if user is not allowed to connect to the provided server.
* Improve tests.
* Cleanup
* Revert change on Project.xml.
* Add documentation
* Improve LoginHelper
* Rename LoginFlow to LoginMode
Move LoginFlow to package io.element.android.features.login.impl.login
Rename some implementation of LoginMode
Rename LoginFlowView to LoginModeView
* Change launchMode of MainActivity from `singleTop` to `singleTask`
Using launchMode singleTask to avoid multiple instances of the Activity when the app is already open. This is important for incoming share and for opening the application from a mobile.element.io link.
Closes #4074
---------
Co-authored-by: ElementBot <android@element.io >
2025-05-21 18:19:42 +02:00
renovate[bot]
bc759e4129
fix(deps): update datastore to v1.1.7 ( #4754 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-21 18:19:24 +02:00
Benoit Marty
50f5f193d5
Changelog for version 25.05.4
2025-05-21 18:18:42 +02:00
Benoit Marty
5edc9440ea
Merge tag 'v25.05.4' into develop
...
tag
2025-05-21 17:45:19 +02:00
Benoit Marty
7103f2ac2b
Merge branch 'release/25.05.4' into main
2025-05-21 17:45:01 +02:00
Benoit Marty
01eddc162b
Adding fastlane file for version 25.05.4
2025-05-21 17:44:55 +02:00
Benoit Marty
c3c21bcfcc
Setting version for the release 25.05.4
2025-05-21 17:43:25 +02:00
renovate[bot]
6d8d758351
fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25.5.21 ( #4759 )
...
* fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25.5.21
* Fix API breaks
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2025-05-21 17:39:58 +02:00
renovate[bot]
10bb276a64
fix(deps): update dependency com.google.firebase:firebase-bom to v33.14.0
2025-05-20 19:24:18 +00:00
Jorge Martin Espinosa
01abba6205
Use the right live timeline instance in RustRoomFactory ( #4745 )
2025-05-20 17:33:25 +02:00
Benoit Marty
1a6596a89a
Fix compilation issues. ( #4750 )
...
* Fix compilation issues.
* Fix compilation issues.
2025-05-20 13:12:01 +02:00
Benoit Marty
4b7b12102a
Kotlin 2.1.21
2025-05-20 09:10:20 +02:00
Benoit Marty
caf25894d6
Reduce API of JoinedRoom, caller must use the Timeline API from liveTimeline instead. ( #4731 )
...
This removes lots of boilerplate code.
2025-05-20 09:07:43 +02:00
Benoit Marty
c6f6c2cd65
Allow configuration to provide multiple account providers. ( #4742 )
...
* Allow several account provider in configuration
* Target latest private modules.
* Fix tests
* Target latest private modules.
* Trigger CI
* Fix formatting issue
2025-05-20 08:57:01 +02:00
Benoit Marty
6995e62548
Merge on boarding module to login module ( #4746 )
...
* Move onboarding code to the login module.
* Remove OnBoardingEntryPoint, move the flow to LoginFlowNode
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io >
2025-05-20 08:54:23 +02:00
Benoit Marty
056fbcb0e7
Trigger pipeline build when a release tag is pushed ( #4741 )
2025-05-19 22:44:23 +02:00
ganfra
2429879b5a
change (member moderation) : fix all existing tests
2025-05-19 22:16:17 +02:00
ElementBot
90f89b9088
Sync Strings ( #4739 )
...
* Sync Strings from Localazy
* Sync strings again
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
Co-authored-by: Benoit Marty <benoit@matrix.org >
2025-05-19 08:17:02 +00:00
ganfra
c6eea91d69
change (member moderation) : allow disabled action and render unban too
2025-05-16 18:38:15 +02:00
renovate[bot]
9067c2c7c2
fix(deps): update kotlinpoet to v2.2.0 ( #4732 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-16 16:22:32 +00:00
renovate[bot]
109336b217
fix(deps): update dependency com.squareup.retrofit2:retrofit-bom to v3 ( #4729 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-16 17:56:33 +02:00
renovate[bot]
6a2fef0eb2
fix(deps): update media3 to v1.7.1
2025-05-16 15:51:22 +00:00
renovate[bot]
e335d64c1b
fix(deps): update kotlin ( #4713 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-16 17:49:21 +02:00
renovate[bot]
d4a62708f8
chore(deps): update codecov/codecov-action action to v5.4.3 ( #4730 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-16 16:15:37 +02:00
renovate[bot]
2bea3127d3
fix(deps): update dependency com.squareup.retrofit2:retrofit-bom to v2.12.0 ( #4727 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-15 21:39:39 +02:00
Richard van der Hoff
5f0bb0ac89
README.md: fix broken linnk ( #4728 )
2025-05-15 21:38:59 +02:00
Benoit Marty
3b5d365834
Fix issues on JoinedRoom / BaseRoom ( #4724 )
...
* Import type
* Add test to cover an existing issue. roomCoroutineScope is not cancelled when the class is destroyed
* Cancel roomCoroutineScope when the class is destroyed
* Move `isOneToOne` to BaseRoom, we do not need a JoinedRoom for it.
* Let `roomInfoFlow` be implemented by RustBaseRoom.
It should fix a few issues where we rely on the room info to be live, and it was not the case on RustBaseRoom.
* Add more assertions.
The test would fail anyway if roomCoroutineScope was still active, but it's more explicit with these assertions.
2025-05-15 16:08:58 +00:00
renovate[bot]
0705ae0b3a
fix(deps): update dependency com.posthog:posthog-android to v3.15.0 ( #4723 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-15 17:42:48 +02:00
Benoit Marty
318f72a78d
Ensure the CI is marked as failed when Maestro test is failing ( #4700 )
...
* Ensure the CI is marked as failed when Maestro test is failing
* Fix typo in String to disable bookmark in ChromeCustomTab
* Fix Maestro test now that matrix.org is using MAS to authenticate.
* Fix Maestro test - other issues due to recent changes.
* Maestro: add test on Element Call
* Run through Chrome on boarding step.
* Try suggestion from https://github.com/mobile-dev-inc/Maestro/issues/1126#issuecomment-2842220361
* Revert "Try suggestion from https://github.com/mobile-dev-inc/Maestro/issues/1126#issuecomment-2842220361 "
This reverts commit d400644622c1a240deb61040f9095e3221e07f21.
* Add comment on Maestro flow.
2025-05-15 17:14:41 +02:00
Benoit Marty
98cfddce3f
Check homeserver when login using qr code ( #4708 )
...
* Login with Qr code: check homeserver validity
* QrCode login, unauthorized homeserver: update copy.
* Update screenshots
* Add unit test on SdkQrCodeLoginData
* Remove default param value.
* Remember imageAnalysis
---------
Co-authored-by: ElementBot <android@element.io >
2025-05-15 14:08:05 +02:00
renovate[bot]
cf02ac7eeb
chore(deps): update plugin sonarqube to v6.2.0.5505 ( #4725 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-15 11:29:45 +02:00
Jorge Martin Espinosa
44d77a6048
Remove event cache feature flag ( #4719 )
2025-05-15 09:42:18 +02:00
ganfra
1599e038d4
Merge pull request #4718 from element-hq/feature/fga/report_room_enabled_flow
...
Change (report room) : check if server supports the report room api
2025-05-14 17:25:17 +02:00
ganfra
512f165a42
Merge pull request #4717 from element-hq/renovate/io.sentry-sentry-android-8.x
...
fix(deps): update dependency io.sentry:sentry-android to v8.12.0
2025-05-14 15:14:19 +02:00
ganfra
f22b921768
change (member moderation) : branch moderation on timeline
2025-05-14 11:19:07 +02:00
ganfra
5272587897
change (member moderation) : extract in a separate module
2025-05-14 11:19:07 +02:00
ganfra
405cd8e82d
change (report room) : use client.isReportRoomApiSupported instead of hardcoded value
2025-05-14 11:07:17 +02:00
renovate[bot]
1ecb238fba
fix(deps): update dependency io.sentry:sentry-android to v8.12.0
2025-05-13 23:03:34 +00:00