Benoit Marty
e2a6ca5030
Reduce number of changes in preview.
2025-10-07 21:56:25 +02:00
ganfra
dde6dd0ed5
feature(space): use SpaceRoom.displayName from sdk
2025-10-07 20:15:46 +02:00
Benoit Marty
8cdc2b1dc3
Update Localazy config and sync all the strings.
2025-10-07 15:53:53 +02:00
ganfra
824d4075f6
Merge pull request #5468 from element-hq/feature/fga/space_tweaks
...
Spaces : some tweaks around ui
2025-10-07 10:55:05 +02:00
ganfra
6cacd12cf2
feature(space): fix space tests compilation
2025-10-07 10:24:48 +02:00
ganfra
1c819e5774
feature(space): introduce SpaceRoomVisibility and remove room count
2025-10-06 20:50:05 +02:00
Benoit Marty
67c6a1bd5f
Let MatrixClient exposes val instead of fun for the services.
2025-10-06 15:12:35 +02:00
ganfra
ea08edb912
feature(space): compute space room name locally
2025-10-06 14:21:01 +02:00
ganfra
1ac524fc08
Merge pull request #5456 from element-hq/feature/fga/space_list_scroll_position
...
feature(space) : keep space children in the presenter
2025-10-06 13:27:43 +02:00
ElementBot
a9912e4a1e
Sync Strings from Localazy ( #5460 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-10-06 12:38:51 +02:00
ganfra
90c57d9269
feature(space) : keep space children in the presenter
2025-10-03 18:19:25 +02:00
Benoit Marty
9064318168
Fix lint issue by removing old translations
2025-10-03 16:11:25 +02:00
Benoit Marty
b8e046cf4d
Improve LeaveSpacePresenter and add a retry mechanism if loading the rooms fails.
2025-10-03 14:43:47 +02:00
Benoit Marty
c36577889d
Leave space: use the SDK API.
2025-10-02 17:26:02 +02:00
Benoit Marty
f726b2a9a4
Leave space: Fix UI issue on top bar.
2025-10-02 17:25:35 +02:00
Benoit Marty
21aa94aa4a
Enable leave space entry point.
2025-10-02 17:25:34 +02:00
Benoit Marty
53bcb1e23a
Add unit test on SpaceView
2025-10-01 14:29:21 +02:00
Benoit Marty
084bf5392a
Merge branch 'develop' into feature/fga/space_list_join_action
2025-10-01 12:41:22 +02:00
Benoit Marty
97ab7a5358
Add unit test on SpacePresenter
2025-10-01 12:35:33 +02:00
ganfra
0944ab0c28
misc (space) : update tests after rework
2025-10-01 11:52:41 +02:00
Benoit Marty
145306230a
Add unit test on SpaceState
2025-10-01 11:44:20 +02:00
Benoit Marty
55f2531af1
Remove code duplication.
2025-10-01 11:21:36 +02:00
ganfra
388cb31700
misc (space) : ensure SpaceRoomList is destroyed
2025-10-01 10:49:35 +02:00
Benoit Marty
330f675541
Improve Previews.
2025-10-01 10:48:15 +02:00
ganfra
dbffad29d0
feature (space) : handle accept decline invite
2025-09-30 15:59:29 +02:00
Benoit Marty
0cd264937d
Merge pull request #5420 from element-hq/feature/bma/metroAssistedInject
...
Ensure Metro `@AssistedInject` is used.
2025-09-30 15:39:23 +02:00
ganfra
de4e3d8735
feature (space) : some code clean up
2025-09-29 21:27:41 +02:00
ganfra
183fad675e
feature (space) : fix breaking tests after rebase
2025-09-29 20:41:52 +02:00
ganfra
526bc27a08
feature (space) : manage failures to join in Space screen
2025-09-29 20:38:55 +02:00
ganfra
0390fde615
Merge branch 'develop' into feature/fga/space_list_join_action
2025-09-29 18:01:42 +02:00
ElementBot
c6d4a367d3
Sync Strings from Localazy ( #5427 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-09-29 15:10:21 +00:00
Benoit Marty
4b641dbe1a
Do not use plurals in this case since it can lead to lint issues since there is no %d in the value for one and this triggers a warning in some languages.
2025-09-29 14:43:16 +02:00
Benoit Marty
6be09fedc7
Fix issue after rebase.
2025-09-29 10:44:23 +02:00
Benoit Marty
e26aae4ac8
Address review comments.
2025-09-26 16:28:13 +02:00
Benoit Marty
01e022eeae
Metro now have @AssistedInject.
2025-09-26 14:15:02 +02:00
Benoit Marty
6608d29fa0
Cleanup to be able to merge.
2025-09-26 14:14:06 +02:00
Benoit Marty
3c64eeb1c4
Update tests
2025-09-26 14:14:05 +02:00
Benoit Marty
7035a81e0f
Update UI
2025-09-26 14:14:05 +02:00
Benoit Marty
3b7180a012
Select all rooms by default
2025-09-26 14:14:04 +02:00
Benoit Marty
8ceea9ed0c
Add unit test on LeaveSpaceState
2025-09-26 14:14:03 +02:00
Benoit Marty
4b60475821
Add the (Admin) info.
2025-09-26 14:14:02 +02:00
Benoit Marty
bc465d724a
Leave space - Add screen to leave a space.
2025-09-26 14:14:00 +02:00
ganfra
8f0841673c
feature (space) : allow joining children from space screen
2025-09-26 11:25:08 +02:00
renovate[bot]
c1cd259ce7
Update metro to v0.6.7 ( #5416 )
...
* Update metro to v0.6.7
* Replace `@Inject` with `@AssistedInject` where needed
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2025-09-26 08:16:36 +00:00
ganfra
7050076beb
feature (space) : add trailing action to SpaceRoomItemView
2025-09-25 15:31:22 +02:00
ganfra
af5234478c
feature (space) : use via parameter from space room
2025-09-24 14:11:46 +02:00
ganfra
718b4dd11b
sdk (space) : use the new space/spaceUpdate api from space list
2025-09-24 12:48:24 +02:00
Benoit Marty
09f4518eb7
Add missing preview case (space without name)
2025-09-22 17:23:55 +02:00
ganfra
dd13605085
feature (space) : add string "No space name"
2025-09-19 17:42:47 +02:00
ganfra
5cda6730c4
Merge branch 'develop' into feature/fga/join_space
2025-09-19 16:35:55 +02:00