Benoit Marty
|
5951182bdf
|
Fix issue when building previews, roomId must be unique
|
6 months ago |
Benoit Marty
|
8272b7a16c
|
Use fallback name in this case.
|
6 months ago |
Benoit Marty
|
ce7bb11724
|
Ensure roomId are not rendered in the UI.
Add preview to see the effect.
Use RoomAvatar data fallback everywhere, to not use roomId (`!` char) for the avatar initial, but rather `#`.
|
6 months ago |
Benoit Marty
|
8327ea306f
|
Increase usage of `RoomAlias`
|
7 months ago |
Benoit Marty
|
04eb59bd07
|
Ensure SearchBar are displayed with max width.
|
7 months ago |
Jorge Martin Espinosa
|
598bf96208
|
Do not display empty room list state before the loading one (#2402)
* Do not display empty room list state before the loading one
|
8 months ago |
Benoit Marty
|
b104dba845
|
Remove Modifier parameter in private function when only default value is used.
This will improve the code coverage metrics, and this also fixes a few potential bug, where the Modifier was used several times.
|
9 months ago |
Benoit Marty
|
f8f100ccc8
|
Remove default value of RoomSummaryDetails constructor, and iterate on fixture functions.
|
10 months ago |
Benoit Marty
|
2c691d527b
|
Remove `RoomSummaryDetails.lastMessageTimestamp` and replace by a getter on `lastMessage`
|
10 months ago |
Benoit Marty
|
d1c7520065
|
Rename `avatarURLString` to `avatarUrl`
|
10 months ago |
Benoit Marty
|
4c86126eae
|
Rename `aRoomSummaryDetail` to `aRoomSummaryDetails`
|
10 months ago |
Benoit Marty
|
d01c70a4fd
|
Fix moar ktlint issues
|
10 months ago |
Benoit Marty
|
5d086ad82d
|
Fix moar ktlint issues
|
10 months ago |
renovate[bot]
|
c8bd362397
|
Update plugin ktlint to v12.1.0 (#2200)
* Update plugin ktlint to v12.1.0
* Run `./gradlew ktlintFormat` and fix some issues manually.
* Fix other issues reproted by Ktlint
* Limit false positives, KtLint removes unnecessary curly brace in String templates.
* Remove useless Unit
* Minor improvements over ktlint changes
* Restore `AlertDialogContent` behaviour
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
|
10 months ago |
ganfra
|
a0ba83c863
|
Rename SearchBarResultState.Empty to SearchBarResultState.Initial
|
10 months ago |
ganfra
|
c6b3387b62
|
User search : show a loader when fetching results
|
10 months ago |
Jorge Martin Espinosa
|
cbf34929af
|
Revert "Room list badges"
|
10 months ago |
Benoit Marty
|
f2c989cbd6
|
Iterate on indicators on room list #2079
|
11 months ago |
Benoit Marty
|
1d3669f144
|
Fix wrong color alias usage.
|
11 months ago |
Benoit Marty
|
8378500a25
|
Change name to match use case.
|
11 months ago |
Benoit Marty
|
5ea59feb6f
|
Do not render `roomId` if the room has no canonical alias #1970
|
11 months ago |
Benoit Marty
|
5e5662f194
|
Extract RoomList select to its own module
|
11 months ago |