Benoit Marty
2c2bf7c687
Add screen to render Spaces (they are not supported yet)
6 months ago
Benoit Marty
132b4e87ea
Avoid rendering roomId on screen.
6 months ago
Benoit Marty
d4b7f01a06
Introduce RoomType
6 months ago
Jorge Martin Espinosa
1de6797673
Remove `SessionData.needsVerification` as the source of truth for session verification status ( #2748 )
...
* Remove `SessionData.needsVerification` as the source of truth for session verification status.
- Use the Rust SDK `EncryptionService.verificationState()` instead, but always waiting for the first 'known' result (either verified or not, discarding 'unknown').
- Add a workaround in the super rare case when reading this value gets stuck somehow. We'll assume the user is not verified in that case.
- Make `DefaultFtueService.getNextStep` and dependent checks `suspend`.
- Make the `skip` button use a value in the session preferences instead.
* Log exception when the verification status can't be loaded
Co-authored-by: Benoit Marty <benoit@matrix.org>
* Fix review comments
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
6 months ago
Benoit Marty
7bbcb719d5
Implement a migration mechanism to handle internal stuff which need to occur during application upgrade.
...
Remove VectorFileLogger, it was dead code.
6 months ago
Benoit Marty
d06ec9099b
Add Ui test on DeveloperSettingsView
6 months ago
Benoit Marty
320e7145ca
Handle properly the migration of DefaultSessionPreferencesStore #2742
6 months ago
Benoit Marty
12cd1ce5ee
Fix test
6 months ago
Benoit Marty
d1fdbeb8bb
Import string.
6 months ago
Benoit Marty
bcbd989ec0
Reply: render sender name of replied event on 1 line only.
6 months ago
Benoit Marty
237ba3d727
Improve display name disambiguation rendering #2722
6 months ago
Benoit Marty
f9c8c8aa21
Fix test
6 months ago
Benoit Marty
ac9689fae9
Fix test compilation issue.
6 months ago
Benoit Marty
1d6b479d38
Use display name in state event rendering #2722
6 months ago
Benoit Marty
461f144585
Use `aProfileTimelineDetails()`
6 months ago
Benoit Marty
03abfcaadb
Format state Event: use disambiguated Display name #2722 .
...
- Rename some parameter and val from `senderDisplayName` (and consort) to `senderDisambiguatedDisplayName`.
- In `InReplyToDetails`, replace `senderDisplayName` and `senderAvatarUrl` by `senderProfile`.
6 months ago
bmarty
68631af9a6
Sync Strings from Localazy
6 months ago
Benoit Marty
6b2a4f8cc0
Move OnboardingBackground to a sub package
7 months ago
Benoit Marty
52f7b29577
Fix missing background issue.
7 months ago
Benoit Marty
797c912ccd
Implement Knock action (until the SDK level)
7 months ago
Benoit Marty
f29e79d64e
Change API `MatrixClient.joinRoom(roomId: RoomId): Result<RoomId>` to `MatrixClient.joinRoom(roomId: RoomId): Result<Unit>`
7 months ago
Benoit Marty
74a9a54719
Rename Preview to follow code convention
7 months ago
Benoit Marty
f1668b8abe
Update doc.
7 months ago
Benoit Marty
4489df1085
Apply Gradient Background to JoinRoomView and RoomAliasResolverView.
7 months ago
Benoit Marty
57870fa624
Gradient Background
7 months ago
Benoit Marty
64e22bc2f1
Use now available SDK API.
7 months ago
Benoit Marty
49fea8b7ae
Fix vertical alignment.
7 months ago
Benoit Marty
473f0e8395
Let JoinRoomView render the InviteSender
7 months ago
Benoit Marty
2974156ee1
Move InviteSender to `:library:matrixui` module.
7 months ago
Benoit Marty
9c7c66b222
Fix padding issue on `RoomPreviewMembersCountMolecule`
7 months ago
Benoit Marty
4e55c9aa4e
Please ktlint
7 months ago
Benoit Marty
b7d4fa655e
Readability
7 months ago
Benoit Marty
7528bb7ffa
Add Modifier and preview for RoomPreviewMembersCountMolecule. Also increase end padding to ensure that rendering is correct for big numbers.
7 months ago
Benoit Marty
35de787326
Fix test.
7 months ago
Benoit Marty
5aa0ffea34
String -> RoomAlias
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
b8d87d4e75
Ignore too generic exceptions (temporary code).
7 months ago
Benoit Marty
c9580ad1e5
Remove extra space.
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
6a125bbb1b
Add test on RoomAliasResolverPresenter
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
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