Benoit Marty
7b43f64ce4
Add DirectLogoutStateProvider, and add preview for DefaultDirectLogoutView
8 months ago
Benoit Marty
3543d9398e
Add TestTag to the Recovery key field.
8 months ago
Benoit Marty
bd8b234f59
Use method references, and avoid using `navigateUp()`: let the parent Node decide how to navigate.
8 months ago
ganfra
0599f26a64
RoomListFilters : add more tests.
8 months ago
Benoit Marty
d3d76ddd76
Cleanup after rebase.
8 months ago
Benoit Marty
1c4e02797b
Fix test `clicking on enter recovery key calls the expected callback`
8 months ago
Benoit Marty
57900eadbf
Add more tests on RoomListView
8 months ago
Benoit Marty
379cdb22fb
Add tests on RoomListView (e2e banner)
8 months ago
Benoit Marty
7d41fbffbc
Remove empty line.
8 months ago
Benoit Marty
8605efc3df
Add tests on VerifySelfSessionView
8 months ago
Benoit Marty
67190bdd1d
Fix parameter order.
8 months ago
Benoit Marty
6ddc2f5814
Make isLastSession "live"
8 months ago
Benoit Marty
daa90a0660
Remove feature flag `SecureStorage`
8 months ago
Benoit Marty
99b8efbeff
Go directly to the enter recovery key screen when coming from the banner which ask the user to do so.
8 months ago
Benoit Marty
600557fd53
Remove unused val.
8 months ago
Benoit Marty
347edb67ab
Fix tests.
8 months ago
Benoit Marty
4990aa38d3
Do not show the RecoveryKeyConfirmation banner if the sync is not Running.
8 months ago
Benoit Marty
4345f26d0b
Add a way to enter recovery key to verify the session.
8 months ago
Benoit Marty
e959ca0186
Do not show verification banner for the last device, show the enter recovery key banner.
8 months ago
Benoit Marty
663c7ceefe
Sync strings.
8 months ago
Benoit Marty
4bc977d8dc
Introduce SecurityBannerState to replace Boolean set.
...
Also get the sessionVerificationService from the matrixClient, instead of injecting it separately.
8 months ago
Benoit Marty
7ec876bc8a
Rename `isLastSession` to `isLastDevice`, to match SDK naming.
8 months ago
ganfra
45f23d537d
RoomListFilters: some minor adjustments
8 months ago
ganfra
747a61968a
RoomList : allow to show empty state and invites.
8 months ago
ganfra
95ca770122
RoomListFilters : rename empty
8 months ago
Jorge Martin Espinosa
598bf96208
Do not display empty room list state before the loading one ( #2402 )
...
* Do not display empty room list state before the loading one
8 months ago
ganfra
1a77e13383
RoomListFilters : fix visibility and adjust ui
8 months ago
ganfra
7471e12bc5
RoomListFilters: try to improve ui with animation and fading edges
8 months ago
ganfra
31988e81fa
RoomListFilters: add feature flag
8 months ago
ganfra
648ab3b7c5
RoomListFilters : add tests
8 months ago
ganfra
33664c44ec
RoomListFilters : branch the logic
8 months ago
Jorge Martin Espinosa
e68139bf46
Display banned users in room member list ( #2415 )
...
* Display banned users in room member list
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
ganfra
66030aeb64
Analytics : add analytics on read status and favorite toggles
9 months ago
Jorge Martin Espinosa
0a6f00e9df
Sort the room member list and display member roles ( #2412 )
...
* Sort the room member list and display member roles
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
9 months ago
Benoit Marty
4fc9947a9e
Remove extra new line.
9 months ago
Benoit Marty
973aef4c72
Add test for RoomListEvents.ToggleSearchResults.
9 months ago
Benoit Marty
8961147844
Add test for `MessageComposerEvents.SendUri`
9 months ago
Benoit Marty
1734c43951
Add test for `MessagesEvents.HandleAction(TimelineItemAction.EndPoll)`
9 months ago
Benoit Marty
1d10796625
Add first tests for BlockUserDialogs
9 months ago
Benoit Marty
f372fd27cf
Add test for RoomListEvents.DismissRecoveryKeyPrompt.
...
Also get the encryptionService from the matrixClient, instead of injecting it separately.
9 months ago
Benoit Marty
3cbbde7c3e
Add first tests for ShowLocationView
9 months ago
Benoit Marty
367e4bdbda
Introduce `fun aShowLocationState` to reduce boilerplate code.
9 months ago
Benoit Marty
1e7c9b2256
Remove warning in tests
9 months ago
Jorge Martin Espinosa
0918f9ed29
Improve how Talkback works with the timeline ( #2404 )
...
* Improve how Talkback works with the timeline
* Fix interaction test by adding test tag
* Disable reverse layout when a screen reader is enabled
This messes up with the ordering, but fixes the scrolling when a screen reader is used.
9 months ago
ganfra
a5faa56dc8
RoomList: try to fix the test in ci...
9 months ago
ganfra
939f24cec5
RoomList : remove direct dependency to the RoomListSearchPresenter
9 months ago
ganfra
ec162b5f90
RoomList : fix formatting
9 months ago
ganfra
ebb07de8a4
RoomList : rework how search is done to prepare for later filtering
9 months ago
ganfra
4777ee83f9
RoomListFilters : try using Row instead of LazyRow..
9 months ago
ganfra
3893db3c21
favorites : fix formating
9 months ago