renovate[bot]
a386322e2a
Update plugin ktlint to v11.4.0 ( #544 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 08:51:03 +02:00
Marco Romano
bbef43751b
Network library changes ( #542 )
...
- Allows for http2
- Caches a global instance of kotlinx-serialization `Json` and configures it with a bit more leniency.
- Moves okhttp's dependency strings to the .toml file
- Switches off logging for release builds
2023-06-06 15:33:30 +02:00
renovate[bot]
de3a4ab084
Update dependency io.sentry:sentry-android to v6.21.0
2023-06-05 13:12:17 +00:00
Yoan Pintas
d2263372d2
Init analytics modules ( #350 )
2023-06-05 13:11:34 +00:00
renovate[bot]
382ce3c3a6
Update dependency me.saket.telephoto:zoomable-image-coil to v0.4.0
2023-06-05 10:32:07 +02:00
renovate[bot]
3dc7fb2953
Update dependency com.savvasdalkitsis.module-dependency-graph to v0.12
2023-06-02 21:34:01 +00:00
renovate[bot]
396840786d
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.5.1
2023-06-02 16:20:15 +00:00
Benoit Marty
2f0727363a
Merge pull request #502 from vector-im/feature/bma/onboardingIteration
...
Onboarding iteration
2023-06-02 10:30:29 +02:00
renovate[bot]
2f78a25d71
Update android.gradle.plugin to v8.0.2
2023-06-01 12:35:13 +02:00
Jorge Martin Espinosa
72fcd1e946
Merge pull request #497 from vector-im/feature/jme/enable-gif-support
...
Enable gif support for Coil
2023-06-01 12:07:16 +02:00
Benoit Marty
041e1fc368
Iterate on onboarding screen - WIP
2023-06-01 10:51:03 +02:00
renovate[bot]
699bb393ec
Update plugin sonarqube to v4.2.0.3129
2023-05-31 17:57:50 +00:00
Jorge Martín
91e3511cb0
Enable gif support for Coil
2023-05-31 16:46:58 +02:00
Benoit Marty
0f27ad5a84
Merge pull request #347 from vector-im/feature/bma/oidc2
...
Add (disabled) Oidc support
2023-05-31 16:42:34 +02:00
renovate[bot]
1b460258f9
Update dependency com.google.truth:truth to v1.1.4
2023-05-30 19:11:42 +00:00
Benoit Marty
4c9bed9d8a
Oidc with CustomTab
2023-05-30 15:59:58 +02:00
renovate[bot]
2c1d64a4ba
Update plugin sonarqube to v4.1.0.3113 ( #469 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-30 11:19:20 +00:00
renovate[bot]
0e8695145b
Update dependency com.google.firebase:firebase-bom to v32.1.0 ( #470 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-30 11:19:11 +00:00
renovate[bot]
7ba3d3d1ab
Update dependency io.gitlab.arturbosch.detekt to v1.23.0 ( #454 )
...
* Update dependency io.gitlab.arturbosch.detekt to v1.23.0
* Disable new detekt rules for unused params
UnusedParameter and UnusedPrivateProperty are both potentially
useful but we currently break them a lot, for the most part
in places that haven't been fully implemented yet.
The unused params are reported as build warnings anyway, so
we're not missing much by disabling these for now.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Smith <csmith@lunarian.uk >
2023-05-30 11:18:51 +00:00
renovate[bot]
aa7c030dd1
Update dependency app.cash.turbine:turbine to v0.13.0 ( #417 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-30 10:20:06 +00:00
ganfra
1ce0324570
Merge branch 'develop' into feature/fga/image_loading
2023-05-26 11:39:34 +02:00
renovate[bot]
5375758265
Update anvil to v2.4.6 ( #463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-26 09:56:58 +02:00
ganfra
ca9a971d48
Media: update androidx.media
2023-05-25 15:29:02 +02:00
Benoit Marty
579397d301
Fix warning "Use version catalog instead"
2023-05-25 15:04:01 +02:00
Benoit Marty
ac9fe31673
Merge pull request #453 from vector-im/renovate/io.element.android
...
Update dependency io.element.android:wysiwyg to v2.2.1
2023-05-25 11:34:30 +02:00
renovate[bot]
4d9136da2c
Update activity to v1.7.2
2023-05-24 20:29:04 +00:00
renovate[bot]
741137dd5e
Update dependency io.element.android:wysiwyg to v2.2.1
2023-05-24 17:09:00 +00:00
Benoit Marty
a1038cd49c
Merge pull request #447 from vector-im/feature/bma/wysiwyg2.2.0
...
Wysiwyg 2.2.0
2023-05-24 19:07:35 +02:00
ganfra
922b63e746
Merge branch 'develop' into feature/fga/image_loading
2023-05-24 17:39:27 +02:00
renovate[bot]
52b8dd7d16
Update dependency com.google.testparameterinjector:test-parameter-injector to v1.12
2023-05-23 09:51:41 +00:00
renovate[bot]
6745887488
Update dependency io.element.android:wysiwyg to v2.2.0
2023-05-23 11:51:14 +02:00
renovate[bot]
3211eef1b8
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.15 ( #444 )
...
Co-authored-by: Chris Smith <csmith@lunarian.uk >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-23 09:51:02 +00:00
ganfra
2c3fb8a549
Merge branch 'develop' into feature/fga/image_loading
2023-05-22 20:59:37 +02:00
renovate[bot]
ab9f58446e
Update dependency org.robolectric:robolectric to v4.10.3 ( #434 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-22 12:29:26 +02:00
renovate[bot]
32cc1f2a35
Update coil to v2.4.0
2023-05-21 19:57:07 +00:00
ganfra
d36bc58e60
Media: use telephoto library
2023-05-17 16:20:12 +02:00
Benoit Marty
f62ea2096b
Merge pull request #425 from vector-im/feature/bma/material3_update
...
Use default material3 version again and cleanup `@OptIn` annotations.
2023-05-16 09:51:17 +02:00
ganfra
9318d27ba1
Merge branch 'develop' into feature/fga/image_loading
2023-05-15 20:07:00 +02:00
renovate[bot]
181852c277
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.14
2023-05-15 17:32:55 +00:00
ganfra
18f1d2202b
Merge pull request #428 from vector-im/feature/fga/update-rust-sdk-0.1.13
...
Feature/fga/update rust sdk 0.1.13
2023-05-15 19:32:04 +02:00
Benoit Marty
4d500c8831
Merge pull request #421 from vector-im/renovate/kotlin
...
Update kotlin to v1.7.1
2023-05-15 13:32:13 +02:00
Benoit Marty
3704564198
Use default material3 version again and cleanup @OptIn annotations.
...
Material3 is now 1.1.0
2023-05-15 12:28:31 +02:00
renovate[bot]
906e0dbd7e
Update dependency com.google.dagger:dagger-compiler to v2.46.1
2023-05-12 21:51:50 +00:00
renovate[bot]
5568f3eda7
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.7.1
2023-05-12 19:15:53 +00:00
renovate[bot]
818e6096fa
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.13
2023-05-12 10:55:58 +00:00
renovate[bot]
363162e252
Update kotlin to v1.7.0
2023-05-11 16:01:30 +00:00
Jorge Martin Espinosa
ed16ea5e48
[Media upload] Upload image, video and files ( #411 )
...
* Add media upload
* Display media upload error messages using a Snackbar.
2023-05-11 15:56:13 +00:00
renovate[bot]
1ad90364c7
Update core to v1.10.1
2023-05-10 19:14:16 +00:00
renovate[bot]
081c86e8db
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.12 ( #407 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.12
* Fix Rust SDK update issues.
* Try to handle Rust memory more gracefully.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2023-05-10 15:27:15 +00:00
Jorge Martin Espinosa
cd298b9359
[Media upload] Media pre-processing ( #403 )
...
* Create `mediaupload` module for media pre-processing.
* Split `mediapicker` and `mediaupload` modules.
2023-05-10 10:06:56 +02:00