Andy Scherzinger
d0266cf6e0
Merge pull request #8871 from nextcloud/changelog-master-stable-3.17.0
...
Add changelog for 3.17.0
2021-08-19 17:05:45 +02:00
tobiasKaminsky
585a850a54
Add changelog for 3.17.0
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-19 11:27:29 +02:00
Tobias Kaminsky
be4efff7b6
Merge pull request #8861 from alvarobrey/skip-QA-for-forks
...
CI:skip QA build if keystore pass is not available
2021-08-19 11:06:50 +02:00
Nextcloud bot
9190c3afba
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 08:42:27 +00:00
Nextcloud bot
5589d5eaa1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 08:39:27 +00:00
Nextcloud bot
b19ee307c9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 07:06:30 +00:00
Nextcloud bot
dc27330264
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 06:34:07 +00:00
Nextcloud bot
f9813bcdcb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-18 03:55:17 +00:00
Andy Scherzinger
c006691de8
Merge pull request #8712 from nextcloud/addShareTest
...
Add shares to folder and check them
2021-08-17 16:08:00 +02:00
Nextcloud bot
3e062a7f8c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-16 05:29:21 +00:00
Álvaro Brey
6863a8a637
CI:skip QA build if keystore pass is not available
...
This is just another step towards green checks on PRs :)
There is no way to skip the whole workflow depending on whether it is
a PR from a fork or not. The only workaround is to check whether secrets are present or not.
So, I've added a step to check if KS_PASS is empty, and set an output depending on that.
If it is empty, we just skip the rest of the steps.
To avoid the `if` repetition, a separate job can be used and then the whole `qa` job can
depend on its outputs. But that would add another "check" in the github UI.
Inspired by https://github.com/nextcloud/android/pull/8791#issuecomment-890524333
Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
2021-08-16 00:42:30 +02:00
Andy Scherzinger
b669fa14ad
Merge pull request #8854 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.18.0
...
Bump detekt-gradle-plugin from 1.17.1 to 1.18.0
2021-08-13 18:13:05 +02:00
dependabot[bot]
c2182deddf
Bump detekt-gradle-plugin from 1.17.1 to 1.18.0
...
Bumps detekt-gradle-plugin from 1.17.1 to 1.18.0.
---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 01:07:44 +00:00
binsky
f25d85a33e
increase SpotBugs to 464 to accept the new PatchMethod class for the SSO api
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-12 15:50:47 +02:00
Tobias Kaminsky
17d2cec881
Merge pull request #8532 from nextcloud/removed-account-from-text-preview-fragments
...
Removed Account dependency from preview fragments
2021-08-11 11:44:26 +02:00
Tobias Kaminsky
4bd14b34b0
Merge pull request #8577 from nextcloud/tokenRemoval
...
Delete app password on account removal
2021-08-11 11:44:15 +02:00
tobiasKaminsky
ee14d7e135
Add shares to folder and check them
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-11 11:43:20 +02:00
Tobias Kaminsky
8090cd0e13
Merge pull request #8833 from nextcloud/fixNPE
...
catch AccountNotFoundException from createNextcloudClient
2021-08-11 09:10:10 +02:00
Nextcloud bot
44972891c9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-10 04:11:41 +00:00
tobiasKaminsky
00c14377f7
catch AccountNotFoundException from createNextcloudClient
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-09 08:50:01 +02:00
Nextcloud bot
31d515c66c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-09 03:55:52 +00:00
Luca Santarelli
f4597d879a
Fix: boxed primitive for compare
...
[Broken Window Theory] As per current SpotBugs report, replace all usages
of boxed Long.compareTo(Long) with Long.compare(long, long)
2021-08-08 23:24:59 +02:00
Andy Scherzinger
b23f7b9750
Merge pull request #8822 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.42.1
...
Bump ktlint from 0.42.0 to 0.42.1
2021-08-08 21:53:05 +02:00
Nextcloud bot
ed87079885
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-08 03:51:01 +00:00
binsky
238c7d610d
add license header, clear comments in PatchMethod class
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-06 22:06:16 +02:00
dependabot[bot]
3f176674b2
Bump ktlint from 0.42.0 to 0.42.1
...
Bumps [ktlint](https://github.com/pinterest/ktlint ) from 0.42.0 to 0.42.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.42.0...0.42.1 )
---
updated-dependencies:
- dependency-name: com.pinterest:ktlint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-06 19:24:18 +00:00
Andy Scherzinger
cfa12f3c59
Merge pull request #8638 from nextcloud/dependabot/gradle/tools.fastlane-screengrab-2.1.0
...
Bump screengrab from 2.0.0 to 2.1.0
2021-08-06 21:23:10 +02:00
Andy Scherzinger
d46dfa8ded
ktlint: reformat kotlin
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-08-06 16:05:50 +02:00
dependabot[bot]
c521a875ae
Bump screengrab from 2.0.0 to 2.1.0
...
Bumps [screengrab](https://github.com/fastlane/fastlane ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/fastlane/fastlane/releases )
- [Commits](https://github.com/fastlane/fastlane/compare/2.0.0...2.1.0 )
---
updated-dependencies:
- dependency-name: tools.fastlane:screengrab
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-06 12:27:20 +00:00
Andy Scherzinger
e4d06418ce
Merge pull request #8641 from nextcloud/bumpDroneServer
...
Use NC 21 for drone
2021-08-06 14:26:35 +02:00
Tobias Kaminsky
27b808d8cd
Merge pull request #8742 from nextcloud/dependabot/gradle/mockitoVersion-3.11.2
...
Bump mockitoVersion from 3.11.0 to 3.11.2
2021-08-06 11:38:49 +02:00
Tobias Kaminsky
eceb3a13d4
Merge pull request #8365 from af7567/notifications
...
Use unique requestcode for notification PendingIntents
2021-08-06 11:25:49 +02:00
tobiasKaminsky
cd10e2db15
Delete app password on account removal
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-06 11:21:37 +02:00
Chris Narkiewicz
0e71f05931
Removed Account dependency from preview fragments
...
Remove Account dependency in text preview fragment.
Remove Account dependency from outdated JavaDoc in
image and video preview fragments.
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-08-06 08:26:58 +00:00
Tobias Kaminsky
4a5fc357c8
Merge pull request #8737 from hrk/patch-1
...
Avoid redundant call to getConnectivity()
2021-08-06 10:23:17 +02:00
tobiasKaminsky
8f176cb46f
Use NC 21 for drone
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-06 08:15:52 +00:00
dependabot[bot]
e6074c918f
Bump mockitoVersion from 3.11.0 to 3.11.2
...
Bumps `mockitoVersion` from 3.11.0 to 3.11.2.
Updates `mockito-core` from 3.11.0 to 3.11.2
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.11.0...v3.11.2 )
Updates `mockito-android` from 3.11.0 to 3.11.2
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.11.0...v3.11.2 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.mockito:mockito-android
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-06 08:11:17 +00:00
Tobias Kaminsky
d2df21af34
Merge pull request #8749 from nextcloud/dependabot/gradle/androidx.fragment-fragment-ktx-1.3.6
...
Bump fragment-ktx from 1.3.4 to 1.3.6
2021-08-06 10:10:03 +02:00
Tobias Kaminsky
299fb77f15
Merge pull request #8807 from nextcloud/dependabot/gradle/androidx.exifinterface-exifinterface-1.3.3
...
Bump exifinterface from 1.3.2 to 1.3.3
2021-08-06 10:09:34 +02:00
Tobias Kaminsky
5f652ba81c
Merge pull request #8821 from nextcloud/dependabot/gradle/byteBuddyVersion-1.11.12
...
Bump byteBuddyVersion from 1.11.2 to 1.11.12
2021-08-06 09:39:44 +02:00
Tobias Kaminsky
edf693ce7d
Merge pull request #8819 from nextcloud/dependabot/gradle/com.karumi-shot-5.11.2
...
Bump shot from 5.11.1 to 5.11.2
2021-08-06 07:24:32 +02:00
dependabot[bot]
38b84562ad
Bump byteBuddyVersion from 1.11.2 to 1.11.12
...
Bumps `byteBuddyVersion` from 1.11.2 to 1.11.12.
Updates `byte-buddy` from 1.11.2 to 1.11.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.11.2...byte-buddy-1.11.12 )
Updates `byte-buddy-android` from 1.11.2 to 1.11.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.11.2...byte-buddy-1.11.12 )
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-android
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-06 05:24:12 +00:00
dependabot[bot]
97e958f7f5
Bump exifinterface from 1.3.2 to 1.3.3
...
Bumps exifinterface from 1.3.2 to 1.3.3.
---
updated-dependencies:
- dependency-name: androidx.exifinterface:exifinterface
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-06 05:23:50 +00:00
Tobias Kaminsky
17a26ba3ef
Merge pull request #8748 from nextcloud/dependabot/gradle/com.google.android.exoplayer-exoplayer-2.14.2
...
Bump exoplayer from 2.13.2 to 2.14.2
2021-08-06 07:22:59 +02:00
Nextcloud bot
a75dde5283
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-06 04:03:50 +00:00
dependabot[bot]
e6a63f8445
Bump shot from 5.11.1 to 5.11.2
...
Bumps [shot](https://github.com/karumi/shot ) from 5.11.1 to 5.11.2.
- [Release notes](https://github.com/karumi/shot/releases )
- [Commits](https://github.com/karumi/shot/compare/5.11.1...5.11.2 )
---
updated-dependencies:
- dependency-name: com.karumi:shot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-06 01:04:12 +00:00
binsky
55bdbc1f55
add custom PatchMethod class to use http PATCH requests with the Nextcloud SSO api
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-06 02:24:13 +02:00
dependabot[bot]
c23ffe93a6
Bump exoplayer from 2.13.2 to 2.14.2
...
Bumps [exoplayer](https://github.com/google/ExoPlayer ) from 2.13.2 to 2.14.2.
- [Release notes](https://github.com/google/ExoPlayer/releases )
- [Changelog](https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md )
- [Commits](https://github.com/google/ExoPlayer/compare/r2.13.2...r2.14.2 )
---
updated-dependencies:
- dependency-name: com.google.android.exoplayer:exoplayer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-05 13:16:27 +00:00
Tobias Kaminsky
7eff86cd3d
Merge pull request #8812 from nextcloud/bumpFindbugs
...
Somehow SpotBugs needs to be on 462.
2021-08-05 15:11:13 +02:00
tobiasKaminsky
947d0c5115
Somehow SpotBugs needs to be on 462.
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-05 15:02:46 +02:00