Benoit Marty
6589fef196
Improve room filtering behavior.
4 months ago
Benoit Marty
e999120864
Let role and permissions screens works for invited room members too.
4 months ago
Benoit Marty
d14b9de8c9
Fix format issue.
4 months ago
Benoit Marty
315392d8ef
Improve the way we cut the bubble layout to give space for the sender Avatar.
...
Instead of drawing a circle with the same color of the background behind the avatar, properly clear the top start corner of the bubble using `CompositingStrategy.Offscreen` and `BlendMode.Clear`.
4 months ago
Benoit Marty
5ccaeea286
Rename field of `RoomDetailsType.Dm` for clarity
4 months ago
ElementBot
fd6bcb7857
Sync Strings ( #3077 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
4 months ago
Benoit Marty
8f3fbe70f8
Create TitleAndSubtitle to reduce code duplication and add badges to DM.
4 months ago
Benoit Marty
da1f8cd465
Use DmAvatars in header of DM details.
4 months ago
Benoit Marty
76add1fff1
Extract `MainActionsSection` from the when cases, since this is code duplication.
4 months ago
Benoit Marty
17d2d7b0d7
Fix issue in avatar rendering and add a preview.
4 months ago
ganfra
2d324a7f4b
Reply : fix reply cropped in timeline
4 months ago
ganfra
6ac7ab84ce
Draft : branch reply mode
4 months ago
ganfra
5597a1743a
Reply : refactor so we can use ReplyToDetails in Composer and Timeline
4 months ago
Jorge Martin Espinosa
310a7fc229
Resolve display names in mentions in real time ( #3051 )
...
* Resolve display names in mentions in real time
* Use `LocalRoomMemberProfilesCache` to avoid having to implement `TextMessagePresenter`
* Also use local composition provider for `MentionSpanProvider`
4 months ago
Benoit Marty
cea7dce432
Create extension `RoomMember.getAvatarData` to avoid code duplication.
4 months ago
Benoit Marty
1f3468986c
Use extension
4 months ago
ganfra
08816bd2df
Reply : move InReplyTo and related to matrix.ui module.
4 months ago
Benoit Marty
98f218a2b3
Code simplification.
4 months ago
Benoit Marty
7d0323d708
Create extension `RoomSummaryDetails.getAvatarData` to avoid code duplication.
4 months ago
Benoit Marty
33c76dfd2d
Use extension MatrixUser.getAvatarData and fix compilation issue.
4 months ago
Benoit Marty
a2ff1dc933
Use ImmutableList in Composable.
4 months ago
Benoit Marty
09f3868b53
Fix test.
4 months ago
Benoit Marty
a9f23c06b0
Add enum `Suggestion` instead of reusing `TimelineRoom`
4 months ago
Benoit Marty
99c90f1ced
Use heroes to render room avatars
4 months ago
Benoit Marty
0754404aed
Add preview and fix rendering issue.
4 months ago
Benoit Marty
ad02e05bf4
Use heroes to render room avatars
4 months ago
Benoit Marty
a0f21d0b63
Add enum `EditProfileDetails` instead of reusing `RoomHeader`
4 months ago
ganfra
9aa82b42fd
Draft : introduce DraftService and start using it.
4 months ago
ganfra
72dc9394ed
Sending : copy link action should be available only for remote event
5 months ago
ganfra
0e94771f03
Sending queue : reintroduce failed status for unrecoverable error
5 months ago
Benoit Marty
7d57144384
Add preview for disabled notifications.
5 months ago
Benoit Marty
cc57652e55
Fix UI test and add missing test.
5 months ago
Benoit Marty
cd9f3ad3fb
Use receiver.
5 months ago
Benoit Marty
47856c22ce
Allow scroll in the "Enter recovery key" screen. #3042
5 months ago
Benoit Marty
c6f5033661
Add missing preview
5 months ago
Jorge Martin Espinosa
2e32adf1f1
Improve how active calls work ( #3029 )
...
* Improve how active calls work:
- Sending the `m.call.notify` event is now done in `CallScreenPresenter` once we know the sync is running.
- You can mark a call of both external url or room type as joined.
- Hanging up checks the current active call type and will only remove it if it matches.
5 months ago
Benoit Marty
f09b77f72f
Update test after merging develop.
5 months ago
Jorge Martin Espinosa
b741c32e91
Add full screen intent permissions banner ( #3024 )
...
* Add full screen intent permissions banner, creating `:libraries:fullscreenintent` modules.
* Add it to notification settings too:
- Create `libraries:fullscreenintent` modules for the permission presenter and associated data.
- Add the presenter and states to `NotificationSettingsPresenter` and `NotificationSettingsView`.
* Use the right API to check for full screen intent permissions.
- Use the right package name for `:libraries:permission` contents.
* Fix broken tests (flaky?)
* Ignore coverage verification for fake and small presenters
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
Benoit Marty
9349f1bf6a
Remove trailing line.
5 months ago
Benoit Marty
e12f723ff7
Fix test compilation issue.
5 months ago
Benoit Marty
1f8b525548
Fix back navigation issue, when opening directly the notification troubleshoot screen.
5 months ago
Benoit Marty
5180ce388c
Add a shortcut to navigate to the notification settings in case of error.
5 months ago
Benoit Marty
b916aee958
Add test on DefaultClearCacheUseCase
5 months ago
Benoit Marty
efa7a2d046
Move InMemoryMigrationScreenStore to a test module.
5 months ago
Benoit Marty
4de151cae8
Rename member.
5 months ago
Benoit Marty
d3cf140501
Create test module with FakeFtueService
5 months ago
Benoit Marty
b68b08300a
Add test on DefaultFtueService.reset().
5 months ago
Benoit Marty
03a197e530
Rename method and val.
5 months ago
Benoit Marty
7d1e841c68
Rename member.
5 months ago
Benoit Marty
abc0e7edf7
Move setIgnoreRegistrationError call.
5 months ago