2733 Commits (f635f56400cdbb3333bc04da35ab86b7a7485f9b)

Author SHA1 Message Date
Benoit Marty 78c4f87776 Remove the method `supportNotificationChannels()` from SystemUtils, it has been copied in `NotificationChannels.kt` 3 months ago
Benoit Marty a9fb4b95ce Add `isEnterpriseBuild` to BuildMeta 3 months ago
Benoit Marty 4227b42dfa Add unit test on DefaultImageLoaderHolder 3 months ago
Benoit Marty 77ed70e26f Convert LoggedInImageLoaderFactory to an interface and add DefaultLoggedInImageLoaderFactory 3 months ago
Benoit Marty 0039387fbc Move test classes to the correct package. 3 months ago
Benoit Marty 8cc5f35e0c Fix image not rendering after clearing cache. 3 months ago
Benoit Marty e999120864 Let role and permissions screens works for invited room members too. 3 months ago
ElementBot fd6bcb7857
Sync Strings (#3077) 3 months ago
Benoit Marty f0917ad38a Fix KDoc issue 3 months ago
Benoit Marty da1f8cd465 Use DmAvatars in header of DM details. 3 months ago
Benoit Marty f4325aed50 Create DmAvatars to render both users of a DM. 3 months ago
Jorge Martin Espinosa 310a7fc229
Resolve display names in mentions in real time (#3051) 3 months ago
Benoit Marty 3ce4af97cc Use `repeat` in the Preview. 3 months ago
Benoit Marty cea7dce432 Create extension `RoomMember.getAvatarData` to avoid code duplication. 3 months ago
Benoit Marty 7d0323d708 Create extension `RoomSummaryDetails.getAvatarData` to avoid code duplication. 3 months ago
Benoit Marty 33c76dfd2d Use extension MatrixUser.getAvatarData and fix compilation issue. 3 months ago
Benoit Marty a2ff1dc933 Use ImmutableList in Composable. 3 months ago
Jorge Martin Espinosa 4f69ab70cc
Use full date format for day dividers in timeline (#3057) 3 months ago
Benoit Marty a9f23c06b0 Add enum `Suggestion` instead of reusing `TimelineRoom` 3 months ago
Benoit Marty ac6e56fead Use heroes only for DMs. #1538 3 months ago
Benoit Marty ad02e05bf4 Use heroes to render room avatars 3 months ago
Benoit Marty a199a8605f Add heroes to `RoomSummaryDetails` 3 months ago
Benoit Marty a0f21d0b63 Add enum `EditProfileDetails` instead of reusing `RoomHeader` 3 months ago
Benoit Marty 61c21b6a96 Introduce CompositeAvatar to render heroes when main AvatarData does not have URL. 3 months ago
Benoit Marty 14062c687e Map RoomHero to MatrixRoomInfo. 3 months ago
ganfra 0e94771f03 Sending queue : reintroduce failed status for unrecoverable error 3 months ago
Benoit Marty 4332357e76 Add import for doc. 3 months ago
Benoit Marty a8cd659b1f Avoid restoring several MatrixClient 3 months ago
ganfra 420872fed9 Rust : handle api changes for 0.2.27 3 months ago
ganfra 664e584401 Rust : handle api changes for 0.2.27 3 months ago
Benoit Marty cd9f3ad3fb Use receiver. 3 months ago
Benoit Marty 47856c22ce Allow scroll in the "Enter recovery key" screen. #3042 3 months ago
Benoit Marty ef316032f8 Fix toString content 3 months ago
Benoit Marty 2cb2ecb243 Remove dead code. 3 months ago
Benoit Marty bc30aee359 Iterate on sessionVerificationService.sessionVerifiedStatus and fix tests. 3 months ago
ganfra 97ec100e76 ProgressDialog : rename isCancellable param to showCancelButton on the ProgressDialogContent method. 3 months ago
Benoit Marty f09b77f72f Update test after merging develop. 3 months ago
Jorge Martin Espinosa b741c32e91
Add full screen intent permissions banner (#3024) 3 months ago
Benoit Marty 85eae468b7 Cleanup 3 months ago
Benoit Marty b4b407a69e Store the first provider even if no distributor is available, else error in troubleshoot test will not be accurate. 3 months ago
Benoit Marty f72fc36de8 Update PushProvider API, remove `isAvailable()`, but instead rely on `getDistributors()` to eventually return an empty list of Distributors. 3 months ago
Benoit Marty 1f8b525548 Fix back navigation issue, when opening directly the notification troubleshoot screen. 3 months ago
Benoit Marty 5180ce388c Add a shortcut to navigate to the notification settings in case of error. 3 months ago
Benoit Marty b916aee958 Add test on DefaultClearCacheUseCase 3 months ago
Benoit Marty b68b08300a Add test on DefaultFtueService.reset(). 3 months ago
Benoit Marty e31fc17c9a Add Unit test on UserPushStoreDataStore 3 months ago
Benoit Marty eb07ae2855 Add test on `ignoreRegistrationError` and `setIgnoreRegistrationError` 3 months ago
Benoit Marty 64930e4435 Add ability to not show the pusher registration again. 3 months ago
Benoit Marty 675f93a5ad Create component ErrorDialogWithDoNotShowAgain 3 months ago
Benoit Marty 725c3838af Render an error dialog in case registering a pusher fails. 3 months ago