android-library
android-library copied to clipboard
☎️ Nextcloud Android library
As a follow-up to the changes made in https://github.com/nextcloud/android/pull/6332 utilize the new/to-be-introduced server-side capability values, see issue https://github.com/nextcloud/server/issues/21586 or PRs https://github.com/nextcloud/server/pull/21594 (Nc20) and https://github.com/nextcloud/server/pull/21622 (Nc 19.0.1) This PR is a...
This adds possibility to add an interceptor to new OKHttpClient so that we can use pre-defined responses and do not have to use the server. It is for now just...
Signed-off-by: tobiasKaminsky
I started a while a go to slowly to use [OkHTTP](https://square.github.io/okhttp) and [DAV4jvm](https://gitlab.com/bitfireAT/dav4jvm) by [BitfireAT](https://www.bitfire.at/). This introduces some changes, that any project using this lib should be aware of -...
At the moment the Nextcloud library uses a very old Apache http client library `commons-httpclient-3.1`. Thus I propose to move on to the latest stable release which is described here:...
At the moment we are using 2.12.x which is still using http client 3.1 while the new release 2.14 bumped the version to 4.1, see http://jackrabbit.510166.n4.nabble.com/ANNOUNCE-Apache-Jackrabbit-2-14-0-released-td4666058.html > The main changes...
`CreationException` is marked as `@Deprecated`. I think it's rather kludgy to fail with exceptions *in general*. Many developers don't even know how to handle exceptions or care about handling them,...
Successor of #319 Signed-off-by: tobiasKaminsky
Waits for: ~~https://github.com/nextcloud/server/issues/15029~~ ~~https://github.com/nextcloud/3rdparty/pull/264~~ https://github.com/nextcloud/server/issues/17586 Signed-off-by: tobiasKaminsky
Hi, The DownloadRemoteFileOperation currently takes (String remotePath, String localFolderPath) as parameters. These are then concatenated in getTmpPath(). As a result the temp file directory structure matches the path in remotePath....