bmarty
1856363964
Sync Strings from Localazy
5 days ago
Valere
9fb68fc58e
Bump rust-sdk version to rust-sdk 0.2.57 ( #3735 )
...
* Bump rust-sdk version to rust-sdk 0.2.57
* rust sdk update: Support persisted WedgeQueueError
* Trust & Decoration | Support new expected UTD causes
* Room Subscribtion settings not needed anymore (see https://github.com/matrix-org/matrix-rust-sdk/pull/4159 )
* File/Attachement upload: update to support `storeInCache`
* feat(knock): update API to use reason and serverNames
* Add another `Konsist` exception
* Update screenshots
---------
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <android@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
1 week ago
ganfra
5cce2ff572
knock : improve a bit code and add tests.
1 week ago
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
ganfra
89ac2a6831
knock : adjust api while sdk is not ready.
1 week ago
ganfra
512b362615
knock : close screen when canceling knock
1 week ago
ganfra
bc4a9a4ad0
knock : display alias in knocked room item list
1 week ago
ganfra
78b3839b34
knock : start adding ui to the JoinRoomView
1 week ago
ganfra
b0503978a1
knock : display knocked room in the room list
1 week ago
ganfra
73a46dcfc7
knock : use PendingRoom instead of InvitedRoom
1 week ago
ganfra
96b24c5299
knock : update strings
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.
...
Add disable action to verify user.
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`
2 weeks ago
Benoit Marty
ddf4c6de09
Remove unnecessary padding, the Column already have a padding.
2 weeks ago
Benoit Marty
1ca8c5131b
Change model and create MatrixBadgeRowMolecule
2 weeks ago
Benoit Marty
77b87af52a
Move RoomBadge to atomic package and rename to MatrixBadge
2 weeks ago
Benoit Marty
9eabc830c0
Fix flaky tests.
2 weeks ago
Benoit Marty
96232d5cdf
Reduce space between message and "View All" button
2 weeks ago
Benoit Marty
aaf14b6604
Change preview to test wrapping of long pinned message.
2 weeks ago
Benoit Marty
fc200e9a81
Use ic_compound_unpin
2 weeks ago
bmarty
b179518962
Sync Strings from Localazy
2 weeks 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.
...
`Provider` suffix is enough and more used than `PreviewProvider`, so let's make the codebase more consistent.
2 weeks ago
Jorge Martin Espinosa
2e9dce391b
Refresh room summaries when date or time changes in the device ( #3683 )
...
* Add `DateTimeObserver` to rebuild the room summary data when the date/time changes.
* Add time changed action too, to trigger when the user manually changes date/time
* Fix timezone issue by adding `TimezoneProvider`, fix tests
* Create test for `DateTimeObserver` usage in `RoomListDataSource`
* Create aRoomListRoomSummaryFactory function.
* Improve test by faking the lastMessageTimestampFormatter
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
2 weeks ago