Tobias Kaminsky
Tobias Kaminsky
Not all tests work right now, we need to check if and how those can be handled correctly. Signed-off-by: tobiasKaminsky
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 -...
`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
Ref https://github.com/nextcloud/android-library/pull/118: - use proguard to remove debug/verbose output in stable releases - use another way to check debug (https://github.com/nextcloud/android-library/pull/118#issuecomment-429264155) - privacy aware stripping, e.g. automatically replace all username, server...
Soon we will have Files 3.3.0 available on gplay beta. Once this is settled a bit and working, we should release a stable 1.0.0 version of this library @David-Development