ganfra
f15e9daf67
Timeline : fix text item not refreshed when content change
4 months ago
Benoit Marty
4df18eadf4
Remove unused import
4 months ago
Benoit Marty
f34ba47906
Inject constructor
4 months ago
Benoit Marty
8ef970e3f7
Provide language and theme to Element Call. #3079
4 months ago
Benoit Marty
6a6e66765a
Remove default value for languageTag and theme.
4 months ago
Benoit Marty
2529a8d844
Add parameter names.
4 months ago
ganfra
3a610e6550
Draft : also clear draft when composer is blank
4 months ago
bmarty
32c5da898b
Sync Strings from Localazy
4 months ago
Jorge Martín
f421f94639
Fix session verification incorrectly displaying as 'not verified' when the user opened the app with no network connection.
...
It turns out `encryptionService.verificationState()` runs a network request that will cause a deadlock when it fails.
Also fixed another deadlock that caused the screen to remain blank sometimes after logging in, because DataStore got stuck when checking the `skipVerification` state for some reason I don't fully understand.
4 months ago
Jorge Martin Espinosa
d6b259b85a
Fix `@room` mentions crashing in debug builds ( #3107 )
...
* Fix `@room` mentions crashing in debug builds
* Iterate on previous solution, add `MentionSpan.Type.EVERYONE`
4 months ago
Benoit Marty
e5ec904697
Remove not needed dependency on libs.anvil.compiler.api and fix compilation issue of EXA.
4 months ago
Jorge Martin Espinosa
4904c4b751
Bump Rust SDK version and adapt our code ( #3068 )
...
* Use the new SDK version
* Adapt the authentication service to the new Rust SDK APIs
* Remove `Timeline.enterSpecialMode(...)` as it's no longer necessary
4 months ago
ganfra
644b425d71
Draft : code cleanup
4 months ago
ganfra
029962c101
Draft : add unit tests for draft support
4 months ago
Benoit Marty
0e3821c9b2
Add 'Enterprise' label to rageshake
4 months ago
Benoit Marty
2659713486
Fix quality issue
4 months ago
Benoit Marty
f3df1141e5
Fix compilation issue.
4 months ago
Benoit Marty
4c77201a4e
Fix quality issue and add tests.
4 months ago
Benoit Marty
1b72221df7
Add first EnterpriseService.
4 months ago
ganfra
e68684815d
Draft : makes sure all existing tests passes
4 months ago
ganfra
321c2dca30
Draft : refactor a bit ComposerMode and formatting management so we don't mess up with draft restoration.
4 months ago
Jorge Martin Espinosa
40b7736fcf
Use IO dispatcher for cleanup in bug reporter ( #3092 )
4 months ago
Jorge Martin Espinosa
ce28a05467
Replace the 'answer' PendingIntent in ringing call notifications ( #3093 )
...
* Replace the 'answer' PendingIntent in ringing call notifications
Co-authored-by: Benoit Marty <benoit@matrix.org>
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
4 months ago
Benoit Marty
c0a6bcf2f7
Cleanup
4 months ago
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.
5 months ago
Benoit Marty
1f3468986c
Use extension
5 months ago
ganfra
08816bd2df
Reply : move InReplyTo and related to matrix.ui module.
5 months ago
Benoit Marty
98f218a2b3
Code simplification.
5 months ago
Benoit Marty
7d0323d708
Create extension `RoomSummaryDetails.getAvatarData` to avoid code duplication.
5 months ago
Benoit Marty
33c76dfd2d
Use extension MatrixUser.getAvatarData and fix compilation issue.
5 months ago
Benoit Marty
a2ff1dc933
Use ImmutableList in Composable.
5 months ago
Benoit Marty
09f3868b53
Fix test.
5 months ago
Benoit Marty
a9f23c06b0
Add enum `Suggestion` instead of reusing `TimelineRoom`
5 months ago
Benoit Marty
99c90f1ced
Use heroes to render room avatars
5 months ago
Benoit Marty
0754404aed
Add preview and fix rendering issue.
5 months ago
Benoit Marty
ad02e05bf4
Use heroes to render room avatars
5 months ago