ganfra
01d45377f6
Room navigation : do not replay RoomMembership Changes
7 months ago
ganfra
cdadd19e6a
Room navigation : introduce the JoinRoomNode
7 months ago
Benoit Marty
c0caa907aa
Move usersWithRole() function to a dedicated file and make it a documented extension of MatrixRoom.
7 months ago
Benoit Marty
34f3208fc0
Fix documentation
7 months ago
Benoit Marty
f2afc9ccda
Remove blank line
7 months ago
ganfra
5a192b49d7
Room navigation : add a JoinedRoomFlowNode so we use RoomFlowNode for managing different routes
7 months ago
Benoit Marty
97491c3f3f
Member role: only count and display joined members.
7 months ago
Benoit Marty
04eb59bd07
Ensure SearchBar are displayed with max width.
7 months ago
Benoit Marty
3ed8b0d055
Avoid using fixture method in production code.
7 months ago
Benoit Marty
9d30adfed8
Remove unused NotificationPermissionManager
7 months ago
Benoit Marty
b4582564ab
Remove unused circularReveal Modifier.
7 months ago
Jorge Martin Espinosa
41287c5f59
Move session verification to FTUE flow, make it mandatory ( #2594 )
...
* Move session verification to the FTUE
* Allow session verification flow to be restarted
* Use `EncryptionService` to display session verification faster
* Remove session verification item from settings
* Remove session verification banner from room list
* Remove 'verification needed' variant from the `TimelineEncryptedHistoryBanner`
* Improve verification flow UI and UX
* Remove 'verification successful' snackbar message
* Only register push provider after the session has been verified
* Hide room list while the session hasn't been verified
* Prevent deep links from changing the navigation if the session isn't verified
* Update screenshots
* Renamed `FtueState` to `FtueService`, created an actual `FtueState`.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
7 months ago
Benoit Marty
bf068f4f25
Add action to copy permalink #2650
7 months ago
Benoit Marty
5310456b6c
Fix test compilation.
7 months ago
Benoit Marty
403240256c
Add showkase processor
7 months ago
Benoit Marty
cb435c523b
Create dedicated module for notification troubleshoot.
7 months ago
Benoit Marty
4f320fd4f8
Code clarity: use withTimeout with combination of runCatching instead of withTimeoutOrNull
7 months ago
Benoit Marty
52c039d676
Rename `UserPushStoreFactory.create` to `UserPushStoreFactory.getOrCreate` for code clarity.
7 months ago
Benoit Marty
e18e5f1cc5
Run `./tools/localazy/downloadStrings.sh --all`
7 months ago
Benoit Marty
565e5ce87d
Improve openUrlInExternalApp API and move url to UnifiedPushConfig
7 months ago
Benoit Marty
09b2cbaaf5
Localize Troubleshoot notification feature.
7 months ago
Benoit Marty
74048cca8f
Avoid tryEmit(), use emit()
7 months ago
Benoit Marty
a83952814f
Rename Fake class with `Mockk` prefix for clarity
7 months ago
Benoit Marty
2bfe125a77
Troubleshoot notifications screen
7 months ago
Benoit Marty
6c9ea2b920
Create FakePushService.
7 months ago
Benoit Marty
8e7fdc859c
Code quality and remove reference to `DefaultMatrixToConverter.SUPPORTED_PATHS` in `MatrixToConverter`
7 months ago
Benoit Marty
2a248417fa
Move Event exclusion to the module appconfig.
...
It has to become an android module to be able to add a dependency on : libraries:matrix:api.
7 months ago
Benoit Marty
1e5a61a49c
Move PermalinkBuilder, MatrixToConverter and PermalinkParser content to the `impl` project in order to remove projects.appconfig dependency from matrix.api module.
7 months ago
bmarty
5809864182
Sync Strings from Localazy
7 months ago
ganfra
8325583133
RoomDirectory : set default value of FeatureFlag to false.
7 months ago
ganfra
11dfb32f72
Room directory : fix ci
7 months ago
ganfra
5f8b74055d
RoomDirectory : address pr reviews
7 months ago
Benoit Marty
e5db80b0eb
Compact code.
7 months ago
Benoit Marty
31e95b1634
Fix crash observed when going back to the room list.
...
Protect MatrixRoom access when the room is disposed.
7 months ago
ganfra
42004f251b
Room directory : more cleanup and more tests
7 months ago
ganfra
3f1f764745
Room directory : add tests and cleanup
7 months ago
Benoit Marty
46008c2887
Fix analytics: spaceId have the same syntax as roomId. Use MatrixRoom.isSpace instead of MatrixPatterns.isSpaceId ( #2612 )
...
Also remoce useless orFalse() calls.
7 months ago
ganfra
b900818001
RoomDirectory : continue improving interactions
7 months ago
Benoit Marty
3f85d4e566
Add trophy icon next the the winner vote in polls.
7 months ago
ganfra
90b2a65c1a
Room directory : implement simple join room
7 months ago
ganfra
e4aaf6af2f
RoomList filters : enable the feature for production build
7 months ago
ganfra
e4c7118428
Room directory : fix pagination and add empty state.
7 months ago
ganfra
4c5ae6ae4b
RoomDirectory : continue implementing the search
7 months ago
Benoit Marty
a5d0b47d3a
Use new retrofit bom and change Maven coordinates of `kotlinx-serialization`
7 months ago
bmarty
3af876b953
Sync Strings from Localazy
7 months ago
Jorge Martín
9f2726ec4f
Only retrieve active users in `RoomMemberListDataSource`
7 months ago
ganfra
01e6b46323
Room Directory : start exposing the matrix apis
7 months ago
Jorge Martin Espinosa
998eb7d093
Compound: add `BigIcon`, `BigCheckmark` and `PageTitle` components ( #2574 )
...
* Compound: add `BigIcon`, `BigCheckmark` and `PageTitle` components
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
7 months ago
ganfra
b0894fcd11
Room directory search : start implementing ui with fake data
8 months ago
Jorge Martin Espinosa
6aa84d600e
Implement MSC2530 ( #2570 )
...
* Implement MSC2530
* Some layout improvements for images and videos with captions
* Update screenshots
* Replace `it` in several previews with `isMine`
---------
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
Co-authored-by: Marco Antonio Alvarez <surakin@gmail.com>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago