Commit graph

308 commits

Author SHA1 Message Date
Benoit Marty
c1d6c0c360 Implement Sentry module as an AnalyticsProvider. 2023-07-21 18:58:10 +02:00
renovate[bot]
a586fa9c95
Update dependency app.cash.molecule:molecule-runtime to v1.1.0 2023-07-21 04:57:25 +00:00
renovate[bot]
156bf08b7a
Update dependency app.cash.molecule:molecule-runtime to v1 (#925)
* Update dependency app.cash.molecule:molecule-runtime to v1

* Replace `RecompositionClock` with `RecompositionMode`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-07-20 07:36:19 +02:00
renovate[bot]
68c2aa8822
Update dependency io.sentry:sentry-android to v6.26.0 (#910)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-19 11:05:35 +02:00
ganfra
614f97543e Update rust sdk to 0.1.34 2023-07-18 20:12:51 +02:00
ganfra
9b96bd427c Update rust sdk : start branching new SyncService (wip) 2023-07-17 22:26:21 +02:00
Marco Romano
004b86b05d
MapLibre compose wrapper library (#877)
Heavily inspired from https://github.com/googlemaps/android-maps-compose It doesn't aim to be a full featured library like android-maps-compose, it's been stripped down to only handle our use cases.

Related to:
https://github.com/vector-im/element-meta/issues/1674
https://github.com/vector-im/element-meta/issues/1682
2023-07-17 16:22:29 +02:00
Benoit Marty
31331d17ff
Merge pull request #871 from vector-im/renovate/com.google.firebase
Update dependency com.google.firebase:firebase-bom to v32.2.0
2023-07-17 16:12:03 +02:00
renovate[bot]
22c0bd27a3
Update dependency io.sentry:sentry-android to v6.25.2 2023-07-14 09:38:20 +00:00
renovate[bot]
1c15db2686
Update dagger to v2.47 (#872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-14 08:16:52 +02:00
renovate[bot]
1db519ced6
Update dependency com.google.firebase:firebase-bom to v32.2.0 2023-07-13 22:07:07 +00:00
renovate[bot]
106d070846
Update dependency io.sentry:sentry-android to v6.25.1 (#853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 13:23:53 +02:00
ganfra
c25cc148fd Update rust sdk to 0.1.31 2023-07-12 16:03:03 +02:00
Benoit Marty
bcb64f7d44
Merge pull request #835 from vector-im/renovate/gradle-8.x
Update dependency gradle to v8.2.1
2023-07-10 16:22:30 +02:00
ganfra
9e5a3d14e5 Merge branch 'develop' into feature/fga/update-rust-sdk-0.1.29-again 2023-07-10 15:41:42 +02:00
renovate[bot]
89b14b4868
Update dependency gradle to v8.2.1 2023-07-10 12:40:34 +00:00
Jorge Martin Espinosa
a0c1f2c18a
Display room invitation notification (#735)
* Notifications: Add some extra mappings so we keep the original contents and can pass it later to an UI layer

* Fix notifications not appearing for a room if the app was on that room when it went to background.

* Modernize how we create spannable strings for notifications, remove unneeded dependency

* Remove actions from invite notifications temporarily

* Add `NotificationDrawerManager` interface to be able to clear membership notifications when accepting or rejecting a room invite

* Fix tests

* Add comment to clarify some weird behaviours

* Address review comments

* Set circle shape for `largeBitmap` in message notifications

* Fix no avatar in DM rooms

* Fix rebase issues

* Add invite list pending intent:

- Refactor pending intents.
- Make `DeepLinkData` a sealed interface.
- Fix and add tests.

* Rename `navigate__` functions to `attach__`

* Add an extra test case for the `InviteList` deep link

* Address most review comments.

* Fix rebase issue

* Add fallback notification type, allow dismissing invite notifications.

Fallback notifications have a different underlying type and can be dismissed at will.

* Fix tests
2023-07-10 14:34:58 +02:00
ganfra
fed958bc28 Update rust sdk to 0.1.29 (new back pagination status api) 2023-07-07 17:37:46 +02:00
ganfra
b89e357520 Matrix rust sdk: update to 0.1.28 2023-07-06 18:56:11 +02:00
jonnyandrew
5b7c42a50a Fix multi-line reactions blocking message content (#785)
Fixes vector-im/element-x-android#753

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-07-06 12:44:37 +00:00
renovate[bot]
2cd8e41f70 Update media3 to v1.1.0 (#777)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 15:57:18 +02:00
renovate[bot]
c9151a7d4e Update dependency io.sentry:sentry-android to v6.25.0 2023-07-04 15:19:57 +00:00
renovate[bot]
8599cae636 Update dependency gradle to v8.2 (#744)
* Update dependency gradle to v8.2

* Restore copyright notice

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-07-04 10:54:32 +02:00
Benoit Marty
7492521303 Merge pull request #758 from vector-im/renovate/org.jlleitschuh.gradle.ktlint-11.x
Update plugin ktlint to v11.5.0
2023-07-04 10:13:45 +02:00
Jorge Martin Espinosa
da6f602546 Add missing parameter for the SNAPSHOT version of analytics library (#759)
* Unblock CI by adding missing parameter for the SNAPSHOT version of analytics library

* Use commit hash as version for now
2023-07-04 09:59:12 +02:00
renovate[bot]
499ccd7226 Update plugin ktlint to v11.5.0 2023-07-04 00:39:44 +00:00
ganfra
348f99970b Update rust sdk to 0.1.27 2023-07-03 20:47:17 +02:00
renovate[bot]
b4746f4ba1 Update dependency org.maplibre.gl:android-plugin-annotation-v9 to v2 2023-07-03 11:12:56 +00:00
renovate[bot]
cabea41fa9 Update dependency app.cash.molecule:molecule-runtime to v0.11.0 (#743)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 09:05:57 +02:00
renovate[bot]
77e5909b2a Update kotlin to v1.7.2 2023-06-30 12:16:15 +00:00
renovate[bot]
d6780b1107 Update kotlin 2023-06-28 22:23:44 +00:00
jonnyandrew
366a800a2c Toggle reactions from the timeline (#707) 2023-06-28 13:02:04 +00:00
Benoit Marty
01ea66e60e Merge pull request #680 from vector-im/renovate/org.matrix.rustcomponents
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.25
2023-06-27 10:37:05 +02:00
Marco Romano
882f75864c Set up SDK & reusable map view component (#476)
Adds `libraries/map` which contains some initial building blocks that will be used by the location sharing feature.

Ref: https://github.com/vector-im/element-meta/issues/1684
2023-06-27 07:23:00 +00:00
renovate[bot]
b437360bc5 Update dependency app.cash.molecule:molecule-runtime to v0.10.0 (#679)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-27 08:36:25 +02:00
renovate[bot]
fe59b381a7 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.25 2023-06-27 06:30:11 +00:00
renovate[bot]
32332deaf4 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.24 (#675)
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.24

* Add new `filterByPushRules`.
Only existing usage of this API will set this param to `true` in order to not change the current behavior.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Romano <marcor@element.io>
2023-06-27 08:29:36 +02:00
renovate[bot]
5c469765c8 Update appyx to v1.3.0 2023-06-26 10:07:03 +00:00
Benoit Marty
dd58b8a663 Merge pull request #659 from vector-im/renovate/dependencycheck
Update dependency org.owasp.dependencycheck to v8.3.1
2023-06-26 09:54:46 +02:00
ganfra
3e074cd49a Merge pull request #667 from vector-im/update-rust-sdk-0.1.23
Update rust sdk 0.1.23
2023-06-23 17:40:23 +02:00
ganfra
c9f432051b Merge pull request #660 from vector-im/renovate/io.sentry
Update dependency io.sentry:sentry-android to v6.24.0
2023-06-23 15:11:00 +02:00
renovate[bot]
9bf19b1331 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.23 2023-06-23 10:47:59 +00:00
renovate[bot]
4214361f3f Update plugin ktlint to v11.4.2 (#661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-23 08:10:37 +02:00
renovate[bot]
97880a79e7 Update dependency io.sentry:sentry-android to v6.24.0 2023-06-22 19:26:33 +00:00
renovate[bot]
667dbf792f Update dependency org.owasp.dependencycheck to v8.3.1 2023-06-22 11:28:36 +00:00
ganfra
d96ecaed94 Merge pull request #656 from vector-im/update-rust-sdk-0.1.22
Update rust sdk 0.1.22
2023-06-22 10:39:31 +02:00
Benoit Marty
33573574fb Merge pull request #654 from vector-im/renovate/compose.bom
Update dependency androidx.compose:compose-bom to v2023.06.01
2023-06-22 10:03:24 +02:00
renovate[bot]
9ef53c56ba Update dependency app.cash.turbine:turbine to v1 (#646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 08:30:04 +02:00
renovate[bot]
b895714333 Update plugin ktlint to v11.4.1 (#653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 08:29:52 +02:00
renovate[bot]
b7c4881316 Update dependency androidx.compose:compose-bom to v2023.06.01 2023-06-22 00:42:24 +00:00