android-library icon indicating copy to clipboard operation
android-library copied to clipboard

☎️ Nextcloud Android library

Results 98 android-library issues
Sort by recently updated
recently updated
newest added

For: https://github.com/nextcloud/android/pull/11140 - [x] needs tests Signed-off-by: tobiasKaminsky

3. to review
client change required

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....

enhancement
technical debt

Signed-off-by: tobiasKaminsky

3. to review
client change required

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...

enhancement
pr exists

Needed for https://github.com/nextcloud/android/pull/8643 Signed-off-by: tobiasKaminsky

2. to review
client change required

Not all tests work right now, we need to check if and how those can be handled correctly. Signed-off-by: tobiasKaminsky

2. developing

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...

3. to review

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...

enhancement

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...

enhancement