android-library
android-library copied to clipboard
☎️ Nextcloud Android library
This reduces risk of breaking our client.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.9.23` -> `2.0.0` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.10.1` -> `2.11.0` | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://redirect.github.com/mockito/mockito) | `5.13.0` -> `5.14.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commons-io:commons-io](https://commons.apache.org/proper/commons-io/) ([source](https://gitbox.apache.org/repos/asf?p=commons-io.git)) | `2.16.1` -> `2.17.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
According to https://github.com/nextcloud/android-library/blob/a57fce64c1ead1638966bb9c478c6adba1f374a8/library/src/main/java/com/owncloud/android/lib/common/network/WebdavEntry.java#L186-L189 it seems that some (old) server added a trailing ";". Can you check and verify that this does not happen in our support server (down to NC16).
Hi, I want to list files of a folder. I did this with: ``` public boolean requestFileList() { ReadFolderRemoteOperation refreshOperation; // prepare client prepare(); // request if (TextUtils.isEmpty(mFolder)) { refreshOperation...
Localize error message, e.g.: https://github.com/nextcloud/android-library/blob/master/library/src/main/java/com/owncloud/android/lib/common/operations/RemoteOperationResult.java#L660