Jonas Mayer
Jonas Mayer
This would negate purpose of `previousSortGroupState`, which was introduced by #11965. If this choice was deliberate, check that *all* edge cases are handled appropriately and remove this variable entirely. _Originally...
### ⚠️ 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 running sync worker, check if another sync worker is already running. Before in theory 2 sync jobs could run and potentially mess with each other (maybe leads to https://github.com/nextcloud/android/issues/11974)...
Simple optimization to the retry Uploads function. The main improvement is to not restart the worker for every upload, but just update the database and in the end restart the...
I would say there are 4 issues with this implementation currently: 1. Worker runs without auto upload activated when auto upload was activated before (issue probably existed before but was...
The dividers / headers in the upload tab are collapsible, but I think it is missing a visual hint that it is. The fact that I only found out about...
**PR by Alper** - [X] Tests written, or not not needed
To help with reliability, we started using a foreground worker to scan the file system for changes. This is not good practice and we should try to get rid of...
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....
The sync background worker is currently running regularly in the background and scanning the file system for changed files. As some people point out (e.g. https://github.com/nextcloud/android/issues/13008) that is sometimes not...