ganfra
e9c995f96d
Auth : fix restore session when there is no network.
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
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
Benoit Marty
78c4f87776
Remove the method `supportNotificationChannels()` from SystemUtils, it has been copied in `NotificationChannels.kt`
4 months ago
Benoit Marty
a9fb4b95ce
Add `isEnterpriseBuild` to BuildMeta
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
Benoit Marty
4227b42dfa
Add unit test on DefaultImageLoaderHolder
4 months ago
Benoit Marty
77ed70e26f
Convert LoggedInImageLoaderFactory to an interface and add DefaultLoggedInImageLoaderFactory
4 months ago
Benoit Marty
0039387fbc
Move test classes to the correct package.
4 months ago
Benoit Marty
8cc5f35e0c
Fix image not rendering after clearing cache.
4 months ago
Benoit Marty
e999120864
Let role and permissions screens works for invited room members too.
4 months ago
ElementBot
fd6bcb7857
Sync Strings ( #3077 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
4 months ago
Benoit Marty
f0917ad38a
Fix KDoc issue
4 months ago
Benoit Marty
da1f8cd465
Use DmAvatars in header of DM details.
4 months ago
Benoit Marty
f4325aed50
Create DmAvatars to render both users of a DM.
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
3ce4af97cc
Use `repeat` in the Preview.
4 months ago
Benoit Marty
cea7dce432
Create extension `RoomMember.getAvatarData` to avoid code duplication.
4 months ago
ganfra
08816bd2df
Reply : move InReplyTo and related to matrix.ui module.
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
Jorge Martin Espinosa
4f69ab70cc
Use full date format for day dividers in timeline ( #3057 )
...
* Use full date format for day dividers in timeline
* Use AM/PM for `DefaultLastMessageTimestampFormatter` when the locale needs it
4 months ago
Benoit Marty
a9f23c06b0
Add enum `Suggestion` instead of reusing `TimelineRoom`
4 months ago
Benoit Marty
ac6e56fead
Use heroes only for DMs. #1538
4 months ago
Benoit Marty
ad02e05bf4
Use heroes to render room avatars
4 months ago
ganfra
f24e87faf1
Timeline : introduce loadReplyDetails api
4 months ago
Benoit Marty
a199a8605f
Add heroes to `RoomSummaryDetails`
4 months ago
Benoit Marty
a0f21d0b63
Add enum `EditProfileDetails` instead of reusing `RoomHeader`
4 months ago
Benoit Marty
61c21b6a96
Introduce CompositeAvatar to render heroes when main AvatarData does not have URL.
4 months ago
ganfra
9aa82b42fd
Draft : introduce DraftService and start using it.
4 months ago
Benoit Marty
14062c687e
Map RoomHero to MatrixRoomInfo.
5 months ago
Benoit Marty
faa40dbb19
Move `notification_accent_color` from resource file to `NotificationConfig`
5 months ago
Benoit Marty
2c181e376b
Remove unused import.
5 months ago
ganfra
dc331640f9
Draft : expose new apis from sdk
5 months ago
Benoit Marty
416cbb679b
Update test and add test for incoming call when notifications are disabled.
5 months ago
ganfra
0e94771f03
Sending queue : reintroduce failed status for unrecoverable error
5 months ago
Benoit Marty
8f916eaece
Always notify for incoming calls, even if notifications are disabled.
5 months ago
Benoit Marty
bebd344e72
Notification channels: Use `NotificationChannelCompat.Builder`.
5 months ago
Benoit Marty
ed5eb48159
Notification channels: No need to include the version in the constant name.
5 months ago
Benoit Marty
e66a725f30
Notification channels: Remove unused `LISTEN_FOR_EVENTS_NOTIFICATION_CHANNEL_ID`
5 months ago
Benoit Marty
02c376b9bf
Notification channels: small iteration on old channel deletion.
5 months ago
Benoit Marty
4332357e76
Add import for doc.
5 months ago
Benoit Marty
a8cd659b1f
Avoid restoring several MatrixClient
5 months ago
ganfra
420872fed9
Rust : handle api changes for 0.2.27
5 months ago