android icon indicating copy to clipboard operation
android copied to clipboard

📱 Nextcloud Android app

Results 714 android issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.appcompat:appcompat](https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.6.1` -> `1.7.0` |...

3. to review
dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.test:core-ktx](https://developer.android.com/testing) | `1.5.0` -> `1.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.test:core-ktx/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

3. to review
dependencies

https://github.com/nextcloud/android/blob/6b6068e05ca670ebd0440e561218fab72502e712/app/src/main/res/values/strings.xml#L192 Question has been raised at Transifex.

bug
i18n

### ⚠️ Before posting ⚠️ - [X] This is a **bug**, not a question or an enhancement. - [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate. -...

bug
approved
feature: files

### ⚠️ Before posting ⚠️ - [X] This is a **bug**, not a question or an enhancement. - [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate. -...

bug
feature: search
performance: ISE/IAE :confused:

### ⚠️ Before posting ⚠️ - [X] This is a **bug**, not a question or an enhancement. - [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate. -...

bug
feature: sharing
Version/3029

### ⚠️ Before posting ⚠️ - [X] This is a **bug**, not a question or an enhancement. - [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate. -...

bug
meta

### Cause of error ```java Exception in thread "WM.task-2" kotlin.UninitializedPropertyAccessException: lateinit property notificationManager has not been initialized at com.nextcloud.client.jobs.download.FileDownloadWorker.onStopped(FileDownloadWorker.kt:154) at androidx.work.ListenableWorker.stop(ListenableWorker.java:294) at androidx.work.impl.WorkerWrapper.interrupt(WorkerWrapper.java:386) at androidx.work.impl.Processor.interrupt(Processor.java:440) at androidx.work.impl.Processor.stopWork(Processor.java:260) at androidx.work.impl.utils.StopWorkRunnable.run(StopWorkRunnable.kt:51) at...

bug
performance: general/non-specific
feature: activity and notification
feature: sync and upload
Version/3029

### ⚠️ Before posting ⚠️ - [X] This is a **bug**, not a question or an enhancement. - [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate. -...

bug
Version/3029

The main idea of this PR was to fix double-checking upload conditions first in FileSyncHelper and then in FilesUploadHelper. I noticed that currently these checks are in my opinion useless....