Benoit Marty
937973570a
Use @TestParameter instead of doing the work manually.
2026-04-15 08:39:14 +02:00
bmarty
23c1112dcf
Sync Strings from Localazy
2026-04-13 00:48:40 +00:00
Benoit Marty
b6ce6a95c0
Remove FF SpaceSettings
2026-04-09 10:54:54 +02:00
ElementBot
6ad85d4dfc
Sync Strings ( #6537 )
...
* Sync Strings from Localazy
* Sync strings.
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2026-04-07 16:02:12 +02:00
renovate[bot]
a6a63736e7
fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v26.03.23 ( #6444 )
...
* fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v26.03.23
* Fix `RoomInfo` test fixture
* Add `activeCallIntentConsensus` to `RoomInfo`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-03-24 11:22:32 +01:00
bmarty
299d5a9394
Sync Strings from Localazy
2026-03-16 00:42:32 +00:00
ElementBot
73961b4940
Sync Strings ( #6302 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-03-09 10:38:07 +01:00
ElementBot
cf479a8df0
Sync Strings from Localazy ( #6269 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-03-02 14:54:50 +01:00
bmarty
25c723c35a
Sync Strings from Localazy
2026-02-23 00:39:49 +00:00
renovate[bot]
efb20985a0
Update dependency org.matrix.rustcomponents:sdk-android to v26.02.19 ( #6229 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v26.02.19
* Fix breaking API changes: added `isLowPriority` to `RoomInfo` and `RoomSummary`.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-02-20 09:01:07 +01:00
Jorge Martin Espinosa
0747094f1c
Fix stack overflow when quickly going back on a Space screen ( #6180 )
2026-02-11 16:36:04 +00:00
ganfra
0dec3a1cb6
Merge branch 'develop' into feature/fga/space_ui_tweaks
2026-02-10 09:31:50 +01:00
ganfra
e0da15ef64
Debounce SpaceState.hasMoreToLoad
2026-02-09 20:42:36 +01:00
ElementBot
7c95f824d5
Sync Strings from Localazy ( #6155 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-02-09 16:30:57 +01:00
ganfra
85f35cb051
Fix formatting
2026-02-06 12:03:17 +01:00
ganfra
657d8f3345
Use RoomPreviewAliasAtom in space and room headers
2026-02-06 10:55:02 +01:00
ganfra
ee7e352618
Update EmptySpaceView design to match figma
2026-02-05 16:17:36 +01:00
Jorge Martin Espinosa
2a2073fce0
Fix back navigation after creating a room in a space ( #6134 )
...
* Fix back navigation after creating a room in a space
Previously, this displayed the 'invite users to the room' screen instead of going back to the parent space screen
2026-02-04 15:03:12 +00:00
Jorge Martin Espinosa
c960f6e5c9
Refresh a Space's room list after creating a room in it ( #6135 )
2026-02-04 13:09:21 +00:00
Jorge Martin Espinosa
bd6bad963e
Remove JoinRule.Private from the codebase ( #6129 )
...
It shouldn't be in use, since it was never properly defined:
- The `Private` values coming from the SDK are considered to be `Invite` instead.
- Remove any existing `JoinRule.Private` usages in our code.
2026-02-03 19:27:22 +01:00
Benoit Marty
4aa56abada
Merge pull request #6122 from element-hq/sync-localazy
...
Sync Strings
2026-02-02 12:24:28 +01:00
ganfra
440eacc892
Merge pull request #6117 from element-hq/feature/fga/room_list_filter_rust
...
Refactor room list filtering to use Rust SDK
2026-02-02 10:58:21 +01:00
bmarty
2fefc0691b
Sync Strings from Localazy
2026-02-02 00:39:17 +00:00
ganfra
babaa7351f
Add tests and clean code after RoomList Filter rework
2026-01-30 15:33:51 +01:00
Jorge Martin Espinosa
95b6356d0b
Add special flow for leaving a space as the last owner ( #6112 )
...
* When the user is in a v12 room, use different UI to select the last owner when leaving
- Add `LeaveSpaceRoom.areCreatorsPrivileged` to detect when this is happening.
- Import new strings.
- Build the new UI.
- Attach it to a change member roles screen navigation.
* Don't display the `isLastOwner` UI if the user is the only joined one in the room
* Rename `LeaveSpaceState.isLastOwner` to `.needsOwnerChange`. This way, it's easier to understand the difference with the passed `LeaveSpaceRoom.isLastOwner` value
* Add a test for the new check of user not being the last joined member
* Fix paddings in `LeaveSpaceView`
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
2026-01-30 09:10:00 +00:00
ganfra
5c3fc13052
Refactor room list filtering to use Rust SDK
2026-01-29 22:08:12 +01:00
ganfra
94a2b2e5f8
Fix renaming after rebase
2026-01-27 21:19:21 +01:00
ganfra
a85c566341
Clean up unused imports and improve code documentation
2026-01-27 18:43:38 +01:00
ganfra
44d33af6dc
Call spaceRoomList.reset when exiting add/remove room flow
2026-01-27 18:43:38 +01:00
ganfra
e896c7604d
Iterate on manage space rooms, but not happy with the reset method.
2026-01-27 18:43:38 +01:00
renovate[bot]
bcd707d307
Update dependency org.matrix.rustcomponents:sdk-android to v26.1.27 ( #6096 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v26.1.27
* Fix breaking API changes: `LeaveSpaceRoom.isLastAdmin` is now `LeaveSpaceRoom.isLastOwner`.
* Rename `isLastAdmin` to `isLastOwner` in our codebase too.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-01-27 15:02:55 +00:00
Jorge Martin Espinosa
61cbc54942
Add 'Create room' option to menu in space screen ( #6095 )
2026-01-27 14:07:06 +01:00
Jorge Martin Espinosa
6a9d084a50
Add an empty state for the space screen if the user can modify its graph ( #6064 )
...
* Add an empty state for the space screen if the user can modify its graph. It adds a new 'create room' button that allows you to open the create room screen with some preset values.
* When computing the editable spaces in `ConfigureRoomPresenter`, also set up the initial selected parent space if possible
* Use `Builder` pattern for `CreateRoomEntryPoint`
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
2026-01-27 11:12:12 +01:00
ElementBot
3ab67a5e15
Sync Strings from Localazy ( #6085 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-01-26 12:06:38 +01:00
ganfra
5b700f7b98
Let SearchBar/SearchField use TextFieldState
2026-01-23 10:32:58 +01:00
ganfra
c53dbf7b2d
Quality improvements after PR review
2026-01-22 19:57:04 +01:00
ganfra
5c1b68b36d
Fix quality
2026-01-22 10:46:01 +01:00
ganfra
df62694b2f
Add tests to AddRoomToSpace feature
2026-01-22 10:24:09 +01:00
ganfra
d45d1e0327
Iterate on space "Add existing rooms" ui
2026-01-21 19:58:45 +01:00
ganfra
e9a55ea79a
Sync strings
2026-01-21 19:49:47 +01:00
ganfra
52aa6bc539
Refactor AddRoomToSpaceSearchDataSource to use AssistedInject
2026-01-21 17:44:53 +01:00
ganfra
9d8a2b654b
Iterate on space "Add existing rooms" logic and ui
2026-01-21 17:33:31 +01:00
ganfra
8e69174a11
Implement Space "Add existing rooms" logic and ui
2026-01-21 17:33:30 +01:00
ganfra
125cc056db
Add "Add existing rooms" entry to space
2026-01-21 17:33:30 +01:00
bmarty
45ed8619dd
Sync Strings from Localazy
2026-01-19 00:35:31 +00:00
ganfra
f999898b92
Add doc to SpacePermissions data class
2026-01-16 11:18:16 +01:00
ganfra
9d5b2c57bc
Remove unused imports and fix code style issues
2026-01-15 18:18:27 +01:00
ganfra
b4f15e595d
Change canEditSpaceGraph to observe space settings feature flag
2026-01-15 17:43:44 +01:00
ganfra
3757ac144c
Replace SpaceState.currentSpace with spaceInfo (RoomInfo)
2026-01-15 17:37:34 +01:00
ganfra
e7789ef869
Move canEditSpaceGraph out of SettingsPermissions to his own Permissions
2026-01-15 16:41:33 +01:00