Commit graph

1811 commits

Author SHA1 Message Date
Tobias Kaminsky
bf2685d247
Merge pull request #8543 from nextcloud/darkNcText
Respect dark mode for Web Text Editor
2021-07-16 11:00:46 +02:00
dependabot[bot]
3b973729e9
Bump commons-io from 2.9.0 to 2.11.0
Bumps commons-io from 2.9.0 to 2.11.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 01:05:59 +00:00
tobiasKaminsky
c875c7e572
Bump master after split off of 3.17
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-06 09:12:56 +02:00
tobiasKaminsky
e670dc1956 revert Kotlin version to make Jacoco work again
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-06-30 06:33:40 +00:00
Tobias Kaminsky
18594f99cb
Merge pull request #8132 from nextcloud/exoPlayer
Replace video player by ExoPlayer
2021-06-09 11:16:39 +02:00
Andy Scherzinger
111def7bd4
respect dark mode for web view
Resolves #8524

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-07 15:46:13 +02:00
dependabot[bot]
d8f3f2b361
Bump mockitoVersion from 3.10.0 to 3.11.0
Bumps `mockitoVersion` from 3.10.0 to 3.11.0.

Updates `mockito-core` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0)

Updates `mockito-android` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 01:04:45 +00:00
tobiasKaminsky
1ea436e4dd
Use ExoPlayer for audio/video player
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-06-02 10:09:09 +02:00
Andy Scherzinger
4fd407bc11
Drop Android 5.0 support
Resolves #8508

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-01 17:02:39 +02:00
tobiasKaminsky
2c135b368f Replace fragment by fragment-ktx as suggested
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-28 15:52:49 +00:00
Andy Scherzinger
078bfa4cc8
Merge pull request #8394 from nextcloud/dependabot/gradle/mockitoVersion-3.10.0
Bump mockitoVersion from 3.9.0 to 3.10.0
2021-05-28 17:11:26 +02:00
Andy Scherzinger
ed2215e2fe
remove duplicate gson dependency definition
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-05-28 16:14:03 +02:00
dependabot[bot]
8485c4711c Bump kotlin_version from 1.5.0 to 1.5.10
Bumps `kotlin_version` from 1.5.0 to 1.5.10.

Updates `kotlin-gradle-plugin` from 1.5.0 to 1.5.10

Updates `kotlin-stdlib` from 1.5.0 to 1.5.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.0...v1.5.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 12:34:03 +00:00
dependabot[bot]
2b338cd8f8
Bump gson from 2.8.6 to 2.8.7
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.7.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:51:12 +02:00
tobiasKaminsky
4619aa15a8
- use kotlin 1.5.0
- use kotlin-stdlib: https://medium.com/@mbonnin/the-different-kotlin-stdlibs-explained-83d7c6bf293

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-28 09:15:44 +02:00
Hannes Achleitner
75c3b0f646
Print used java version in Gradle 2021-05-27 15:57:02 +02:00
dependabot[bot]
5209231be5
Bump mockitoVersion from 3.9.0 to 3.10.0
Bumps `mockitoVersion` from 3.9.0 to 3.10.0.

Updates `mockito-core` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0)

Updates `mockito-android` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 09:17:28 +00:00
Andy Scherzinger
9d8b3f588b
Merge pull request #8477 from nextcloud/dependabot/gradle/daggerVersion-2.36
Bump daggerVersion from 2.35.1 to 2.36
2021-05-27 09:20:22 +02:00
Andy Scherzinger
2c2fb049bc
Merge pull request #8472 from nextcloud/removeSpotbugVersion
Remove spotbug version
2021-05-27 09:15:33 +02:00
Andy Scherzinger
1c085eb74e
Merge pull request #8448 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.17.1
Bump detekt-gradle-plugin from 1.17.0 to 1.17.1
2021-05-26 23:55:09 +02:00
tobiasKaminsky
2ef85e4db7
Remove spotbug version:
Access to 'toolVersion' exceeds its access rights
Cannot assign a value to final field 'toolVersion'

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-26 23:47:36 +02:00
dependabot[bot]
fc5d4435f6
Bump commons-io from 2.8.0 to 2.9.0
Bumps commons-io from 2.8.0 to 2.9.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 01:06:21 +00:00
dependabot[bot]
33b7a18696
Bump daggerVersion from 2.35.1 to 2.36
Bumps `daggerVersion` from 2.35.1 to 2.36.

Updates `dagger` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Updates `dagger-android` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Updates `dagger-android-support` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Updates `dagger-compiler` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Updates `dagger-android-processor` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 01:05:41 +00:00
tobiasKaminsky
a5eb602139
Remove jcenter, use maven instead
Remove flatDir

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-25 13:44:34 +02:00
tobiasKaminsky
0dfc35ddae
Remove jaxb
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-25 07:18:24 +02:00
dependabot[bot]
b9c7578c65
Bump detekt-gradle-plugin from 1.17.0 to 1.17.1
Bumps detekt-gradle-plugin from 1.17.0 to 1.17.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 01:04:11 +00:00
Tobias Kaminsky
6029984d2a
Merge pull request #8436 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.3.4
Bump fragment from 1.3.2 to 1.3.4
2021-05-20 10:33:05 +02:00
Tobias Kaminsky
3902664bc0
Merge pull request #8435 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.3.0
Bump appcompat from 1.2.0 to 1.3.0
2021-05-20 10:32:29 +02:00
Tobias Kaminsky
70d26bb287
Merge pull request #8319 from nextcloud/dependabot/gradle/org.glassfish.jaxb-jaxb-runtime-3.0.1
Bump jaxb-runtime from 2.3.3 to 3.0.1
2021-05-20 09:37:15 +02:00
Tobias Kaminsky
b25eef9fd2
Merge pull request #8299 from nextcloud/dependabot/gradle/byteBuddyVersion-1.11.0
Bump byteBuddyVersion from 1.10.22 to 1.11.0
2021-05-20 09:03:13 +02:00
Tobias Kaminsky
0410ece23b
Merge pull request #8317 from nextcloud/dependabot/gradle/daggerVersion-2.35.1
Bump daggerVersion from 2.33 to 2.35.1
2021-05-20 09:01:10 +02:00
Tobias Kaminsky
ece5a9908b
Merge pull request #8225 from nextcloud/dependabot/gradle/org.conscrypt-conscrypt-android-2.5.2
Bump conscrypt-android from 2.5.1 to 2.5.2
2021-05-20 08:27:53 +02:00
Tobias Kaminsky
f279bab480
Merge pull request #8329 from nextcloud/dependabot/gradle/com.github.cotechde.hwsecurity-hwsecurity-fido-4.4.0
Bump hwsecurity-fido from 4.1.0 to 4.4.0
2021-05-20 08:26:25 +02:00
dependabot[bot]
4c72da132b
Bump fragment from 1.3.2 to 1.3.4
Bumps fragment from 1.3.2 to 1.3.4.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 01:05:25 +00:00
dependabot[bot]
ac13e06128
Bump appcompat from 1.2.0 to 1.3.0
Bumps appcompat from 1.2.0 to 1.3.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 01:05:09 +00:00
dependabot[bot]
877018495b
Bump detekt-gradle-plugin from 1.16.0 to 1.17.0
Bumps detekt-gradle-plugin from 1.16.0 to 1.17.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17 01:04:39 +00:00
dependabot[bot]
d43d581c4e
Bump daggerVersion from 2.33 to 2.35.1
Bumps `daggerVersion` from 2.33 to 2.35.1.

Updates `dagger` from 2.33 to 2.35.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.33...dagger-2.35.1)

Updates `dagger-android` from 2.33 to 2.35.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.33...dagger-2.35.1)

Updates `dagger-android-support` from 2.33 to 2.35.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.33...dagger-2.35.1)

Updates `dagger-compiler` from 2.33 to 2.35.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.33...dagger-2.35.1)

Updates `dagger-android-processor` from 2.33 to 2.35.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.33...dagger-2.35.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 15:27:56 +00:00
dependabot[bot]
c9550386da
Bump gradle from 4.1.3 to 4.2.1
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 10:57:22 +02:00
Hannes Achleitner
4e91f9bd9a
Java 8 is now default
Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
2021-05-14 10:57:19 +02:00
Hannes Achleitner
09fb9c40cf
Android Studio 4.2
Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
2021-05-14 10:57:17 +02:00
dependabot[bot]
fc730bc7b5
Bump byteBuddyVersion from 1.10.22 to 1.11.0
Bumps `byteBuddyVersion` from 1.10.22 to 1.11.0.

Updates `byte-buddy` from 1.10.22 to 1.11.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.22...byte-buddy-1.11.0)

Updates `byte-buddy-android` from 1.10.22 to 1.11.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.22...byte-buddy-1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 06:38:11 +00:00
dependabot[bot]
a6fd50c798
Bump conscrypt-android from 2.5.1 to 2.5.2
Bumps [conscrypt-android](https://github.com/google/conscrypt) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/google/conscrypt/releases)
- [Commits](https://github.com/google/conscrypt/compare/2.5.1...2.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 06:36:03 +00:00
dependabot[bot]
846f498945
Bump jaxb-runtime from 2.3.3 to 3.0.1
Bumps jaxb-runtime from 2.3.3 to 3.0.1.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-11 08:07:21 +02:00
dependabot[bot]
0d7d40e1d3
Bump hwsecurity-fido from 4.1.0 to 4.4.0
Bumps hwsecurity-fido from 4.1.0 to 4.4.0.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-11 08:00:35 +02:00
dependabot[bot]
29de2be17f
Bump spotbugs-gradle-plugin from 4.7.0 to 4.7.1
Bumps spotbugs-gradle-plugin from 4.7.0 to 4.7.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-29 01:03:02 +00:00
dependabot[bot]
c5517a5f77
Bump mockitoVersion from 3.8.0 to 3.9.0
Bumps `mockitoVersion` from 3.8.0 to 3.9.0.

Updates `mockito-core` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Updates `mockito-android` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-09 08:15:38 +00:00
Pedro Gómez
28660ed001 Update instrumentation test runner and shot version 2021-03-30 10:41:01 +02:00
Andy Scherzinger
a4af4c3d08
Merge pull request #8203 from nextcloud/v3170
Bump to 3.17.0 Alpha 1
2021-03-25 11:00:55 +01:00
Andy Scherzinger
bf8e72f361
Merge pull request #8206 from nextcloud/dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-ktx-2.3.1
Bump lifecycle-viewmodel-ktx from 2.3.0 to 2.3.1
2021-03-25 08:46:21 +01:00
Andy Scherzinger
148721b6a6
Merge pull request #8207 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.3.2
Bump fragment from 1.3.1 to 1.3.2
2021-03-25 08:46:05 +01:00
dependabot[bot]
d8a0f0325e
Bump fragment from 1.3.1 to 1.3.2
Bumps fragment from 1.3.1 to 1.3.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 02:04:32 +00:00
dependabot[bot]
a5a6b67e6a
Bump lifecycle-viewmodel-ktx from 2.3.0 to 2.3.1
Bumps lifecycle-viewmodel-ktx from 2.3.0 to 2.3.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 02:04:26 +00:00
dependabot[bot]
834a839405
Bump annotation from 1.1.0 to 1.2.0
Bumps annotation from 1.1.0 to 1.2.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 02:03:37 +00:00
Andy Scherzinger
2b4eacacc6
bump to 3.17.0 Alpha 1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-03-23 22:02:48 +01:00
dependabot[bot]
5445c70795
Bump kotlin_version from 1.4.31 to 1.4.32
Bumps `kotlin_version` from 1.4.31 to 1.4.32.

Updates `kotlin-gradle-plugin` from 1.4.31 to 1.4.32

Updates `kotlin-stdlib-jdk7` from 1.4.31 to 1.4.32
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 02:05:53 +00:00
dependabot[bot]
8af37082d1
Bump gradle from 4.1.2 to 4.1.3
Bumps gradle from 4.1.2 to 4.1.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19 02:04:46 +00:00
Tobias Kaminsky
12fed51451
Merge pull request #8141 from nextcloud/dependabot/gradle/org.json-json-20210307
Bump json from 20201115 to 20210307
2021-03-17 15:15:54 +01:00
dependabot[bot]
407054e2ba
Bump ktlint from 0.40.0 to 0.41.0
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.40.0...0.41.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-17 02:02:37 +00:00
Andy Scherzinger
f8e960105a
Merge pull request #8152 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.16.0
Bump detekt-gradle-plugin from 1.15.0 to 1.16.0
2021-03-11 08:01:19 +01:00
dependabot[bot]
3a22110cc9
Bump detekt-gradle-plugin from 1.15.0 to 1.16.0
Bumps detekt-gradle-plugin from 1.15.0 to 1.16.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 02:04:23 +00:00
dependabot[bot]
4f296132d3
Bump fragment from 1.3.0 to 1.3.1
Bumps fragment from 1.3.0 to 1.3.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 02:04:05 +00:00
dependabot[bot]
2368861779
Bump json from 20201115 to 20210307
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20201115 to 20210307.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 02:05:32 +00:00
dependabot[bot]
4e90fdc16b
Bump byteBuddyVersion from 1.10.21 to 1.10.22
Bumps `byteBuddyVersion` from 1.10.21 to 1.10.22.

Updates `byte-buddy` from 1.10.21 to 1.10.22
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.21...byte-buddy-1.10.22)

Updates `byte-buddy-android` from 1.10.21 to 1.10.22
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.21...byte-buddy-1.10.22)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 02:04:47 +00:00
dependabot[bot]
4d83670ce1
Bump kotlin_version from 1.4.30 to 1.4.31
Bumps `kotlin_version` from 1.4.30 to 1.4.31.

Updates `kotlin-gradle-plugin` from 1.4.30 to 1.4.31

Updates `kotlin-stdlib-jdk7` from 1.4.30 to 1.4.31
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 10:14:44 +00:00
dependabot[bot]
c3603936ad
Bump spotbugs-gradle-plugin from 4.6.2 to 4.7.0
Bumps spotbugs-gradle-plugin from 4.6.2 to 4.7.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 08:58:07 +00:00
Andy Scherzinger
dd3c8b4363
Merge pull request #7620 from nextcloud/kotlin-android-extensions
plugin: 'kotlin-android-extensions' deprecrated
2021-03-02 10:22:48 +01:00
dependabot[bot]
a8d0bfbaf0
Bump daggerVersion from 2.32 to 2.33
Bumps `daggerVersion` from 2.32 to 2.33.

Updates `dagger` from 2.32 to 2.33
- [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.32...dagger-2.33)

Updates `dagger-android` from 2.32 to 2.33
- [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.32...dagger-2.33)

Updates `dagger-android-support` from 2.32 to 2.33
- [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.32...dagger-2.33)

Updates `dagger-compiler` from 2.32 to 2.33
- [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.32...dagger-2.33)

Updates `dagger-android-processor` from 2.32 to 2.33
- [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.32...dagger-2.33)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-26 02:03:54 +00:00
Andy Scherzinger
19f40e139d
Merge pull request #7966 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.3.0
Bump fragment from 1.2.5 to 1.3.0
2021-02-25 16:14:44 +01:00
tobiasKaminsky
c7ad968773
plugin: 'kotlin-android-extensions' deprecrated
use viewbinding
see: https://developer.android.com/topic/libraries/view-binding/migration

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-24 15:07:06 +01:00
dependabot[bot]
ce10ffe623
Bump mockitoVersion from 3.7.7 to 3.8.0
Bumps `mockitoVersion` from 3.7.7 to 3.8.0.

Updates `mockito-core` from 3.7.7 to 3.8.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.8.0)

Updates `mockito-android` from 3.7.7 to 3.8.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-23 02:03:56 +00:00
Andy Scherzinger
30e1d74a46
Merge pull request #8020 from nextcloud/dependabot/gradle/byteBuddyVersion-1.10.21
Bump byteBuddyVersion from 1.10.19 to 1.10.21
2021-02-22 14:49:36 +01:00
dependabot[bot]
58950d64dd
Bump spotbugs-gradle-plugin from 4.6.0 to 4.6.2
Bumps spotbugs-gradle-plugin from 4.6.0 to 4.6.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 02:03:56 +00:00
dependabot[bot]
acef6230a3
Bump byteBuddyVersion from 1.10.19 to 1.10.21
Bumps `byteBuddyVersion` from 1.10.19 to 1.10.21.

Updates `byte-buddy` from 1.10.19 to 1.10.21
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.19...byte-buddy-1.10.21)

Updates `byte-buddy-android` from 1.10.19 to 1.10.21
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.19...byte-buddy-1.10.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 02:03:26 +00:00
dependabot[bot]
4eb68d192f
Bump fragment from 1.2.5 to 1.3.0
Bumps fragment from 1.2.5 to 1.3.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-19 11:58:19 +00:00
dependabot[bot]
8c08d7c4a8
Bump work-runtime from 2.4.0 to 2.5.0
Bumps work-runtime from 2.4.0 to 2.5.0.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-19 08:47:32 +01:00
dependabot[bot]
9ba4be9333
Bump lifecycle-viewmodel-ktx from 2.2.0 to 2.3.0
Bumps lifecycle-viewmodel-ktx from 2.2.0 to 2.3.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 12:24:36 +00:00
Tobias Kaminsky
e1434cf090
Merge pull request #7930 from nextcloud/dependabot/gradle/kotlin_version-1.4.30
Bump kotlin_version from 1.4.21-2 to 1.4.30
2021-02-17 13:22:59 +01:00
dependabot[bot]
c15aa52911
Bump junit from 4.13.1 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15 02:04:43 +00:00
dependabot[bot]
ebb610b17c
Bump kotlin_version from 1.4.21-2 to 1.4.30
Bumps `kotlin_version` from 1.4.21-2 to 1.4.30.

Updates `kotlin-gradle-plugin` from 1.4.21-2 to 1.4.30

Updates `kotlin-stdlib-jdk7` from 1.4.21-2 to 1.4.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.21-2...v1.4.30)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-12 07:25:14 +00:00
Tobias Kaminsky
7e100e5a80
Merge pull request #7690 from nextcloud/dependabot/gradle/com.karumi-shot-5.5.0
Bump shot from 5.3.0 to 5.5.0
2021-02-12 07:31:53 +01:00
dependabot[bot]
ec8732baae
Bump material from 1.2.1 to 1.3.0
Bumps [material](https://github.com/material-components/material-components-android) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.2.1...1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-09 23:29:25 +01:00
dependabot[bot]
e63b02015a
Bump daggerVersion from 2.31 to 2.32
Bumps `daggerVersion` from 2.31 to 2.32.

Updates `dagger` from 2.31 to 2.32
- [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.31...dagger-2.32)

Updates `dagger-android` from 2.31 to 2.32
- [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.31...dagger-2.32)

Updates `dagger-android-support` from 2.31 to 2.32
- [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.31...dagger-2.32)

Updates `dagger-compiler` from 2.31 to 2.32
- [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.31...dagger-2.32)

Updates `dagger-android-processor` from 2.31 to 2.32
- [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.31...dagger-2.32)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-09 07:23:03 +00:00
dependabot[bot]
41cb7039e8
Bump markwonVersion from 4.6.1 to 4.6.2
Bumps `markwonVersion` from 4.6.1 to 4.6.2.

Updates `core` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2)

Updates `ext-strikethrough` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2)

Updates `ext-tables` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2)

Updates `ext-tasklist` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2)

Updates `html` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2)

Updates `syntax-highlight` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-09 02:04:50 +00:00
dependabot[bot]
bba187cc0a
Bump shot from 5.3.0 to 5.5.0
Bumps [shot](https://github.com/karumi/shot) from 5.3.0 to 5.5.0.
- [Release notes](https://github.com/karumi/shot/releases)
- [Changelog](https://github.com/Karumi/Shot/blob/master/release.gradle)
- [Commits](https://github.com/karumi/shot/compare/5.3.0...5.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Show only failing tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-01 14:22:37 +01:00
dependabot[bot]
39c43e3e10
Bump gradle from 4.1.1 to 4.1.2
Bumps gradle from 4.1.1 to 4.1.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-20 02:04:56 +00:00
Tobias Kaminsky
3a30b456fe
Merge pull request #7841 from nextcloud/dependabot/gradle/daggerVersion-2.31
Bump daggerVersion from 2.30.1 to 2.31
2021-01-18 12:45:18 +01:00
dependabot[bot]
ee4040b33d
Bump mockitoVersion from 3.7.0 to 3.7.7
Bumps `mockitoVersion` from 3.7.0 to 3.7.7.

Updates `mockito-core` from 3.7.0 to 3.7.7
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.7.0...v3.7.7)

Updates `mockito-android` from 3.7.0 to 3.7.7
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.7.0...v3.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18 02:04:11 +00:00
dependabot[bot]
99d9ea2c6f
Bump daggerVersion from 2.30.1 to 2.31
Bumps `daggerVersion` from 2.30.1 to 2.31.

Updates `dagger` from 2.30.1 to 2.31
- [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.30.1...dagger-2.31)

Updates `dagger-android` from 2.30.1 to 2.31
- [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.30.1...dagger-2.31)

Updates `dagger-android-support` from 2.30.1 to 2.31
- [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.30.1...dagger-2.31)

Updates `dagger-compiler` from 2.30.1 to 2.31
- [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.30.1...dagger-2.31)

Updates `dagger-android-processor` from 2.30.1 to 2.31
- [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.30.1...dagger-2.31)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-15 14:16:20 +00:00
Andy Scherzinger
9cdb002645
Merge pull request #7824 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.3.0-beta01
Bump appcompat from 1.2.0-rc01 to 1.2.0
2021-01-15 08:50:30 +01:00
tobiasKaminsky
dde0f116e9
Bump master to 3.16 apha
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-01-14 14:37:29 +01:00
dependabot[bot]
cf9e38fa45
Bump appcompat from 1.2.0-rc01 to 1.2.0
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-01-14 13:54:41 +01:00
Andy Scherzinger
782da9fdd0
Merge pull request #7686 from nextcloud/dependabot/gradle/com.google.code.findbugs-annotations-3.0.1u2
Bump annotations from 2.0.1 to 3.0.1u2
2021-01-06 10:43:29 +01:00
Andy Scherzinger
1bed4654cf
Merge pull request #7747 from nextcloud/dependabot/gradle/mockkVersion-1.10.4
Bump mockkVersion from 1.10.2 to 1.10.4
2021-01-06 10:42:36 +01:00
Andy Scherzinger
5ae805bd2c
Merge pull request #7753 from nextcloud/dependabot/gradle/kotlin_version-1.4.21-2
Bump kotlin_version from 1.4.21 to 1.4.21-2
2021-01-06 08:34:52 +01:00
dependabot[bot]
d667514de5
Bump mockkVersion from 1.10.2 to 1.10.4
Bumps `mockkVersion` from 1.10.2 to 1.10.4.

Updates `mockk` from 1.10.2 to 1.10.4
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.10.2...1.10.4)

Updates `mockk-android` from 1.10.2 to 1.10.4
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.10.2...1.10.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 07:32:53 +00:00
dependabot[bot]
f68d1950cc
Bump mockitoVersion from 3.6.28 to 3.7.0
Bumps `mockitoVersion` from 3.6.28 to 3.7.0.

Updates `mockito-core` from 3.6.28 to 3.7.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.28...v3.7.0)

Updates `mockito-android` from 3.6.28 to 3.7.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.28...v3.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 02:06:11 +00:00
dependabot[bot]
18d5d3766a
Bump kotlin_version from 1.4.21 to 1.4.21-2
Bumps `kotlin_version` from 1.4.21 to 1.4.21-2.

Updates `kotlin-gradle-plugin` from 1.4.21 to 1.4.21-2

Updates `kotlin-stdlib-jdk7` from 1.4.21 to 1.4.21-2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 20:51:00 +00:00
dependabot[bot]
fbd33cc1e8
Bump annotations from 2.0.1 to 3.0.1u2
Bumps [annotations](https://github.com/findbugsproject/findbugs) from 2.0.1 to 3.0.1u2.
- [Release notes](https://github.com/findbugsproject/findbugs/releases)
- [Commits](https://github.com/findbugsproject/findbugs/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 20:49:52 +00:00
dependabot[bot]
a07eb920ba
Bump markwonVersion from 4.6.0 to 4.6.1
Bumps `markwonVersion` from 4.6.0 to 4.6.1.

Updates `core` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `ext-strikethrough` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `ext-tables` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `ext-tasklist` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `html` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `syntax-highlight` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-04 16:43:38 +00:00
dependabot[bot]
d0d867cf24
Bump bcpkix-jdk15to18 from 1.67 to 1.68
Bumps [bcpkix-jdk15to18](https://github.com/bcgit/bc-java) from 1.67 to 1.68.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-23 02:04:28 +00:00
Andy Scherzinger
26027a80bb
Merge pull request #7708 from nextcloud/fix7699
Remove snapshot repo
2020-12-21 17:43:05 +01:00
dependabot[bot]
ee8a97b86c
Bump detekt-gradle-plugin from 1.14.2 to 1.15.0
Bumps detekt-gradle-plugin from 1.14.2 to 1.15.0.

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 17:42:05 +01:00
Unpublished
542d472a4d Remove snapshot repo
Signed-off-by: Unpublished <unpublished@gmx.net>
2020-12-21 10:23:53 +01:00
dependabot[bot]
e18762c49e
Bump byteBuddyVersion from 1.10.18 to 1.10.19
Bumps `byteBuddyVersion` from 1.10.18 to 1.10.19.

Updates `byte-buddy` from 1.10.18 to 1.10.19
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.18...byte-buddy-1.10.19)

Updates `byte-buddy-android` from 1.10.18 to 1.10.19
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.18...byte-buddy-1.10.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 02:04:46 +00:00
dependabot-preview[bot]
49effe0021
Bump kotlin_version from 1.4.20 to 1.4.21
Bumps `kotlin_version` from 1.4.20 to 1.4.21.

Updates `kotlin-gradle-plugin` from 1.4.20 to 1.4.21

Updates `kotlin-stdlib-jdk7` from 1.4.20 to 1.4.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-09 02:16:00 +00:00
Andy Scherzinger
ab26acbce3
Merge pull request #7618 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.40.0
Bump ktlint from 0.39.0 to 0.40.0
2020-12-08 09:58:57 +01:00
dependabot-preview[bot]
d3a94aedff
Bump exifinterface from 1.3.1 to 1.3.2
Bumps exifinterface from 1.3.1 to 1.3.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 16:48:20 +00:00
dependabot-preview[bot]
1477c82ce1
Bump ktlint from 0.39.0 to 0.40.0
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.39.0...0.40.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 02:15:15 +00:00
Andy Scherzinger
a75d8c0755
remove all test min sdk references and declarations
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-30 09:57:05 +01:00
Andy Scherzinger
cf2a35f64d
Drop Android 4.4 Support
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-30 09:57:02 +01:00
dependabot-preview[bot]
127e1fb6eb
Bump mockitoVersion from 3.6.0 to 3.6.28
Bumps `mockitoVersion` from 3.6.0 to 3.6.28.

Updates `mockito-core` from 3.6.0 to 3.6.28
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.0...v3.6.28)

Updates `mockito-android` from 3.6.0 to 3.6.28
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.0...v3.6.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-26 02:20:15 +00:00
dependabot-preview[bot]
634e138fb4
Bump daggerVersion from 2.29.1 to 2.30.1
Bumps `daggerVersion` from 2.29.1 to 2.30.1.

Updates `dagger` from 2.29.1 to 2.30.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.29.1...dagger-2.30.1)

Updates `dagger-android` from 2.29.1 to 2.30.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.29.1...dagger-2.30.1)

Updates `dagger-android-support` from 2.29.1 to 2.30.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.29.1...dagger-2.30.1)

Updates `dagger-compiler` from 2.29.1 to 2.30.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.29.1...dagger-2.30.1)

Updates `dagger-android-processor` from 2.29.1 to 2.30.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.29.1...dagger-2.30.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-24 09:45:05 +01:00
dependabot-preview[bot]
d159f70bae
Bump bcpkix-jdk15on from 1.65 to 1.67
Bumps [bcpkix-jdk15on](https://github.com/bcgit/bc-java) from 1.65 to 1.67.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-20 14:07:27 +01:00
dependabot-preview[bot]
6643edbd6b
Bump kotlin_version from 1.4.10 to 1.4.20
Bumps `kotlin_version` from 1.4.10 to 1.4.20.

Updates `kotlin-gradle-plugin` from 1.4.10 to 1.4.20

Updates `kotlin-stdlib-jdk7` from 1.4.10 to 1.4.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-20 02:15:08 +00:00
tobiasKaminsky
69256d0c53
Enable accessibility scanner: https://developer.android.com/guide/topics/ui/accessibility/testing#espresso-enable-checks
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-19 18:37:25 +01:00
dependabot-preview[bot]
1d68c5f450
Bump json from 20200518 to 20201115
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20201115.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 02:13:43 +00:00
dependabot-preview[bot]
cafecdfc29
Bump gradle from 4.1.0 to 4.1.1
Bumps gradle from 4.1.0 to 4.1.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-11 02:12:49 +00:00
tobiasKaminsky
e4c7e22c59
use higher sdk only for lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-10 07:50:59 +01:00
tobiasKaminsky
1b461d3e03
simplify test min sdk
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-09 10:09:53 +01:00
dependabot-preview[bot]
3f732c7436
Bump ez-vcard from 0.11.1 to 0.11.2
Bumps [ez-vcard](https://github.com/mangstadt/ez-vcard) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/mangstadt/ez-vcard/releases)
- [Commits](https://github.com/mangstadt/ez-vcard/compare/0.11.1...0.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 02:13:03 +00:00
dependabot-preview[bot]
93154be9ff
Bump spotbugs-gradle-plugin from 4.5.1 to 4.6.0
Bumps spotbugs-gradle-plugin from 4.5.1 to 4.6.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-06 02:12:52 +00:00
tobiasKaminsky
0826398c06
override minSdk only when using Karumi
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-04 12:42:11 +01:00
tobiasKaminsky
5d258e7b57
Bump to 5.1.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-04 11:45:24 +01:00
tobiasKaminsky
a3fc5a87c7
bump minSdkVersion for screenshot tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-04 11:45:24 +01:00
dependabot-preview[bot]
e729577eb5
Bump shot from 4.4.0 to 5.0.1
Bumps [shot](https://github.com/karumi/shot) from 4.4.0 to 5.0.1.
- [Release notes](https://github.com/karumi/shot/releases)
- [Changelog](https://github.com/Karumi/Shot/blob/master/release.gradle)
- [Commits](https://github.com/karumi/shot/compare/4.4.0...5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-04 11:45:24 +01:00
tobiasKaminsky
70c47937b8
Reduce apk size by ~20 MB
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-03 15:54:47 +01:00
Andy Scherzinger
611a75e613
Unify powermock version
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-02 17:38:39 +01:00
dependabot-preview[bot]
5859f5253b
Bump powermock-core from 2.0.7 to 2.0.9
Bumps [powermock-core](https://github.com/powermock/powermock) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.7...powermock-2.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02 17:38:16 +01:00
dependabot-preview[bot]
ccfb83c0c1
Bump byteBuddyVersion from 1.10.17 to 1.10.18
Bumps `byteBuddyVersion` from 1.10.17 to 1.10.18.

Updates `byte-buddy` from 1.10.17 to 1.10.18
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.17...byte-buddy-1.10.18)

Updates `byte-buddy-android` from 1.10.17 to 1.10.18
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.17...byte-buddy-1.10.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02 02:15:11 +00:00
Andy Scherzinger
0e793faae1
Bump to 3.15 alpha
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-30 13:22:20 +01:00
dependabot-preview[bot]
3da53225bf
Bump findsecbugs-plugin from 1.10.1 to 1.11.0
Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/find-sec-bugs/find-sec-bugs/releases)
- [Changelog](https://github.com/find-sec-bugs/find-sec-bugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/find-sec-bugs/find-sec-bugs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 10:12:51 +01:00
Andy Scherzinger
d1691e653b
Merge pull request #7168 from nextcloud/dependabot/gradle/androidx.emoji-emoji-bundled-1.1.0
Bump emoji-bundled from 1.0.0 to 1.1.0
2020-10-30 10:10:31 +01:00
dependabot-preview[bot]
160330d83a
Bump constraintlayout from 2.0.3 to 2.0.4
Bumps constraintlayout from 2.0.3 to 2.0.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 02:13:02 +00:00
dependabot-preview[bot]
2ec25c2c75
Bump emoji-bundled from 1.0.0 to 1.1.0
Bumps emoji-bundled from 1.0.0 to 1.1.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 02:12:31 +00:00
tobiasKaminsky
21fbb68a2b
emoji
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-10-29 20:27:13 +01:00
Tobias Kaminsky
18740e9183
Merge pull request #7153 from nextcloud/dependabot/gradle/mockitoVersion-3.6.0
Bump mockitoVersion from 3.5.15 to 3.6.0
2020-10-28 07:37:11 +01:00
dependabot-preview[bot]
1f4374baaf
Bump mockitoVersion from 3.5.15 to 3.6.0
Bumps `mockitoVersion` from 3.5.15 to 3.6.0.

Updates `mockito-core` from 3.5.15 to 3.6.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.15...v3.6.0)

Updates `mockito-android` from 3.5.15 to 3.6.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.15...v3.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-28 02:14:38 +00:00
dependabot-preview[bot]
7a217d2b0f
Bump constraintlayout from 2.0.2 to 2.0.3
Bumps constraintlayout from 2.0.2 to 2.0.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-28 02:14:00 +00:00
dependabot-preview[bot]
f2012acf92
Bump ez-vcard from 0.11.0 to 0.11.1
Bumps [ez-vcard](https://github.com/mangstadt/ez-vcard) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/mangstadt/ez-vcard/releases)
- [Commits](https://github.com/mangstadt/ez-vcard/compare/0.11.0...0.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 02:13:41 +00:00
dependabot-preview[bot]
4e600e1aa4
Bump detekt-gradle-plugin from 1.14.1 to 1.14.2
Bumps detekt-gradle-plugin from 1.14.1 to 1.14.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-21 01:12:09 +00:00
dependabot-preview[bot]
ddeb9cd395
Bump mockitoVersion from 3.5.13 to 3.5.15
Bumps `mockitoVersion` from 3.5.13 to 3.5.15.

Updates `mockito-core` from 3.5.13 to 3.5.15
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.13...v3.5.15)

Updates `mockito-android` from 3.5.13 to 3.5.15
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.13...v3.5.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-20 01:13:45 +00:00
dependabot-preview[bot]
a7667c9645
Bump exifinterface from 1.3.0 to 1.3.1
Bumps exifinterface from 1.3.0 to 1.3.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-15 01:13:35 +00:00
Andy Scherzinger
86d0b033ce
Update to Android Studio 4.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-13 09:12:22 +02:00
dependabot-preview[bot]
8ad08b0f77
Bump junit from 4.13 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12 01:12:36 +00:00
dependabot-preview[bot]
8c5d0f2e79
Bump byteBuddyVersion from 1.10.16 to 1.10.17
Bumps `byteBuddyVersion` from 1.10.16 to 1.10.17.

Updates `byte-buddy` from 1.10.16 to 1.10.17
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.16...byte-buddy-1.10.17)

Updates `byte-buddy-android` from 1.10.16 to 1.10.17
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.16...byte-buddy-1.10.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-08 01:13:05 +00:00
Andy Scherzinger
ac2492185b
Merge pull request #7059 from nextcloud/dependabot/gradle/androidx.constraintlayout-constraintlayout-2.0.2
Bump constraintlayout from 2.0.1 to 2.0.2
2020-10-07 07:32:17 +02:00
dependabot-preview[bot]
587b1ee860
Bump constraintlayout from 2.0.1 to 2.0.2
Bumps constraintlayout from 2.0.1 to 2.0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-07 01:14:10 +00:00
dependabot-preview[bot]
2530441c7c
Bump gradle from 4.0.1 to 4.0.2
Bumps gradle from 4.0.1 to 4.0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-07 01:12:39 +00:00
Andy Scherzinger
501eb7de89
Merge pull request #7030 from nextcloud/preventFirebaseCrashes
Prevent firebase crashes
2020-10-02 10:22:32 +02:00
tobiasKaminsky
b66adb9199
Prevent firebase crashes
https://firebase.google.com/docs/analytics/configure-data-collection?platform=android

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-10-02 08:53:05 +02:00
Andy Scherzinger
f7477627eb
Merge pull request #7036 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.14.1
Bump detekt-gradle-plugin from 1.14.0 to 1.14.1
2020-10-01 14:01:53 +02:00
Andy Scherzinger
574a384f5c
Merge pull request #7039 from nextcloud/mockkVersion
Mockk version centralized
2020-10-01 13:59:25 +02:00
dependabot-preview[bot]
28886fbd09
Bump detekt-gradle-plugin from 1.14.0 to 1.14.1
Bumps detekt-gradle-plugin from 1.14.0 to 1.14.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 11:23:33 +00:00
Andy Scherzinger
017ba89f16
Merge pull request #7037 from nextcloud/dependabot/gradle/gradle.plugin.com.github.spotbugs.snom-spotbugs-gradle-plugin-4.5.1
Bump spotbugs-gradle-plugin from 4.5.0 to 4.5.1
2020-10-01 13:22:20 +02:00
Andy Scherzinger
3735d747d1
unify mockk version
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-01 13:20:38 +02:00
dependabot-preview[bot]
c7bb2de3f7
Bump mockk from 1.10.0 to 1.10.2
Bumps [mockk](https://github.com/mockk/mockk) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.10.0...1.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 13:20:36 +02:00
Andy Scherzinger
d6a02ce765
drop Android 4.3, new min version is Android 4.4
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-01 12:06:14 +02:00
dependabot-preview[bot]
d075795a0d
Bump spotbugs-gradle-plugin from 4.5.0 to 4.5.1
Bumps spotbugs-gradle-plugin from 4.5.0 to 4.5.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 01:13:37 +00:00
dependabot-preview[bot]
44685cd121
Bump mockitoVersion from 3.5.11 to 3.5.13
Bumps `mockitoVersion` from 3.5.11 to 3.5.13.

Updates `mockito-core` from 3.5.11 to 3.5.13
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.11...v3.5.13)

Updates `mockito-android` from 3.5.11 to 3.5.13
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.11...v3.5.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-28 15:28:12 +00:00
dependabot-preview[bot]
a83a8900ae
Bump detekt-gradle-plugin from 1.13.1 to 1.14.0
Bumps detekt-gradle-plugin from 1.13.1 to 1.14.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-28 01:13:22 +00:00
dependabot-preview[bot]
2b3e3d1b47
Bump byteBuddyVersion from 1.10.15 to 1.10.16
Bumps `byteBuddyVersion` from 1.10.15 to 1.10.16.

Updates `byte-buddy` from 1.10.15 to 1.10.16
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.15...byte-buddy-1.10.16)

Updates `byte-buddy-android` from 1.10.15 to 1.10.16
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.15...byte-buddy-1.10.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-25 08:54:20 +00:00
dependabot-preview[bot]
4f38a46846
Merge pull request #6979 from nextcloud/dependabot/gradle/net.bytebuddy-byte-buddy-1.10.15 2020-09-21 08:18:27 +00:00
Tobias Kaminsky
a197c43f96
Merge pull request #6978 from nextcloud/dependabot/gradle/markwonVersion-4.6.0
Bump markwonVersion from 4.5.1 to 4.6.0
2020-09-21 09:54:32 +02:00
dependabot-preview[bot]
28299428ef
Bump byte-buddy from 1.10.14 to 1.10.15
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.10.15.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.14...byte-buddy-1.10.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-21 09:53:21 +02:00
dependabot-preview[bot]
6cc3150809
Bump byte-buddy-android from 1.10.14 to 1.10.15
Bumps [byte-buddy-android](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.10.15.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.14...byte-buddy-1.10.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-21 01:14:00 +00:00
dependabot-preview[bot]
b83f836de2
Bump markwonVersion from 4.5.1 to 4.6.0
Bumps `markwonVersion` from 4.5.1 to 4.6.0.

Updates `core` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.1...v4.6.0)

Updates `ext-strikethrough` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.1...v4.6.0)

Updates `ext-tables` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.1...v4.6.0)

Updates `ext-tasklist` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.1...v4.6.0)

Updates `html` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.1...v4.6.0)

Updates `syntax-highlight` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.1...v4.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-21 01:13:19 +00:00
dependabot-preview[bot]
5665a0624f
Bump mockitoVersion from 3.5.10 to 3.5.11
Bumps `mockitoVersion` from 3.5.10 to 3.5.11.

Updates `mockito-core` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.10...v3.5.11)

Updates `mockito-android` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.10...v3.5.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 01:15:06 +00:00
dependabot-preview[bot]
de69054c0d
Bump exifinterface from 1.2.0 to 1.3.0
Bumps exifinterface from 1.2.0 to 1.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-17 01:13:22 +00:00
dependabot-preview[bot]
5ef39f8af3
Bump ktlint from 0.38.1 to 0.39.0
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.38.1 to 0.39.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.38.1...0.39.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-15 01:12:59 +00:00
Tobias Kaminsky
4dead24acf
Merge pull request #6933 from nextcloud/dependabot/gradle/daggerVersion-2.29.1
Bump daggerVersion from 2.28.3 to 2.29.1
2020-09-14 13:07:53 +02:00
dependabot-preview[bot]
95f896897a
Bump daggerVersion from 2.28.3 to 2.29.1
Bumps `daggerVersion` from 2.28.3 to 2.29.1.

Updates `dagger` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1)

Updates `dagger-android` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1)

Updates `dagger-android-support` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1)

Updates `dagger-compiler` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1)

Updates `dagger-android-processor` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-14 08:00:17 +02:00
dependabot-preview[bot]
62543b5fdd
Bump detekt-gradle-plugin from 1.12.0 to 1.13.1
Bumps detekt-gradle-plugin from 1.12.0 to 1.13.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14 01:12:49 +00:00
dependabot-preview[bot]
45ca566f9a
Bump conscrypt-android from 2.5.0 to 2.5.1
Bumps [conscrypt-android](https://github.com/google/conscrypt) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/google/conscrypt/releases)
- [Commits](https://github.com/google/conscrypt/compare/2.5.0...2.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11 01:13:51 +00:00
dependabot-preview[bot]
81cf45ab0e
Merge pull request #6921 from nextcloud/dependabot/gradle/commons-io-commons-io-2.8.0 2020-09-10 05:46:25 +00:00
dependabot-preview[bot]
c3590a691f
Bump kotlin_version from 1.4.0 to 1.4.10
Bumps `kotlin_version` from 1.4.0 to 1.4.10.

Updates `kotlin-gradle-plugin` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-stdlib-jdk7` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 01:17:35 +00:00
dependabot-preview[bot]
c5efc24f20
Bump commons-io from 2.7 to 2.8.0
Bumps commons-io from 2.7 to 2.8.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 01:14:06 +00:00
tobiasKaminsky
8c77b98532
use same version for all org.mockito releases
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 12:14:42 +02:00
dependabot-preview[bot]
3f5b257777
Bump mockito-android from 3.4.6 to 3.5.3
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.4.6 to 3.5.3.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.6...v3.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-09 12:12:47 +02:00
dependabot-preview[bot]
18b194e6bc
Merge pull request #6885 from nextcloud/dependabot/gradle/com.google.android.material-material-1.2.1 2020-09-03 07:28:43 +00:00
dependabot-preview[bot]
2a6bc630d5
Bump material from 1.2.0 to 1.2.1
Bumps [material](https://github.com/material-components/material-components-android) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.2.0...1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-03 01:12:14 +00:00
dependabot-preview[bot]
890527b790
Bump android-gif-drawable from 1.2.20 to 1.2.21
Bumps [android-gif-drawable](https://github.com/koral--/android-gif-drawable) from 1.2.20 to 1.2.21.
- [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.20...v1.2.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-02 13:54:50 +00:00
Tobias Kaminsky
0b98f5ba5e
Merge pull request #6808 from nextcloud/dependabot/gradle/androidx.test-rules-1.3.0
Bump rules from 1.2.0 to 1.3.0
2020-09-02 12:23:00 +02:00
tobiasKaminsky
9b3f4cd532
use same version for all espresso releases
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-02 11:18:41 +02:00
dependabot-preview[bot]
6f05c0f5e8
Bump espresso-contrib from 3.2.0 to 3.3.0
Bumps espresso-contrib from 3.2.0 to 3.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-02 11:18:41 +02:00
dependabot-preview[bot]
3c3622288e
Bump rules from 1.2.0 to 1.3.0
Bumps rules from 1.2.0 to 1.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-02 09:10:08 +00:00
dependabot-preview[bot]
4dcb298505
Merge pull request #6836 from nextcloud/dependabot/gradle/androidx.test.ext-junit-1.1.2 2020-09-01 11:55:20 +00:00
Tobias Kaminsky
7123359223
Merge pull request #6812 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.12.0
Bump detekt-gradle-plugin from 1.11.2 to 1.12.0
2020-09-01 13:13:46 +02:00
dependabot-preview[bot]
1a5f0a8eaa
Bump junit from 1.1.1 to 1.1.2
Bumps junit from 1.1.1 to 1.1.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-01 11:07:41 +00:00
Tobias Kaminsky
a8359787bf
Merge pull request #6838 from nextcloud/dependabot/gradle/androidx.test-runner-1.3.0
Bump runner from 1.2.0 to 1.3.0
2020-09-01 13:06:29 +02:00
dependabot-preview[bot]
ca5ee406ec
Bump detekt-gradle-plugin from 1.11.2 to 1.12.0
Bumps [detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/compare/v1.11.2...v1.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-31 07:03:29 +00:00
dependabot-preview[bot]
228116484c
Merge pull request #6837 from nextcloud/dependabot/gradle/com.karumi-shot-4.4.0 2020-08-31 07:02:10 +00:00
Tobias Kaminsky
96877679e5
Merge pull request #6810 from nextcloud/dependabot/gradle/androidx.constraintlayout-constraintlayout-2.0.1
Bump constraintlayout from 2.0.0 to 2.0.1
2020-08-31 08:23:50 +02:00
dependabot-preview[bot]
75dfa034fa
Bump shot from 4.3.0 to 4.4.0
Bumps [shot](https://github.com/karumi/shot) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/karumi/shot/releases)
- [Changelog](https://github.com/Karumi/Shot/blob/master/release.gradle)
- [Commits](https://github.com/karumi/shot/compare/4.3.0...4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-28 10:43:53 +00:00
dependabot-preview[bot]
0fe5faf68f
Bump runner from 1.2.0 to 1.3.0
Bumps runner from 1.2.0 to 1.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-28 10:22:33 +00:00
Tobias Kaminsky
d50d8a4577
Merge pull request #6816 from nextcloud/dependabot/gradle/androidx.test-core-1.3.0
Bump core from 1.2.0 to 1.3.0
2020-08-27 15:12:41 +02:00
dependabot-preview[bot]
2b7031d198
Bump core from 1.2.0 to 1.3.0
Bumps core from 1.2.0 to 1.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26 01:15:52 +00:00
dependabot-preview[bot]
d1a9bb27c9
Bump orchestrator from 1.2.0 to 1.3.0
Bumps orchestrator from 1.2.0 to 1.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26 01:14:01 +00:00
dependabot-preview[bot]
2be2b9f393
Bump constraintlayout from 2.0.0 to 2.0.1
Bumps constraintlayout from 2.0.0 to 2.0.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26 01:13:18 +00:00
dependabot-preview[bot]
493f77f060
Bump ktlint from 0.38.0 to 0.38.1
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.38.0 to 0.38.1.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.38.0...0.38.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-25 01:13:12 +00:00
Tobias Kaminsky
a90cf6a364
Merge pull request #6786 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.38.0
Bump ktlint from 0.37.2 to 0.38.0
2020-08-24 10:09:55 +02:00
dependabot-preview[bot]
fd8c50fea7
Bump constraintlayout from 1.1.3 to 2.0.0
Bumps constraintlayout from 1.1.3 to 2.0.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 01:13:59 +00:00
dependabot-preview[bot]
3f0a4d0f44
Bump ktlint from 0.37.2 to 0.38.0
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.37.2 to 0.38.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.37.2...0.38.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 01:13:35 +00:00
dependabot-preview[bot]
de38e90acb
Merge pull request #6764 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.11.2 2020-08-21 07:33:04 +00:00
dependabot-preview[bot]
da01fff04f
Bump detekt-gradle-plugin from 1.11.1 to 1.11.2
Bumps detekt-gradle-plugin from 1.11.1 to 1.11.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-20 15:04:06 +00:00
dependabot-preview[bot]
916c503a2f
Bump conscrypt-android from 2.4.0 to 2.5.0
Bumps [conscrypt-android](https://github.com/google/conscrypt) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/google/conscrypt/releases)
- [Commits](https://github.com/google/conscrypt/compare/2.4.0...2.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-20 15:03:02 +00:00
Andy Scherzinger
457a5f1e90
Bump to 3.14.0 Alpha
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-08-19 09:48:20 +02:00
dependabot-preview[bot]
51ebac6aa4
Bump detekt-gradle-plugin from 1.11.0 to 1.11.1
Bumps detekt-gradle-plugin from 1.11.0 to 1.11.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-19 01:13:25 +00:00
Tobias Kaminsky
9cbbc556e0
Merge pull request #6703 from nextcloud/dependabot/gradle/kotlin_version-1.4.0
Bump kotlin_version from 1.3.72 to 1.4.0
2020-08-17 02:20:17 +02:00
dependabot-preview[bot]
2bde2df257
Bump kotlin_version from 1.3.72 to 1.4.0
Bumps `kotlin_version` from 1.3.72 to 1.4.0.

Updates `kotlin-gradle-plugin` from 1.3.72 to 1.4.0

Updates `kotlin-stdlib-jdk7` from 1.3.72 to 1.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 14:22:23 +00:00
dependabot-preview[bot]
622f1ae1d6
Bump markwonVersion from 4.5.0 to 4.5.1
Bumps `markwonVersion` from 4.5.0 to 4.5.1.

Updates `core` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `ext-strikethrough` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `ext-tables` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `ext-tasklist` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `html` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `syntax-highlight` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 14:19:40 +00:00
dependabot-preview[bot]
d3fb6a2ab6
Bump detekt-gradle-plugin from 1.10.0 to 1.11.0
Bumps detekt-gradle-plugin from 1.10.0 to 1.11.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 01:14:09 +00:00
dependabot-preview[bot]
3d934ed9fa
Bump butterknifeVersion from 10.2.2 to 10.2.3
Bumps `butterknifeVersion` from 10.2.2 to 10.2.3.

Updates `butterknife` from 10.2.2 to 10.2.3
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.2...10.2.3)

Updates `butterknife-compiler` from 10.2.2 to 10.2.3
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.2...10.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-13 01:13:36 +00:00
dependabot-preview[bot]
7cb9cc3bbb
Bump markwonVersion from 4.4.0 to 4.5.0
Bumps `markwonVersion` from 4.4.0 to 4.5.0.

Updates `core` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `ext-strikethrough` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `ext-tables` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `ext-tasklist` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `html` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `syntax-highlight` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-06 01:12:25 +00:00
dependabot-preview[bot]
251af8f0ef
Bump material from 1.1.0 to 1.2.0
Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.1.0...1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-05 07:18:48 +02:00
dependabot-preview[bot]
a361df0b4c
Bump butterknife from 10.2.1 to 10.2.2
Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.1...10.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-04 17:45:50 +02:00
Tobias Kaminsky
54adf9823e
Merge pull request #6634 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-compiler-10.2.2
Bump butterknife-compiler from 10.2.1 to 10.2.2
2020-08-04 16:08:05 +02:00
dependabot-preview[bot]
d1131702f6
Bump butterknife-compiler from 10.2.1 to 10.2.2
Bumps [butterknife-compiler](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.1...10.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-04 01:13:39 +00:00
dependabot-preview[bot]
60856c6146
Bump spotbugs-gradle-plugin from 4.4.5 to 4.5.0
Bumps spotbugs-gradle-plugin from 4.4.5 to 4.5.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-04 01:13:05 +00:00
dependabot-preview[bot]
a0179aa6b6
Bump byte-buddy-android from 1.10.13 to 1.10.14
Bumps [byte-buddy-android](https://github.com/raphw/byte-buddy) from 1.10.13 to 1.10.14.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.13...byte-buddy-1.10.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 06:40:58 +00:00
dependabot-preview[bot]
fcf81e5d89
Bump byte-buddy from 1.10.13 to 1.10.14
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.13 to 1.10.14.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.13...byte-buddy-1.10.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 01:12:21 +00:00
dependabot-preview[bot]
d60a2a6a3f
Bump spotbugs-gradle-plugin from 4.4.4 to 4.4.5
Bumps spotbugs-gradle-plugin from 4.4.4 to 4.4.5.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-31 01:13:56 +00:00
dependabot-preview[bot]
111713f52e
Bump mockito-core from 3.4.4 to 3.4.6
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.4 to 3.4.6.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.4...v3.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-30 14:28:59 +00:00
Tobias Kaminsky
24c84de9cd
Merge pull request #6577 from nextcloud/dependabot/gradle/org.mockito-mockito-android-3.4.6
Bump mockito-android from 3.4.4 to 3.4.6
2020-07-30 16:27:46 +02:00
Tobias Kaminsky
98bc395799
Merge pull request #6551 from nextcloud/dependabot/gradle/com.googlecode.ez-vcard-ez-vcard-0.11.0
Bump ez-vcard from 0.10.6 to 0.11.0
2020-07-30 14:57:34 +02:00
dependabot-preview[bot]
b8fb7358b3
Bump mockito-android from 3.4.4 to 3.4.6
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.4.4 to 3.4.6.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.4...v3.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-30 01:13:21 +00:00
Andy Scherzinger
663c0beda5
Merge pull request #6395 from cotechde/webauthn
add passwordless WebAuthn logins
2020-07-29 21:25:48 +02:00
dependabot-preview[bot]
4931122392
Bump ez-vcard from 0.10.6 to 0.11.0
Bumps [ez-vcard](https://github.com/mangstadt/ez-vcard) from 0.10.6 to 0.11.0.
- [Release notes](https://github.com/mangstadt/ez-vcard/releases)
- [Commits](https://github.com/mangstadt/ez-vcard/compare/0.10.6...0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 01:13:42 +00:00
dependabot-preview[bot]
5dfeb14412
Bump work-runtime-ktx from 2.3.4 to 2.4.0
Bumps work-runtime-ktx from 2.3.4 to 2.4.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-23 08:20:30 +02:00
dependabot-preview[bot]
e0c15717f7
Bump work-runtime from 2.3.4 to 2.4.0
Bumps work-runtime from 2.3.4 to 2.4.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-23 07:39:39 +02:00
Dominik Schürmann
c5e624f1e2 add WebAuthn support using hwsecurity-fido2:4.1.0
Signed-off-by: Dominik Schürmann <dominik@schuermann.eu>
2020-07-21 09:17:46 +02:00
dependabot-preview[bot]
14cec7d029
Merge pull request #6498 from nextcloud/dependabot/gradle/net.bytebuddy-byte-buddy-android-1.10.13 2020-07-21 05:25:32 +00:00
Tobias Kaminsky
4fad4403fc
Merge pull request #4146 from nextcloud/loginOnEmulator
Test login on integrationTests
2020-07-21 07:15:37 +02:00
dependabot-preview[bot]
8cf7ba60b5
Bump byte-buddy-android from 1.10.10 to 1.10.13
Bumps [byte-buddy-android](https://github.com/raphw/byte-buddy) from 1.10.10 to 1.10.13.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.10...byte-buddy-1.10.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 01:14:06 +00:00
dependabot-preview[bot]
a8db8ef38f
Bump mockito-android from 3.3.3 to 3.4.4
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.3.3 to 3.4.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.3...v3.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 01:12:35 +00:00
tobiasKaminsky
196b16d1d3
Test login on integrationTests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-20 16:17:27 +02:00
Tobias Kaminsky
4f97110ab3
Merge pull request #6048 from nextcloud/ezaquarii/new-download-manager
New download manager
2020-07-20 12:52:49 +02:00
dependabot-preview[bot]
2150295acc
Merge pull request #6493 from nextcloud/dependabot/gradle/daggerVersion-2.28.3 2020-07-20 10:42:44 +00:00
Chris Narkiewicz
75b9fa8551
New download manager
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-07-20 12:28:47 +02:00
dependabot-preview[bot]
72b9dd069a
Bump daggerVersion from 2.28.1 to 2.28.3
Bumps `daggerVersion` from 2.28.1 to 2.28.3.

Updates `dagger` from 2.28.1 to 2.28.3
- [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.28.1...dagger-2.28.3)

Updates `dagger-android` from 2.28.1 to 2.28.3
- [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.28.1...dagger-2.28.3)

Updates `dagger-android-support` from 2.28.1 to 2.28.3
- [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.28.1...dagger-2.28.3)

Updates `dagger-compiler` from 2.28.1 to 2.28.3
- [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.28.1...dagger-2.28.3)

Updates `dagger-android-processor` from 2.28.1 to 2.28.3
- [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.28.1...dagger-2.28.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-20 12:26:12 +02:00
Andy Scherzinger
51f48549c3
Merge pull request #6494 from nextcloud/dependabot/gradle/org.mockito-mockito-android-3.4.4
Bump mockito-android from 3.4.2 to 3.4.4
2020-07-20 11:53:50 +02:00
dependabot-preview[bot]
65a2b895f5
Bump mockito-core from 3.4.2 to 3.4.4
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.2 to 3.4.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.2...v3.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 09:32:57 +00:00
dependabot-preview[bot]
81bb72344c
Bump mockito-android from 3.4.2 to 3.4.4
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.4.2 to 3.4.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.2...v3.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 09:32:06 +00:00
Andy Scherzinger
ad12be8218
Merge pull request #6483 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.4.2
Bump mockito-core from 3.4.0 to 3.4.2
2020-07-17 23:17:09 +02:00
dependabot-preview[bot]
a56a34079b
Bump mockito-android from 3.4.0 to 3.4.2
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.4.0 to 3.4.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.0...v3.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-17 08:33:01 +02:00
dependabot-preview[bot]
e753f8ea3d
Bump mockito-core from 3.4.0 to 3.4.2
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.0 to 3.4.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.0...v3.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-17 08:32:26 +02:00
dependabot-preview[bot]
7932a2a876
Bump gradle from 4.0.0 to 4.0.1
Bumps gradle from 4.0.0 to 4.0.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-15 01:12:12 +00:00
Tobias Kaminsky
4e31f15c09
Merge pull request #6466 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.4.0
Bump mockito-core from 3.3.3 to 3.4.0
2020-07-13 07:32:58 +02:00
dependabot-preview[bot]
2edc1320ea
Bump mockito-android from 3.3.3 to 3.4.0
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.3...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-13 01:14:00 +00:00
dependabot-preview[bot]
493d0b76ee
Bump mockito-core from 3.3.3 to 3.4.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.3...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-13 01:13:08 +00:00
tobiasKaminsky
738291b2fa
Bump to dagger 2.28.1
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-29 16:31:15 +02:00
dependabot-preview[bot]
14fd15e9ae
Bump daggerVersion from 2.27 to 2.28
Bumps `daggerVersion` from 2.27 to 2.28.

Updates `dagger` from 2.27 to 2.28
- [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.27...dagger-2.28)

Updates `dagger-android` from 2.27 to 2.28
- [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.27...dagger-2.28)

Updates `dagger-android-support` from 2.27 to 2.28
- [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.27...dagger-2.28)

Updates `dagger-compiler` from 2.27 to 2.28
- [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.27...dagger-2.28)

Updates `dagger-android-processor` from 2.27 to 2.28
- [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.27...dagger-2.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 16:31:15 +02:00
tobiasKaminsky
32a0d1c309
Replace fragment by FragmentContainerView
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-29 16:00:44 +02:00
Tobias Kaminsky
9a0d1085ed
Merge pull request #6382 from nextcloud/dependabot/gradle/gradle.plugin.com.github.spotbugs.snom-spotbugs-gradle-plugin-4.4.4
Bump spotbugs-gradle-plugin from 4.4.3 to 4.4.4
2020-06-29 10:00:45 +02:00
Tobias Kaminsky
a5142483a4
Merge pull request #6381 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.10.0
Bump detekt-gradle-plugin from 1.9.1 to 1.10.0
2020-06-29 10:00:31 +02:00
dependabot-preview[bot]
dfe2e5dbd4
Bump spotbugs-gradle-plugin from 4.4.3 to 4.4.4
Bumps spotbugs-gradle-plugin from 4.4.3 to 4.4.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 01:14:26 +00:00
dependabot-preview[bot]
c1f5817f3f
Bump detekt-gradle-plugin from 1.9.1 to 1.10.0
Bumps detekt-gradle-plugin from 1.9.1 to 1.10.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 01:13:56 +00:00
dependabot-preview[bot]
9f23230bf1
Bump byte-buddy from 1.10.12 to 1.10.13
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.12 to 1.10.13.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.12...byte-buddy-1.10.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 01:13:16 +00:00
tobiasKaminsky
ca7350fa8a
use fixed spotbug version
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-25 16:52:12 +02:00
dependabot-preview[bot]
2c5fb2b2f9
Bump spotbugs-gradle-plugin from 4.3.0 to 4.4.3
Bumps spotbugs-gradle-plugin from 4.3.0 to 4.4.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-25 16:52:12 +02:00
tobiasKaminsky
ab0ea3e8d9
minor changes to build.gradle and fixed type on uploadReport.sh
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:05:47 +02:00
tobiasKaminsky
eb08f75257
minor changes to build.gradle
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:24 +02:00
tobiasKaminsky
e40893a136
Use always recommended spotbug version, defined by plugin
exclude data binding generated classes

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:24 +02:00
tobiasKaminsky
5f185326ab
Fixed Lint:
MissingClass: Missing registered class
Range: Outside Range
UseAppTint: app:tint attribute should be used on ImageView
UseCompatLoadingForDrawables
UseCompatTextViewDrawableXml

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:22 +02:00
tobiasKaminsky
7360bbabfe
Fix spotbugs output
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:07 +02:00
tobiasKaminsky
0f9ec55d7a
update combinedTestReport
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:07 +02:00
tobiasKaminsky
f6f401aa0d
change to newer spotbugs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:07 +02:00
dependabot-preview[bot]
a9b8bf7f3a
Bump gradle from 3.6.3 to 4.0.0
Bumps gradle from 3.6.3 to 4.0.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-19 11:03:06 +02:00
dependabot-preview[bot]
7306bc096d
Bump byte-buddy from 1.10.11 to 1.10.12
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.11 to 1.10.12.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.11...byte-buddy-1.10.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-19 01:13:00 +00:00
Andy Scherzinger
663537f304
Merge pull request #6209 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.37.0
Bump ktlint from 0.36.0 to 0.37.0
2020-06-17 16:54:38 +02:00
Andy Scherzinger
adac921f5c
Drop Android 4.2 support
Resolves #6276

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-17 10:58:35 +02:00
dependabot-preview[bot]
78b879d10f
Bump ktlint from 0.36.0 to 0.37.2
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.36.0...0.37.0)

changed to new syntax

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-17 10:45:36 +02:00
Andy Scherzinger
d65d917b81
Merge pull request #6249 from nextcloud/view-binding
#6247 View Binding - ShareFileFragment
2020-06-10 17:26:46 +02:00
Stefan Niedermann
b508452eb0 Check also generated sources to avoid unused resources warning
https://stackoverflow.com/a/53193227
2020-06-10 08:20:55 +02:00
dependabot-preview[bot]
2e8fd6aba1
Bump shot from 4.1.1 to 4.3.0
Bumps [shot](https://github.com/karumi/shot) from 4.1.1 to 4.3.0.
- [Release notes](https://github.com/karumi/shot/releases)
- [Changelog](https://github.com/Karumi/Shot/blob/master/release.gradle)
- [Commits](https://github.com/karumi/shot/compare/4.1.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-09 08:23:42 +02:00
Andy Scherzinger
3d5d6ea739
Merge pull request #6220 from nextcloud/dependabot/gradle/net.bytebuddy-byte-buddy-1.10.11
Bump byte-buddy from 1.10.10 to 1.10.11
2020-06-05 11:16:26 +02:00
tobiasKaminsky
d0f3a00637
drone/ updateScreenshot update
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-05 08:06:42 +02:00
dependabot-preview[bot]
ee6e5311b8
Bump shot from 3.1.0 to 4.1.1
Bumps [shot](https://github.com/karumi/shot) from 3.1.0 to 4.1.1.
- [Release notes](https://github.com/karumi/shot/releases)
- [Changelog](https://github.com/Karumi/Shot/blob/master/release.gradle)
- [Commits](https://github.com/karumi/shot/compare/3.1.0...4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-05 08:06:42 +02:00
dependabot-preview[bot]
ba6a38de64
Bump byte-buddy from 1.10.10 to 1.10.11
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.10 to 1.10.11.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.10...byte-buddy-1.10.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-05 01:12:18 +00:00
dependabot-preview[bot]
22ad54b80c
Bump commons-io from 2.6 to 2.7
Bumps commons-io from 2.6 to 2.7.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-28 01:13:21 +00:00
tobiasKaminsky
fa8ffa1873
- disabling test_orchestrator
- E2E tests only on NC19+
- fixed Tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-26 11:18:58 +02:00
Tobias Kaminsky
5b5fdb4d6f
Merge pull request #6140 from nextcloud/fix/jdk_jaxb
Add jaxb dependencies for build (with jdk>8)
2020-05-25 14:16:01 +02:00
dependabot-preview[bot]
3fc11ac9bd
Bump json from 20190722 to 20200518
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20190722 to 20200518.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-25 01:13:02 +00:00
Andy Scherzinger
e22ef9ebf3
Add jaxb dependencies for builde (with jdk>8)
Fixes #6135

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-05-24 12:34:05 +02:00
Tobias Kaminsky
43cf2909c4
Merge pull request #6114 from nextcloud/dependabot/gradle/markwonVersion-4.4.0
Bump markwonVersion from 4.3.1 to 4.4.0
2020-05-22 10:32:51 +02:00
dependabot-preview[bot]
926b3a2cdf
Bump byte-buddy from 1.10.5 to 1.10.10
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.5 to 1.10.10.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.5...byte-buddy-1.10.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-21 01:14:53 +00:00
dependabot-preview[bot]
bfb01fbdb3
Bump markwonVersion from 4.3.1 to 4.4.0
Bumps `markwonVersion` from 4.3.1 to 4.4.0.

Updates `core` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.1...v4.4.0)

Updates `ext-strikethrough` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.1...v4.4.0)

Updates `ext-tables` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.1...v4.4.0)

Updates `ext-tasklist` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.1...v4.4.0)

Updates `html` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.1...v4.4.0)

Updates `syntax-highlight` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.1...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-20 17:22:03 +00:00
tobiasKaminsky
a2fc279c01
E2E overhaul
- Limit online editing/stream when e2e-encrypted file
- download files in subfolder to correct local folder name
- use httpd/unix-directory for folder in metadata
- set encryption status of subfolder

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-18 14:02:58 +02:00
dependabot-preview[bot]
8d4d52dbd3
Bump detekt-gradle-plugin from 1.8.0 to 1.9.1
Bumps detekt-gradle-plugin from 1.8.0 to 1.9.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 01:12:22 +00:00
dependabot-preview[bot]
39cb42a4d1
Bump appcompat from 1.2.0-beta01 to 1.2.0-rc01
Bumps appcompat from 1.2.0-beta01 to 1.2.0-rc01.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-15 08:48:00 +00:00
Tobias Kaminsky
5ee1650064
Merge pull request #5991 from nextcloud/newDesign-loader-thumbnail
New design (UI) - loader thumbnail
2020-05-06 16:44:49 +02:00
drone
60d7f2c417 Merge commit 'd62174a97d08a4e836d5a97645582246772dc7f6' 2020-05-06 12:04:35 +00:00
drone
eee55edb80 Merge commit '8073a0d0038b643c740de331692e4a7f725c7770' 2020-05-05 21:57:56 +00:00
Chris Narkiewicz
8073a0d003
Remove Evernote job scheduler dependency
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-05-05 22:57:16 +01:00
Joris Bodin
c125bf0907
Remove unused dependencies
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-04 17:31:41 +02:00
Abdourahamane Boinaidi
280dd91c92
Add loaderViewLibrary for youtube skeleton effect
Signed-off-by: Abdourahamane Boinaidi <abdourahamane.boinaidi@infomaniak.com>
2020-05-04 14:56:55 +02:00
dependabot-preview[bot]
0ccd196845
Bump android-gif-drawable from 1.2.19 to 1.2.20
Bumps [android-gif-drawable](https://github.com/koral--/android-gif-drawable) from 1.2.19 to 1.2.20.
- [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.19...v1.2.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 01:12:36 +00:00
Abdourahamane Boinaidi
265dad23c8
add facebook shimmer effect
Signed-off-by: Abdourahamane Boinaidi <abdourahamane.boinaidi@infomaniak.com>
2020-04-29 10:48:05 +02:00
tobiasKaminsky
ea86559e84
Bump to 3.13 alpha
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-28 09:28:55 +02:00
Tobias Kaminsky
5da1b7f8a9
Merge pull request #5874 from nextcloud/bounycastle
Switch to bouncycastle
2020-04-23 08:38:48 +02:00
tobiasKaminsky
31fe35906e
Switch to bouncycastle
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-22 20:29:10 +02:00
Tobias Kaminsky
5610aa03d0
Merge pull request #5904 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.6.3
Bump gradle from 3.6.2 to 3.6.3
2020-04-21 09:02:12 +02:00
dependabot-preview[bot]
76123e6d3d
Bump detekt-gradle-plugin from 1.7.4 to 1.8.0
Bumps detekt-gradle-plugin from 1.7.4 to 1.8.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-21 01:12:17 +00:00
dependabot-preview[bot]
620b672344
Bump gradle from 3.6.2 to 3.6.3
Bumps gradle from 3.6.2 to 3.6.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-20 01:12:26 +00:00
dependabot-preview[bot]
ffacdbd7f9
Bump kotlin_version from 1.3.71 to 1.3.72
Bumps `kotlin_version` from 1.3.71 to 1.3.72.

Updates `kotlin-gradle-plugin` from 1.3.71 to 1.3.72
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-stdlib-jdk7` from 1.3.71 to 1.3.72
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-15 01:17:17 +00:00
Tobias Kaminsky
43c6daadcc
Merge pull request #5756 from nextcloud/ezaquarii/migrate-contacts-import-job-to-worker-api
Migrate contacts import job to new API
2020-04-08 13:47:20 +02:00
dependabot-preview[bot]
a7c7d8de0b
Bump work-runtime-ktx from 2.3.3 to 2.3.4
Bumps work-runtime-ktx from 2.3.3 to 2.3.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-08 05:15:20 +00:00
dependabot-preview[bot]
6b851a73df
Bump detekt-gradle-plugin from 1.7.3 to 1.7.4
Bumps detekt-gradle-plugin from 1.7.3 to 1.7.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 01:12:21 +00:00
Andy Scherzinger
f83566febc
Merge pull request #5793 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.2.0-beta01
Bump appcompat from 1.2.0-alpha03 to 1.2.0-beta01
2020-04-03 19:12:50 +02:00
Andy Scherzinger
0f64f96478
Merge pull request #5698 from nextcloud/dependabot/gradle/androidx.work-work-runtime-2.3.4
Bump work-runtime from 2.3.3 to 2.3.4
2020-04-02 13:48:29 +02:00
Andy Scherzinger
c7c6827e18
Merge pull request #5786 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.6.2
Bump gradle from 3.6.1 to 3.6.2
2020-04-02 09:35:59 +02:00
dependabot-preview[bot]
98fe1a788e
Bump work-runtime from 2.3.3 to 2.3.4
Bumps work-runtime from 2.3.3 to 2.3.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 07:23:54 +00:00
dependabot-preview[bot]
b2220226d0
Bump appcompat from 1.2.0-alpha03 to 1.2.0-beta01
Bumps appcompat from 1.2.0-alpha03 to 1.2.0-beta01.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 07:23:46 +00:00
Andy Scherzinger
7d0bbc6f37
Merge pull request #5795 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.7.3
Bump detekt-gradle-plugin from 1.7.2 to 1.7.3
2020-04-02 09:23:36 +02:00
Andy Scherzinger
fd3daa7968
Merge pull request #5794 from nextcloud/dependabot/gradle/androidx.exifinterface-exifinterface-1.2.0
Bump exifinterface from 1.1.0 to 1.2.0
2020-04-02 09:22:35 +02:00
dependabot-preview[bot]
b3f8860fa7
Bump detekt-gradle-plugin from 1.7.2 to 1.7.3
Bumps detekt-gradle-plugin from 1.7.2 to 1.7.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 01:14:54 +00:00
dependabot-preview[bot]
05852e9594
Bump exifinterface from 1.1.0 to 1.2.0
Bumps exifinterface from 1.1.0 to 1.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 01:13:56 +00:00
dependabot-preview[bot]
721a5debce
Bump markwonVersion from 4.3.0 to 4.3.1
Bumps `markwonVersion` from 4.3.0 to 4.3.1.

Updates `core` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.0...v4.3.1)

Updates `ext-strikethrough` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.0...v4.3.1)

Updates `ext-tables` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.0...v4.3.1)

Updates `ext-tasklist` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.0...v4.3.1)

Updates `html` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.0...v4.3.1)

Updates `syntax-highlight` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 01:13:07 +00:00
dependabot-preview[bot]
de65ab841e
Bump gradle from 3.6.1 to 3.6.2
Bumps gradle from 3.6.1 to 3.6.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01 01:12:52 +00:00
dependabot-preview[bot]
572c26071f
Bump powermock-api-mockito2 from 2.0.6 to 2.0.7
Bumps [powermock-api-mockito2](https://github.com/powermock/powermock) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.6...powermock-2.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-31 12:10:45 +00:00
dependabot-preview[bot]
9e71804337
Bump powermock-module-junit4 from 2.0.6 to 2.0.7
Bumps [powermock-module-junit4](https://github.com/powermock/powermock) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.6...powermock-2.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-31 12:02:33 +00:00
dependabot-preview[bot]
d25c8f25df
Bump powermock-core from 2.0.6 to 2.0.7
Bumps [powermock-core](https://github.com/powermock/powermock) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.6...powermock-2.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-31 01:12:05 +00:00
dependabot-preview[bot]
ff07f3b8f2
Bump detekt-gradle-plugin from 1.7.0 to 1.7.2
Bumps detekt-gradle-plugin from 1.7.0 to 1.7.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 01:11:47 +00:00
Chris Narkiewicz
5204ba7541
Migrate contacts import job to new API
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-03-28 22:07:03 +00:00
Andy Scherzinger
0c0e586411
Merge pull request #5732 from nextcloud/dependabot/gradle/kotlin_version-1.3.71
Bump kotlin_version from 1.3.70 to 1.3.71
2020-03-24 15:16:51 +01:00
Andy Scherzinger
ef8123369a
Merge pull request #5696 from nextcloud/dependabot/gradle/markwonVersion-4.3.0
Bump markwonVersion from 4.2.2 to 4.3.0
2020-03-24 09:07:12 +01:00
dependabot-preview[bot]
e6f93eaead
Bump kotlin_version from 1.3.70 to 1.3.71
Bumps `kotlin_version` from 1.3.70 to 1.3.71.

Updates `kotlin-gradle-plugin` from 1.3.70 to 1.3.71

Updates `kotlin-stdlib-jdk7` from 1.3.70 to 1.3.71
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.71/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.70...v1.3.71)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-24 02:16:45 +00:00
dependabot-preview[bot]
f60472c26e
Bump powermock-core from 2.0.5 to 2.0.6
Bumps [powermock-core](https://github.com/powermock/powermock) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.5...powermock-2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 09:03:07 +00:00
Andy Scherzinger
4ba70164be
Merge pull request #5716 from nextcloud/dependabot/gradle/org.powermock-powermock-api-mockito2-2.0.6
Bump powermock-api-mockito2 from 2.0.5 to 2.0.6
2020-03-23 10:01:49 +01:00
Andy Scherzinger
f554b0ca1f
Merge pull request #5718 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.7.0
Bump detekt-gradle-plugin from 1.6.0 to 1.7.0
2020-03-23 09:05:18 +01:00
dependabot-preview[bot]
257b27309c
Bump powermock-api-mockito2 from 2.0.5 to 2.0.6
Bumps [powermock-api-mockito2](https://github.com/powermock/powermock) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.5...powermock-2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 08:02:06 +00:00
dependabot-preview[bot]
452e93e581
Bump detekt-gradle-plugin from 1.6.0 to 1.7.0
Bumps detekt-gradle-plugin from 1.6.0 to 1.7.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 02:17:00 +00:00
dependabot-preview[bot]
9c5d1e16f6
Bump powermock-module-junit4 from 2.0.5 to 2.0.6
Bumps [powermock-module-junit4](https://github.com/powermock/powermock) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.5...powermock-2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 02:15:10 +00:00
dependabot-preview[bot]
9a1dd92e5d
Bump markwonVersion from 4.2.2 to 4.3.0
Bumps `markwonVersion` from 4.2.2 to 4.3.0.

Updates `core` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.2...v4.3.0)

Updates `ext-strikethrough` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.2...v4.3.0)

Updates `ext-tables` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.2...v4.3.0)

Updates `ext-tasklist` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.2...v4.3.0)

Updates `html` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.2...v4.3.0)

Updates `syntax-highlight` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.2...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 02:12:25 +00:00
dependabot-preview[bot]
48741d990b
Bump ez-vcard from 0.10.5 to 0.10.6
Bumps [ez-vcard](https://github.com/mangstadt/ez-vcard) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/mangstadt/ez-vcard/releases)
- [Commits](https://github.com/mangstadt/ez-vcard/compare/0.10.5...0.10.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-19 14:00:15 +01:00
Andy Scherzinger
624cba1a7a
Merge pull request #5662 from nextcloud/dependabot/gradle/org.mockito-mockito-android-3.3.3
Bump mockito-android from 3.3.1 to 3.3.3
2020-03-16 09:28:57 +01:00
Andy Scherzinger
5e05c072c1
Merge pull request #5663 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.3.3
Bump mockito-core from 3.3.1 to 3.3.3
2020-03-16 09:28:46 +01:00
dependabot-preview[bot]
b6d2147ed3
Bump mockito-core from 3.3.1 to 3.3.3
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.1...v3.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 02:14:50 +00:00
dependabot-preview[bot]
168505570c
Bump mockito-android from 3.3.1 to 3.3.3
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.1...v3.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 02:13:53 +00:00
dependabot-preview[bot]
3a7e1ec43d
Bump daggerVersion from 2.26 to 2.27
Bumps `daggerVersion` from 2.26 to 2.27.

Updates `dagger` from 2.26 to 2.27
- [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.26...dagger-2.27)

Updates `dagger-android` from 2.26 to 2.27
- [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.26...dagger-2.27)

Updates `dagger-android-support` from 2.26 to 2.27
- [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.26...dagger-2.27)

Updates `dagger-compiler` from 2.26 to 2.27
- [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.26...dagger-2.27)

Updates `dagger-android-processor` from 2.26 to 2.27
- [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.26...dagger-2.27)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 02:13:24 +00:00
dependabot-preview[bot]
07f2e98400
Bump conscrypt-android from 2.2.1 to 2.4.0
Bumps [conscrypt-android](https://github.com/google/conscrypt) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/google/conscrypt/releases)
- [Commits](https://github.com/google/conscrypt/compare/2.2.1...2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-13 08:39:27 +00:00
Andy Scherzinger
d604084496
v3.12.-Alpha1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-03-11 22:03:47 +01:00
tobiasKaminsky
593b684d4d
Use view bindings: https://developer.android.com/topic/libraries/view-binding
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-09 11:34:19 +01:00
Andy Scherzinger
3598ed75a3
Merge pull request #5595 from nextcloud/dependabot/gradle/pl.droidsonroids.gif-android-gif-drawable-1.2.19
Bump android-gif-drawable from 1.2.15 to 1.2.19
2020-03-06 13:44:33 +01:00
Andy Scherzinger
770f5264fc
Merge pull request #5596 from nextcloud/dependabot/gradle/org.mockito-mockito-android-3.3.1
Bump mockito-android from 3.3.0 to 3.3.1
2020-03-06 13:35:49 +01:00
dependabot-preview[bot]
8e5fc8ea9c
Bump android-gif-drawable from 1.2.15 to 1.2.19
Bumps [android-gif-drawable](https://github.com/koral--/android-gif-drawable) from 1.2.15 to 1.2.19.
- [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.15...v1.2.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-06 12:19:19 +00:00
dependabot-preview[bot]
54889cb418
Bump mockito-android from 3.3.0 to 3.3.1
Bumps [mockito-android](https://github.com/mockito/mockito) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-06 12:06:41 +00:00
Andy Scherzinger
4a6f5b2da7
change minimum supported Android version to 4.2
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-03-06 12:49:36 +01:00
Andy Scherzinger
b960e9c9ba
Merge pull request #5584 from nextcloud/dependabot/gradle/androidx.work-work-runtime-ktx-2.3.3
Bump work-runtime-ktx from 2.3.2 to 2.3.3
2020-03-06 12:46:41 +01:00
dependabot-preview[bot]
4a957714ea
Bump work-runtime-ktx from 2.3.2 to 2.3.3
Bumps work-runtime-ktx from 2.3.2 to 2.3.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-06 11:06:50 +00:00
Chris Narkiewicz
439dd4ff78
Removed MigrationManager Robolectric tests
Robolectric tests are removed as we don't want to emulate
platform.

Renamed instrumentation tests to match expected naming.

Updated detekt rule to allow human readable test function
names in kt files. This naming convention was adopted in
test code to enable human-readable test reports, but
DEX does not support spaces in names. Underscore _ is
a good replacement providnig similar level of readability.

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-03-06 10:35:57 +01:00
Chris Narkiewicz
b87bf1f10e
Migrations manager
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-03-06 10:35:56 +01:00
Tobias Kaminsky
2061207e25
Merge pull request #5531 from nextcloud/fix/AS36
Update to Android Studio 3.6
2020-03-05 09:58:46 +01:00
Tobias Kaminsky
bac4e9b854
Merge pull request #5582 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.2.0-alpha03
Bump appcompat from 1.2.0-alpha02 to 1.2.0-alpha03
2020-03-05 08:50:22 +01:00
dependabot-preview[bot]
9c10afa84e
Bump work-runtime from 2.3.2 to 2.3.3
Bumps work-runtime from 2.3.2 to 2.3.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-05 02:13:15 +00:00
dependabot-preview[bot]
ca6a4e39c2
Bump appcompat from 1.2.0-alpha02 to 1.2.0-alpha03
Bumps appcompat from 1.2.0-alpha02 to 1.2.0-alpha03.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-05 02:12:42 +00:00
dependabot-preview[bot]
f63502a8fa
Bump kotlin_version from 1.3.61 to 1.3.70
Bumps `kotlin_version` from 1.3.61 to 1.3.70.

Updates `kotlin-gradle-plugin` from 1.3.61 to 1.3.70

Updates `kotlin-stdlib-jdk7` from 1.3.61 to 1.3.70
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.70/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.61...v1.3.70)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04 02:14:04 +00:00
tobiasKaminsky
01b1e719ff
delombok everything
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-03 09:39:28 +01:00
Andy Scherzinger
e5e4973c60
Update to AS 3.6.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-03-03 09:39:14 +01:00
Andy Scherzinger
bd0d38227a
Update to AS3.6
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-03-03 09:39:06 +01:00
dependabot-preview[bot]
43dfa7a779
Merge pull request #5528 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.6.0 2020-02-27 07:08:36 +00:00
dependabot-preview[bot]
4481af43fc
Merge pull request #5529 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.3.1 2020-02-27 07:06:23 +00:00
dependabot-preview[bot]
cd893c685b
Bump mockito-core from 3.3.0 to 3.3.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 02:14:16 +00:00
dependabot-preview[bot]
8b14e8a8bc
Bump detekt-gradle-plugin from 1.5.1 to 1.6.0
Bumps detekt-gradle-plugin from 1.5.1 to 1.6.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 02:13:46 +00:00
dependabot-preview[bot]
82d0ad98d7
Bump markwonVersion from 4.2.1 to 4.2.2
Bumps `markwonVersion` from 4.2.1 to 4.2.2.

Updates `core` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.1...v4.2.2)

Updates `ext-strikethrough` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.1...v4.2.2)

Updates `ext-tables` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.1...v4.2.2)

Updates `ext-tasklist` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.1...v4.2.2)

Updates `html` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.1...v4.2.2)

Updates `syntax-highlight` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.1...v4.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 02:13:15 +00:00
dependabot-preview[bot]
aed8a1ade0
Bump mockito-core from 3.2.4 to 3.3.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.2.4...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 02:14:20 +00:00
tobiasKaminsky
5969d0a6eb
Bump material manuelly to 1.1.0, after that dependabot should be on track again
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-21 08:42:32 +01:00
dependabot-preview[bot]
2356e839d3
Bump work-runtime-ktx from 2.3.1 to 2.3.2
Bumps work-runtime-ktx from 2.3.1 to 2.3.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:43:07 +00:00
dependabot-preview[bot]
993aa4afb2
Bump work-runtime from 2.3.0 to 2.3.2
Bumps work-runtime from 2.3.0 to 2.3.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 02:12:17 +00:00
Tobias Kaminsky
25cbeb4bd8
Merge pull request #5422 from nextcloud/gplayScreenshots
switch to gplay connected tests, to not run both generic and gplay on drone
2020-02-11 09:01:04 +01:00
tobiasKaminsky
2b3e69e80a
switch to gplay connected tests, to not run both generic and gplay on drone
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-10 12:00:35 +01:00
Tobias Kaminsky
619b5d05d2 Merge pull request #5419 from nextcloud/dependabot/gradle/org.projectlombok-lombok-1.18.12
Bump lombok from 1.18.10 to 1.18.12
2020-02-10 09:48:21 +01:00
tobiasKaminsky
1bb04aa29e
also increase annotationProcessor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-10 08:48:52 +01:00
dependabot-preview[bot]
a114080348
Bump lombok from 1.18.10 to 1.18.12
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.10 to 1.18.12.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.10...v1.18.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-07 08:58:29 +00:00
dependabot-preview[bot]
2b2800bc74
Bump parceler from 1.1.12 to 1.1.13
Bumps [parceler](https://github.com/johncarl81/parceler) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/johncarl81/parceler/releases)
- [Changelog](https://github.com/johncarl81/parceler/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/johncarl81/parceler/compare/parceler-project-1.1.12...parceler-project-1.1.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-07 08:58:21 +00:00
dependabot-preview[bot]
c4a0a09c74
Bump parceler-api from 1.1.12 to 1.1.13
Bumps [parceler-api](https://github.com/johncarl81/parceler) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/johncarl81/parceler/releases)
- [Changelog](https://github.com/johncarl81/parceler/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/johncarl81/parceler/compare/parceler-project-1.1.12...parceler-project-1.1.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-07 02:15:34 +00:00
dependabot-preview[bot]
aa3727e031
Bump work-runtime-ktx from 2.3.0 to 2.3.1
Bumps work-runtime-ktx from 2.3.0 to 2.3.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-06 07:16:09 +00:00
dependabot-preview[bot]
8890770fb2
Bump detekt-gradle-plugin from 1.5.0 to 1.5.1
Bumps detekt-gradle-plugin from 1.5.0 to 1.5.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 14:28:05 +00:00
dependabot-preview[bot]
75c0871e65
Merge pull request #5395 from nextcloud/dependabot/gradle/org.greenrobot-eventbus-3.2.0 2020-02-05 08:48:48 +00:00
dependabot-preview[bot]
d1b54e1ab7
Bump detekt-gradle-plugin from 1.4.0 to 1.5.0
Bumps detekt-gradle-plugin from 1.4.0 to 1.5.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 02:12:49 +00:00
dependabot-preview[bot]
829c705e90
Bump eventbus from 3.1.1 to 3.2.0
Bumps [eventbus](https://github.com/greenrobot/EventBus) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/greenrobot/EventBus/releases)
- [Commits](https://github.com/greenrobot/EventBus/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 02:11:55 +00:00
dependabot-preview[bot]
f7d7a0c7a2
Merge pull request #5378 from nextcloud/dependabot/gradle/markwonVersion-4.2.1 2020-02-04 09:27:04 +00:00
dependabot-preview[bot]
3d5a40fa0b
Merge pull request #5169 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.4.0 2020-02-04 08:42:16 +00:00
Tobias Kaminsky
5d868e47fc
Merge pull request #5363 from nextcloud/fix/lolipop-webview-crash
Changed appcompat 1.1.0 to 1.2.0-alpha02
2020-02-03 14:31:49 +01:00
dependabot-preview[bot]
987b728464
Bump markwonVersion from 4.2.0 to 4.2.1
Bumps `markwonVersion` from 4.2.0 to 4.2.1.

Updates `core` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.0...v4.2.1)

Updates `ext-strikethrough` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.0...v4.2.1)

Updates `ext-tables` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.0...v4.2.1)

Updates `ext-tasklist` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.0...v4.2.1)

Updates `html` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.0...v4.2.1)

Updates `syntax-highlight` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 02:13:17 +00:00
Kilian Périsset
d512b80331
Changed appcompat 1.2.0 to 1.2.0-alpha02
signed-off by Kilian Périsset <kilian.perisset@infomaniak.com>
2020-01-31 16:07:39 +01:00
tobiasKaminsky
b8d042e171
Basic documentation of how to test
add checklist as PR template

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-31 09:50:00 +01:00
dependabot-preview[bot]
1db777d41d
Bump daggerVersion from 2.25.4 to 2.26
Bumps `daggerVersion` from 2.25.4 to 2.26.

Updates `dagger` from 2.25.4 to 2.26
- [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.25.4...dagger-2.26)

Updates `dagger-android` from 2.25.4 to 2.26
- [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.25.4...dagger-2.26)

Updates `dagger-android-support` from 2.25.4 to 2.26
- [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.25.4...dagger-2.26)

Updates `dagger-compiler` from 2.25.4 to 2.26
- [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.25.4...dagger-2.26)

Updates `dagger-android-processor` from 2.25.4 to 2.26
- [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.25.4...dagger-2.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-30 02:14:00 +00:00
tobiasKaminsky
cfb8306681
dev: do not modify master, but push everything to dev branch
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-29 08:38:03 +01:00
Tobias Kaminsky
e03b819ef3 daily dev 20200129
9fa16494b Merge pull request #5294 from nextcloud/reliableDev
2040a3507 daily dev 20200128
2020-01-29 03:38:37 +01:00
Tobias Kaminsky
2040a35071 daily dev 20200128
55c1a8919 Merge pull request #5321 from nextcloud/dependabot/gradle/org.powermock-powermock-core-2.0.5
6fbf451f2 Merge pull request #5320 from nextcloud/dependabot/gradle/org.powermock-powermock-api-mockito2-2.0.5
c0991da09 Bump powermock-core from 2.0.4 to 2.0.5
a1f489af0 Bump powermock-api-mockito2 from 2.0.4 to 2.0.5
dd5c6043c Merge pull request #5322 from nextcloud/dependabot/gradle/org.powermock-powermock-module-junit4-2.0.5
b53c96cba Merge pull request #5218 from nextcloud/fix_multitask
fc6889291 [tx-robot] updated from transifex
b0003f04b Bump powermock-module-junit4 from 2.0.4 to 2.0.5
a5acbbfe0 [tx-robot] updated from transifex
01ba3bef9 daily dev 20200125
2020-01-28 03:38:25 +01:00
Andy Scherzinger
55c1a89196
Merge pull request #5321 from nextcloud/dependabot/gradle/org.powermock-powermock-core-2.0.5
Bump powermock-core from 2.0.4 to 2.0.5
2020-01-27 16:41:53 +01:00
dependabot-preview[bot]
c0991da098
Bump powermock-core from 2.0.4 to 2.0.5
Bumps [powermock-core](https://github.com/powermock/powermock) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.4...powermock-2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 13:48:08 +00:00
dependabot-preview[bot]
a1f489af08
Bump powermock-api-mockito2 from 2.0.4 to 2.0.5
Bumps [powermock-api-mockito2](https://github.com/powermock/powermock) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.4...powermock-2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 13:48:08 +00:00
dependabot-preview[bot]
b0003f04be
Bump powermock-module-junit4 from 2.0.4 to 2.0.5
Bumps [powermock-module-junit4](https://github.com/powermock/powermock) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.4...powermock-2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 02:14:10 +00:00
Tobias Kaminsky
01ba3bef96 daily dev 20200125
3b49f56d1 [tx-robot] updated from transifex
2020-01-25 03:38:26 +01:00
dependabot-preview[bot]
fc8c9b7bba
Bump work-runtime from 2.2.0 to 2.3.0
Bumps work-runtime from 2.2.0 to 2.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-23 11:34:55 +01:00
Tobias Kaminsky
63b5276c84
Merge pull request #5289 from nextcloud/dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-ktx-2.2.0
Bump lifecycle-viewmodel-ktx from 2.1.0 to 2.2.0
2020-01-23 11:02:40 +01:00
dependabot-preview[bot]
b62d291940
Bump lifecycle-viewmodel-ktx from 2.1.0 to 2.2.0
Bumps lifecycle-viewmodel-ktx from 2.1.0 to 2.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-23 02:14:45 +00:00
dependabot-preview[bot]
d42566be72
Bump work-runtime-ktx from 2.2.0 to 2.3.0
Bumps work-runtime-ktx from 2.2.0 to 2.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-23 02:12:59 +00:00
Tobias Kaminsky
642682b21f daily dev 20200122
775753930 Merge pull request #5248 from nextcloud/material110RC2
c684ec692 Merge pull request #5249 from nextcloud/changelog
ce2971386 Merge pull request #5270 from nextcloud/addSeparator
cd6acdd05 Merge pull request #5269 from nextcloud/gradleBump
fc8a5dd43 Merge pull request #5267 from nextcloud/devDBupdate
289a83635 OC bottom list improvement - same padding - add "create new" for creators
4532c5b1c Merge pull request #5268 from nextcloud/runCoverageOnlyOnCI
368bd325a use newest gradle
94f17a779 re-enable: coverage only on CI
491de101a Fix duplicated rich_workspace in dev version
066a1a342 [tx-robot] updated from transifex
e9d1c51d7 daily dev 20200121
2020-01-22 03:40:10 +01:00
Andy Scherzinger
7757539309
Merge pull request #5248 from nextcloud/material110RC2
bump material to 1.1.0RC2
2020-01-21 22:55:20 +01:00
tobiasKaminsky
94f17a7797
re-enable: coverage only on CI
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-21 09:44:42 +01:00
Tobias Kaminsky
e9d1c51d70 daily dev 20200121
a07a165fb Merge pull request #5252 from nextcloud/fix/lock-drawer-video-preview
2f02f6bdf Added locking and unlocking of Drawer in Videos Activities/Fragments
465b209ec Merge pull request #5216 from nextcloud/fix/lock-drawer-in-medias-activities
b2fb207a1 Merge pull request #5234 from nextcloud/moveAddFolderInfo
521c89d83 Merge pull request #5229 from nextcloud/colorLauncher
d31223b59 fix gradle warning
4ac216dd3 Merge pull request #5247 from nextcloud/dependabot/gradle/com.google.android-flexbox-2.0.1
d0413af7b [tx-robot] updated from transifex
f3ccaa4d1 Bump flexbox from 2.0.0 to 2.0.1
48a9d752b [tx-robot] updated from transifex
1c483e140 move create rich workspace into bottom sheet
8d9148f5f Launcher: color statusbar / navigation bar in primary color
9e8f0fda7 [tx-robot] updated from transifex
8b1fd4f51 daily dev 20200118
2020-01-21 03:37:19 +01:00
Andy Scherzinger
254b2a9347
bump material zu 1.1.0RC2
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-01-20 10:42:19 +01:00
Andy Scherzinger
521c89d830
Merge pull request #5229 from nextcloud/colorLauncher
Launcher: color statusbar / navigation bar in primary color
2020-01-20 09:56:46 +01:00
Andy Scherzinger
d31223b59c
fix gradle warning
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-01-20 08:34:51 +01:00
dependabot-preview[bot]
f3ccaa4d17
Bump flexbox from 2.0.0 to 2.0.1
Bumps [flexbox](https://github.com/google/flexbox-layout) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/google/flexbox-layout/releases)
- [Commits](https://github.com/google/flexbox-layout/compare/2.0.0...2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 02:14:07 +00:00
Tobias Kaminsky
8b1fd4f515 daily dev 20200118
82de38179 Merge pull request #5220 from nextcloud/changelog-master-stable-3.10.0
8f929ab33 Add changelog for 3.10.0
ae6251bf6 daily dev 20200117
2020-01-18 03:37:20 +01:00
Tobias Kaminsky
ae6251bf6f daily dev 20200117
9bf2cbd26 Merge pull request #5214 from nextcloud/fix/search-in-video-preview
dc3c030e9 Removed search icon in toolbar during media/video preview
5d15aa4ad [tx-robot] updated from transifex
3753a184b [tx-robot] updated from transifex
5849ba257 daily dev 20200115
2020-01-17 03:37:07 +01:00
Tobias Kaminsky
5849ba2576 daily dev 20200115
6f86e497f Merge pull request #5193 from nextcloud/uploadInReadonlyFolder
5ddc5a890 Merge pull request #5189 from nextcloud/removeLines
2011f5211 Merge pull request #5157 from nextcloud/ezaquarii/fix-npe-in-get-user-in-user-account-manager
4cb800ea1 Merge pull request #5187 from nextcloud/fab
447cac9af Upload button: disable/grey when folder is read-only
8b7d39c28 dark background to #151515 minor design changes for dark theme
7ba3bf0cf FAB: show disabled correctly again
f68e9e06d Merge pull request #5181 from nextcloud/vCard30
a8f41615d Merge pull request #5172 from nextcloud/preventNPE
b2a1245c6 Merge pull request #5175 from nextcloud/rwEnhancements
e2c361375 [tx-robot] updated from transifex
09183fec1 export vCard to 3.0 version
f8c9af44a simplify if statement
33b086195 prevent NPE
f01cdd65a UI enhancements to rich workspaces
b1f198ff6 [tx-robot] updated from transifex
a4287380a [tx-robot] updated from transifex
09d98e16c daily dev 20200112
2020-01-15 03:38:37 +01:00
dependabot-preview[bot]
3007477d90
Bump detekt-gradle-plugin from 1.3.0 to 1.4.0
Bumps detekt-gradle-plugin from 1.3.0 to 1.4.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 02:13:46 +00:00
Tobias Kaminsky
09d98e16c5 daily dev 20200112
ec515d0aa [tx-robot] updated from transifex
422a61d8d Merge pull request #5136 from nextcloud/systemDefault
6e96e99de Merge pull request #5130 from nextcloud/createRichWorkspace
b7a7772cf Merge pull request #5122 from nextcloud/firstRun
603825e36 update screenshot
c4d5e41a4 Merge pull request #5143 from nextcloud/background
c6d89edf8 only allow rich workspace creation on >= Lollipop
87dae2ef0 show first run again
91252852c manually increasing lint due to "autoMirrored" warning
4c10cf5d7 launcher: correct folder position according to AS
51fdf9461 [tx-robot] updated from transifex
e0b77f910 daily dev 20200110
2020-01-12 03:37:14 +01:00
Tobias Kaminsky
e0b77f9102 daily dev 20200110
8a343be9c Merge pull request #5133 from nextcloud/notificationTask
6cd1b751e Merge pull request #5121 from nextcloud/newIcon
9fa406036 Merge pull request #5128 from nextcloud/closeEditor
4b073e928 task needs to be a new object for every button
383d892b5 Merge pull request #5017 from grote/5015-dp-remove-npe
56e6ed588 editor: click on snackbar closes webview for real
99eb991f1 [tx-robot] updated from transifex
e0beda807 daily dev 20200109
2020-01-10 03:37:41 +01:00
Tobias Kaminsky
e0beda807d daily dev 20200109
8751c85c2 Merge pull request #5120 from nextcloud/spinner
9d2b80da1 spinner: if primary color is white, use grey
de269b260 Merge pull request #5115 from nextcloud/311bump
3baa9fe5d Merge pull request #5118 from nextcloud/fastlane
ee6e7ce5b fix fastlane RC
1343ba08e Merge pull request #5114 from nextcloud/richWorkspaceFixes
1ec8b067f - fix not clickable rich workspace area - fix crash on first loading
62aaed7f3 bump to 3.11 alpha
9a47a4d30 Merge pull request #5107 from nextcloud/whiteHeader
6cb0f1087 Merge pull request #4915 from nextcloud/createText
3011097be [tx-robot] updated from transifex
248fe1a44 daily dev 20200108
2020-01-09 03:37:23 +01:00
tobiasKaminsky
62aaed7f3c
bump to 3.11 alpha
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-08 08:35:02 +01:00
Tobias Kaminsky
248fe1a441 daily dev 20200108
de46f83dd Merge pull request #5108 from nextcloud/whiteOptionMenu
57b0d425b Fix text in option menu within image preview
b0758e4b7 Merge pull request #5054 from nextcloud/ezaquarii/fix-user-avatars-in-drawer
36294785c daily dev 20200107
2020-01-08 03:37:17 +01:00
Tobias Kaminsky
36294785cf daily dev 20200107
f690417d3 Merge pull request #5102 from nextcloud/removeNC12
051423cf2 remove support for NC12
d7d1c475a Merge pull request #5031 from nextcloud/ezaquarii/fix-npe-crash-when-storage-manager-is-not-set
9b79b85ff Merge pull request #5065 from nextcloud/ezaquarii/fix-crash-when-making-new-ods-file
32ebe691f Merge pull request #5066 from nextcloud/ezaquarii/fix-shared-by-null-glitch
6e07d1894 Merge pull request #5035 from nextcloud/enh/clickableMarkdownLinks
5fce6caea Removed unneeded try/catch
a68069752 Removed unneeded try/catch
154b9af53 adjusted to master
a15f7248f Make hyperlinks clickable in markdown previews
5f70ea643 Make hyperlinks clickable in markdown previews
cd0f834a9 [tx-robot] updated from transifex
22ab16ef4 [tx-robot] updated from transifex
80d7d26cd [tx-robot] updated from transifex
6d76582b3 [tx-robot] updated from transifex
167b25089 Merge pull request #5085 from nextcloud/dependabot/gradle/junit-junit-4.13
7b6e1b73b [tx-robot] updated from transifex
1c12ca0ee Bump junit from 4.12 to 4.13
71f919f6c [tx-robot] updated from transifex
fc00d7d90 Merge pull request #5077 from nextcloud/dependabot/gradle/daggerVersion-2.25.4
9a3bf3a6e Bump daggerVersion from 2.25.3 to 2.25.4
0c3b8fce8 [tx-robot] updated from transifex
ef8497697 Fix "Shared by null" glitch in file details view
3cf3e3bd7 Fix crash when adding new ODS file
204707989 Merge pull request #5060 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.3.0
2882236fd Bump detekt-gradle-plugin from 1.2.2 to 1.3.0
36873015a [tx-robot] updated from transifex
f53d637cb [tx-robot] updated from transifex
24921f6f4 [tx-robot] updated from transifex
c30c6c723 daily dev 20191221
2020-01-07 03:40:25 +01:00
dependabot-preview[bot]
1c12ca0ee8
Bump junit from 4.12 to 4.13
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-02 02:14:59 +00:00
dependabot-preview[bot]
9a3bf3a6e1
Bump daggerVersion from 2.25.3 to 2.25.4
Bumps `daggerVersion` from 2.25.3 to 2.25.4.

Updates `dagger` from 2.25.3 to 2.25.4
- [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.25.3...dagger-2.25.4)

Updates `dagger-android` from 2.25.3 to 2.25.4
- [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.25.3...dagger-2.25.4)

Updates `dagger-android-support` from 2.25.3 to 2.25.4
- [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.25.3...dagger-2.25.4)

Updates `dagger-compiler` from 2.25.3 to 2.25.4
- [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.25.3...dagger-2.25.4)

Updates `dagger-android-processor` from 2.25.3 to 2.25.4
- [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.25.3...dagger-2.25.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-30 02:13:51 +00:00
dependabot-preview[bot]
2882236fd7
Bump detekt-gradle-plugin from 1.2.2 to 1.3.0
Bumps detekt-gradle-plugin from 1.2.2 to 1.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-24 02:12:39 +00:00
Tobias Kaminsky
c30c6c7233 daily dev 20191221
a28d65c4c Merge pull request #5047 from nextcloud/nickvergessen-patch-1
70f20b30d Merge pull request #5040 from nextcloud/dependabot/gradle/com.android.support.test.espresso-espresso-intents-3.0.2
c8f8fbb91 Change order of steps and result of those steps
89bbb8284 Bump espresso-intents from 2.2.1 to 3.0.2
4899561eb Merge pull request #5042 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-compiler-10.2.1
9e61eba51 Bump butterknife-compiler from 10.2.0 to 10.2.1
aff5c473a Merge pull request #5044 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-10.2.1
7240022e1 [tx-robot] updated from transifex
1caf02a0f daily dev 20191220
2019-12-21 03:37:04 +01:00
dependabot-preview[bot]
89bbb8284c
Bump espresso-intents from 2.2.1 to 3.0.2
Bumps espresso-intents from 2.2.1 to 3.0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 07:38:28 +00:00
dependabot-preview[bot]
9e61eba515
Bump butterknife-compiler from 10.2.0 to 10.2.1
Bumps [butterknife-compiler](https://github.com/JakeWharton/butterknife) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.0...10.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 07:34:44 +00:00
dependabot-preview[bot]
aff5c473ab
Merge pull request #5044 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-10.2.1 2019-12-20 07:33:31 +00:00
Tobias Kaminsky
1caf02a0f5 daily dev 20191220
6af95233f Merge pull request #4890 from nextcloud/directEditing
b4c3a7d78 Merge pull request #5018 from grote/thumbnail-fix
b20767140 fix during CI
d23137025 Merge pull request #4829 from nextcloud/dependabot/gradle/tools.fastlane-screengrab-2.0.0
0d84a2dd3 warning about used feature in newer SDK
b4ea01430 use master branch
ec2cfef13 Direct editing support - abstract EditorWebView - support direct editing endpoint
f2627a29a enable caching
ddffaf7b4 use custom user agent for onlyOffice
017849959 remove unneeded static string
f25127d6e revert to master snapshot
95afe8c82 use editor id to use any editor
d05de9855 use file path as parameter for open direct editing file
300abba48 make sure TextEditor is also only used ond >= Android 5, due to security reason of javascript interface
994817ce9 get direct editing info from endpoint
b31cee531 prevent NPE
d1611f633 Direct editing support - abstract EditorWebView - support direct editing endpoint
516c464a7 override minSDK for lib
10a667b08 Bump screengrab from 1.2.0 to 2.0.0
9fbedb4d8 Merge pull request #4992 from nextcloud/uiComparison
751301cd4 daily dev 20191219
2019-12-20 03:39:43 +01:00
dependabot-preview[bot]
d3c4fdf908
Bump butterknife from 10.2.0 to 10.2.1
Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.0...10.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 02:15:04 +00:00
dependabot-preview[bot]
10a667b081
Bump screengrab from 1.2.0 to 2.0.0
Bumps screengrab from 1.2.0 to 2.0.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 06:43:41 +00:00
Tobias Kaminsky
9fbedb4d8c
Merge pull request #4992 from nextcloud/uiComparison
Ui comparison
2019-12-19 07:42:11 +01:00
Tobias Kaminsky
751301cd4c daily dev 20191219
7201dbe4a Merge pull request #5029 from nextcloud/beautifyScreenshots
9246373e3 beautify screenshots: no status icon, set time to 12:00, no charging, etc.
447f74792 Merge pull request #5025 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.2.4
2be462356 Bump mockito-core from 3.2.0 to 3.2.4
3c8aa90fc Merge pull request #5026 from nextcloud/dependabot/gradle/daggerVersion-2.25.3
6d63b4b07 [tx-robot] updated from transifex
380cc0137 daily dev 20191218
2019-12-19 03:37:25 +01:00
dependabot-preview[bot]
2be4623568
Bump mockito-core from 3.2.0 to 3.2.4
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.0 to 3.2.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.2.0...v3.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 11:24:13 +00:00
dependabot-preview[bot]
3c8aa90fcf
Merge pull request #5026 from nextcloud/dependabot/gradle/daggerVersion-2.25.3 2019-12-18 11:22:15 +00:00
Tobias Kaminsky
380cc01375 daily dev 20191218
0f41fbbbf Merge pull request #5022 from nextcloud/enh/iconify_readme
a1c7d5c58 iconify README.md
88f9e8714 Merge pull request #5019 from nextcloud/enh/material-1.1.0-beta02
901dc20ee [tx-robot] updated from transifex
12e158365 daily dev 20191217
2019-12-18 03:38:11 +01:00
dependabot-preview[bot]
9fa66b421a
Bump daggerVersion from 2.25.2 to 2.25.3
Bumps `daggerVersion` from 2.25.2 to 2.25.3.

Updates `dagger` from 2.25.2 to 2.25.3
- [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.25.2...dagger-2.25.3)

Updates `dagger-android` from 2.25.2 to 2.25.3
- [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.25.2...dagger-2.25.3)

Updates `dagger-android-support` from 2.25.2 to 2.25.3
- [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.25.2...dagger-2.25.3)

Updates `dagger-compiler` from 2.25.2 to 2.25.3
- [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.25.2...dagger-2.25.3)

Updates `dagger-android-processor` from 2.25.2 to 2.25.3
- [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.25.2...dagger-2.25.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 02:19:20 +00:00
Tobias Kaminsky
88f9e87149
Merge pull request #5019 from nextcloud/enh/material-1.1.0-beta02
bump material to 1.1.0-beta02
2019-12-17 08:20:25 +01:00
Tobias Kaminsky
12e1583658 daily dev 20191217
8daa9a278 Merge pull request #5014 from nextcloud/android-10-scoped-storage-workaround
1919a6647 Opt-out of scoped storage
1656f64ad Merge pull request #5012 from nextcloud/darkThemePref
74ab9a05d Merge pull request #5013 from nextcloud/addLibCommit
0ad578599 add library commit hash for reproducable builds
b065e9b85 fix dark theme preference for dev version: use different preference name
14a7493c7 [tx-robot] updated from transifex
a6eb5dd52 [tx-robot] updated from transifex
669b269e6 daily dev 20191214
2019-12-17 03:37:16 +01:00
Andy Scherzinger
4ec3e81cd2
bump material to 1.1.0-beta02
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-12-16 17:15:49 +01:00
Tobias Kaminsky
669b269e6d daily dev 20191214
b56a6b930 Merge pull request #4982 from nextcloud/authIntent
7bbb8833e Merge pull request #4994 from nextcloud/dependabot/gradle/androidx.test-orchestrator-1.2.0
e20e2797a daily dev 20191213
2019-12-14 03:38:34 +01:00
dependabot-preview[bot]
7bbb8833e0
Merge pull request #4994 from nextcloud/dependabot/gradle/androidx.test-orchestrator-1.2.0 2019-12-13 07:18:10 +00:00
Tobias Kaminsky
e20e2797ac daily dev 20191213
10789e900 Merge pull request #4932 from nextcloud/useTestOrchestrator
50a73b4a5 on smaller displays we have to swipe up
9fce154e9 Use android test orchestrator
cbf59eb04 Merge pull request #4983 from nextcloud/disableGoogleTracking
e8eae2a53 disable google test tracking
257ac81f7 Merge pull request #4900 from nextcloud/v2withActivity
a2357181a fix tests
6eb4ac7c4 revert to master snapshot
8b61e7405 remove unneeded accountManager
e5cd5ffcd use nextcloudClient.execute(…)
066f4c25a Initial work on v2 with activity
45f114671 [tx-robot] updated from transifex
d913950b5 daily dev 20191211
2019-12-13 03:40:10 +01:00
dependabot-preview[bot]
508403a925
Bump orchestrator from 1.1.0 to 1.2.0
Bumps orchestrator from 1.1.0 to 1.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-13 02:16:30 +00:00
tobiasKaminsky
76bbc110a9
test ui diff
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-12 14:05:31 +01:00
tobiasKaminsky
50a73b4a58
on smaller displays we have to swipe up
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-12 11:02:20 +01:00
tobiasKaminsky
9fce154e99
Use android test orchestrator
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-12 10:03:08 +01:00
tobiasKaminsky
e8eae2a537
disable google test tracking
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-12 08:30:55 +01:00
tobiasKaminsky
6eb4ac7c47
revert to master snapshot
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-12 06:50:52 +01:00
tobiasKaminsky
066f4c25aa
Initial work on v2 with activity
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-12 06:50:52 +01:00
Tobias Kaminsky
d913950b50 daily dev 20191211
5f6dc23a5 Merge pull request #4973 from nextcloud/addFastlane
1145c3813 Merge pull request #4958 from Infomaniak/fix/see-detail-from-preview-nc
fd3ff4cbc Merge pull request #4898 from siddharths2710/master
988e79702 [tx-robot] updated from transifex
8062340f6 Merge pull request #4657 from nextcloud/bumpSDK
4b328cbe3 manually increase spotbugs and lint
1290bbe52 Merge pull request #4918 from Infomaniak/fix/calendar-not-refreshed
da104fc48 Merge pull request #4962 from Infomaniak/fix/add-activities-empty-icon
702c4f71f Merge pull request #4954 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.5.3
f7597c147 [tx-robot] updated from transifex
c27f4cea3 [tx-robot] updated from transifex
75442575f [tx-robot] updated from transifex
4576d45ce daily dev 20191207
2019-12-11 03:38:43 +01:00
Andy Scherzinger
8062340f63
Merge pull request #4657 from nextcloud/bumpSDK
bump to latest SDK
2019-12-09 17:51:09 +01:00
Tobias Kaminsky
702c4f71fe
Merge pull request #4954 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.5.3
Bump gradle from 3.5.2 to 3.5.3
2019-12-09 09:00:40 +01:00
Tobias Kaminsky
4576d45ce3 daily dev 20191207
f9bd91b4b Merge pull request #4956 from nextcloud/fixScreenshot
d95351b04 Merge pull request #4953 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.2.2
3ed9ce2e2 Merge pull request #4920 from nextcloud/theming_server_input
b01f71972 fix #4955
01e532929 fix #4752
d8722b52d [tx-robot] updated from transifex
ed52ad56a daily dev 20191206
2019-12-07 03:40:51 +01:00