android-library
android-library copied to clipboard
☎️ Nextcloud Android library
Used by https://github.com/nextcloud/android/pull/15512
I wrote an add-on that requires the client to provide the SHA-256 hash of the uploaded files and chunks.
This PR contains the Remote operations for the Albums functionality.
## What: The Nextcloud Android client does not currently feature any way to limit bandwidth of the auto upload feature like the desktop client [does](https://github.com/nextcloud/android/issues/1662). To add this feature this...
Test is failing: ``` org.junit.ComparisonFailure: expected: but was: at org.junit.Assert.assertEquals(Assert.java:117) at org.junit.Assert.assertEquals(Assert.java:146) at com.owncloud.android.lib.resources.users.SetUserInfoRemoteOperationIT.testSetTwitter(SetUserInfoRemoteOperationIT.java:143) ``` Has this maybe changed on server side?