Commit graph

942 commits

Author SHA1 Message Date
Nextcloud Android Bot
4a92790fb9 Weekly 18.0.0 Alpha 02 2023-11-13 03:15:06 +00:00
Andy Scherzinger
4c3cef58ba
Bump version to 18.0.0 Alpha 1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-11-07 10:00:38 +01:00
Nextcloud Android Bot
540ec1ab71 Weekly 17.20.0 Alpha 12 2023-11-06 03:18:10 +00:00
Andy Scherzinger
aedee0509b
Merge pull request #3412 from nextcloud/dependabot/gradle/com.google.firebase-firebase-messaging-23.3.1
Build(deps): Bump com.google.firebase:firebase-messaging from 23.3.0 to 23.3.1
2023-11-03 16:17:52 +01:00
Andy Scherzinger
e70aa65b2e
Merge pull request #3419 from nextcloud/dependabot/gradle/coilKtVersion-2.5.0
Build(deps): Bump coilKtVersion from 2.4.0 to 2.5.0
2023-11-03 16:08:50 +01:00
dependabot[bot]
66b752a545
Build(deps): Bump org.mockito:mockito-core from 5.6.0 to 5.7.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.7.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-11-03 14:43:52 +00:00
dependabot[bot]
1f17ea5aa6
Build(deps): Bump org.mockito:mockito-android from 5.6.0 to 5.7.0
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.7.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-11-03 03:02:11 +00:00
dependabot[bot]
927cda115e
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-formatting
Bumps [io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt) from 1.23.1 to 1.23.3.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/compare/v1.23.1...v1.23.3)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 02:33:04 +00:00
dependabot[bot]
84e9c22bf3
Build(deps): Bump coilKtVersion from 2.4.0 to 2.5.0
Bumps `coilKtVersion` from 2.4.0 to 2.5.0.

Updates `io.coil-kt:coil` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/2.4.0...2.5.0)

Updates `io.coil-kt:coil-gif` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/2.4.0...2.5.0)

Updates `io.coil-kt:coil-svg` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: io.coil-kt:coil
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt:coil-gif
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt:coil-svg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 03:09:55 +00:00
Nextcloud Android Bot
9c1741215d Weekly 17.20.0 Alpha 11 2023-10-30 03:12:54 +00:00
dependabot[bot]
5c82df27a9
Build(deps): Bump com.google.firebase:firebase-messaging
Bumps [com.google.firebase:firebase-messaging](https://github.com/firebase/firebase-android-sdk) from 23.3.0 to 23.3.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-10-27 01:28:06 +00:00
Julius Linus
11f1d5fc7e
Migrating away from StoreBox to DataStore
- Added DataStore dependencies
- Created AppPreferencesImpl

Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
2023-10-24 14:35:19 +02:00
Nextcloud Android Bot
51ecd6d9d7 Weekly 17.20.0 Alpha 10 2023-10-23 03:12:19 +00:00
Andy Scherzinger
386b3e2066
Merge pull request #3395 from nextcloud/dependabot/gradle/com.google.firebase-firebase-messaging-23.3.0
Build(deps): Bump com.google.firebase:firebase-messaging from 23.2.1 to 23.3.0
2023-10-19 13:37:28 +02:00
Andy Scherzinger
4ac66241f3
Merge pull request #3396 from nextcloud/chore/Room260
Bump room to 2.6.0
2023-10-19 13:08:55 +02:00
Andy Scherzinger
8f359b717c
Merge pull request #3394 from nextcloud/dependabot/gradle/androidxCameraVersion-1.3.0
Build(deps): Bump androidxCameraVersion from 1.2.3 to 1.3.0
2023-10-19 13:08:24 +02:00
Andy Scherzinger
357b580a84
Bump room to 2.6.0 and rename paramter to match super class in case of use of names paramters
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-10-19 10:55:20 +02:00
dependabot[bot]
7b542b5e81
Build(deps): Bump com.google.firebase:firebase-messaging
Bumps [com.google.firebase:firebase-messaging](https://github.com/firebase/firebase-android-sdk) from 23.2.1 to 23.3.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 01:44:52 +00:00
dependabot[bot]
abbeb709cc
Build(deps): Bump androidxCameraVersion from 1.2.3 to 1.3.0
Bumps `androidxCameraVersion` from 1.2.3 to 1.3.0.

Updates `androidx.camera:camera-core` from 1.2.3 to 1.3.0

Updates `androidx.camera:camera-camera2` from 1.2.3 to 1.3.0

Updates `androidx.camera:camera-lifecycle` from 1.2.3 to 1.3.0

Updates `androidx.camera:camera-view` from 1.2.3 to 1.3.0

---
updated-dependencies:
- dependency-name: androidx.camera:camera-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-camera2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-lifecycle
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 01:44:34 +00:00
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