android
android copied to clipboard
📱 Nextcloud Android app
[](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` |...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
https://github.com/nextcloud/android/blob/6b6068e05ca670ebd0440e561218fab72502e712/app/src/main/res/values/strings.xml#L192 Question has been raised at Transifex.
### ⚠️ 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. -...
### ⚠️ 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. -...
### ⚠️ 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. -...
### ⚠️ 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. -...
### 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...
### ⚠️ 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. -...
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....