Commit Graph

1507 Commits

Author SHA1 Message Date
bmarty 3935a3b6ce Sync Strings from Localazy 2025-12-08 00:34:18 +00:00
Jorge Martín 42a579a6d4 Fix screenshot tests blocking testDebugUnitTest task 2025-12-04 12:17:52 +01:00
ElementBot fe2112d6e4 Update screenshots 2025-12-03 17:45:55 +00:00
Benoit Marty d4ff8dcf82 Improve test. 2025-12-03 18:05:10 +01:00
Benoit Marty c97e60fcaf Remove confirmExitAction and use AsyncAction.ConfirmingCancellation instead. 2025-12-03 18:05:09 +01:00
ganfra c6095bb651 Merge pull request #5844 from element-hq/feature/fga/room_edit_details
Change : room details edit
2025-12-03 17:43:59 +01:00
ganfra 1fb08fd2c8 Merge pull request #5826 from element-hq/feature/fga/hide_banned_members_name
change(room member): make sure we never display name/avatar when member is banned
2025-12-03 17:19:30 +01:00
ElementBot e8ee2c45c8 Update screenshots 2025-12-03 14:26:02 +00:00
ganfra a23bdfb1d4 Merge pull request #5830 from element-hq/sync-localazy
Sync Strings
2025-12-02 20:58:45 +01:00
Benoit Marty 14b83d6a7e Merge pull request #5824 from element-hq/feature/bma/roomListIndicators
Add room list indicators about last message
2025-12-02 17:42:46 +01:00
ElementBot c9bd8ec0bd Update screenshots 2025-12-02 16:18:44 +00:00
Jorge Martin Espinosa 2e2d68ba83 Load JoinedRoom in home screen, pass it to the room flow (#5817)
* Load `JoinedRoom` in `HomeFlowNode.navigateToRoom`, then pass it to the next navigation nodes

* Add delayed loading indicator for cases when loading the room takes too long

* Avoid an extra FFI call in `RustRoomFactory`.

Use `RoomInfo.membership` instead.

Also use `computation` dispatcher, since it should reduce the delay when switching contexts.

* Remove the dispatcher usage when loading the room in `HomeFlowNode`, we immediately call a method that changes the dispatcher used

* Make sure only a single room is opened at a time
2025-12-02 15:22:55 +00:00
ElementBot e315b71f02 Update screenshots 2025-11-27 17:28:21 +00:00
ElementBot 919b577659 Update screenshots 2025-11-27 12:17:28 +00:00
ElementBot 1834d8000f Update screenshots 2025-11-26 15:10:07 +00:00
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