android-library
android-library copied to clipboard
☎️ Nextcloud Android library
For: https://github.com/nextcloud/android/pull/11140 - [x] needs tests Signed-off-by: tobiasKaminsky
JitPack is highly convenient as it takes very little effort but it comes with some drawbacks: * As its name implies, it only builds a version when somebody requests it....
As reported to the android-app repository in nextcloud/android#5609, uploading large files fails at 100% by timeout if the server takes too long assembling them. This results in an endless loop...
Needed for https://github.com/nextcloud/android/pull/8643 Signed-off-by: tobiasKaminsky
Not all tests work right now, we need to check if and how those can be handled correctly. Signed-off-by: tobiasKaminsky
Firstly the test setup: * Nextcloud running behind a reverse proxy (e.g. Traefik) configured for HTTP only * Configure Nextcloud app to connect to that server * Configure https on...
Hi, I have a deployment of next cloud behind a reverse proxy which secures the connection via mutual TLS with client certs. Supporting this would require extending com.owncloud.android.lib.common.OwnCloudClient to support...
Hi I try to use the Nextcloud Android SSO in my android app but get the following error when doing a `UploadFileRemoteOpreation`: ``` E/HttpMethodDirector: Credentials cannot be used for basic...