3775 Commits (95d95d4f89bb44b4b5a2b9720895a6dcbffb6ac8)

Author SHA1 Message Date
Benoit Marty 67efecdec6 Fix preview for ignore user in a DM case. 1 week ago
Benoit Marty f516c09d3b Change a preview to have a room detail state without any badge. 1 week ago
Benoit Marty 2eec17fec7 Ensure modifier of `BadgeList` is used. 1 week ago
Benoit Marty 35867f9837 Let roomBadges be a computed val of RoomDetailsState 1 week ago
Benoit Marty 3c23555eb7 Code quality 1 week ago
Benoit Marty ecbf6b7e7c Room badge: let the presenter compute the list of badges. 1 week ago
Benoit Marty 5378c4efad Verified user badge. 1 week ago
Benoit Marty c8a58a8be8 Use BigIcon. 1 week ago
Benoit Marty daaaf92a87 Let IconTitleSubtitleMolecule use BigIcon. 1 week ago
Benoit Marty 8efbd67eea Move strings with key starting by `screen_room_member_details_` to the module `:features:userprofile:shared` 1 week ago
Benoit Marty ddf4c6de09 Remove unnecessary padding, the Column already have a padding. 1 week ago
Benoit Marty 1ca8c5131b Change model and create MatrixBadgeRowMolecule 1 week ago
Benoit Marty 77b87af52a Move RoomBadge to atomic package and rename to MatrixBadge 1 week ago
Benoit Marty 9eabc830c0 Fix flaky tests. 1 week ago
Benoit Marty 96232d5cdf Reduce space between message and "View All" button 1 week ago
Benoit Marty aaf14b6604 Change preview to test wrapping of long pinned message. 1 week ago
Benoit Marty fc200e9a81 Use ic_compound_unpin 1 week ago
bmarty b179518962 Sync Strings from Localazy 1 week ago
Benoit Marty 27e6376681 Rename View and Preview to fix a name clash in the Gallery. 2 weeks ago
Benoit Marty 1f8f1c998f Fix API Break: introduce EventOrTransactionId 2 weeks ago
Benoit Marty 6106d7b0ba Reorder imports. 2 weeks ago
Benoit Marty 5a3b4dfa83 Use test extension on presenter. 2 weeks ago
Benoit Marty e46503ae82 Cover getCanCall with tests. 2 weeks ago
Benoit Marty c5b0581bca Renaming. 2 weeks ago
Benoit Marty 9b9255d0e8 Format 2 weeks ago
Benoit Marty 86cfaf70b4 No need for UserProfilePresenterHelper anymore. 2 weeks ago
Benoit Marty 95a7cf643e Let RoomMemberDetailsPresenter use UserProfilePresenter to reduce code duplication. 2 weeks ago
Benoit Marty 77e874b906 Rework: use @AssistedFactory and comment out the UserProfileModule. 2 weeks ago
Benoit Marty 0db54df877 Restore fun interface for a sweeter code. 2 weeks ago
Benoit Marty 70c643be5e Remove unused isLocal field. 2 weeks ago
Benoit Marty e7ec53dd76 Use Create prompt when user already said they wanted to create an account #3627. 2 weeks ago
Benoit Marty 5a48d89df6 Fix wrong mapping 2 weeks ago
Benoit Marty 28d9da6d62 Fix other API change: `EventShieldsProvider` and `EventTimelineItemDebugInfoProvider` have been replaced by `LazyTimelineItemProvider` 2 weeks ago
Benoit Marty c1c9f53015 Fix other API change: `body` renamed to `filename` 2 weeks ago
Benoit Marty 6a1ef6d6f7 Fix API update regrading OidcPrompt. 2 weeks ago
Benoit Marty b33b423a19 The name ConfirmingBanUser was wrong since it was used to confirm a unban action. Better to keep a generic name, in case this class is used for any other action. 2 weeks ago
Benoit Marty 598d86607a Room moderation: make it more reactive and simplify the code. 2 weeks ago
Benoit Marty 1127e6b854 Use size from the DrawScope. 2 weeks ago
Benoit Marty 6e27266988 Rename some classes which implement PreviewParameterProvider according to the new naming convention. 2 weeks ago
Jorge Martin Espinosa 2e9dce391b
Refresh room summaries when date or time changes in the device (#3683) 2 weeks ago
Benoit Marty 269551366c Let FakeKnockRoom and FakeLogoutUseCase use simulateLongTask 2 weeks ago
Benoit Marty d5bf8ae42f Safer code. 2 weeks ago
Benoit Marty 6392404c3a Fix tests. 2 weeks ago
Benoit Marty 5d09d9c7f4 Add test on isCallActive 2 weeks ago
Benoit Marty d8779f038b Neat: do not compute `audioAttributes` if not necessary. 2 weeks ago
Benoit Marty cf80b3b804 Set Active call immediately when not in widget mode. 2 weeks ago
Benoit Marty 6e722d6a54 Add userId in identity change warning banner #3678 2 weeks ago
Benoit Marty 5f42b7732b ElementCall: CallForegroundService now use the Microphone permissions. 2 weeks ago
Benoit Marty b8ea3ce67d ElementCall: request audio focus and start CallForeground service only when the call is effectively started. 2 weeks ago
Benoit Marty 9c2a08e269 RTL: ensure the sender information are displayed at the start of the screen. 2 weeks ago