Commit graph

923 commits

Author SHA1 Message Date
dependabot[bot]
6fde08efbc
Build(deps): Bump okhttpVersion from 4.11.0 to 4.12.0
Bumps `okhttpVersion` from 4.11.0 to 4.12.0.

Updates `com.squareup.okhttp3:okhttp` from 4.11.0 to 4.12.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0)

Updates `com.squareup.okhttp3:okhttp-urlconnection` from 4.11.0 to 4.12.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0)

Updates `com.squareup.okhttp3:logging-interceptor` from 4.11.0 to 4.12.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup.okhttp3:okhttp-urlconnection
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup.okhttp3:logging-interceptor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 09:45:45 +00:00
Nextcloud Android Bot
1c797a0625 Weekly 17.20.0 Alpha 09 2023-10-16 03:11:30 +00:00
Andy Scherzinger
63aec8ff46
Merge pull request #3363 from nextcloud/dependabot/gradle/androidx.activity-activity-ktx-1.8.0
Build(deps): Bump androidx.activity:activity-ktx from 1.7.2 to 1.8.0
2023-10-13 10:06:28 +02:00
dependabot[bot]
433fedc22a
Build(deps): Bump androidx.core:core-ktx from 1.10.1 to 1.12.0
Bumps androidx.core:core-ktx from 1.10.1 to 1.12.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>
2023-10-12 16:09:40 +00:00
dependabot[bot]
ab8741a0ae
Build(deps): Bump androidx.activity:activity-ktx from 1.7.2 to 1.8.0
Bumps androidx.activity:activity-ktx from 1.7.2 to 1.8.0.

---
updated-dependencies:
- dependency-name: androidx.activity:activity-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 16:08:32 +00:00
dependabot[bot]
7151268b8f
Build(deps): Bump com.google.android.material:material
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.9.0...1.10.0)

---
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-10-12 12:53:05 +00:00
Marcel Hibbe
cbef8f7cdf
fix emoji size in markdown headlines
androidx.emoji2:emoji2:1.4.0 seems to fix the bug that emojis in markdown headlines are rendered too large.

To use v1.4.0 of emoji2 it was necessary to bump compileSdk to v34, which in turn required the minor changes to the overwritten
onDraw of View class.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-10-12 13:31:39 +02:00
dependabot[bot]
0724620ec9
Build(deps): Bump org.mockito:mockito-android from 5.5.0 to 5.6.0
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 17:28:20 +00:00
Andy Scherzinger
f35f582737
Merge pull request #3370 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.6.0
Build(deps): Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
2023-10-10 19:26:29 +02:00
Nextcloud Android Bot
76bc5ae4ae Weekly 17.20.0 Alpha 08 2023-10-09 03:09:58 +00:00
dependabot[bot]
1adfb9a93f
Build(deps): Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 01:33:49 +00:00
dependabot[bot]
e087c19b98
Build(deps): Bump daggerVersion from 2.48 to 2.48.1
Bumps `daggerVersion` from 2.48 to 2.48.1.

Updates `com.google.dagger:dagger` from 2.48 to 2.48.1
- [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.48...dagger-2.48.1)

Updates `com.google.dagger:dagger-compiler` from 2.48 to 2.48.1
- [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.48...dagger-2.48.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 12:21:26 +02:00
Nextcloud Android Bot
2511b54373 Weekly 17.20.0 Alpha 07 2023-10-04 08:34:55 +00:00
Nextcloud Android Bot
3367b8be3d Weekly 17.20.0 Alpha 06 2023-10-02 03:11:32 +00:00
Nextcloud Android Bot
b0b667a3c4 Weekly 17.20.0 Alpha 05 2023-09-25 03:11:17 +00:00
Nextcloud Android Bot
627342ce40 Weekly 17.20.0 Alpha 04 2023-09-18 03:10:47 +00:00
dependabot[bot]
3d5a716586
Build(deps): Bump org.osmdroid:osmdroid-android from 6.1.16 to 6.1.17
Bumps [org.osmdroid:osmdroid-android](https://github.com/osmdroid/osmdroid) from 6.1.16 to 6.1.17.
- [Release notes](https://github.com/osmdroid/osmdroid/releases)
- [Changelog](https://github.com/osmdroid/osmdroid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/osmdroid/osmdroid/compare/osmdroid-parent-6.1.16...osmdroid-parent-6.1.17)

---
updated-dependencies:
- dependency-name: org.osmdroid:osmdroid-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 01:56:58 +00:00
Nextcloud Android Bot
62c134f0fd Weekly 17.20.0 Alpha 03 2023-09-11 03:11:07 +00:00
dependabot[bot]
f633af2091
Build(deps): Bump org.mockito:mockito-android from 2.24.5 to 5.5.0
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 2.24.5 to 5.5.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.24.5...v5.5.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-android
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 18:46:12 +02:00
Andy Scherzinger
8840f6d460
Merge pull request #3262 from nextcloud/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-serialization-json-1.6.0
Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.5.1 to 1.6.0
2023-09-08 17:00:59 +02:00
Smarshall
76e86ca536 Updated Gradle and added the license header as comment 2023-09-08 10:49:34 +02:00
Smarshall
27d977af11 Added Unit Test For UserIdUtils 2023-09-08 10:49:34 +02:00
dependabot[bot]
1f85b98009
Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-json
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 16:52:16 +00:00
dependabot[bot]
6d883adb5a
Build(deps): Bump lifecycleVersion from 2.6.1 to 2.6.2
Bumps `lifecycleVersion` from 2.6.1 to 2.6.2.

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-process` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-common` from 2.6.1 to 2.6.2

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-process
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 01:14:24 +00:00
Nextcloud Android Bot
84607845a5 Weekly 17.20.0 Alpha 02 2023-09-04 03:11:27 +00:00
Marcel Hibbe
de7190ff71
bump version to 17.2.0 Alpha01 a.k.a "17.20.0 Alpha 01"
please be aware that Alpha versions for
17.20.* are meant to be 17.2.*

This is because of a typo that happened in 17.1

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-09-01 10:32:25 +02:00
dependabot[bot]
e7e09d0401
Build(deps): Bump pl.droidsonroids.gif:android-gif-drawable
Bumps [pl.droidsonroids.gif:android-gif-drawable](https://github.com/koral--/android-gif-drawable) from 1.2.27 to 1.2.28.
- [Release notes](https://github.com/koral--/android-gif-drawable/releases)
- [Changelog](https://github.com/koral--/android-gif-drawable/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/koral--/android-gif-drawable/compare/v1.2.27...v1.2.28)

---
updated-dependencies:
- dependency-name: pl.droidsonroids.gif:android-gif-drawable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 12:38:56 +00:00
dependabot[bot]
a45fec1169
Build(deps): Bump daggerVersion from 2.47 to 2.48
Bumps `daggerVersion` from 2.47 to 2.48.

Updates `com.google.dagger:dagger` from 2.47 to 2.48
- [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.47...dagger-2.48)

Updates `com.google.dagger:dagger-compiler` from 2.47 to 2.48
- [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.47...dagger-2.48)

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 01:11:01 +00:00
Nextcloud Android Bot
993cee0f3a Weekly 17.10.0 Alpha 20 2023-08-28 12:39:32 +00:00
Nextcloud Android Bot
5c1f514609 Weekly 17.10.0 Alpha 19 2023-08-28 03:10:08 +00:00
Nextcloud Android Bot
e9d3df0f16 Weekly 17.10.0 Alpha 18 2023-08-25 10:29:46 +00:00
Andy Scherzinger
8492c9cbe8
Merge pull request #3263 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.5.0
Build(deps): Bump org.mockito:mockito-core from 5.4.0 to 5.5.0
2023-08-23 21:26:58 +02:00
Smarshall
32bc0e251d updated libraries hosted in jCenter 2023-08-23 16:26:33 +02:00
parneet-guraya
7ea075ea13 migrate to media3
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2023-08-23 16:22:51 +02:00
dependabot[bot]
9e29f35f41
Build(deps): Bump org.mockito:mockito-core from 5.4.0 to 5.5.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 01:14:31 +00:00
Nextcloud Android Bot
c495f5705b Weekly 17.10.0 Alpha 17 2023-08-21 03:18:45 +00:00
Nextcloud Android Bot
22827a007f Weekly 17.10.0 Alpha 16 2023-08-14 03:11:07 +00:00
dependabot[bot]
2f23bafc00
Build(deps): Bump androidx.preference:preference-ktx from 1.2.0 to 1.2.1
Bumps androidx.preference:preference-ktx from 1.2.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.preference:preference-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 02:12:31 +00:00
Nextcloud Android Bot
7e334a38ee Weekly 17.10.0 Alpha 15 2023-08-07 03:13:33 +00:00
dependabot[bot]
86cc5297dc
Build(deps): Bump com.google.firebase:firebase-messaging
Bumps [com.google.firebase:firebase-messaging](https://github.com/firebase/firebase-android-sdk) from 23.2.0 to 23.2.1.
- [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-messaging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-04 08:35:24 +00:00
Andy Scherzinger
4745fb9fe8
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.0 to 1.23.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-08-02 10:51:27 +02:00
dependabot[bot]
f570126063
Build(deps): Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 01:48:49 +00:00
Andy Scherzinger
d0c5bb8bb5
MIgrate to newer gradle sdk setting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-08-01 14:43:29 +02:00
Andy Scherzinger
0f876dd746
Build(deps): Bump com.google.firebase:firebase-messaging from 23.1.2 to 23.2.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-08-01 10:56:20 +02:00
Nextcloud Android Bot
ba0b17b806 Weekly 17.10.0 Alpha 14 2023-07-31 03:11:17 +00:00
dependabot[bot]
229c840dfc
Build(deps): Bump com.github.nextcloud.android-common:ui
Bumps com.github.nextcloud.android-common:ui from 0.11.0 to 0.12.0.

---
updated-dependencies:
- dependency-name: com.github.nextcloud.android-common:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 01:09:38 +00:00
Marcel Hibbe
80af04be9a remove effortlessPermissions lib
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-07-25 14:35:37 +02:00
Nextcloud Android Bot
723b794c32 Weekly 17.10.0 Alpha 13 2023-07-24 03:10:33 +00:00
Nextcloud Android Bot
383b59ea8b Weekly 17.10.0 Alpha 12 2023-07-17 03:09:00 +00:00
dependabot[bot]
0e781290fa
Build(deps): Bump daggerVersion from 2.46.1 to 2.47
Bumps `daggerVersion` from 2.46.1 to 2.47.

Updates `com.google.dagger:dagger` from 2.46.1 to 2.47
- [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.46.1...dagger-2.47)

Updates `com.google.dagger:dagger-compiler` from 2.46.1 to 2.47
- [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.46.1...dagger-2.47)

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 15:54:19 +00:00