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
renovate[bot]
4bce7afc3a
Update dependency com.lemonappdev:konsist to v0.16.1
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
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
renovate[bot]
bb74c82d6c
Update dependency androidx.compose:compose-bom to v2024.09.02
1 month ago
renovate[bot]
9756afc5d1
Update dependency androidx.compose:compose-bom to v2024.09.00 ( #3399 )
...
* Update dependency androidx.compose:compose-bom to v2024.09.00
* Adapt code for changes.
* Workaround crash when closing the RTE
* Fix broken bottom sheet colors and shape
* Fix tons of warnings and deprecations
* Fix lint issues
* Fix more M3 update changes
* Update screenshots
---------
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 <benoitm+elementbot@element.io>
Co-authored-by: ganfra <francoisg@matrix.org>
Co-authored-by: ElementBot <android@element.io>
1 month ago
ganfra
cf6de8c7e9
dependencies : update rust sdk to 0.2.48
1 month ago
renovate[bot]
a761a47fca
Update dependencyAnalysis to v2.1.0 ( #3526 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 month ago
renovate[bot]
6c98a25377
Update dependency androidx.webkit:webkit to v1.12.0
1 month ago
renovate[bot]
854557b422
Update dependency org.maplibre.gl:android-plugin-annotation-v9 to v3.0.1
1 month ago
renovate[bot]
a1612a3fe1
Update dependency org.maplibre.gl:android-sdk-ktx-v7 to v3.0.1 ( #3507 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 month ago
renovate[bot]
fe7d7f3e11
Update dependency androidx.startup:startup-runtime to v1.2.0
1 month ago
ganfra
183dc60b92
Pinned messages analytics : update matrix-analytics-events dependency to 0.25.0
1 month ago
renovate[bot]
d9e5c85933
Update dependencyAnalysis to v2.0.2
1 month ago
renovate[bot]
032a89f7a5
Update android.gradle.plugin to v8.6.1
1 month ago
ganfra
730aa95da6
Rust sdk : update to 0.2.47
1 month ago
renovate[bot]
2def7f284d
Update dependency com.posthog:posthog-android to v3.7.3
2 months ago
Benoit Marty
340d08e328
SDK 0.2.46
...
f576c72ef8cf4d735e3f91e9ec52aba0278c643f
2 months ago
Benoit Marty
62a9d8ce29
SDK 0.2.45
...
abbe2ec52316c998c3894989b9c48b3781967d26
2 months ago
renovate[bot]
6f03f8c5af
fix(deps): update dependency org.maplibre.gl:android-sdk to v11.4.0
2 months ago
Benoit Marty
9d6c9456a5
SDK 0.2.44
2 months ago
Benoit Marty
3d374c8bcf
SDK 0.2.43
2 months ago
renovate[bot]
cda32632ae
Update dependency com.otaliastudios:transcoder to v0.11.1
2 months ago
renovate[bot]
b4195ffcae
Update plugin detekt to v1.23.7
2 months ago
renovate[bot]
15e4d07b8b
Update dependency com.sigpwned:emoji4j-core to v15.1.2 ( #3396 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months ago
renovate[bot]
30e0bebcb1
Update dependency com.google.accompanist:accompanist-permissions to v0.36.0
2 months ago
renovate[bot]
6f4150b0cd
Update activity to v1.9.2
2 months ago
ganfra
91a44f6380
Rust sdk : update to 0.2.42
2 months ago
renovate[bot]
35a36c10a5
Update dependency com.android.tools:desugar_jdk_libs to v2.1.2
2 months ago
renovate[bot]
9fb82a1e86
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.41 ( #3384 )
...
* Introduce value class UniqueId.
* Allow reactions on non-sent Event, the SDK can now handle it.
Also the SDK will manage local echo for reactions.
* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.41
* Fixes after SDK upgrade:
- Use `ClientBuilderSlidingSync` to set `SlidingSyncVersionBuilder` in `RustMatrixClientFactory`.
- `Room.toggleReaction(emoji: String, eventId: EventId)` is now `Room.toggleReaction(emoji: String, uniqueId: UniqueId)`, since reactions can now be applied to local echoes too in the SDK.
* Rename exception case
* Fix wrong error case being used in test
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: Benoit Marty <benoitm@matrix.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2 months ago
Benoit Marty
965e445d04
Replace OSS licenses plugin with Licensee and some manually done UI.
...
This should fix both configuration cache and reproducible F-droid builds.
Cleanup and remove gplay/fdroid diff on open source licenses.
Co-authored by @jmartinesp
2 months ago
renovate[bot]
11801e925f
Update plugin dependencycheck to v10.0.4
2 months ago
renovate[bot]
b9a1f05585
Update dependency com.posthog:posthog-android to v3.6.1
2 months ago
renovate[bot]
604f6476b5
Update android.gradle.plugin to v8.6.0
2 months ago
renovate[bot]
d7256adeaa
Update dependencyAnalysis to v2.0.1
2 months ago
renovate[bot]
f5a685e302
Update dependency com.posthog:posthog-android to v3.6.0
2 months ago
renovate[bot]
8b5fcf611f
Update dependency com.google.testparameterinjector:test-parameter-injector to v1.17
2 months ago
ganfra
1101c8db65
Fix maplibre annotation plugins dependency
2 months ago
ganfra
4ecc9f46b6
Fix maplibre annotation plugins dependency
2 months ago
renovate[bot]
efea19b475
Update dependency org.maplibre.gl:android-sdk to v11.2.0
2 months ago
renovate[bot]
aa1802c119
Update dependencyAnalysis to v2
2 months ago
renovate[bot]
dea05679c7
Update media3 to v1.4.1
2 months ago
renovate[bot]
4e887388ae
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.40
2 months ago
renovate[bot]
c3ddf0b41e
Update dependency com.android.tools:desugar_jdk_libs to v2.1.0
2 months ago
renovate[bot]
b85e714a6f
Update dependency com.posthog:posthog-android to v3.5.1
2 months ago
SpiritCroc
671def23b8
Big emoji-only messages
...
Adapted from SpiritCroc's SchildNext implementation from
7eba87f02e
Fixes: https://github.com/element-hq/element-x-android/issues/1438
Signed-off-by: Tobias Büttner <dev@spiritcroc.de>
Signed-off-by: Joe Groocock <me@frebib.net>
2 months ago