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
dependabot[bot]
098b395322
Bump actions/upload-artifact from 4.1.0 to 4.2.0
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](1eb3cb2b3e...694cdabd8b
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 11:36:28 +00:00
dependabot[bot]
815b65d652
Bump actions/cache from 3.3.3 to 4.0.0
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.3.3 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](e12d46a63a...13aacd865c
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 11:36:19 +00:00
Nextcloud bot
d119992272
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-22 02:38:18 +00:00
Andy Scherzinger
e3ced0db65
Merge pull request #12397 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2024-01-21 19:18:34 +01:00
nextcloud-android-bot
8fb6fadba0
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2024-01-21 16:17:39 +00:00
Nextcloud bot
28df5a551a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-21 02:57:23 +00:00
Tobias Kaminsky
d8ef2ed8d8
Merge pull request #12390 from nextcloud/masterTo329
...
Bump master to 3.29 Alpha
2024-01-19 10:26:36 +01:00
tobiasKaminsky
e95f7d162f
Bump master to 3.29 Alpha
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-19 10:18:31 +01:00
Nextcloud bot
162651d73f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-19 02:38:17 +00:00
Tobias Kaminsky
0175867281
Merge pull request #12384 from nextcloud/jr/dev-container-jdk-17
...
chore: update devContainer JDK (11->17)
2024-01-18 10:46:52 +01:00
Tobias Kaminsky
d617d04de3
Merge pull request #12388 from nextcloud/bumpandroidPluginVersion
...
Bump androidPluginVersion to match library
2024-01-18 10:45:40 +01:00
Tobias Kaminsky
1e743e4aa3
Merge pull request #12360 from nextcloud/proxy
...
Optional proxy support
2024-01-18 10:34:09 +01:00
tobiasKaminsky
3d1265d6aa
Optional proxy support
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-18 09:18:02 +00:00
tobiasKaminsky
e72ce49371
Bump androidPluginVersion to match library
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-18 09:12:50 +01:00
Josh
2264d9dd12
chore: update devContainer JDK (11->17)
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-01-18 08:10:15 +01:00
Andy Scherzinger
0361a6ddaf
Merge pull request #12387 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2024-01-18 08:07:29 +01:00
Nextcloud bot
03b31ea6a2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-18 02:37:47 +00:00
nextcloud-android-bot
3128b17e47
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2024-01-18 02:27:20 +00:00
Tobias Kaminsky
826ee7d8a3
Merge pull request #12381 from nextcloud/bump328
...
bump to 3.28.0 alpha
2024-01-17 07:40:33 +01:00
tobiasKaminsky
cf67e09c9a
bump to 3.28.0 alpha
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-17 07:40:07 +01:00
Nextcloud bot
a91381732b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-17 02:38:33 +00:00
Tobias Kaminsky
5be040c180
Merge pull request #11922 from nextcloud/E2Esharing_rebased
...
E2e sharing
2024-01-16 13:59:00 +01:00
tobiasKaminsky
218fbd7815
extract tests
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-16 12:17:50 +01:00
Nextcloud bot
2382361e82
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-16 02:37:38 +00:00
Andy Scherzinger
6d1f531ab4
Merge pull request #12368 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.1.0
...
Bump actions/upload-artifact from 4.0.0 to 4.1.0
2024-01-15 19:06:06 +01:00
dependabot[bot]
1db4451dd0
Bump actions/upload-artifact from 4.0.0 to 4.1.0
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](c7d193f32e...1eb3cb2b3e
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 12:29:01 +00:00
Andy Scherzinger
b59f8102fe
Merge pull request #12367 from nextcloud/dependabot/github_actions/actions/cache-3.3.3
...
Bump actions/cache from 3.3.2 to 3.3.3
2024-01-15 13:27:36 +01:00
dependabot[bot]
d36a4b902c
Bump actions/cache from 3.3.2 to 3.3.3
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](704facf57e...e12d46a63a
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 11:47:18 +00:00
Tobias Kaminsky
5def5a6809
Merge pull request #12304 from nextcloud/forceBranding
...
On branded clients always use branding info
2024-01-15 09:43:40 +01:00
tobiasKaminsky
56f9584dc2
On branded clients always use branding info
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-15 07:26:55 +00:00
Nextcloud bot
ead050d0f3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-15 02:35:41 +00:00
Nextcloud bot
930ff310ec
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-14 02:38:54 +00:00
Nextcloud bot
32e8887b5a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-13 02:42:41 +00:00