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
Extract fetchDetailsForEvent and use coroutineDispatchers.io
|
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
Onboarding iteration
|
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
Feature/fga/fix crash on restore
|
1 year ago |
Benoit Marty
|
0ae737c6e4
|
Merge pull request #577 from vector-im/renovate/org.sonarqube-4.x
Update plugin sonarqube to v4.2.1.3168
|
1 year ago |
renovate[bot]
|
f997123f2d
|
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.17 (#576)
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.17
* Fix breaking changes.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
|
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
Update dependency io.nlopez.compose.rules:detekt to v0.1.10
|
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)
* Try to fix timeline offsets and rounded corners.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
|
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 |
Benoit Marty
|
f311641ab3
|
Merge the 2 map.
|
1 year ago |
Benoit Marty
|
ee38aee147
|
Rename `InlineErrorMessage` to simple `Error` to not consider how the error will be used (actually used in a dialog now)
|
1 year ago |
Benoit Marty
|
5bec246034
|
Use function ref.
|
1 year ago |
Benoit Marty
|
9562600be4
|
Enforce lambda parameters to be passed in.
|
1 year ago |
Benoit Marty
|
fee86b281e
|
Rename nodes and organize by package into `screens` subpackage for clarity
|
1 year ago |
ganfra
|
511b26b2ab
|
Merge pull request #566 from vector-im/feature/fga/update-rust-sdk-0.1.16
Feature/fga/update rust sdk 0.1.16
|
1 year ago |
ganfra
|
7356898e00
|
Remove internal state machine library
|
1 year ago |
Jorge Martin Espinosa
|
9fa261e393
|
[Message Actions] Add emoji reactions option (#568)
* Add logic to send message reactions
* Add emoji library, create EmojiPicker component
* Fix bottom sheet behaviors
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
|
1 year ago |