renovate[bot]
1c4ac316c9
Update android.gradle.plugin to v8.7.0 ( #3577 )
...
* Update android.gradle.plugin to v8.7.0
* Bump Android lint version to `8.8.0-alpha04`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
1 month ago
Jorge Martin Espinosa
79c17f714f
Use Anvil KSP instead of the Square KAPT one ( #3564 )
...
* Use Anvil KSP instead of the Square KAPT one
* Fix several configuration cache, lint and test issues
* Allow incremental kotlin compilation in the CI
* Workaround Robolectric + Compose issue that caused `AppNotIdleException`
* Update the `enterprise` commit hash
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
1 month ago
Joe Groocock
7f3ebbb85d
Prevent crash with duplicate room suggestion
...
If two rooms have the same canonical alias, e.g. the recently tombstoned
and upgraded #foundation-office:matrix.org, typing `#foun` into the
composer could cause the app to crash. This avoids that by using the
(hopefully) globally unique room id as the key instead.
Signed-off-by: Joe Groocock <me@frebib.net>
1 month ago
Jorge Martin Espinosa
f344a1282c
Don't display security banner for unknown RecoveryState ( #3579 )
...
* Don't display security banner for unknown `RecoveryState`
* Don't display 'set up recovery' if its status is unknown.
Add more screenshot tests.
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
1 month ago
Benoit Marty
729334ba4d
Git ignore .idea/runConfigurations.xml
1 month ago
Benoit Marty
63d54a4373
Merge pull request #3578 from element-hq/renovate/com.google.firebase-firebase-bom-33.x
...
Update dependency com.google.firebase:firebase-bom to v33.4.0
1 month ago
renovate[bot]
305c4d5a96
Update dependency com.google.firebase:firebase-bom to v33.4.0
1 month ago
Jorge Martin Espinosa
1d5509e2eb
Don't delete uploaded logs ( #3540 )
1 month ago
renovate[bot]
3001efb525
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.50 ( #3565 )
...
* Adapt to changes in the SDK
* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.50
* Use lambda instead of overriding the `EventDebugInfoProvider` interface
* Fix test proposal.
We may find a better way to compare data class instance if we need to do more comparison in the future...
---------
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
1 month ago
Benoit Marty
249104bf38
Merge pull request #3567 from frebib/frebib/captioned-filename
...
Use MSC2530 filename when loading media
1 month ago
Joe Groocock
555f73dfa8
Use MSC2530 filename when loading media
...
In the case of captioned images, the `body` of the event is the caption,
and is ill suited to be a filename. Often the caption can be
prohibitively long, causing the media to fail to load in some cases.
Fixes: https://github.com/element-hq/element-x-android/issues/2882
Signed-off-by: Joe Groocock <me@frebib.net>
1 month ago
Jorge Martin Espinosa
48a4a9d69b
Update Gradle impl module template with `setupAnvil()` call ( #3563 )
1 month ago
Jorge Martin Espinosa
eeec7cc785
Centralise the DI code generation logic ( #3562 )
...
* Create Anvil extension helper
* Use the helper everywhere
1 month ago
Benoit Marty
a9b45a2f57
Merge pull request #3349 from frebib/fix/warnings
...
Fix a couple of build-time warnings in Gradle output
1 month ago
Benoit Marty
96fae1b6d8
Merge pull request #3561 from element-hq/feature/bma/fixAspectRatioIssue
...
Fix crash when aspectRatio is null.
1 month ago
ElementBot
6a8086c9c1
Update screenshots
1 month ago
Benoit Marty
78da5a91b5
Fix crash when aspectRatio is null.
1 month ago
Benoit Marty
148da7bb71
Merge pull request #3400 from element-hq/renovate/accompanist
...
Update dependency com.google.accompanist:accompanist-permissions to v0.36.0
1 month ago
Benoit Marty
debb247329
Merge pull request #3560 from element-hq/sync-localazy
...
Sync Strings
1 month ago
bmarty
86373ad1f7
Sync Strings from Localazy
1 month ago
Benoit Marty
f89463c3a1
Remove `runCancellableScopeTest` and `runCancellableScopeTestWithTestScope`, we can use `TestScope.backgroundScope` instead.
1 month ago
Benoit Marty
b9c9706c48
Use backgroundScope for TimelineItemsSubscriberTest
1 month ago
Benoit Marty
7628d480a8
Fix quality issues.
1 month ago
Benoit Marty
953bec400c
Merge pull request #3398 from element-hq/renovate/lifecycle
...
Update lifecycle to v2.8.5
1 month ago
Benoit Marty
b7c6369ebf
Add test on TimelineItemsSubscriber.
1 month ago
Benoit Marty
738ac54be5
Extract createMatrixTimelineDiffProcessor from class.
1 month ago
renovate[bot]
fd3d62fc79
Update lifecycle to v2.8.6
1 month ago
renovate[bot]
e21c8d1466
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.49 ( #3553 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 month ago
Benoit Marty
f965bca96e
Merge pull request #3504 from element-hq/renovate/android.gradle.plugin
...
Update android.gradle.plugin to v8.6.1
1 month ago
Benoit Marty
e52c7eea12
Merge pull request #3371 from element-hq/renovate/com.lemonappdev-konsist-0.x
...
Update dependency com.lemonappdev:konsist to v0.16.1
1 month ago
Benoit Marty
bb1122d63b
Merge pull request #3551 from element-hq/renovate/gradle-update-update-gradle-wrapper-action-2.x
...
Update gradle-update/update-gradle-wrapper-action action to v2
1 month ago
Benoit Marty
154114bfce
Konsist: implement another workaround.
1 month ago
Benoit Marty
e0a9fbe063
Konsist: fix compilation issue and implement workaround.
1 month ago
renovate[bot]
4bce7afc3a
Update dependency com.lemonappdev:konsist to v0.16.1
1 month ago
Benoit Marty
24c7be609d
Merge pull request #3548 from element-hq/feature/fga/timeline_remove_item_animation
...
timeline : remove animateItem
1 month ago
Benoit Marty
085ba075e3
Merge pull request #3547 from element-hq/feature/bma/you
...
Prefix message sent by the current user by `You` instead of the sender name.
1 month ago
renovate[bot]
dcaf7642b1
Update dependency com.posthog:posthog-android to v3.7.4 ( #3546 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 month ago
ganfra
2b82794f51
Merge pull request #3520 from element-hq/renovate/androidx.webkit-webkit-1.x
...
Update dependency androidx.webkit:webkit to v1.12.0
1 month ago
renovate[bot]
856fcbcd4a
Update gradle-update/update-gradle-wrapper-action action to v2
1 month ago
ganfra
c3940f8ed9
Merge pull request #3505 from element-hq/renovate/org.maplibre.gl-android-plugin-annotation-v9-3.x
...
Update dependency org.maplibre.gl:android-plugin-annotation-v9 to v3.0.1
1 month ago
ganfra
38966f61d8
Merge pull request #3550 from element-hq/renovate/org.maplibre.gl-android-sdk-11.x
...
Update dependency org.maplibre.gl:android-sdk to v11.5.0
1 month ago
ganfra
49ce8b12e7
Merge branch 'develop' into renovate/accompanist
1 month ago
ganfra
f26a4b5567
maplib-plugins : remove workaround
1 month ago
renovate[bot]
17e2d092a3
Update dependency org.maplibre.gl:android-sdk to v11.5.0
1 month ago
renovate[bot]
a60fa11c93
Update dependency com.google.firebase:firebase-bom to v33.3.0 ( #3549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 month ago
renovate[bot]
231217c438
Update dependency io.element.android:compound-android to v0.1.0 ( #3524 )
...
* Update dependency io.element.android:compound-android to v0.1.0
* Fix usages of `AvatarColorsProvider`
* Update screenshots
* Fix tests and lint issues
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <android@element.io>
1 month ago
ganfra
5a8cfda4c7
timeline : remove animateItem
1 month ago
Benoit Marty
2e7c34b60e
Prefix with `You` instead of display name #3470
1 month ago
Benoit Marty
fbdff33cb5
Use prefixIfNeeded (equivalent code)
1 month ago
Benoit Marty
3093b25ecd
Rework: create extension method for cleaner code.
1 month ago