2105 Commits (f014f0a3ae71677fd03f2e4a31a38749dd69b60d)
 

Author SHA1 Message Date
Benoit Marty 7aca5c904c Merge pull request #594 from vector-im/feature/bma/groupDep 1 year ago
renovate[bot] b698aa257e Update dependency org.matrix.rustcomponents:sdk-android to v0.1.19 (#592) 1 year ago
Benoit Marty 321f33c74e Extract dependencies from group `com.google.auto.service` into libs.versions.toml to avoid multiple PR to upgrade the 2 deps. 1 year ago
Benoit Marty 276bcac4aa Merge pull request #583 from vector-im/renovate/com.google.auto.service-auto-service-annotations-1.x 1 year ago
Benoit Marty 4b42f33e08 Merge branch 'develop' into renovate/com.google.auto.service-auto-service-annotations-1.x 1 year ago
Benoit Marty 5d1506c7f7 Merge pull request #581 from vector-im/renovate/com.google.auto.service-auto-service-1.x 1 year ago
Benoit Marty f320dc77ed Merge pull request #593 from vector-im/feature/bma/recScr 1 year ago
ElementBot b15db8c698 Update screenshots 1 year ago
Benoit Marty 4a56d433c6 Unblock develop 1 year ago
Benoit Marty d557d1fcad Merge pull request #584 from vector-im/feature/fga/fix_work_on_main_thread 1 year ago
Jorge Martin Espinosa b55f5cd050 Upgrade Rust SDK to 0.1.18 (#582) 1 year ago
Benoit Marty 0c64921f10 Merge pull request #549 from vector-im/feature/bma/onboardingServer 1 year ago
ganfra 26746f5e27 Extract fetchDetailsForEvent and use coroutineDispatchers.io 1 year ago
Benoit Marty 9e73e70a22 Enforce usage of `TestScope.testScheduler` 1 year ago
Benoit Marty 456e17de34 Fix infinite tests. 1 year ago
Benoit Marty f7b20e2373 Let HomeserverResolver emit the List and not the Async. 1 year ago
renovate[bot] 532db33adb Update dependency com.google.auto.service:auto-service-annotations to v1.1.1 1 year ago
renovate[bot] fff0e9b3b4 Update dependency com.google.auto.service:auto-service to v1.1.1 1 year ago
Benoit Marty f7fbab6ea7 Fix warning 1 year ago
Chris Smith 3e95baf088 Fix tests 1 year ago
Chris Smith 555545cebb Update screenshots 1 year ago
Chris Smith 18f4f1afa4 Fix provider for CreateRoomRootStateProvider 1 year ago
Chris Smith 2aba6a7f71 Use correct string for "invite friends..." action 1 year ago
ganfra 2b0b7e3e4b Merge pull request #575 from vector-im/feature/fga/fix_crash_on_restore 1 year ago
Benoit Marty 0ae737c6e4 Merge pull request #577 from vector-im/renovate/org.sonarqube-4.x 1 year ago
renovate[bot] f997123f2d Update dependency org.matrix.rustcomponents:sdk-android to v0.1.17 (#576) 1 year ago
renovate[bot] d2b0538aa4 Update plugin sonarqube to v4.2.1.3168 1 year ago
Benoit Marty 02c5f37bb2 Merge pull request #570 from vector-im/renovate/io.nlopez.compose.rules-detekt-0.x 1 year ago
Jorge Martin Espinosa 1995effeeb Remove rich text editor dependency (#572) 1 year ago
ganfra a52db06546 Node: fix compilation after changes 1 year ago
Benoit Marty abfdf39029 Fix lint errors manually (a string sync will be needed on develop). 1 year ago
Jorge Martin Espinosa 1831ec7ab4 Fix timeline item padding and corners (#573) 1 year ago
Benoit Marty 9e5e7ce313 trigger CI 1 year ago
renovate[bot] 1024c2439a Update dependency io.nlopez.compose.rules:detekt to v0.1.10 1 year ago
ganfra 3ba219c975 Dagger: makes sure to not remove an active component when navigating 1 year ago
ganfra ba44ff32c1 Fix crash on MainActivity when restored 1 year ago
ElementBot cc3d64dde7 Update screenshots 1 year ago
Benoit Marty 5ce57ae951 Improve accessibility with keyboard. 1 year ago
Benoit Marty fde6b0e9bb Add some generated KDoc. 1 year ago
Benoit Marty 9d00c9e120 Reduce space above the result to give more visibility especially when the keyboard is opened. 1 year ago
Benoit Marty 168f5dfa89 Add a 5s timeout to avoid infinite loading (actually waiting for network timeout which can be long and is harder to configure). 1 year ago
Benoit Marty 25eb3a556b Use a LazyColumn, in case we get more results in the future. 1 year ago
Benoit Marty 8f8ac76d69 Prevent direct usage of `io.element.android.libraries.ui.strings.R` package. 1 year ago
Benoit Marty 445df09411 Always use `import io.element.android.libraries.ui.strings.R as StringR` 1 year ago
Benoit Marty 4f4d024a9f No need to pass `maxLines = 1` if `singleline = true` anymore. 1 year ago
Benoit Marty 9527c6825e Use the search icon on this screen. 1 year ago
Benoit Marty 921a352947 Inline the scroll state. 1 year ago
Benoit Marty 7948f8d0fa Better comment 1 year ago
Benoit Marty 5d3199e31c Move the resolver to the parent package. 1 year ago
Benoit Marty 0b18fceb39 Use LaunchedEffect to avoid multiple calls. 1 year ago