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

This reduces risk of breaking our client.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

3. to review
dependencies
don't merge

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.code.gson:gson/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

3. to review
dependencies

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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-core/5.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mockito:mockito-core/5.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

3. to review
dependencies

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

enhancement
0. needs triage

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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/commons-io:commons-io/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

3. to review
dependencies

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

technical debt
0. needs triage

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

enhancement