renovate[bot]
b7bd9ebd26
Update android.gradle.plugin to v8.4.1 ( #2885 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-24 08:02:00 +00:00
Benoit Marty
07957f2f80
Merge pull request #2891 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.2.2
2024-05-23 16:24:09 +02:00
Benoit Marty
167e52f34a
Merge pull request #2890 from element-hq/feature/bma/junitFix
...
Junit dependency fix
2024-05-21 21:55:40 +02:00
renovate[bot]
356b1ebda0
Update dependency com.posthog:posthog-android to v3.2.2
2024-05-21 16:57:38 +00:00
ganfra
16b370cd05
Merge pull request #2887 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.20
2024-05-21 18:56:11 +02:00
Benoit Marty
64365ea3ef
Merge pull request #2881 from element-hq/renovate/org.robolectric-robolectric-4.x
...
Update dependency org.robolectric:robolectric to v4.12.2
2024-05-21 18:24:19 +02:00
Benoit Marty
c763f244eb
Remove unused dependency on org.jetbrains.kotlinx.kover
2024-05-21 18:16:42 +02:00
Benoit Marty
e1278868ae
Remove unused dependency on com.google.accompanist:accompanist-systemuicontroller
2024-05-21 18:14:57 +02:00
Benoit Marty
92bc614af3
Cleanup dependencies about junit.
2024-05-21 18:14:32 +02:00
Benoit Marty
730f05d915
Upgrade com.github.UnifiedPush:android-connector from 2.1.1 to 2.4.0.
2024-05-21 14:45:18 +02:00
renovate[bot]
90c83cdeb1
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.20
2024-05-21 12:32:09 +00:00
Jorge Martin Espinosa
902dd24e72
Plain text editor implementation based on markdown input ( #2840 )
...
* Add plain text editor based on markdown input
- Fix autofocus of message composer.
- Remove `Message` data class, fetch the details in `MessagesPresenter` instead.
- Remove `enable rich text` option from advanced settings, set it as a build configuration instead.
* Fix MentionSpanProvider
* Bump RTE library to released `v2.37.3`
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-05-21 13:58:53 +02:00
Benoit Marty
bce1a30249
Merge pull request #2852 from element-hq/renovate/app.cash.molecule-molecule-runtime-1.x
...
Update dependency app.cash.molecule:molecule-runtime to v1.4.3
2024-05-21 12:11:32 +02:00
ganfra
4fc6a724e9
Merge branch 'develop' into feature/bma/upgradeSdk
2024-05-20 18:29:49 +02:00
ganfra
7edd854204
Sdk : update to 0.2.19
2024-05-20 17:51:06 +02:00
renovate[bot]
3b4ddbc6d8
Update dependency org.robolectric:robolectric to v4.12.2
2024-05-20 10:45:59 +00:00
renovate[bot]
115919e687
Update dependency io.mockk:mockk to v1.13.11 ( #2872 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martin Espinosa <jorgem@element.io >
2024-05-20 12:44:43 +02:00
renovate[bot]
46107a9cff
Update kotlin to v0.8.0 ( #2854 )
...
* Update kotlin to v0.8.0
* Adapt our setup to `v0.8.0`'s changes
* Make sure verification tasks run on `check` tasks
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2024-05-17 17:07:19 +02:00
renovate[bot]
de50d41cd0
Update dependency app.cash.molecule:molecule-runtime to v1.4.3
2024-05-15 15:10:52 +00:00
Benoit Marty
d103872f42
Merge pull request #2845 from element-hq/renovate/androidx.annotation-annotation-jvm-1.x
...
Update dependency androidx.annotation:annotation-jvm to v1.8.0
2024-05-15 15:07:16 +02:00
renovate[bot]
57a0d5657e
Update android.gradle.plugin to v8.4.0 ( #2777 )
...
* Update android.gradle.plugin to v8.4.0
* Update `android.experimental.lint.version` to `8.5.0-alpha07`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2024-05-15 11:07:36 +02:00
renovate[bot]
a4efb5e7e2
Update kotlin ( #2821 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-15 10:01:06 +02:00
renovate[bot]
967ee5d626
Update dependency androidx.annotation:annotation-jvm to v1.8.0
2024-05-14 18:25:46 +00:00
renovate[bot]
d925a40df2
Update dependency io.sentry:sentry-android to v7.9.0 ( #2837 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 06:42:11 +00:00
Benoit Marty
d5dea4c4a5
Merge pull request #2835 from element-hq/renovate/org.jlleitschuh.gradle.ktlint-12.x
...
Update plugin ktlint to v12.1.1
2024-05-13 16:52:08 +02:00
Jorge Martin Espinosa
6257425344
Bump Rust SDK to v0.2.18 and bump app version ( #2836 )
...
* Adapt to changes in SDK:
- Remove name from MatrixRoom, we should use displayName instead.
- Remove separate invites room list.
- Added runBlocking to get the now async NotificationClient from the Rust SDK.
- Made some other functions suspend.
- Client.resolveRoomAlias now returns a roomId and via parameters, we pass the roomId.
* Add logs removal migration again as `AppMigration03` to make sure we don't leak private data in existing logs.
* Bump app version to `0.4.12`
2024-05-13 16:48:23 +02:00
renovate[bot]
f392782628
Update plugin ktlint to v12.1.1
2024-05-13 12:53:44 +00:00
Benoit Marty
51df9f5297
Merge pull request #2772 from element-hq/renovate/org.maplibre.gl-android-sdk-10.x
...
Update dependency org.maplibre.gl:android-sdk to v10.3.1
2024-05-13 14:52:18 +02:00
Benoit Marty
9c956250ee
Merge pull request #2805 from element-hq/renovate/major-firebaseappdistribution
...
Update firebaseAppDistribution to v5 (major)
2024-05-13 14:30:40 +02:00
renovate[bot]
e0c7784180
Update dependency com.posthog:posthog-android to v3.2.1 ( #2773 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 14:11:19 +00:00
Jorge Martin Espinosa
0f60299de0
Bump RTE to v2.37.2 ( #2813 )
...
This should have been done by the renovate bot, but for some reason it wasn't.
2024-05-08 10:58:55 +02:00
Valere
c430699711
Add support for Verification state analytics
2024-05-06 19:06:54 +02:00
renovate[bot]
a35f9750b9
Update firebaseAppDistribution to v5
2024-05-06 15:26:58 +00:00
renovate[bot]
ea3773b253
Update dependency com.google.firebase:firebase-bom to v33
2024-05-03 14:22:13 +00:00
renovate[bot]
3dfd309844
Update wysiwyg to v2.37.1 ( #2791 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-03 16:21:35 +02:00
Benoit Marty
aa56a4a046
Merge branch 'develop' into renovate/org.maplibre.gl-android-sdk-10.x
2024-05-03 14:46:37 +02:00
renovate[bot]
b11b63c9bc
Update dependency androidx.webkit:webkit to v1.11.0
2024-05-02 09:00:40 +00:00
renovate[bot]
c99781563c
Update dependency androidx.compose:compose-bom to v2024.05.00 ( #2786 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-02 10:59:29 +02:00
renovate[bot]
60ec34f5a5
Update dependency androidx.compose.compiler:compiler to v1.5.13 ( #2783 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-02 09:39:44 +02:00
renovate[bot]
3cc2e3ae3a
Update dependency org.maplibre.gl:android-sdk to v10.3.1
2024-04-30 12:23:36 +00:00
Benoit Marty
a003fffb40
Merge pull request #2764 from element-hq/renovate/telephoto
...
Update telephoto to v0.11.2
2024-04-30 11:04:14 +02:00
Benoit Marty
f5060defa1
Merge pull request #2754 from element-hq/feature/valere/expected_utd_integration
...
Expected UTDs due to membership support
2024-04-30 11:03:36 +02:00
Benoit Marty
1ffc92380d
Cleanup
2024-04-30 09:50:21 +02:00
Benoit Marty
1c02d45a06
Merge pull request #2757 from element-hq/feature/bma/fixDeadlock
...
Fix potential infinite loading at first startup.
2024-04-29 18:57:03 +02:00
renovate[bot]
4ec7703616
Update telephoto to v0.11.2
2024-04-28 10:39:43 +00:00
Valere
808bbf33a4
Expected UTDs due to membership support
2024-04-26 17:21:10 +02:00
renovate[bot]
c31be93028
Update dependency com.google.testparameterinjector:test-parameter-injector to v1.16
2024-04-26 10:18:41 +00:00
Benoit Marty
e609a00b56
Fix potential infinite loading at first startup.
2024-04-26 12:17:50 +02:00
renovate[bot]
233a341bac
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.16
2024-04-25 16:00:52 +00:00
renovate[bot]
99d7995a80
Update dependency com.posthog:posthog-android to v3.1.18
2024-04-24 12:18:39 +00:00