Commit graph

12419 commits

Author SHA1 Message Date
ElementBot
d296e19cd2 Update screenshots 2025-11-08 13:40:32 +00:00
Benoit Marty
39aa79335b
Merge pull request #5691 from kaylendog/kaylendog/history-sharing/alert
Convert `ComposerAlertMolecule` to use alert levels.
2025-11-08 14:26:03 +01:00
Skye Elliot
b3812544cb
chore: Remove .idea/markdown.xml and add to .gitignore. 2025-11-07 16:08:17 +00:00
Benoit Marty
77bc9b811a
Merge pull request #5692 from element-hq/feature/bma/loginFlow
Improve account provider selection during the login flow
2025-11-07 16:48:03 +01:00
Skye Elliot
d4dba4b0fc
chore: Remove unused import. 2025-11-07 15:24:24 +00:00
Skye Elliot
7595a0be35
fix: Use Icon(imageVector = icon) over rememberVectorPainter(icon) 2025-11-07 15:18:08 +00:00
Skye Elliot
b163959241
refactor: Extract ComposerAlertMoleculeParamsProvider to new file. 2025-11-07 15:15:00 +00:00
Skye Elliot
2f9bcde9fc
Merge branch 'develop' into kaylendog/history-sharing/alert 2025-11-07 15:10:29 +00:00
Benoit Marty
fe2a317aa7 Oups, thanks unit tests! 2025-11-07 14:11:37 +01:00
ElementBot
3fd961c329 Update screenshots 2025-11-07 11:04:44 +00:00
Benoit Marty
80196c2703
Merge pull request #5695 from element-hq/feature/bma/bugReportForm
Ensure the form data are not lost when opening the log viewer.
2025-11-07 11:13:30 +01:00
Benoit Marty
cc01e19bf7 Use isNull() 2025-11-07 11:05:13 +01:00
renovate[bot]
596b773535
fix(deps): update metro to v0.7.5 (#5697)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07 10:59:22 +01:00
renovate[bot]
1e39b45236
fix(deps): update dependency com.posthog:posthog-android to v3.26.0 (#5696)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07 10:22:08 +01:00
Benoit Marty
8f63916a8e Remove param 2025-11-07 10:21:38 +01:00
Benoit Marty
70e3e768aa Avoid usage of not() and add unit tests. 2025-11-07 10:18:45 +01:00
Benoit Marty
98792c9562 Improve error mapping 2025-11-07 10:08:14 +01:00
Benoit Marty
e12726f405 Improve error mapping 2025-11-07 09:52:04 +01:00
Benoit Marty
b61ce1b19c Create specific errors for Invalid or Unsupporte homeserver. 2025-11-07 09:42:06 +01:00
ganfra
2bf12037f2
Merge pull request #5685 from element-hq/feature/fga/role_and_permissions_rework
Change : roles and permissions
2025-11-06 19:13:01 +01:00
ElementBot
d296d7d0b4 Update screenshots 2025-11-06 17:40:02 +00:00
Benoit Marty
f7cca0fc0c Ensure the form data are not lost when opening the log viewer. Closes #5579 2025-11-06 18:16:39 +01:00
ElementBot
0657a201ea Update screenshots 2025-11-06 14:58:50 +00:00
Benoit Marty
5b472fdc31 Use presenter test extension 2025-11-06 15:38:43 +01:00
Benoit Marty
fd0ef1ae7a Small cleanup 2025-11-06 15:38:41 +01:00
Benoit Marty
a9958505d3 Always let the user try what they have entered, to get an explicit error if they continue 2025-11-06 15:38:40 +01:00
Benoit Marty
e3ed75d19e Ensure user cannot select unsupported homeserver. In this case show the appropriate error (parity with iOS) 2025-11-06 15:38:39 +01:00
Benoit Marty
8fa2c6c85f Remove A_HOMESERVER and A_HOMESERVER_OIDC from TestData and replace by local fun aMatrixHomeServerDetails(). 2025-11-06 15:38:37 +01:00
Benoit Marty
516fc722cb
Merge pull request #5689 from element-hq/bbz/use-dedicated-bug-report-subdomain
Use the dedicated subdomain for the bug report URL by default
2025-11-06 15:32:03 +01:00
Benoit Marty
6617db0ce6 MatrixHomeServerDetails does not need to be Parcelable 2025-11-06 14:32:00 +01:00
Benoit Marty
4cc5cf0084 Fix test 2025-11-06 14:27:20 +01:00
ganfra
0cad4175fa Merge branch 'develop' into feature/fga/role_and_permissions_rework 2025-11-06 13:51:04 +01:00
ganfra
6db952c7df quality: fix more tests 2025-11-06 13:47:52 +01:00
Skye Elliot
5fe2c86e1d
feat: Convert ComposerAlertMolecule to use alert levels. 2025-11-06 12:44:02 +00:00
Benoit Marty
cee6475eb8 Do not override the value of url returned by the SDK 2025-11-06 12:29:08 +01:00
Benoit Marty
0be6d13025 MatrixAuthenticationService: remove fun getHomeserverDetails(): StateFlow<MatrixHomeServerDetails?>. The MatrixHomeServerDetails are now return by setHomeserver 2025-11-06 12:22:48 +01:00
Ben Banfield-Zanin
c6df9df718 Use the dedicated (element.io !!) subdomain for the bug report URL by default. 2025-11-06 10:23:07 +00:00
ganfra
fbe7476ba7 change(roles and permissions): use @RoomCoroutineScope instead of local scope 2025-11-06 10:59:50 +01:00
ganfra
910bac9c4e misc: introduce @RoomCoroutineScope 2025-11-06 10:59:50 +01:00
ganfra
91c7b597ce design: improve PreferenceDropdown 2025-11-06 10:59:50 +01:00
Benoit Marty
c1da4820b1
Merge pull request #5679 from element-hq/feature/bma/saveChangeDialog
Extract save change dialog
2025-11-06 10:09:18 +01:00
Benoit Marty
4bb27a4ce4
Merge pull request #5686 from element-hq/feature/bma/userCertificate
Add the user certificate if any when creating Matrix Client.
2025-11-06 09:35:37 +01:00
Benoit Marty
06226c1052 Rename preview. 2025-11-06 09:33:43 +01:00
renovate[bot]
aec9fd59e7
fix(deps): update dependency androidx.core:core-splashscreen to v1.2.0 (#5687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 09:02:28 +01:00
ElementBot
111b4f8b1b Update screenshots 2025-11-05 20:58:34 +00:00
ganfra
d9695ae6a0 change(roles and permissions): change title for space 2025-11-05 21:42:51 +01:00
ganfra
83a4457d6e Merge branch 'develop' into feature/fga/role_and_permissions_rework 2025-11-05 20:29:04 +01:00
Benoit Marty
ba0c659df1
Merge pull request #5645 from element-hq/feature/bma/mutliAccountNotification
Improve rendering notification for multi account
2025-11-05 18:08:20 +01:00
Benoit Marty
e9cab238be Add the user certificate if any when creating Matrix Client. 2025-11-05 18:05:11 +01:00
ganfra
d9ebf876f6 quality(roles and permissions): fix tests 2025-11-05 17:54:02 +01:00