Commit graph

17370 commits

Author SHA1 Message Date
AJ Jordan
bbf7441715 Delete unused "File observer" notification channel
Signed-off-by: AJ Jordan <alex@strugee.net>
2021-10-21 12:02:57 -07:00
AJ Jordan
ebd5b6f1d6 Fix notification channel strings not being updated
NotificationManager#createNotificationChannel() is safe to run again
even if the notification channel has already been created - in this case
it simply updates the name and description, which is what we want.

Signed-off-by: AJ Jordan <alex@strugee.net>
2021-10-21 12:02:57 -07:00
AJ Jordan
beef71974c Make notification channel names less technical
Signed-off-by: AJ Jordan <alex@strugee.net>
2021-10-21 12:02:57 -07:00
Tobias Kaminsky
2ceb34ae97
Merge pull request #9087 from nextcloud/circularSearchBar
Make search bar fully circular rounded
2021-10-21 12:23:53 +02:00
Tobias Kaminsky
150cb04483
Merge pull request #9048 from nextcloud/codecov-uploader-update
codecov: Use new codecov uploader instead of the deprecated bash uploader
2021-10-21 11:46:22 +02:00
Tobias Kaminsky
8f7bfd9bf2
Merge pull request #9118 from nextcloud/fastlane-rename-fix
fastlane: Don't use rename command
2021-10-21 11:43:37 +02:00
Tobias Kaminsky
33c6aab782
Merge pull request #9103 from nextcloud/dependabot/gradle/tools.fastlane-screengrab-2.1.1
Bump screengrab from 2.1.0 to 2.1.1
2021-10-21 11:40:46 +02:00
Álvaro Brey Vilas
2a7ebceaba
fastlane: makeReleases: call androidVersion directly instead of getting from parameter
This makes it possible to call makeReleases directly

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-21 11:33:28 +02:00
Tobias Kaminsky
9b18d0d6cb
Merge pull request #9098 from nextcloud/drone-commit-signoff
scripts: Have Drone properly signoff commits so that it doesn't break DCO
2021-10-21 10:59:23 +02:00
Andy Scherzinger
fff06f7683
Merge pull request #9119 from nextcloud/changelog-master-stable-3.17.1
Add changelog for 3.17.1
2021-10-21 09:20:32 +02:00
Andy Scherzinger
aae00c3432
polish changelog for 3.17.1 and older
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-21 09:17:49 +02:00
Álvaro Brey Vilas
d83a22fea6
Add changelog for 3.17.1
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-20 14:53:50 +02:00
Álvaro Brey Vilas
93207426b1
fastlane: Don't use rename command
It's different between linux versions

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-20 14:03:03 +02:00
Álvaro Brey Vilas
a52c9e0761
codecov: Use new codecov uploader instead of the deprecated bash uploader
Ref: https://docs.codecov.com/docs/about-the-codecov-bash-uploader

Old bash uploader has been deprecated and will start failing on September 2021,
with it completely failing from February 2022.

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-20 11:43:37 +02:00
Álvaro Brey
9198dfe331
Merge pull request #9113 from nextcloud/strugee-patch-1
Fix typo in CONTRIBUTING.md
2021-10-20 11:18:13 +02:00
Tobias Kaminsky
aa47197109
Merge pull request from GHSA-wff9-w6wc-h67g
Fix GHSL-2021-1008 by using permission instead of readPermission
2021-10-20 10:00:03 +02:00
tobiasKaminsky
b6ecf515b3
Fix GHSL-2021-1008 by using permission instead of readPermission
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-20 09:56:18 +02:00
AJ Jordan
9e0d40b789 Fix typo in CONTRIBUTING.md
Signed-off-by: AJ Jordan <alex@strugee.net>
2021-10-20 00:51:53 -07:00
Nextcloud bot
8857ea7ddf
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-20 04:10:43 +00:00
Álvaro Brey
03b34547f2
Merge pull request #9104 from nextcloud/exportFalse
Explicitly specify exported="true/false" for all
2021-10-18 13:17:43 +02:00
drone
0cbe866a3a Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: drone <noreply@drone>
2021-10-18 09:55:18 +00:00
tobiasKaminsky
6e1dbaad33
Explicitly specify exported="true/false" for all
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-18 11:48:39 +02:00
Nextcloud bot
c98003e21f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-18 03:51:24 +00:00
dependabot[bot]
33d50c7045
Bump screengrab from 2.1.0 to 2.1.1
Bumps [screengrab](https://github.com/fastlane/fastlane) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Commits](https://github.com/fastlane/fastlane/compare/2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: tools.fastlane:screengrab
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 01:20:19 +00:00
Álvaro Brey Vilas
a90487a261
scripts: Have Drone properly signoff commits so that it doesn't break DCO
Use git env variables to force a valid email

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-15 10:42:12 +02:00
Andy Scherzinger
b96b2f2ff8
align search bar text with items
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-14 16:06:25 +02:00
Andy Scherzinger
dd00998c1a
make search bar more circular
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-14 16:06:21 +02:00
Álvaro Brey
db46d46ab7
Merge pull request #9086 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-7.0.3
Bump gradle from 7.0.2 to 7.0.3
2021-10-14 16:04:23 +02:00
drone
7645b18c1e Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: drone <noreply@drone>
2021-10-14 12:46:12 +00:00
dependabot[bot]
7a940f5c0b Bump gradle from 7.0.2 to 7.0.3
Bumps gradle from 7.0.2 to 7.0.3.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 12:46:12 +00:00
Álvaro Brey
2be39f5586
Merge pull request #9085 from nextcloud/dependabot/gradle/byteBuddyVersion-1.11.20
Bump byteBuddyVersion from 1.11.19 to 1.11.20
2021-10-14 14:36:07 +02:00
dependabot[bot]
fa3380c464
Bump byteBuddyVersion from 1.11.19 to 1.11.20
Bumps `byteBuddyVersion` from 1.11.19 to 1.11.20.

Updates `byte-buddy` from 1.11.19 to 1.11.20
- [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.19...byte-buddy-1.11.20)

Updates `byte-buddy-android` from 1.11.19 to 1.11.20
- [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.19...byte-buddy-1.11.20)

---
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-10-12 01:04:27 +00:00
Nextcloud bot
6b855fb2f9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-10 03:51:38 +00:00
Álvaro Brey Vilas
e579dabe7d
Revert "AndroidManifest: don't request WRITE_EXTERNAL_STORAGE above api 29"
Wrong branch!

This reverts commit 91cf4ef271.

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-08 15:43:27 +02:00
Álvaro Brey Vilas
91cf4ef271
AndroidManifest: don't request WRITE_EXTERNAL_STORAGE above api 29
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-08 15:29:53 +02:00
Álvaro Brey
75aab23f49
Merge pull request #9067 from nextcloud/fix-crash-when-searching-text-in-preview
Check if UI bindings are valid when selecting preview text
2021-10-08 08:54:14 +02:00
Chris Narkiewicz
0af07dd015
Check if UI bindings are valid when selecting preview text
Moved text marking logic into a separate method and extracted
preconditions out from the ifology ladder.

Fixes #9018

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-10-07 21:27:34 +01:00
Álvaro Brey
302c927bec
Merge pull request #8727 from nextcloud/migrate-synchronize-folder-operation-to-new-user-model
Migrate SynchronizeFolderOperation to new User model
2021-10-07 16:43:48 +02:00
Álvaro Brey
c71f7d235e
Merge pull request #9064 from nextcloud/chore/more-test-retry
LoginIT: Add retry test rule
2021-10-07 09:50:31 +02:00
Álvaro Brey
f7216cfbca
Merge pull request #9068 from nextcloud/fix-npe-in-file-detail-fragment
Do not mark comments as read when FileDetailActivitiesFragment is detached
2021-10-07 09:20:10 +02:00
Álvaro Brey Vilas
81b133adc7 LoginIT: Add retry test rule
Flaaaaaaky.

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-07 07:15:31 +00:00
Álvaro Brey
65f6c194ce
Merge pull request #9065 from nextcloud/suppress-fullscreen-option-for-audio-preview
Suppress fullscreen option when previewing audio files
2021-10-07 08:40:39 +02:00
Nextcloud bot
80f4bf8be8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-07 03:52:52 +00:00
Chris Narkiewicz
e1ce779f04
Do not mark comments as read when FileDetailActivitiesFragment is detached
Fixes #8994

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-10-06 23:02:55 +01:00
Chris Narkiewicz
3db40786e0
Migrate SynchronizeFolderOperation to new User model
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-10-06 22:17:45 +01:00
Chris Narkiewicz
3250c5c3fe
Suppress fullscreen option when previewing audio files
Fixes #8903

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-10-06 22:14:26 +01:00
Andy Scherzinger
1100c8f2a2
Merge pull request #9009 from nextcloud/AS_GradleAGP702
AS Arctic Fox | 2020.3.1 Update to Gradle/AGP 7.0.2
2021-10-06 21:34:51 +02:00
Álvaro Brey Vilas
6086836f63
Force JaCoCo version 0.8.7
Fixes crashes with Kotlin 1.5 + Android Gradle Plugin 7.x

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-06 12:35:51 +02:00
Álvaro Brey
82f891b088
Merge pull request #9063 from nextcloud/dependabot/gradle/byteBuddyVersion-1.11.19
Bump byteBuddyVersion from 1.11.18 to 1.11.19
2021-10-06 11:02:19 +02:00
Andy Scherzinger
6cf37e32d9 add missing changes from #8781
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Co-Authored-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-06 08:26:25 +00:00