Benoit Marty
|
275733757d
|
Use string from Localazy.
|
7 months ago |
Benoit Marty
|
378d2c0a05
|
Subscrie to RoomInfoFlow instead of pushing the JoinRoom. The user may be a member of the room, and in this case, it will be more direct.
|
7 months ago |
Benoit Marty
|
1b8dd2cded
|
Create Atom and Molecule for RoomPreview screens
|
7 months ago |
Benoit Marty
|
d0fdaaeb86
|
Move ContentScaffold to design system and rename to RoomPreviewOrganism
|
7 months ago |
Benoit Marty
|
3bd65be894
|
Remove useless launch.
|
7 months ago |
Benoit Marty
|
b9b2072b28
|
Remove useless usage of coroutine scope.
|
7 months ago |
Benoit Marty
|
234696cb03
|
Rename `JoinRoomEvents.Retry` to `JoinRoomEvents.RetryFetchingContent`
|
7 months ago |
Benoit Marty
|
b8d87d4e75
|
Ignore too generic exceptions (temporary code).
|
7 months ago |
Benoit Marty
|
c9580ad1e5
|
Remove extra space.
|
7 months ago |
Benoit Marty
|
8e5ae8de2c
|
Avoid providing default value.
|
7 months ago |
Benoit Marty
|
1fcaf902e0
|
Rename `eventId` to `focusedEventId` for clarity.
|
7 months ago |
Benoit Marty
|
986f20b526
|
Move RoomAliasResolver classes to their own module.
|
7 months ago |
Benoit Marty
|
2eb545cd11
|
Add test to JoinRoomPresenter to cover RoomPreview
|
7 months ago |
Benoit Marty
|
12b230594b
|
Fix JoinRoomPresenterTest
|
7 months ago |
Benoit Marty
|
400299ceac
|
Format file.
|
7 months ago |
Benoit Marty
|
6a125bbb1b
|
Add test on RoomAliasResolverPresenter
|
7 months ago |
Benoit Marty
|
33212a136c
|
Open any user permalink.
|
7 months ago |
Benoit Marty
|
7a7fb2aa54
|
Comment out SDK usage.
|
7 months ago |
Benoit Marty
|
b7d214fa56
|
Update extension.
|
7 months ago |
Benoit Marty
|
b6e30833da
|
Add name to call arguments.
|
7 months ago |
Benoit Marty
|
96203824ac
|
Handle navigation to the same room.
|
7 months ago |
Benoit Marty
|
d057183d31
|
FIXME
|
7 months ago |
Benoit Marty
|
6c8c14f9ff
|
Add Retry on Join room node.
|
7 months ago |
Benoit Marty
|
b1b5c563c7
|
Introduce RoomAliasResolverNode with error and retry handling.
|
7 months ago |
Benoit Marty
|
235ef2a71b
|
Resolve RoomId in RoomFlowNode.
|
7 months ago |
Benoit Marty
|
09faa6d1c9
|
Simplify PermalinkData, now that we have RoomIdOrAlias interface.
|
7 months ago |
Benoit Marty
|
ea3a1f363a
|
Alias permalink navigation - WIP
|
7 months ago |
Benoit Marty
|
8327ea306f
|
Increase usage of `RoomAlias`
|
7 months ago |
Benoit Marty
|
ecd1bf76e2
|
Use RoomId and RoomAlias in MatrixRoomInfo
|
7 months ago |
Benoit Marty
|
bd12ff737b
|
Introduce value class RoomAlias
|
7 months ago |
Benoit Marty
|
2a467bd49b
|
Handle permalink navigation - WIP
- prepare navigating to an Event
- add NodeBuilder to MessagesEntryPoint
|
7 months ago |
Benoit Marty
|
68346dd782
|
Add MatrixClient.getRoomPreview method.
|
7 months ago |
Benoit Marty
|
37fa6548c4
|
Add MatrixClient.resolveRoomAlias method.
|
7 months ago |
renovate[bot]
|
c52f1c69e9
|
Update core to v1.13.0
|
7 months ago |
ganfra
|
0cda5b9e90
|
Merge pull request #2714 from element-hq/feature/fga/room_list_invites
[Feature] Room list invites
|
7 months ago |
ganfra
|
90e273cd65
|
Room list invites: address some remarks and add small tests
|
7 months ago |
renovate[bot]
|
9f91f0bd81
|
Update dependency androidx.compose.compiler:compiler to v1.5.12
|
7 months ago |
Benoit Marty
|
e3268247bc
|
Merge pull request #2721 from element-hq/feature/bma/roomMemberDetailsPresenterImprovement
Room member details presenter improvement
|
7 months ago |
Benoit Marty
|
5b3a2d8eca
|
Use produceState and fetch profile only if necessary.
|
7 months ago |
Benoit Marty
|
f9d3f947c2
|
Add missing test for unblock user with error.
|
7 months ago |
Benoit Marty
|
3f0159d438
|
Format
|
7 months ago |
Benoit Marty
|
47e1d6fb0c
|
Changelog
|
7 months ago |
Benoit Marty
|
4d50e43e85
|
Add test covering fallback to user profile.
|
7 months ago |
Benoit Marty
|
0dba614c0a
|
createRoomMemberDetailsPresenter just need a UserId.
|
7 months ago |
Benoit Marty
|
c9d5961684
|
RoomMemberDetailsPresenter: fallback to user profile data if the user is not a member of the room.
This can be displayed when the user click on a non-member user permalink.
|
7 months ago |
Benoit Marty
|
f2ff326938
|
Observe ignoredUsersFlow to have live data about blocked user.
This will also ensure that blocking a user will work even if the user is not a member of the room (preparatory work for user permalink)
|
7 months ago |
Benoit Marty
|
e971218873
|
Merge pull request #2711 from element-hq/renovate/danger-danger-js-12.x
Update danger/danger-js action to v12
|
7 months ago |
Benoit Marty
|
117d53dbc5
|
version++
|
7 months ago |
Benoit Marty
|
de5eaf8e02
|
Merge tag 'v0.4.10' into develop
tag
|
7 months ago |
Benoit Marty
|
0f08e8053a
|
Merge branch 'release/0.4.10' into main
|
7 months ago |