Álvaro Brey
fb8c6f4f23
Merge pull request #10471 from nextcloud/fix-flaky-logger-test
...
Fix flaky Logger overflow test
2022-07-04 09:01:58 +02:00
Nextcloud bot
d6cf7a97a3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-04 04:09:52 +00:00
Chris Narkiewicz
98230e1296
Fix flaky Logger overflow test
...
Load event is processed before overlow condition check can
result in warning log line being appended. This resulted
in a race condition.
We simply poll the log file until we either find interesting
log line or we give up after several seconds.
Fixes #10416
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2022-07-04 00:30:30 +01:00
Tobias Kaminsky
29390e1fe0
Merge pull request #10464 from nextcloud/repo-sync/android-common/master
...
🔄 Synced file(s) with nextcloud/android-common
2022-07-01 09:38:30 +02:00
nextcloud-android-bot
81fae4d71b
🔄 Synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2022-07-01 07:06:35 +00:00
Álvaro Brey
5cb0056db3
Merge pull request #10457 from nextcloud/dependabot/gradle/androidx.fragment-fragment-ktx-1.5.0
...
Bump fragment-ktx from 1.4.1 to 1.5.0
2022-06-30 11:35:54 +02:00
Álvaro Brey
5b54f76edc
Merge pull request #10458 from nextcloud/dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-ktx-2.5.0
...
Bump lifecycle-viewmodel-ktx from 2.4.1 to 2.5.0
2022-06-30 11:02:51 +02:00
Álvaro Brey
084abc1a5e
Fix compilation error with new fragment ktx version
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-30 11:00:17 +02:00
Álvaro Brey
0aa8924edd
Merge pull request #10459 from nextcloud/repo-sync/android-common/master
...
🔄 Synced file(s) with nextcloud/android-common
2022-06-30 10:01:37 +02:00
Álvaro Brey
7fb3c6f2ed
Remove detectNewJavaFiles script
...
Now built into the workflow
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-30 09:44:36 +02:00
nextcloud-android-bot
0c258a2fc7
🔄 Synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2022-06-30 07:42:52 +00:00
Nextcloud bot
a453cf7640
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-30 04:09:30 +00:00
dependabot[bot]
9ad5d53b64
Bump lifecycle-viewmodel-ktx from 2.4.1 to 2.5.0
...
Bumps lifecycle-viewmodel-ktx from 2.4.1 to 2.5.0.
---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 01:04:56 +00:00
dependabot[bot]
830feb91df
Bump fragment-ktx from 1.4.1 to 1.5.0
...
Bumps fragment-ktx from 1.4.1 to 1.5.0.
---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 01:04:49 +00:00
Nextcloud bot
502a936686
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-29 04:14:29 +00:00
Tobias Kaminsky
37a5a79feb
Merge pull request #10407 from nextcloud/repo-sync/android-common/master
...
🔄 Synced file(s) with nextcloud/android-common
2022-06-28 10:51:44 +02:00
nextcloud-android-bot
4b8db87141
🔄 Synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2022-06-28 08:19:29 +00:00
Álvaro Brey
f2a399ed10
Merge pull request #10446 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.0.9
...
Bump spotbugs-gradle-plugin from 5.0.8 to 5.0.9
2022-06-28 10:02:27 +02:00
Tobias Kaminsky
d62e215cf9
Fix QA upload ( #10447 )
...
* secret is called GIT_TOKEN on GitHub
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* Remove "sudo" from qa build to preserve env variables
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Co-authored-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-28 07:43:32 +00:00
Nextcloud bot
0feb695d0d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-28 04:21:16 +00:00
dependabot[bot]
ad0ae128b4
Bump spotbugs-gradle-plugin from 5.0.8 to 5.0.9
...
Bumps [spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin ) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.8...5.0.9 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-28 01:07:04 +00:00
Tobias Kaminsky
b37f5cefbf
Merge pull request #10441 from nextcloud/chore/remove-bytebuddy
...
Remove bytebuddy library dependency
2022-06-27 15:10:05 +02:00
Álvaro Brey
41639cf654
Remove bytebuddy library dependency
...
Only used to generate random strings for tests and creates too many Dependabot PRs.
Let's just use Kotlin for that.
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-27 11:47:00 +02:00
Álvaro Brey
cbe2aede45
Merge pull request #10440 from nextcloud/dependabot/gradle/byteBuddyVersion-1.12.12
...
Bump byteBuddyVersion from 1.12.11 to 1.12.12
2022-06-27 11:02:35 +02:00
Álvaro Brey
0abdcc7ba2
Merge pull request #10433 from nextcloud/dependabot/gradle/com.google.firebase-firebase-messaging-23.0.6
...
Bump firebase-messaging from 23.0.5 to 23.0.6
2022-06-27 10:17:26 +02:00
dependabot[bot]
79fef5acf0
Bump byteBuddyVersion from 1.12.11 to 1.12.12
...
Bumps `byteBuddyVersion` from 1.12.11 to 1.12.12.
Updates `byte-buddy` from 1.12.11 to 1.12.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.12.11...byte-buddy-1.12.12 )
Updates `byte-buddy-android` from 1.12.11 to 1.12.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.12.11...byte-buddy-1.12.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>
2022-06-27 02:01:54 +00:00
Tobias Kaminsky
813bfb38aa
Merge pull request #10417 from nextcloud/chore/update-logcat-command
...
README: update logcat instructions with easier modern ADB commands
2022-06-24 12:01:23 +02:00
dependabot[bot]
64b3a02399
Bump firebase-messaging from 23.0.5 to 23.0.6
...
Bumps firebase-messaging from 23.0.5 to 23.0.6.
---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-messaging
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 01:07:53 +00:00
Álvaro Brey
573b976e63
Merge pull request #10368 from nextcloud/defaultPermission
...
Setting token permissions to read-only follows the principle of least privilege.
2022-06-23 12:23:56 +02:00
Álvaro Brey
ce6014501e
Merge pull request #10429 from nextcloud/dependabot/gradle/byteBuddyVersion-1.12.11
...
Bump byteBuddyVersion from 1.12.10 to 1.12.11
2022-06-23 12:17:35 +02:00
Álvaro Brey
54672c4d1c
Merge pull request #10036 from nextcloud/fix/hide-sharing-favorites
...
Don't try to show share information in Favorites screen
2022-06-23 12:14:35 +02:00
Álvaro Brey Vilas
d8b2a21823
Don't try to show share information in Favorites screen
...
We don't have that info from the server
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2022-06-23 11:01:08 +02:00
dependabot[bot]
5c08c563c8
Bump byteBuddyVersion from 1.12.10 to 1.12.11
...
Bumps `byteBuddyVersion` from 1.12.10 to 1.12.11.
Updates `byte-buddy` from 1.12.10 to 1.12.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.12.10...byte-buddy-1.12.11 )
Updates `byte-buddy-android` from 1.12.10 to 1.12.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.12.10...byte-buddy-1.12.11 )
---
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>
2022-06-23 05:52:02 +00:00
Álvaro Brey
6d93aa2cbb
Reformat README with remark-lint to appease Codacy
...
[skip ci]
[ci skip]
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-21 10:47:01 +00:00
Álvaro Brey
a705c5e7b0
README: update logcat instructions with easier modern ADB commands
...
[skip ci]
[ci skip]
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-21 10:47:01 +00:00
Nextcloud bot
fa3d0b453f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-21 04:12:30 +00:00
Álvaro Brey
531a234b0f
Merge pull request #10413 from nextcloud/dependabot/gradle/exoplayerVersion-2.18.0
...
Bump exoplayerVersion from 2.17.1 to 2.18.0
2022-06-20 14:40:38 +02:00
Álvaro Brey
5386aa9229
Merge pull request #10384 from olebittner/master
...
Check account in onResume fixing #7887
2022-06-20 10:19:08 +02:00
Tobias Kaminsky
18ccf68e10
Merge pull request #10393 from nextcloud/fix/10383
...
PreviewMediaFragment: prevent NPE on onSaveInstanceState
2022-06-20 09:35:11 +02:00
Tobias Kaminsky
21458ce512
Merge pull request #10397 from nextcloud/fix/lock-screen-leak
...
Lock: ensure underlying activity isn't shown while waiting for lock screen to render
2022-06-20 08:54:23 +02:00
Tobias Kaminsky
e3e9d73b6b
Merge pull request #10401 from nextcloud/fix/prefill-filename-oob
...
ChooseRichDocumentsTemplate: avoid IOOBE if there is no dot in field
2022-06-20 08:53:06 +02:00
Tobias Kaminsky
e11ba7fd9e
Merge pull request #10358 from nextcloud/chore/logcat-for-failing-IT
...
Upload logcat on failing master-IT builds
2022-06-20 08:49:45 +02:00
Tobias Kaminsky
c28a0779b5
Merge pull request #10403 from nextcloud/fix/upload_on_low_storage_move
...
UploadFilesActivity: fix upload not working when space is insufficient for copy
2022-06-20 08:49:18 +02:00
dependabot[bot]
3535e30280
Bump exoplayerVersion from 2.17.1 to 2.18.0
...
Bumps `exoplayerVersion` from 2.17.1 to 2.18.0.
Updates `exoplayer` from 2.17.1 to 2.18.0
- [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.17.1...r2.18.0 )
Updates `extension-okhttp` from 2.17.1 to 2.18.0
- [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.17.1...r2.18.0 )
---
updated-dependencies:
- dependency-name: com.google.android.exoplayer:exoplayer
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.android.exoplayer:extension-okhttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 01:26:30 +00:00
Álvaro Brey
f50ab2695f
Merge pull request #10404 from nextcloud/fix/copy-move-search
...
FolderPickerActivity: fix search when copying/moving files
2022-06-17 13:07:46 +02:00
Ole Bittner
58cc417ea7
fix ktlint error
...
Signed-off-by: Ole Bittner <dev@oleb.it>
2022-06-16 18:03:58 +02:00
Álvaro Brey
2c45cd04db
FolderPickerActivity: fix search when copying/moving files
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-16 16:56:17 +02:00
Álvaro Brey
2130de152d
UploadFilesActivity: fix upload not working when space is insufficient
...
LOCAL_BASE_PATH was missing
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-16 16:26:06 +02:00
Álvaro Brey
393f553e56
Merge pull request #10399 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.4.0
...
Bump annotation from 1.3.0 to 1.4.0
2022-06-16 12:27:43 +02:00
Álvaro Brey
b7f7388802
ChooseRichDocumentsTemplate: avoid IOOBE if there is no dot in field
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-16 12:18:40 +02:00