Commit graph

1492 commits

Author SHA1 Message Date
ElementBot
3240dbf2a9 Update screenshots 2025-11-25 13:45:55 +00:00
ganfra
6467912c69 quality: fix warnings 2025-11-25 14:30:59 +01:00
ElementBot
eff221645e
Sync Strings (#5792)
* Sync Strings from Localazy

* Update localazy config and sync strings.

* Use the new localazy key.

* Sync strings again

* Sync strings again and fix compilation issue.

* Update screenshots

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2025-11-24 17:28:49 +01:00
Benoit Marty
021b021a39
Edit user profile cancel confirmation (#5788)
* Show not save dialog when exiting user profile edition with unsaved changes

* Use test extension

* Add unit tests

* Add preview

* Add unit test on EditUserProfileView

* Avoid using navigateUp.

* Update screenshots

* Remove BaseCallback, it's actually not ideal when looking for usage.

* Remove BaseNavigator, it's actually not ideal when looking for usage.

* Fix crash when clicking fast on back key on the Add account screen.

* Fix crash when clicking fast on back key on the Labs screen.

* Fix crash when clicking fast on back key on the Developer settings screen.

* Fix compilation issue in test

---------

Co-authored-by: ElementBot <android@element.io>
2025-11-24 09:38:15 +01:00
Benoit Marty
e8e257db70
Merge pull request #5786 from element-hq/feature/bma/addAdminConfirmation
Ensure confirmation dialog is displayed when an admin add other admin to a room
2025-11-21 17:06:42 +01:00
ElementBot
2e2a5020a7 Update screenshots 2025-11-21 14:29:04 +00:00
ElementBot
c814bf1a73 Update screenshots 2025-11-21 08:35:49 +00:00
ElementBot
703496e059
Sync Strings from Localazy (#5782)
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
2025-11-20 15:25:19 +00:00
Benoit Marty
65171c7d92 Enable Konsist test. 2025-11-17 18:03:43 +01:00
ElementBot
738f707ca7
Sync Strings from Localazy (#5747)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2025-11-17 10:29:26 +01:00
ElementBot
f8fb069fbe Update screenshots 2025-11-14 11:42:00 +00:00
ElementBot
b33388bccd Update screenshots 2025-11-13 16:28:58 +00:00
Benoit Marty
c3875e4d95 Copyright: update test 2025-11-10 11:25:37 +01:00
Benoit Marty
336e35da2e Copyright: update enterprise code. 2025-11-10 11:23:26 +01:00
Benoit Marty
f16040a64d Copyright: Update Konsist test 2025-11-10 11:05:28 +01:00
Benoit Marty
eb31505dc7 Copyright: Add Element Creations Ltd. copyright 2025-11-10 11:05:05 +01:00
Benoit Marty
f86431e663 Copyright: Add final period 2025-11-10 10:13:41 +01:00
Benoit Marty
c4e0370f41 Copyright: run command uv run license-editor --repository ../element-x-android 2025-11-10 10:09:26 +01:00
Benoit Marty
cbbd0ff079 Fix typo 2025-11-10 09:37:01 +01:00
Benoit Marty
8769b98862
Merge pull request #5698 from element-hq/feature/bma/handleEvent
Code consistency around view event handling
2025-11-10 09:36:04 +01:00
ElementBot
d296e19cd2 Update screenshots 2025-11-08 13:40:32 +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
Benoit Marty
b871725423 Improve error displayed when the Unconsumed Event cannot be displayed. 2025-11-07 12:51:35 +01:00
ElementBot
3fd961c329 Update screenshots 2025-11-07 11:04:44 +00:00
ElementBot
d296d7d0b4 Update screenshots 2025-11-06 17:40:02 +00:00
ElementBot
0657a201ea Update screenshots 2025-11-06 14:58:50 +00:00
ganfra
0cad4175fa Merge branch 'develop' into feature/fga/role_and_permissions_rework 2025-11-06 13:51:04 +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
06226c1052 Rename preview. 2025-11-06 09:33:43 +01:00
ElementBot
111b4f8b1b Update screenshots 2025-11-05 20:58:34 +00:00
ganfra
bd14e74080
Merge pull request #5668 from element-hq/feature/fga/space_settings
Space : prepare Space Settings screen
2025-11-05 16:18:09 +01:00
ElementBot
9f16ec87ad Update screenshots 2025-11-04 15:31:36 +00:00
ElementBot
37c4a39673 Update screenshots 2025-11-04 14:28:16 +00:00
ElementBot
48ab91c46f Update screenshots 2025-11-03 17:14:23 +00:00
ElementBot
4df040bec1 Update screenshots 2025-11-03 14:16:13 +00:00
Benoit Marty
f75a2cc12c Merge branch 'develop' into feature/bma/mediaForward
# Conflicts:
#	appnav/src/main/kotlin/io/element/android/appnav/room/joined/JoinedRoomLoadedFlowNode.kt
2025-10-29 12:41:58 +01:00
ElementBot
ce264caef1 Update screenshots 2025-10-28 17:47:27 +00:00
Benoit Marty
26ce78d27d
Confirm exit without saving change in room details edit screen (#5618)
* Room details edit screen: add confirmation dialog when leaving without saving pending changes.

* Improve preview coverage.

* Update screenshots

* Introduce AsyncAction.ConfirmingCancellation and use it for leaving room edition without saving change.

* Fix issue in comment

* Use new `ConfirmingCancellation` object in Change Roles screen

---------

Co-authored-by: ElementBot <android@element.io>
2025-10-28 18:25:51 +01:00
ganfra
83d8151012
Merge pull request #5614 from element-hq/feature/fga/space_flow_inject_room
Misc : space flow inject room
2025-10-28 10:05:04 +01:00
ElementBot
b1addb4521
Sync Strings from Localazy (#5610)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2025-10-27 13:53:07 +01:00
ElementBot
1024c513ee Update screenshots 2025-10-27 10:56:46 +00:00
ElementBot
5229f5df23 Update screenshots 2025-10-24 14:22:53 +00:00
Benoit Marty
9a39594b3a
Merge pull request #5604 from element-hq/feature/bma/noAnalytics
Add missing tests on the analytic modules
2025-10-24 11:03:53 +02:00
Benoit Marty
6ef9964de9 Cleanup and remove warning, this code is not reachable by production code. 2025-10-24 09:44:30 +02:00
ElementBot
d0a3656f82 Update screenshots 2025-10-23 15:38:44 +00:00
ganfra
318ad1edbd design(home) : clean up 2025-10-23 17:22:39 +02:00
ganfra
ddf2007bb3 design(home): rename RomListTopBar to HomeTopBar 2025-10-23 16:11:26 +02:00
Benoit Marty
76493f52ec
Merge branch 'develop' into feature/bma/metro070 2025-10-23 11:30:25 +02:00
Benoit Marty
50e75212a7
Merge pull request #5566 from element-hq/feature/bma/securityAndPrivacy
Enable access to security and privacy
2025-10-23 11:29:34 +02:00
Benoit Marty
dc217cca0d Ignore the new test for now. 2025-10-23 08:56:32 +02:00