Commit Graph

386 Commits

Author SHA1 Message Date
jonnyandrew 8ab391f615 [Rich text editor] Add feature flag for rich text editor (#1289) 2023-09-13 08:17:02 +00:00
renovate[bot] d4e141aad8 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.51 2023-09-12 16:42:48 +00:00
Marco Romano 00d21e24e5 Update analytics sdk to v0.8.0 (#1284)
Integrates a few breaking changes introducing a `messageType` Composer prop:
- Sends `messageType` = Text by default in composer.
- Refactors existing location analytics to send the appropriate `messageType`.
2023-09-12 14:01:33 +02:00
renovate[bot] 04c82aa1a5 Update core to v1.12.0 (#1242)
* Update core to v1.12.0

* Fixed now nullable `PendingIntent` creation

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-09-12 12:00:29 +02:00
Benoit Marty c73d41e768 Add warning about issue on alpha07 2023-09-11 10:55:26 +02:00
renovate[bot] 26118a968d Update anvil to v2.4.8-1-8 2023-09-08 01:27:46 +00:00
Benoit Marty 98226abf9a Merge pull request #1240 from vector-im/renovate/lifecycle
Update lifecycle to v2.6.2
2023-09-07 23:09:10 +02:00
renovate[bot] f503eba021 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.50 2023-09-07 19:01:23 +00:00
jonnyandrew f214493c9d [Rich text editor] Integrate rich text editor library (#1172)
* Integrate rich text editor

* Also increase swapfile size in test CI

Fixes issue where screenshot tests are terminated due to lack of CI
resources.

See https://github.com/actions/runner-images/discussions/7188#discussioncomment-6750749

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-09-07 15:21:29 +00:00
ganfra f96ba8c183 Merge pull request #1234 from vector-im/renovate/io.sentry
Update dependency io.sentry:sentry-android to v6.29.0
2023-09-07 15:56:28 +02:00
Jorge Martin Espinosa e19b27badf De-duplicate sonar job in the CI (#1238)
* De-duplicate sonar job in the CI

* Remove workaround for `src/*/kotlin` folders

* Downgrade the sonarqube plugin version

* Try increasing workers for this job, since it's quite slow

* Warn about regression in latest sonarqube release

* Forbid backups to prevent cryptographic issues
2023-09-07 11:19:13 +00:00
renovate[bot] aed598783b Update dependency androidx.compose:compose-bom to v2023.09.00 2023-09-07 01:43:49 +00:00
renovate[bot] 5b5d2b824a Update lifecycle to v2.6.2 2023-09-06 21:13:29 +00:00
Benoit Marty 128c4a7b09 SDK 0.1.49: notification decryption is now fully handled by the Rust SDK. (#1231)
* Revert "Ensure the sync is started when receiving a Push, to ensure that the encryption loop is running."

This reverts commit 82f6f358a7.

* Integrate SDK from https://github.com/matrix-org/matrix-rust-sdk/pull/2505

* Enable retryDecryption() on the NotificationClient.

* SDK 0.1.49 - Encryption Sync is enabled by default now, and retryDecryption is the default too.

* Remove feature flag `UseEncryptionSync`

* Fix sample project build

* Exclude `DeveloperSettingsPresenter` from kover verification.

* Add changelog

---------

Co-authored-by: Jorge Martín <jorgem@element.io>
2023-09-06 11:33:36 +02:00
renovate[bot] 64030fa0a3 Update dependency io.sentry:sentry-android to v6.29.0 2023-09-06 07:56:49 +00:00
renovate[bot] 7f8e54662f Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.0 2023-09-05 19:02:09 +00:00
renovate[bot] bf3d803db9 Update dependency io.element.android:emojibase-bindings to v1.1.3 2023-09-04 09:15:14 +00:00
renovate[bot] 2cb82bd97b Update plugin sonarqube to v4.3.1.3277 (#1210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-01 16:42:27 +02:00
renovate[bot] 9b1a30ac8b Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.4.1 2023-09-01 07:00:16 +00:00
David Langley d2e4cda28c Merge branch 'develop' into feature/dla/emojibase_integration 2023-08-31 11:38:28 +01:00
renovate[bot] c0a4ca16a2 Update dagger to v2.48 (#1193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-31 12:35:31 +02:00
Marco Romano 51bb7febd6 Upgrade rust sdk to v48 (#1186)
- Sends content instead of string in message reply and edit
- Adds poll response and end APIs
- Adds logoUri to OidcConfiguration
2023-08-30 14:31:37 +00:00
David Langley 5aeff965b1 Merge branch 'develop' of https://github.com/vector-im/element-x-android into feature/dla/emojibase_integration 2023-08-30 12:48:38 +01:00
renovate[bot] bb75539647 Update kotlin to 1.9.10 (#1123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-30 08:28:06 +02:00
David Langley 20c1b32397 Merge branch 'develop' of https://github.com/vector-im/element-x-android into feature/dla/emojibase_integration 2023-08-29 11:31:22 +01:00
Jorge Martin Espinosa c280b43ecc Bump telephoto to 0.6.0-SNAPSHOT to diagnose crash (#1164) 2023-08-29 09:59:01 +02:00
David Langley bab8119fb9 Merge branch 'develop' of https://github.com/vector-im/element-x-android into feature/dla/emojibase_integration 2023-08-28 17:03:00 +01:00
David Langley ce4c12ce74 Integrate emojibase
- Integrate emojibase datasource
- Use element category translations
- Use Material emoji category logos
2023-08-28 16:45:42 +01:00
renovate[bot] 1a5269e38a Update org.maplibre.gl to v2.0.1 (#1151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28 09:37:23 +02:00
renovate[bot] 1378a7cb9d Update dependency com.google.firebase:firebase-bom to v32.2.3 (#1147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-25 08:11:45 +02:00
Marco Romano cbeab3111d Update rust sdk to 0.1.47 (#1142) 2023-08-24 14:14:59 +02:00
Benoit Marty 4218a836d5 Merge pull request #1129 from vector-im/renovate/androidx.compose.material3
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha06
2023-08-24 09:04:20 +02:00
renovate[bot] 53840c1009 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.46 (#1130)
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.46

* Remove poll end code. The poll end event isn't shown in the timeline anymore.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Romano <marcor@element.io>
2023-08-24 06:43:05 +00:00
renovate[bot] b1a1646c4e Update dependency androidx.compose.material3:material3 to v1.2.0-alpha06 2023-08-23 20:33:52 +00:00
renovate[bot] 7df985baed Update dependency org.matrix.rustcomponents:sdk-android to v0.1.45 2023-08-23 09:25:22 +02:00
renovate[bot] e4d4865c4e Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 (#1121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23 07:52:59 +02:00
renovate[bot] 93e3029f92 Update android.gradle.plugin to v8.1.1 (#1110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-22 08:05:31 +02:00
ganfra e8110da610 Merge pull request #1107 from vector-im/feature/fga/update-rust-sdk-0.1.44
Update rust sdk to 0.1.44
2023-08-21 18:13:27 +02:00
Benoit Marty b9f2c9873b Merge pull request #1100 from vector-im/renovate/accompanist
Update accompanist to v0.32.0
2023-08-21 17:57:59 +02:00
ganfra 380b5302f3 Update rust sdk to 0.1.44 2023-08-21 17:47:03 +02:00
renovate[bot] 971d4392ac Update accompanist to v0.32.0 2023-08-21 10:58:37 +00:00
Benoit Marty 9049ed1440 Use alpha version of the library androidx.security:security-crypto to fix crash RuntimeException "No matching key found for the ciphertext in the stream" - RandomSecretPassphraseProvider. #1099 2023-08-21 12:27:33 +02:00
renovate[bot] ef1d1c4a79 Update dependency org.owasp.dependencycheck to v8.4.0 2023-08-19 16:18:02 +00:00
Benoit Marty b7f1a7765a Merge pull request #1073 from vector-im/renovate/app.cash.paparazzi-1.x
Update plugin paparazzi to v1.3.1
2023-08-18 15:07:51 +02:00
renovate[bot] 55646aa9ec Update dependency androidx.compose:compose-bom to v2023.08.00 2023-08-18 07:20:46 +00:00
renovate[bot] 4d265d52d9 Update kotlin (#1067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-18 09:20:20 +02:00
renovate[bot] 2ae3584582 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.43 2023-08-17 23:03:13 +00:00
renovate[bot] 2664a29690 Update plugin paparazzi to v1.3.1 2023-08-17 18:46:46 +00:00
renovate[bot] 9bee64aa0b Update dependency androidx.preference:preference to v1.2.1 2023-08-17 15:57:35 +00:00
Benoit Marty cbf4f03798 Merge pull request #1045 from vector-im/renovate/browser
Update dependency androidx.browser:browser to v1.6.0
2023-08-17 17:56:06 +02:00