6569 Commits (6632b2a9988068e1a74a9f4cfa9d559da0c63cda)
 

Author SHA1 Message Date
ganfra 6632b2a998 Timeline : rename isTimelineEmpty to hasAnyEvent 5 months ago
ganfra 0e98659cc9 Timeline : do not cancel pagination to avoid stuck timeline. 5 months ago
ganfra 97b9d75a0d Timeline : makes sure all tests are passing 5 months ago
ganfra bffa2d717f Timeline : continue to fix more tests... 5 months ago
ganfra bf87b975fc Timeline permalink : start updating tests 5 months ago
ganfra fed1733cb5 Timeline : makes sure to use the right timeline when making some action (edit, reply, reaction) 5 months ago
ganfra a6d8209407 Timeline : exposes same methods as the rust type and use them by default on liveTimeline 5 months ago
ganfra 7094955bc9 Timeline : use latest api 5 months ago
ganfra b764933507 Timeline permalink : branch permalink on event of other room 5 months ago
ganfra 20e172c2a6 Timeline permalink : add focused event modifier 5 months ago
ganfra 3c961a2693 Timeline : remove highlightedEventId to only use focusedEventId 5 months ago
ganfra fbfcc3638d Timeline : add box around TimelineItemVirtualRow 5 months ago
ganfra b1dd225648 Timeline permalink : automatic focus on live when reaching end of forward pagination (and remove usage of PaginationStatus) 5 months ago
ganfra 0d7cffe400 Timeline permalink : continue to iterate (try a strategy to avoid forward insertion to "auto-scroll") 5 months ago
ganfra ff92551472 Merge develop into feature/fga/permalink_timeline 5 months ago
Benoit Marty e7172cbb85
Merge pull request #2713 from element-hq/feature/bma/roomPreview 5 months ago
Benoit Marty 4e55c9aa4e Please ktlint 5 months ago
ElementBot b7f5c282b0 Update screenshots 5 months ago
Benoit Marty d2e043fbe4 More complete preview 5 months ago
Benoit Marty 82befcb92c Order import 5 months ago
Benoit Marty cd63ae816a Fix Preview name 5 months ago
Benoit Marty b7d4fa655e Readability 5 months ago
ElementBot 29fccd3d9e Update screenshots 5 months ago
Benoit Marty f109426373
Merge pull request #2725 from element-hq/renovate/compose.bom 5 months ago
Benoit Marty bc1c93c663 Use `PreviewsDayNight` instead of `PreviewLightDark` in order to generate screenshots. 5 months ago
Benoit Marty 7528bb7ffa Add Modifier and preview for RoomPreviewMembersCountMolecule. Also increase end padding to ensure that rendering is correct for big numbers. 5 months ago
Benoit Marty fab7607746
Merge pull request #2728 from element-hq/renovate/datastore 5 months ago
Benoit Marty 98b0ccc953
Merge branch 'develop' into renovate/datastore 5 months ago
renovate[bot] 4abe277bf8
Update dependency androidx.compose:compose-bom to v2024.04.01 5 months ago
Benoit Marty 1e2aa538d3
Merge pull request #2727 from element-hq/renovate/core 5 months ago
Benoit Marty 26f758dcd0
Merge pull request #2724 from element-hq/renovate/kotlin 5 months ago
renovate[bot] c6109dc2c8
Update datastore to v1.1.0 5 months ago
Benoit Marty 35de787326 Fix test. 5 months ago
Benoit Marty 290a05439e Fix test. 5 months ago
Benoit Marty 5aa0ffea34 String -> RoomAlias 5 months ago
Benoit Marty cecc6f2085 Fix compilation issue after rebase: String -> RoomAlias 5 months ago
Benoit Marty 275733757d Use string from Localazy. 5 months ago
Benoit Marty 378d2c0a05 Subscrie to RoomInfoFlow instead of pushing the JoinRoom. The user may be a member of the room, and in this case, it will be more direct. 5 months ago
Benoit Marty 1b8dd2cded Create Atom and Molecule for RoomPreview screens 5 months ago
Benoit Marty d0fdaaeb86 Move ContentScaffold to design system and rename to RoomPreviewOrganism 5 months ago
Benoit Marty 3bd65be894 Remove useless launch. 5 months ago
Benoit Marty b9b2072b28 Remove useless usage of coroutine scope. 5 months ago
Benoit Marty 234696cb03 Rename `JoinRoomEvents.Retry` to `JoinRoomEvents.RetryFetchingContent` 5 months ago
Benoit Marty b8d87d4e75 Ignore too generic exceptions (temporary code). 5 months ago
Benoit Marty c9580ad1e5 Remove extra space. 5 months ago
Benoit Marty 8e5ae8de2c Avoid providing default value. 5 months ago
Benoit Marty 1fcaf902e0 Rename `eventId` to `focusedEventId` for clarity. 5 months ago
Benoit Marty 986f20b526 Move RoomAliasResolver classes to their own module. 5 months ago
Benoit Marty 2eb545cd11 Add test to JoinRoomPresenter to cover RoomPreview 5 months ago
Benoit Marty 12b230594b Fix JoinRoomPresenterTest 5 months ago