ganfra
79eef06995
Await room: first attempt to wait for a room to be ready
2023-07-04 18:19:06 +02:00
Benoit Marty
acec682dee
Add "Complete verification" item in the root setting screen.
2023-07-03 17:09:04 +02:00
ganfra
16f95cac16
Room lifecycle: fix close room crash
2023-06-29 19:41:47 +02:00
ganfra
e3744636b6
Merge branch 'develop' into feature/fga/room_list_api
2023-06-28 15:14:06 +02:00
Benoit Marty
82e566175a
Room list: tweak UI and add overflow menu with report bug and invite friends action.
...
Extract invite friends action to a use case to avoid copy paste.
2023-06-27 19:23:37 +02:00
ganfra
2a24d0196e
Merge branch 'develop' into feature/fga/room_list_api
2023-06-27 10:47:50 +02:00
Benoit Marty
287328f7df
More cleanup
2023-06-27 09:51:33 +02:00
ganfra
e5c86675a4
RoomList: more rework on RoomSummaryDataSource
2023-06-26 18:02:53 +02:00
Benoit Marty
f1019f3444
Move cache management to a dedicated class and in the setting module, for clarity.
2023-06-26 11:07:53 +02:00
Benoit Marty
963c4a5f40
Improve readability
2023-06-26 11:07:53 +02:00
Benoit Marty
b563b1ec95
Idx -> Index
2023-06-26 11:07:53 +02:00
Benoit Marty
58860a9440
Close the client before deleting data, and ensure the app is restarted, using a cache Index.
2023-06-26 11:07:22 +02:00
ganfra
e392f15872
Merge branch 'develop' into feature/fga/room_list_api
2023-06-23 18:14:09 +02:00
ganfra
bb4f61fe12
RoomList: try syncing when network is back and inError state
2023-06-23 17:07:27 +02:00
ganfra
3176cad7e2
RoomList: introduces a SyncService
2023-06-22 16:50:53 +02:00
Jorge Martin Espinosa
de7bbbd5cf
[Message Actions] Forward messages ( #635 )
...
* Add forwarding messages base
* Make forwarding single-selection
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2023-06-22 13:27:59 +02:00
ganfra
6446f2f6a7
RoomList: start/stop sync in resume/pause callbacks
2023-06-22 12:21:10 +02:00
ganfra
7c8df186f6
Room/Timeline: simplify the apis
2023-06-21 16:25:18 +02:00
Benoit Marty
ef7ddb8d0f
Merge pull request #549 from vector-im/feature/bma/onboardingServer
...
Onboarding iteration
2023-06-13 09:21:50 +02:00
ganfra
476ddd6d8e
Node: fix compilation after changes
2023-06-12 11:39:28 +02:00
ganfra
f57a2a694d
Dagger: makes sure to not remove an active component when navigating
2023-06-09 23:04:33 +02:00
Benoit Marty
c97751cce5
Cleanup
2023-06-07 16:33:30 +02:00
Benoit Marty
9809969b64
Account provider screen. - Crashing
2023-06-07 09:00:20 +02:00
Yoan Pintas
d2263372d2
Init analytics modules ( #350 )
2023-06-05 13:11:34 +00:00
Benoit Marty
2f0727363a
Merge pull request #502 from vector-im/feature/bma/onboardingIteration
...
Onboarding iteration
2023-06-02 10:30:29 +02:00
Benoit Marty
3e62b967b5
Rename fun.
2023-06-01 17:54:12 +02:00
Jorge Martin Espinosa
b50350aaa0
[Room details] Open room member details when clicking on user data in timeline ( #482 )
2023-06-01 12:03:27 +02:00
Benoit Marty
4c9bed9d8a
Oidc with CustomTab
2023-05-30 15:59:58 +02:00
Marco Romano
67a8802766
Room list contextual menu ( #427 )
...
- Adds `ModalBottomSheet` to our design components (it wraps the homonimous Material3 one).
- Adds a bottom sheet to the Room list using the aforementioned design component.
- Adds navigation from the room list to a room detail (context menu "Settings" action).
- Consolidates the "leave room flow" into a new `leaveroom` module used by both the room list and the room details.
- Adds progress indicator to the leave room flow
- Uses new `leaveroom` module in `roomdetails` module too.
Parent issue:
- https://github.com/vector-im/element-x-android/issues/261
2023-05-25 06:42:44 +00:00
Chris Smith
463b9e0642
Invite users to existing rooms ( #441 )
...
Invite users to existing rooms
Scope:
- Allow inviting from the room detail screen and the member list
- Invite option is only shown if the user has the correct power level
- Search flow the same as creating a new room, allowing multi-select
- Existing room members/invitees are disabled with a custom caption
- Sending is asynchronous, an error dialog will appear wherever the
user is if necessary
Closes #245
2023-05-23 09:23:24 +00:00
Florian Renaud
c22d181d8c
Remove useless OptIn in tests
2023-05-12 10:05:39 +02:00
Benoit Marty
b1c5eb53ae
Fix test.
2023-05-05 16:22:00 +02:00
Benoit Marty
f5a8805640
Cleanup
2023-05-05 15:38:21 +02:00
Benoit Marty
e8049f81a4
Move the button to open the Showkase browser to the developer settings screen. ( #389 )
2023-05-04 17:29:03 +02:00
ganfra
f4c98aeef5
Merge branch 'develop' into feature/fga/some_room_related_fixes
2023-04-27 17:25:12 +02:00
Jorge Martin Espinosa
aef2b38983
[Room Details] Block & unblock user ( #340 )
2023-04-26 16:14:44 +02:00
ganfra
c32c4c31b0
Merge develop into feature/fga/some_room_related_fixes
2023-04-24 18:13:12 +02:00
Chris Smith
ae97a034e5
Accepting and declining invites
...
Hook up accept and decline buttons in the invites UI. Accept
will attempt to accept and then navigate to the room; decline
shows a confirmation dialog.
Fixes #106
2023-04-21 15:01:27 +01:00
ganfra
b0152059ff
Room : continue improving members loading
2023-04-21 14:39:47 +02:00
ganfra
f02ee307cc
Improve handling members
2023-04-20 18:21:47 +02:00
Chris Smith
e90211b5d8
Invite list view
...
Adds a CTA on the room list to view invites if there are any.
The invite list presents each invite with accept/decline buttons
and (for room invites) the sender details.
Fixes #102
2023-04-19 10:20:48 +01:00
Florian Renaud
c2927140a6
Merge pull request #324 from vector-im/feature/fre/create_room
...
Handle create room action
2023-04-14 17:50:29 +02:00
ganfra
7e25371bf2
Merge branch 'develop' into feature/fga/clean_up
2023-04-14 17:15:40 +02:00
Florian Renaud
064d4a9a7c
Rename callbacks for clarity and consistency
2023-04-14 16:46:45 +02:00
ganfra
a166636060
Add some tests on RoomFlowNode
2023-04-14 15:34:41 +02:00
Benoit Marty
747467deb9
Fix test
2023-04-13 16:18:28 +02:00
Benoit Marty
0874c076d6
Deeplink: handle notification click to open a room.
2023-04-13 15:35:01 +02:00
ganfra
a0da28b1ec
AppNav: introduce a owner param so we avoid crash on AppNavigationState when switching quickly between screens
2023-04-12 15:45:53 +02:00
ganfra
105fce0b90
Some clean up on room details
2023-04-12 12:22:13 +02:00
Benoit Marty
7f22c6b211
Use Firebase by default and cleanup
2023-04-12 09:50:04 +02:00