renovate[bot]
46e5424d14
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha08
1 year ago
renovate[bot]
e6dc95662e
Update dependency io.sentry:sentry-android to v6.30.0
1 year ago
renovate[bot]
80fcb73842
Update dependency androidx.compose:compose-bom to v2023.09.02
1 year ago
renovate[bot]
3c692e4c48
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.58
1 year ago
renovate[bot]
63e88971ce
Update dependency io.mockk:mockk to v1.13.8 ( #1412 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
47b6dc989b
Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.2
1 year ago
Marco Romano
f81a4bf0f8
Upgrade Rust SDK to v0.1.57 ( #1401 )
...
- Enables polls in room summaries from https://github.com/vector-im/element-x-android/pull/1387
- Accommodates a few breaking changes
1 year ago
renovate[bot]
8565426a7d
fix(deps): update dependency androidx.compose:compose-bom to v2023.09.01 ( #1397 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
1515ce260e
Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.1
1 year ago
renovate[bot]
1af66783f8
chore(deps): update dependency io.gitlab.arturbosch.detekt to v1.23.1
1 year ago
renovate[bot]
8b449e53b0
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.56
1 year ago
jonnyandrew
d784ca3804
[Rich text editor] Update code and links style ( #1362 )
1 year ago
Marco Romano
0d05df0651
Upgrade rust sdk to .55 ( #1365 )
...
Accomodates breaking changes.
1 year ago
jonnyandrew
ee8d27e927
[Rich text editor] Add link functionality to rich text editor ( #1309 )
...
* Add link functionality to rich text editor
* Add 'list dialog' component compound design library
* Add 'text field list item' component to compound design library
1 year ago
renovate[bot]
4e83f5555f
Update plugin ktlint to v11.6.0
1 year ago
ganfra
bc68d47d1f
Update rust-sdk to 0.1.54
1 year ago
renovate[bot]
25c1cfffca
Update dependency com.google.firebase:firebase-bom to v32.3.1
1 year ago
Jorge Martin Espinosa
f88507117b
Element Call SPA integration ( #1283 )
...
* Integrate Element Call into EX, being able to open its URLs and handle the call in-app.
* Add custom scheme support with format `element:call?url=...`.
* Update androix.webkit
* Silence the foreground service notification.
- Allow foreground service tap action to re-open the ongoing call.
- Unify notification small icons in different modules using a vector one.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
ganfra
7914ec0a28
Update rust sdk to 0.1.53
1 year ago
renovate[bot]
912244f37e
Update dependency com.google.firebase:firebase-bom to v32.3.0
1 year ago
renovate[bot]
ef6c1827e7
Update dependency app.cash.molecule:molecule-runtime to v1.2.1
1 year ago
renovate[bot]
f91f75457d
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.52
1 year ago
renovate[bot]
40da08fcba
Update dependency com.autonomousapps.dependency-analysis to v1.22.0
1 year ago
jonnyandrew
8ab391f615
[Rich text editor] Add feature flag for rich text editor ( #1289 )
1 year ago
renovate[bot]
d4e141aad8
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.51
1 year ago
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`.
1 year ago
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>
1 year ago
Benoit Marty
c73d41e768
Add warning about issue on alpha07
1 year ago
renovate[bot]
26118a968d
Update anvil to v2.4.8-1-8
1 year ago
renovate[bot]
f503eba021
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.50
1 year ago
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>
1 year ago
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
1 year ago
renovate[bot]
aed598783b
Update dependency androidx.compose:compose-bom to v2023.09.00
1 year ago
renovate[bot]
5b5d2b824a
Update lifecycle to v2.6.2
1 year ago
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>
1 year ago
renovate[bot]
64030fa0a3
Update dependency io.sentry:sentry-android to v6.29.0
1 year ago
renovate[bot]
7f8e54662f
Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.0
1 year ago
renovate[bot]
bf3d803db9
Update dependency io.element.android:emojibase-bindings to v1.1.3
1 year ago
renovate[bot]
2cb82bd97b
Update plugin sonarqube to v4.3.1.3277 ( #1210 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
9b1a30ac8b
Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.4.1
1 year ago
renovate[bot]
c0a4ca16a2
Update dagger to v2.48 ( #1193 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
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
1 year ago
renovate[bot]
bb75539647
Update kotlin to 1.9.10 ( #1123 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Jorge Martin Espinosa
c280b43ecc
Bump telephoto to 0.6.0-SNAPSHOT to diagnose crash ( #1164 )
1 year ago
David Langley
ce4c12ce74
Integrate emojibase
...
- Integrate emojibase datasource
- Use element category translations
- Use Material emoji category logos
1 year ago
renovate[bot]
1a5269e38a
Update org.maplibre.gl to v2.0.1 ( #1151 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
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>
1 year ago
Marco Romano
cbeab3111d
Update rust sdk to 0.1.47 ( #1142 )
1 year ago
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>
1 year ago
renovate[bot]
b1a1646c4e
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha06
1 year ago