ElementBot
cba07bfd23
Update screenshots
2025-12-03 14:26:02 +00:00
ganfra
c8d4ca66cf
Merge pull request #5830 from element-hq/sync-localazy
...
Sync Strings
2025-12-02 20:58:45 +01:00
Benoit Marty
39e580284d
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
5e5a6e02ba
Update screenshots
2025-12-02 16:18:44 +00:00
Jorge Martin Espinosa
77be19bf3b
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
4324f4ae67
Update screenshots
2025-11-27 12:17:28 +00:00
ElementBot
e0d7e9eab5
Update screenshots
2025-11-26 15:10:07 +00:00
ElementBot
9a9cd7c066
Update screenshots
2025-11-25 13:45:55 +00:00
ganfra
d62f250e00
quality: fix warnings
2025-11-25 14:30:59 +01:00
ElementBot
cd9a0272c5
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
df7640a0a3
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
80d799c4db
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
c31db1112c
Update screenshots
2025-11-21 14:29:04 +00:00
ElementBot
74b658eea9
Update screenshots
2025-11-21 08:35:49 +00:00
ElementBot
42dd6c3544
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
ccd704acd9
Enable Konsist test.
2025-11-17 18:03:43 +01:00
ElementBot
5087cb8bbd
Sync Strings from Localazy ( #5747 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-11-17 10:29:26 +01:00
ElementBot
99b456c25f
Update screenshots
2025-11-14 11:42:00 +00:00
ElementBot
0bfa3daf8f
Update screenshots
2025-11-13 16:28:58 +00:00
Benoit Marty
2667b3e5f8
Copyright: update test
2025-11-10 11:25:37 +01:00
Benoit Marty
d103382993
Copyright: update enterprise code.
2025-11-10 11:23:26 +01:00
Benoit Marty
f5f1cee53b
Copyright: Update Konsist test
2025-11-10 11:05:28 +01:00
Benoit Marty
1292da2a72
Copyright: Add Element Creations Ltd. copyright
2025-11-10 11:05:05 +01:00
Benoit Marty
b748fcc631
Copyright: Add final period
2025-11-10 10:13:41 +01:00
Benoit Marty
0a0224b586
Copyright: run command uv run license-editor --repository ../element-x-android
2025-11-10 10:09:26 +01:00
Benoit Marty
2641113e2e
Fix typo
2025-11-10 09:37:01 +01:00
Benoit Marty
f32e893361
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
718f7ff43c
Update screenshots
2025-11-08 13:40:32 +00:00
Benoit Marty
3e567d9b5a
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
119053aad1
Improve error displayed when the Unconsumed Event cannot be displayed.
2025-11-07 12:51:35 +01:00
ElementBot
a067945103
Update screenshots
2025-11-07 11:04:44 +00:00
ElementBot
e66590061f
Update screenshots
2025-11-06 17:40:02 +00:00
ElementBot
3c3c81622f
Update screenshots
2025-11-06 14:58:50 +00:00
ganfra
c08f4a183c
Merge branch 'develop' into feature/fga/role_and_permissions_rework
2025-11-06 13:51:04 +01:00
Benoit Marty
c0800e102a
Merge pull request #5679 from element-hq/feature/bma/saveChangeDialog
...
Extract save change dialog
2025-11-06 10:09:18 +01:00
Benoit Marty
f8d8830194
Rename preview.
2025-11-06 09:33:43 +01:00
ElementBot
462d596177
Update screenshots
2025-11-05 20:58:34 +00:00
ganfra
a33d4e8b42
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
0d055c3cd9
Update screenshots
2025-11-04 15:31:36 +00:00
ElementBot
604d091dbc
Update screenshots
2025-11-04 14:28:16 +00:00
ElementBot
5b398adfcf
Update screenshots
2025-11-03 17:14:23 +00:00
ElementBot
ca9576238d
Update screenshots
2025-11-03 14:16:13 +00:00
Benoit Marty
cc050a1f26
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
14ff37ec83
Update screenshots
2025-10-28 17:47:27 +00:00
Benoit Marty
08f75dda4c
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
d4de8224c0
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
b2aa6b1622
Sync Strings from Localazy ( #5610 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-10-27 13:53:07 +01:00
ElementBot
45d4e9bf22
Update screenshots
2025-10-27 10:56:46 +00:00
ElementBot
d75663f09b
Update screenshots
2025-10-24 14:22:53 +00:00
Benoit Marty
1b4aeaa79a
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