Andy Scherzinger
98c8611a25
Merge pull request #12424 from nextcloud/renovate/codecov-codecov-action-3.x
...
Update codecov/codecov-action action to v3.1.5
2024-01-28 22:31:27 +01:00
renovate[bot]
3c0df1d75c
Update codecov/codecov-action action to v3.1.5
2024-01-28 20:48:34 +00:00
Andy Scherzinger
1c00c5c6f8
Merge pull request #12427 from nextcloud/renovate/actions-upload-artifact-4.x
...
Update actions/upload-artifact action to v4.3.0
2024-01-28 21:33:58 +01:00
Andy Scherzinger
1f9038409e
Merge pull request #12429 from nextcloud/renovate/gradle-gradle-build-action-2.x
...
Update gradle/gradle-build-action action to v2.12.0
2024-01-28 21:33:35 +01:00
renovate[bot]
6c1105fd32
Update gradle/gradle-build-action action to v2.12.0
2024-01-28 20:32:57 +00:00
renovate[bot]
ad780464cb
Update actions/upload-artifact action to v4.3.0
2024-01-28 20:31:51 +00:00
Andy Scherzinger
0e1612d57c
Merge pull request #12421 from nextcloud/renovate/actions-setup-java-4.x
...
Update actions/setup-java action to v4
2024-01-28 21:31:30 +01:00
Andy Scherzinger
e3a6384a52
Merge pull request #12423 from nextcloud/renovate/ubuntu-22.x
...
Update ubuntu Docker tag to v22
2024-01-28 21:31:15 +01:00
Andy Scherzinger
73362beddd
Merge pull request #12422 from nextcloud/renovate/peter-evans-create-or-update-comment-4.x
...
Update peter-evans/create-or-update-comment action to v4
2024-01-28 21:31:02 +01:00
Andy Scherzinger
ffe7c6032d
Merge pull request #12420 from nextcloud/renovate/actions-checkout-4.x
...
Update actions/checkout action to v4
2024-01-28 21:30:42 +01:00
renovate[bot]
3e826d41d3
Update ubuntu Docker tag to v22
2024-01-28 20:29:53 +00:00
renovate[bot]
bf3dc9ff9c
Update peter-evans/create-or-update-comment action to v4
2024-01-28 20:29:48 +00:00
renovate[bot]
36363b3c94
Update actions/setup-java action to v4
2024-01-28 20:29:42 +00:00
renovate[bot]
1436461d99
Update actions/checkout action to v4
2024-01-28 20:29:35 +00:00
Andy Scherzinger
b975ae3f14
Merge pull request #12418 from nextcloud/renovate/actions-setup-java-digest
...
Update actions/setup-java digest to 0ab4596
2024-01-28 21:27:35 +01:00
Andy Scherzinger
6ab1844795
Merge pull request #12417 from nextcloud/renovate/actions-checkout-digest
...
Update actions/checkout digest to f43a0e5
2024-01-28 21:27:06 +01:00
renovate[bot]
aee471b959
Update actions/setup-java digest to 0ab4596
2024-01-28 20:25:52 +00:00
renovate[bot]
65e81dd012
Update actions/checkout digest to f43a0e5
2024-01-28 20:25:47 +00:00
Andy Scherzinger
182ddb220e
Merge pull request #12416 from nextcloud/renovate/configure
...
Configure Renovate
2024-01-28 21:20:15 +01:00
Andy Scherzinger
02f529e1f7
Use renovate json5 format
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-01-28 21:20:01 +01:00
renovate[bot]
39adf8b177
Add renovate.json
2024-01-28 19:54:29 +00:00
Nextcloud bot
869fe2c757
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-28 02:36:14 +00:00
Andy Scherzinger
a5e08e202e
Merge pull request #12414 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2024-01-27 08:28:05 +01:00
Nextcloud bot
19a1d2b69e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-27 03:07:58 +00:00
nextcloud-android-bot
a68b2ef5bc
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2024-01-27 02:55:25 +00:00
Nextcloud bot
9492301397
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-26 02:39:57 +00:00
Tobias Kaminsky
aa780ca2ad
Merge pull request #12408 from nextcloud/clientCert
...
Client cert
2024-01-25 14:10:09 +01:00
github-actions
853a893f2e
Analysis: update lint results to reflect reduced error/warning count
...
Signed-off-by: github-actions <github-actions@github.com>
2024-01-25 12:41:39 +00:00
tobiasKaminsky
5f2c3daa35
bump lint
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-25 12:42:27 +01:00
tobiasKaminsky
019d11c790
bump lint
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-24 09:00:08 +01:00
tobiasKaminsky
a6043df1dd
use branch via jitpack
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-24 08:47:15 +01:00
Elv1zz
e2dd29052b
Reduce number of exit points
...
The method `onReceivedHttpError` did have 3 exit points (`return`), but Codacy only allows us 2, so error handling for `request?.url` and `view?.context` was combined. Seems debatable, what's more readable, but the rules are the rules.
Signed-off-by: Elv1zz <elv1zz.git@gmail.com>
2024-01-24 08:28:08 +01:00
Elv1zz
7b776c8aa7
Replacing magic number by well-known constant
...
Improving code quality a bit by avoiding magic numbers.
Signed-off-by: Elv1zz <elv1zz.git@gmail.com>
2024-01-24 08:28:08 +01:00
Elv1zz
d59e16cb4c
Using simplified way of removeKeys method
...
Isntead of having to find the hostname and port from an URL (which might be more tricky than expected), we now can simply pass down the URL and `AdvancedX509KeyManager` will take care of finding the port from the URL.
Signed-off-by: Elv1zz <elv1zz.git@gmail.com>
2024-01-24 08:28:08 +01:00
Elv1zz
692cee7255
Handle TLS client certificates in NextCloudWebViewClient
...
All interaction with the nextcloud server is handled by the `NextCloudWebViewClient`, so TLS client certificate handling should be done by that class. Since `AuthenticatorActivity` only extends `NextCloudWebViewClient` with some additional methods, it is enough to have the certificate handling in one place.
Signed-off-by: Elv1zz <elv1zz.git@gmail.com>
2024-01-24 08:28:08 +01:00
Elv1zz
41a8667a26
Temporary change to make automated tests run
...
Since the official nextcloud android-library does not have the new `AdvancedX509KeyManager`, the automated tests cannot build th
e app. So for that I refer to my fork of the android-library for now. This commit shall be reverted before merge.
Signed-off-by: Elv1zz <elv1zz.git@gmail.com>
2024-01-24 08:28:08 +01:00
Elv1zz
45e369bae8
Added support for TLS client certificates
...
Using the new `AdvancedX509KeyManager` class from the `nextcloud-android-library` to add support for servers that require a TLS client certificate to connect.
Signed-off-by: Elv1zz <elv1zz.git@gmail.com>
2024-01-24 08:28:08 +01:00
Nextcloud bot
e224626c17
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-24 02:38:08 +00:00
Andy Scherzinger
3d9931dd97
Merge pull request #12374 from nextcloud/readme-faq
...
Update README: FAQ/known issues section + misc
2024-01-24 00:49:06 +01:00
Josh
c0074de7a2
Update README: FAQ/known issues section + misc
...
* Establish a Known Issues/FAQs section
* Move Support/Help section and expand it a little
* Give the logcat/logs section a proper header
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-01-24 00:48:53 +01:00
Tobias Kaminsky
14c5bce228
Merge pull request #12404 from nextcloud/filedropBugfix
...
Filedrop must not be used when serializing
2024-01-23 10:51:11 +01:00
tobiasKaminsky
69aa577b91
Filedrop must not be used when serializing
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-23 07:42:45 +01:00
Nextcloud bot
03b163f8ee
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-23 02:47:00 +00:00
Andy Scherzinger
1130e6c3bc
Merge pull request #12403 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2024-01-22 19:36:34 +01:00
nextcloud-android-bot
a00d96a943
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2024-01-22 18:36:01 +00:00
Andy Scherzinger
05427ce9ec
Merge pull request #12398 from nextcloud/dependabot/github_actions/actions/cache-4.0.0
...
Bump actions/cache from 3.3.3 to 4.0.0
2024-01-22 17:10:09 +01:00
Andy Scherzinger
f903bc95a2
Merge pull request #12399 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.2.0
...
Bump actions/upload-artifact from 4.1.0 to 4.2.0
2024-01-22 17:09:35 +01:00
Andy Scherzinger
a5b68b872b
Add version number comment to unit-tests.yml
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-01-22 16:34:55 +01:00
Andy Scherzinger
f18a0752cc
Add version number comment to screenShotTest.yml
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-01-22 16:34:18 +01:00
Andy Scherzinger
562a9acbda
update version number to exact version
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-01-22 13:11:24 +01:00