SpiritCroc
acdf419768
Merge tag 'v1.5.32' into sc
...
Note: mainly conflicts in differing implementations to fix duplicate
read receipts.
After a quick glance at the upstream implementation, my first impression
is that we likely want to keep our downstream implementation:
- Better performance by checking for the more recent receipt in the SDK
upon receipt receival, instead on rendering the timeline
- null seems to always map to main, which caused us jumping receipts in
the past, which we have addressed by now
Conflicts:
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/helper/ChunkEntityHelper.kt
vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
vector/src/main/java/im/vector/app/features/home/room/detail/timeline/TimelineEventController.kt
vector/src/main/java/im/vector/app/features/html/PillsPostProcessor.kt
Change-Id: I47ae2afe5fcbe77a4fec69374d83821b94a431de
2023-04-20 10:53:09 +02:00
dependabot[bot]
681eab7425
Bump fragment from 1.6.0-alpha09 to 1.6.0-beta01
...
Bumps `fragment` from 1.6.0-alpha09 to 1.6.0-beta01.
Updates `androidx.fragment:fragment-ktx` from 1.6.0-alpha09 to 1.6.0-beta01
Updates `androidx.fragment:fragment-testing` from 1.6.0-alpha09 to 1.6.0-beta01
Updates `androidx.fragment:fragment-testing-manifest` from 1.6.0-alpha09 to 1.6.0-beta01
---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing-manifest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-19 23:57:12 +00:00
dependabot[bot]
40bbd3ebd1
Bump com.googlecode.libphonenumber:libphonenumber from 8.13.9 to 8.13.10 ( #8338 )
...
Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber ) from 8.13.9 to 8.13.10.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.13.9...v8.13.10 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 10:15:36 +00:00
Jorge Martin Espinosa
64508cd2d9
Merge pull request #8311 from vector-im/dependabot/gradle/fragment-1.6.0-alpha09
...
Bump fragment from 1.6.0-alpha08 to 1.6.0-alpha09
2023-04-10 09:09:00 +02:00
dependabot[bot]
0ec7e7dc34
Bump flipper from 0.188.0 to 0.189.0
...
Bumps `flipper` from 0.188.0 to 0.189.0.
Updates `com.facebook.flipper:flipper` from 0.188.0 to 0.189.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.188.0...v0.189.0 )
Updates `com.facebook.flipper:flipper-network-plugin` from 0.188.0 to 0.189.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.188.0...v0.189.0 )
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-07 00:09:19 +00:00
dependabot[bot]
eef5ef7d2d
Bump androidx.core:core-ktx from 1.9.0 to 1.10.0 ( #8312 )
...
Bumps androidx.core:core-ktx from 1.9.0 to 1.10.0.
---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 09:50:00 +00:00
Florian Renaud
10216c70cf
Merge pull request #8291 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.13.9
...
Bump com.googlecode.libphonenumber:libphonenumber from 8.13.8 to 8.13.9
2023-04-06 08:47:43 +02:00
dependabot[bot]
ba83e1bbd6
Bump fragment from 1.6.0-alpha08 to 1.6.0-alpha09
...
Bumps `fragment` from 1.6.0-alpha08 to 1.6.0-alpha09.
Updates `androidx.fragment:fragment-ktx` from 1.6.0-alpha08 to 1.6.0-alpha09
Updates `androidx.fragment:fragment-testing` from 1.6.0-alpha08 to 1.6.0-alpha09
Updates `androidx.fragment:fragment-testing-manifest` from 1.6.0-alpha08 to 1.6.0-alpha09
---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing-manifest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 23:57:37 +00:00
Florian Renaud
867356f7cb
Merge pull request #8262 from vector-im/dependabot/gradle/androidx.work-work-runtime-ktx-2.8.1
...
Bump androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1
2023-04-05 18:02:51 +02:00
SpiritCroc
965ba93de4
Merge tag 'v1.5.30' into sc
...
Version 1.5.30
Change-Id: I732e9fe05182e53968eab1d03f99dabdc148fed9
Conflicts:
dependencies.gradle
dependencies_groups.gradle
vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailAction.kt
vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt
vector/src/main/res/drawable/ic_composer_rich_text_save.xml
2023-04-05 11:28:26 +02:00
dependabot[bot]
be80b46327
Bump flipper from 0.187.0 to 0.188.0 ( #8303 )
2023-04-04 15:38:11 +00:00
dependabot[bot]
95b30bb8e9
Bump io.sentry:sentry-android from 6.16.0 to 6.17.0
...
Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java ) from 6.16.0 to 6.17.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases )
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-java/compare/6.16.0...6.17.0 )
---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31 23:58:28 +00:00
dependabot[bot]
af4424f1c5
Bump com.googlecode.libphonenumber:libphonenumber from 8.13.8 to 8.13.9
...
Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber ) from 8.13.8 to 8.13.9.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.13.8...v8.13.9 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 23:58:03 +00:00
dependabot[bot]
35cf6cb9e0
Bump com.google.firebase:firebase-bom from 31.3.0 to 31.4.0
...
Bumps com.google.firebase:firebase-bom from 31.3.0 to 31.4.0.
---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 23:57:22 +00:00
Yoan Pintas
ca6dd3a0a1
Bump vanniktechEmoji from 0.16.0-SNAPSHOT to 0.16.0 Release ( #8281 )
2023-03-28 18:20:17 +00:00
Benoit Marty
716bd9a2e6
Merge pull request #8272 from vector-im/dependabot/gradle/mavericks-3.0.2
...
Bump mavericks from 3.0.1 to 3.0.2
2023-03-27 15:22:58 +02:00
SpiritCroc
9b384c0971
Update to vanniktechEmoji 0.16.0 to fix compile
...
Revert "Use vanniktechEmoji "0.16.0-SNAPSHOT""
This reverts commit a1f4ffbf17
.
Change-Id: I66c1490349f26de0f8f7159f4d18027c487b2220
2023-03-27 12:18:03 +02:00
dependabot[bot]
e76225f7d1
Bump com.google.firebase:firebase-bom from 31.2.3 to 31.3.0 ( #8277 )
...
Bumps com.google.firebase:firebase-bom from 31.2.3 to 31.3.0.
---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 08:16:11 +00:00
dependabot[bot]
7d8e31d34d
Bump mavericks from 3.0.1 to 3.0.2
...
Bumps `mavericks` from 3.0.1 to 3.0.2.
Updates `com.airbnb.android:mavericks` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/airbnb/mavericks/releases )
- [Changelog](https://github.com/airbnb/mavericks/blob/main/CHANGELOG.md )
- [Commits](https://github.com/airbnb/mavericks/compare/v3.0.1...v3.0.2 )
Updates `com.airbnb.android:mavericks-testing` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/airbnb/mavericks/releases )
- [Changelog](https://github.com/airbnb/mavericks/blob/main/CHANGELOG.md )
- [Commits](https://github.com/airbnb/mavericks/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: com.airbnb.android:mavericks
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.airbnb.android:mavericks-testing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 23:57:54 +00:00
dependabot[bot]
c3f1bc7fca
Bump androidx.activity:activity-ktx from 1.6.1 to 1.7.0 ( #8264 )
2023-03-23 14:22:14 +00:00
Benoit Marty
77b9d6db53
Merge pull request #8263 from vector-im/dependabot/gradle/fragment-1.6.0-alpha08
...
Bump fragment from 1.6.0-alpha06 to 1.6.0-alpha08
2023-03-23 14:18:05 +01:00
dependabot[bot]
ca281b861f
Bump flipper from 0.186.0 to 0.187.0 ( #8267 )
...
Bumps `flipper` from 0.186.0 to 0.187.0.
Updates `com.facebook.flipper:flipper` from 0.186.0 to 0.187.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.186.0...v0.187.0 )
Updates `com.facebook.flipper:flipper-network-plugin` from 0.186.0 to 0.187.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.186.0...v0.187.0 )
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 09:37:43 +00:00
dependabot[bot]
44230d67ce
Bump fragment from 1.6.0-alpha06 to 1.6.0-alpha08
...
Bumps `fragment` from 1.6.0-alpha06 to 1.6.0-alpha08.
Updates `androidx.fragment:fragment-ktx` from 1.6.0-alpha06 to 1.6.0-alpha08
Updates `androidx.fragment:fragment-testing` from 1.6.0-alpha06 to 1.6.0-alpha08
Updates `androidx.fragment:fragment-testing-manifest` from 1.6.0-alpha06 to 1.6.0-alpha08
---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing-manifest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 23:57:26 +00:00
dependabot[bot]
b79f5b5b9c
Bump androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1
...
Bumps androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1.
---
updated-dependencies:
- dependency-name: androidx.work:work-runtime-ktx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 23:57:17 +00:00
Benoit Marty
2f8fff4c4c
Merge pull request #8254 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.13.8
...
Bump com.googlecode.libphonenumber:libphonenumber from 8.13.7 to 8.13.8
2023-03-21 10:38:22 +01:00
Benoit Marty
4d47427952
Merge branch 'develop' into dependabot/gradle/com.google.firebase-firebase-bom-31.2.3
2023-03-21 10:36:42 +01:00
Benoit Marty
02a18a3471
Merge pull request #8232 from vector-im/dependabot/gradle/io.element.android-wysiwyg-1.2.2
...
Bump io.element.android:wysiwyg from 1.1.1 to 1.2.2
2023-03-21 10:28:42 +01:00
Benoit Marty
304fd2b352
Merge pull request #8249 from vector-im/dependabot/gradle/flipper-0.186.0
...
Bump flipper from 0.185.0 to 0.186.0
2023-03-21 10:28:19 +01:00
dependabot[bot]
dd27eac539
Bump com.googlecode.libphonenumber:libphonenumber from 8.13.7 to 8.13.8
...
Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber ) from 8.13.7 to 8.13.8.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.13.7...v8.13.8 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 23:58:21 +00:00
dependabot[bot]
409ec1dfae
Bump io.sentry:sentry-android from 6.15.0 to 6.16.0
...
Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java ) from 6.15.0 to 6.16.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases )
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0 )
---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 23:59:40 +00:00
dependabot[bot]
4bd7fb1d81
Bump flipper from 0.185.0 to 0.186.0
...
Bumps `flipper` from 0.185.0 to 0.186.0.
Updates `com.facebook.flipper:flipper` from 0.185.0 to 0.186.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.185.0...v0.186.0 )
Updates `com.facebook.flipper:flipper-network-plugin` from 0.185.0 to 0.186.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.185.0...v0.186.0 )
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 23:58:51 +00:00
dependabot[bot]
f76c2f1007
Bump glide from 4.15.0 to 4.15.1 ( #8241 )
...
Bumps `glide` from 4.15.0 to 4.15.1.
Updates `com.github.bumptech.glide:glide` from 4.15.0 to 4.15.1
- [Release notes](https://github.com/bumptech/glide/releases )
- [Commits](https://github.com/bumptech/glide/compare/v4.15.0...v4.15.1 )
Updates `com.github.bumptech.glide:compiler` from 4.15.0 to 4.15.1
- [Release notes](https://github.com/bumptech/glide/releases )
- [Commits](https://github.com/bumptech/glide/compare/v4.15.0...v4.15.1 )
---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:glide
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.github.bumptech.glide:compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 18:45:28 +00:00
dependabot[bot]
79c54f602f
Bump flipper from 0.183.0 to 0.185.0 ( #8247 )
...
Bumps `flipper` from 0.183.0 to 0.185.0.
Updates `com.facebook.flipper:flipper` from 0.183.0 to 0.185.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.183.0...v0.185.0 )
Updates `com.facebook.flipper:flipper-network-plugin` from 0.183.0 to 0.185.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.183.0...v0.185.0 )
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 18:24:56 +01:00
dependabot[bot]
2c96db871d
Bump io.element.android:wysiwyg from 1.1.1 to 1.2.2
...
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 1.1.1 to 1.2.2.
- [Release notes](https://github.com/matrix-org/matrix-wysiwyg/releases )
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/1.1.1...1.2.2 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 23:57:52 +00:00
dependabot[bot]
b1a892fd65
Bump androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0 ( #8231 )
...
Bumps androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0.
---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-09 09:36:17 +00:00
SpiritCroc
8b2e5b561a
[TMP] Revert "Bump glide from 4.14.2 to 4.15.0"
...
webpdecoder not updated yet
This reverts commit 370d58e876
.
Change-Id: Ib0910b98d60d86124e25684c3d0fd3383d310d32
2023-03-08 20:32:28 +01:00
SpiritCroc
19881a9f70
Merge tag 'v1.5.28' into sc
...
Change-Id: Ic5e1c79d3c39476375bf795bb7a1abb67c664f94
Conflicts:
dependencies.gradle
vector/src/main/java/im/vector/app/features/home/room/detail/composer/RichTextComposerLayout.kt
vector/src/main/java/im/vector/app/features/html/EventHtmlRenderer.kt
vector/src/main/java/im/vector/app/features/spaces/SpaceListViewModel.kt
vector/src/main/res/layout/item_timeline_event_text_message_rich_stub.xml
2023-03-08 20:27:57 +01:00
dependabot[bot]
ea6279ee89
Bump fragment from 1.6.0-alpha04 to 1.6.0-alpha06 ( #8165 )
...
* Bump fragment from 1.6.0-alpha04 to 1.6.0-alpha06
Bumps `fragment` from 1.6.0-alpha04 to 1.6.0-alpha06.
Updates `androidx.fragment:fragment-ktx` from 1.6.0-alpha04 to 1.6.0-alpha06
Updates `androidx.fragment:fragment-testing` from 1.6.0-alpha04 to 1.6.0-alpha06
Updates `androidx.fragment:fragment-testing-manifest` from 1.6.0-alpha04 to 1.6.0-alpha06
---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing-manifest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Replace deprecated methods
* Fix tests
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: yostyle <y.pintas@gmail.com>
2023-03-08 17:58:08 +01:00
dependabot[bot]
d5f75c6f9a
Bump appDistribution from 16.0.0-beta05 to 16.0.0-beta06 ( #8198 )
...
Bumps `appDistribution` from 16.0.0-beta05 to 16.0.0-beta06.
Updates `com.google.firebase:firebase-appdistribution-api-ktx` from 16.0.0-beta05 to 16.0.0-beta06
- [Release notes](https://github.com/firebase/firebase-android-sdk/releases )
- [Changelog](https://github.com/firebase/firebase-android-sdk/blob/master/docs/make_release_notes.py )
- [Commits](https://github.com/firebase/firebase-android-sdk/commits )
Updates `com.google.firebase:firebase-appdistribution` from 16.0.0-beta05 to 16.0.0-beta06
- [Release notes](https://github.com/firebase/firebase-android-sdk/releases )
- [Changelog](https://github.com/firebase/firebase-android-sdk/blob/master/docs/make_release_notes.py )
- [Commits](https://github.com/firebase/firebase-android-sdk/commits )
---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-appdistribution-api-ktx
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.firebase:firebase-appdistribution
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 10:53:25 +00:00
dependabot[bot]
9f72d5a4f7
Bump com.google.firebase:firebase-bom from 31.2.2 to 31.2.3
...
Bumps com.google.firebase:firebase-bom from 31.2.2 to 31.2.3.
---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 14:17:44 +01:00
dependabot[bot]
8e89d09b1b
Bump io.sentry:sentry-android from 6.14.0 to 6.15.0
...
Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java ) from 6.14.0 to 6.15.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases )
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-java/compare/6.14.0...6.15.0 )
---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 14:14:06 +01:00
dependabot[bot]
60b19aac65
Bump com.android.tools.build:gradle from 7.4.1 to 7.4.2 ( #8183 )
...
Bumps com.android.tools.build:gradle from 7.4.1 to 7.4.2.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 12:47:56 +01:00
Benoit Marty
4f64b20bca
Merge pull request #8176 from vector-im/dependabot/gradle/org.maplibre.gl-android-sdk-10.0.2
...
Bump org.maplibre.gl:android-sdk from 9.6.0 to 10.0.2
2023-03-03 11:17:17 +01:00
Benoit Marty
bcdd92c22a
Merge pull request #8099 from vector-im/dependabot/gradle/androidx.work-work-runtime-ktx-2.8.0
...
Bump androidx.work:work-runtime-ktx from 2.7.1 to 2.8.0
2023-03-02 14:04:59 +01:00
Benoit Marty
b1ad5e1dc1
Merge pull request #8140 from vector-im/dependabot/gradle/com.google.firebase-firebase-bom-31.2.2
...
Bump com.google.firebase:firebase-bom from 31.2.1 to 31.2.2
2023-03-02 14:00:37 +01:00
Benoit Marty
0b48406fb4
Merge pull request #8132 from vector-im/dependabot/gradle/io.element.android-wysiwyg-1.1.1
...
Bump io.element.android:wysiwyg from 1.0.0 to 1.1.1
2023-03-02 13:59:21 +01:00
Benoit Marty
c3017866e0
Merge pull request #8166 from vector-im/dependabot/gradle/androidx.arch.core-core-testing-2.2.0
...
Bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0
2023-03-02 13:58:25 +01:00
Benoit Marty
14cbc96e58
Merge pull request #8194 from vector-im/dependabot/gradle/flipper-0.183.0
...
Bump flipper from 0.182.0 to 0.183.0
2023-03-02 13:54:56 +01:00
Benoit Marty
6a56b54fdf
Merge pull request #8173 from vector-im/dependabot/gradle/glide-4.15.0
...
Bump glide from 4.14.2 to 4.15.0
2023-03-02 13:50:29 +01:00
Benoit Marty
7597b85110
Merge pull request #8174 from vector-im/dependabot/gradle/androidx.transition-transition-1.4.1
...
Bump androidx.transition:transition from 1.2.0 to 1.4.1
2023-03-02 12:12:42 +01:00
dependabot[bot]
7388279eb7
Bump flipper from 0.182.0 to 0.183.0
...
Bumps `flipper` from 0.182.0 to 0.183.0.
Updates `com.facebook.flipper:flipper` from 0.182.0 to 0.183.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.182.0...v0.183.0 )
Updates `com.facebook.flipper:flipper-network-plugin` from 0.182.0 to 0.183.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.182.0...v0.183.0 )
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-02 00:00:34 +00:00
dependabot[bot]
088c2ae449
Bump org.maplibre.gl:android-sdk from 9.6.0 to 10.0.2
...
Bumps [org.maplibre.gl:android-sdk](https://github.com/maplibre/maplibre-gl-native ) from 9.6.0 to 10.0.2.
- [Release notes](https://github.com/maplibre/maplibre-gl-native/releases )
- [Changelog](https://github.com/maplibre/maplibre-gl-native/blob/main/CHANGELOG.md )
- [Commits](https://github.com/maplibre/maplibre-gl-native/compare/android-v9.6.0...android-v10.0.2 )
---
updated-dependencies:
- dependency-name: org.maplibre.gl:android-sdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 00:00:01 +00:00
dependabot[bot]
62ee6c8033
Bump com.googlecode.libphonenumber:libphonenumber from 8.13.6 to 8.13.7
...
Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber ) from 8.13.6 to 8.13.7.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.13.6...v8.13.7 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 23:59:47 +00:00
dependabot[bot]
a30e4a9d86
Bump androidx.transition:transition from 1.2.0 to 1.4.1
...
Bumps androidx.transition:transition from 1.2.0 to 1.4.1.
---
updated-dependencies:
- dependency-name: androidx.transition:transition
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 23:58:26 +00:00
dependabot[bot]
370d58e876
Bump glide from 4.14.2 to 4.15.0
...
Bumps `glide` from 4.14.2 to 4.15.0.
Updates `com.github.bumptech.glide:glide` from 4.14.2 to 4.15.0
- [Release notes](https://github.com/bumptech/glide/releases )
- [Commits](https://github.com/bumptech/glide/compare/v4.14.2...v4.15.0 )
Updates `com.github.bumptech.glide:compiler` from 4.14.2 to 4.15.0
- [Release notes](https://github.com/bumptech/glide/releases )
- [Commits](https://github.com/bumptech/glide/compare/v4.14.2...v4.15.0 )
---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:glide
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.github.bumptech.glide:compiler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 23:58:00 +00:00
SpiritCroc
38c8e30541
Merge tag 'v1.5.26' into sc
...
Change-Id: Ie54ce4c15b4b95f7ecb4419f421762d7c57c5c2d
Conflicts:
dependencies.gradle
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
vector/src/main/java/im/vector/app/features/home/room/detail/TimelineViewModel.kt
vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
vector/src/main/res/drawable/ic_composer_rich_text_editor_close.xml
vector/src/main/res/drawable/ic_composer_rich_text_editor_edit.xml
vector/src/main/res/drawable/ic_rich_composer_add.xml
vector/src/main/res/drawable/ic_rich_composer_send.xml
2023-02-23 11:55:21 +01:00
dependabot[bot]
f8449f9567
Bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0
...
Bumps androidx.arch.core:core-testing from 2.1.0 to 2.2.0.
---
updated-dependencies:
- dependency-name: androidx.arch.core:core-testing
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-22 23:16:01 +00:00
dependabot[bot]
13c8ff4ff5
Bump com.google.firebase:firebase-bom from 31.2.1 to 31.2.2
...
Bumps com.google.firebase:firebase-bom from 31.2.1 to 31.2.2.
---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-22 07:45:40 +00:00
SpiritCroc
9521814f32
Support webp rendering in the timeline
...
Change-Id: I701cc96bdc466e1de961222e30d25289a159557e
2023-02-19 10:10:42 +01:00
dependabot[bot]
1861ab1fba
Bump flipper from 0.178.1 to 0.182.0
...
Bumps `flipper` from 0.178.1 to 0.182.0.
Updates `com.facebook.flipper:flipper` from 0.178.1 to 0.182.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.178.1...v0.182.0 )
Updates `com.facebook.flipper:flipper-network-plugin` from 0.178.1 to 0.182.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.178.1...v0.182.0 )
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 23:58:27 +00:00
Benoit Marty
4080f1c8b8
Merge pull request #8117 from vector-im/dependabot/gradle/dagger-2.45
...
Bump dagger from 2.44.2 to 2.45
2023-02-17 16:07:29 +01:00
dependabot[bot]
2dd90aa07f
Bump io.sentry:sentry-android from 6.13.0 to 6.14.0 ( #8138 )
...
Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java ) from 6.13.0 to 6.14.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases )
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-java/compare/6.13.0...6.14.0 )
---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 13:56:19 +01:00
dependabot[bot]
9cd3a9e13d
Bump io.element.android:wysiwyg from 1.0.0 to 1.1.1
...
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/matrix-org/matrix-wysiwyg/releases )
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/1.0.0...1.1.1 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 23:57:06 +00:00
SpiritCroc
d7ef3225c9
Bump wysiwyg version
...
We need this to be able to subclass EditorStyledTextView
Change-Id: I3e59fdd9af4ee6c943cb172d7937dfd52c704347
2023-02-11 08:49:43 +01:00
SpiritCroc
917b7ef5b7
Revert "[merge,TMP,DNM] Build wysiwyg from local maven"
...
This reverts commit 11b1e54429
.
2023-02-11 08:49:43 +01:00
dependabot[bot]
d01c353c40
Bump dagger from 2.44.2 to 2.45
...
Bumps `dagger` from 2.44.2 to 2.45.
Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.44.2 to 2.45
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.45 )
Updates `com.google.dagger:dagger` from 2.44.2 to 2.45
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.45 )
Updates `com.google.dagger:dagger-compiler` from 2.44.2 to 2.45
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.45 )
Updates `com.google.dagger:hilt-android` from 2.44.2 to 2.45
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.45 )
Updates `com.google.dagger:hilt-android-testing` from 2.44.2 to 2.45
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.45 )
Updates `com.google.dagger:hilt-compiler` from 2.44.2 to 2.45
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.45 )
---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android-testing
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-compiler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 23:58:54 +00:00
SpiritCroc
11b1e54429
[merge,TMP,DNM] Build wysiwyg from local maven
...
Builders: until this is published on maven, `make android` for
https://github.com/SchildiChat/matrix-rich-text-editor
to publish to local repository
Change-Id: I88e073db5fffeb60d82514d1b07267a5c35447d3
2023-02-10 11:34:38 +01:00
Florian Renaud
9ad0c0c44d
Merge pull request #8108 from vector-im/dependabot/gradle/com.google.firebase-firebase-bom-31.2.1
...
Bump com.google.firebase:firebase-bom from 31.2.0 to 31.2.1
2023-02-10 10:58:31 +01:00
dependabot[bot]
b6896765a9
Bump com.googlecode.libphonenumber:libphonenumber from 8.13.5 to 8.13.6 ( #8107 )
...
Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber ) from 8.13.5 to 8.13.6.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.13.5...v8.13.6 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 09:42:11 +00:00
Florian Renaud
941153894c
Merge pull request #8098 from vector-im/dependabot/gradle/androidx.exifinterface-exifinterface-1.3.6
...
Bump androidx.exifinterface:exifinterface from 1.3.5 to 1.3.6
2023-02-10 10:17:51 +01:00
dependabot[bot]
4c756cb12f
Bump com.google.firebase:firebase-bom from 31.2.0 to 31.2.1
...
Bumps com.google.firebase:firebase-bom from 31.2.0 to 31.2.1.
---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 23:58:28 +00:00
dependabot[bot]
27c1e02764
Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1
...
Bumps androidx.appcompat:appcompat from 1.6.0 to 1.6.1.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 23:02:06 +00:00
dependabot[bot]
5ac590a8e0
Bump androidx.work:work-runtime-ktx from 2.7.1 to 2.8.0
...
Bumps androidx.work:work-runtime-ktx from 2.7.1 to 2.8.0.
---
updated-dependencies:
- dependency-name: androidx.work:work-runtime-ktx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 23:01:53 +00:00
dependabot[bot]
4e1e30ef1d
Bump androidx.exifinterface:exifinterface from 1.3.5 to 1.3.6
...
Bumps androidx.exifinterface:exifinterface from 1.3.5 to 1.3.6.
---
updated-dependencies:
- dependency-name: androidx.exifinterface:exifinterface
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 23:01:36 +00:00
jonnyandrew
d922126f4b
[Rich text editor] Add code block, quote and list indentation actions ( #8045 )
...
* Add remaining rich text editor actions
* Render code blocks in the timeline
* Hide indentation buttons when not in a list
2023-02-08 17:47:22 +00:00
SpiritCroc
51274af2fe
Merge tag 'v1.5.24' into sc
...
Change-Id: I3eda119f38061c31595d9087f6067b269b87d8d1
Conflicts:
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
vector-app/src/gplay/java/im/vector/app/nightly/FirebaseNightlyProxy.kt
vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/MessageTextItem.kt
vector/src/main/java/im/vector/app/features/html/EventHtmlRenderer.kt
vector/src/main/res/layout/item_timeline_event_text_message_stub.xml
2023-02-08 13:08:42 +01:00
Benoit Marty
5b5cbf52b2
Merge pull request #7971 from vector-im/dependabot/gradle/paparazzi-1.2.0
...
Bump paparazzi from 1.1.0 to 1.2.0
2023-02-07 14:35:21 +01:00
Benoit Marty
84f0f6f6dc
Merge pull request #7999 from vector-im/dependabot/gradle/com.google.android.material-material-1.8.0
...
Bump material from 1.7.0 to 1.8.0
2023-02-07 14:34:34 +01:00
Benoit Marty
c588ed5efa
Merge pull request #8055 from vector-im/dependabot/gradle/io.element.android-wysiwyg-0.23.0
...
Bump io.element.android:wysiwyg from 0.18.0 to 0.23.0
2023-02-07 14:31:27 +01:00
Benoit Marty
c8ef57e365
Merge pull request #8084 from vector-im/dependabot/gradle/flipper-0.178.1
...
Bump flipper from 0.177.0 to 0.178.1
2023-02-07 14:29:00 +01:00
dependabot[bot]
7460e76a47
Bump flipper from 0.177.0 to 0.178.1
...
Bumps `flipper` from 0.177.0 to 0.178.1.
Updates `com.facebook.flipper:flipper` from 0.177.0 to 0.178.1
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.177.0...v0.178.1 )
Updates `com.facebook.flipper:flipper-network-plugin` from 0.177.0 to 0.178.1
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.177.0...v0.178.1 )
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 23:03:13 +00:00
dependabot[bot]
3d12bb1df9
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.0 to 1.8.10
...
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin ) from 1.8.0 to 1.8.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.0...v1.8.10 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 23:07:11 +00:00
dependabot[bot]
bf113b7571
Bump com.android.tools.build:gradle from 7.3.1 to 7.4.1 ( #8059 )
...
Bumps com.android.tools.build:gradle from 7.3.1 to 7.4.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 10:21:45 +00:00
dependabot[bot]
a0bb3af871
Bump io.element.android:wysiwyg from 0.18.0 to 0.23.0
...
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 0.18.0 to 0.23.0.
- [Release notes](https://github.com/matrix-org/matrix-wysiwyg/releases )
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/0.18.0...0.23.0 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 23:05:14 +00:00
dependabot[bot]
3104f62988
Bump sentry-android from 6.12.1 to 6.13.0
...
Bumps [sentry-android](https://github.com/getsentry/sentry-java ) from 6.12.1 to 6.13.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases )
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0 )
---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-27 23:03:50 +00:00
SpiritCroc
d8bd92c413
Merge tag 'v1.5.22' into sc
...
Change-Id: I3e8db4d0d0d6afa0f47c9daa0f809410938674e0
Conflicts:
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/timeline/LoadTimelineStrategy.kt
vector/src/main/java/im/vector/app/features/home/room/detail/timeline/action/CheckIfCanReplyEventUseCase.kt
vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
vector/src/main/java/im/vector/app/features/home/room/list/RoomSummaryItemFactory.kt
2023-01-26 19:49:36 +01:00
dependabot[bot]
b3845beb2d
Bump libphonenumber from 8.13.4 to 8.13.5
...
Bumps [libphonenumber](https://github.com/google/libphonenumber ) from 8.13.4 to 8.13.5.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.13.4...v8.13.5 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 23:04:48 +00:00
dependabot[bot]
6c5bc48c85
Bump material from 1.7.0 to 1.8.0
...
Bumps [material](https://github.com/material-components/material-components-android ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/commits )
---
updated-dependencies:
- dependency-name: com.google.android.material:material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 23:02:47 +00:00
Benoit Marty
e87d312ff8
Merge pull request #7964 from vector-im/dependabot/gradle/io.sentry-sentry-android-6.12.1
...
Bump sentry-android from 6.11.0 to 6.12.1
2023-01-24 14:50:04 +01:00
dependabot[bot]
ba6abf1bc0
Bump firebase-bom from 31.1.1 to 31.2.0
...
Bumps firebase-bom from 31.1.1 to 31.2.0.
---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 23:04:48 +00:00
dependabot[bot]
642ed61309
Bump paparazzi from 1.1.0 to 1.2.0
...
Bumps `paparazzi` from 1.1.0 to 1.2.0.
Updates `paparazzi` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/cashapp/paparazzi/releases )
- [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cashapp/paparazzi/compare/1.1.0...1.2.0 )
Updates `paparazzi-gradle-plugin` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/cashapp/paparazzi/releases )
- [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cashapp/paparazzi/compare/1.1.0...1.2.0 )
---
updated-dependencies:
- dependency-name: app.cash.paparazzi:paparazzi
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: app.cash.paparazzi:paparazzi-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 23:02:43 +00:00
dependabot[bot]
a4498cdb11
Bump sentry-android from 6.11.0 to 6.12.1
...
Bumps [sentry-android](https://github.com/getsentry/sentry-java ) from 6.11.0 to 6.12.1.
- [Release notes](https://github.com/getsentry/sentry-java/releases )
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1 )
---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-17 23:02:47 +00:00
Benoit Marty
0ecc291bdb
Merge pull request #7958 from vector-im/dependabot/gradle/io.element.android-wysiwyg-0.18.0
...
Bump wysiwyg from 0.17.0 to 0.18.0
2023-01-17 16:49:25 +01:00
dependabot[bot]
bc4f1f1ec0
Bump wysiwyg from 0.17.0 to 0.18.0
...
Bumps [wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/matrix-org/matrix-wysiwyg/releases )
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/0.17.0...0.18.0 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 23:03:48 +00:00
dependabot[bot]
a8d2f40475
Bump flipper from 0.176.1 to 0.177.0
...
Bumps `flipper` from 0.176.1 to 0.177.0.
Updates `flipper` from 0.176.1 to 0.177.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.176.1...v0.177.0 )
Updates `flipper-network-plugin` from 0.176.1 to 0.177.0
- [Release notes](https://github.com/facebook/flipper/releases )
- [Commits](https://github.com/facebook/flipper/compare/v0.176.1...v0.177.0 )
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 23:02:58 +00:00
SpiritCroc
d4cb55eeaa
Merge tag 'v1.5.20' into sc
...
Change-Id: I438392b41ebe84dccfae1639ae90102c3d45c680
Conflicts:
dependencies.gradle
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/store/db/RealmCryptoStore.kt
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/timeline/TimelineChunk.kt
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/handler/room/RoomSyncHandler.kt
vector/src/main/java/im/vector/app/core/resources/StringProvider.kt
vector/src/main/res/xml/vector_settings_advanced_settings.xml
2023-01-13 14:50:46 +01:00
Benoit Marty
f3e56cfa5c
Merge pull request #7940 from vector-im/dependabot/gradle/androidx.appcompat-appcompat-1.6.0
...
Bump appcompat from 1.5.1 to 1.6.0
2023-01-13 10:49:00 +01:00
dependabot[bot]
d55f1efd63
Bump wysiwyg from 0.15.0 to 0.17.0
...
Bumps [wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 0.15.0 to 0.17.0.
- [Release notes](https://github.com/matrix-org/matrix-wysiwyg/releases )
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/0.15.0...0.17.0 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 00:17:34 +00:00
dependabot[bot]
a4a7fa69e8
Bump appcompat from 1.5.1 to 1.6.0
...
Bumps appcompat from 1.5.1 to 1.6.0.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 23:02:02 +00:00
Benoit Marty
242596744a
Use Fragment 1.6.0 alpha to fix issue with test
...
https://issuetracker.google.com/issues/128612536
2023-01-11 12:13:45 +01:00