cryptomator / cryptomator/android
Upload Service
- Dominant language
- Kotlin
- Stars
- 1.2k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
### Summary
When uploading one or more files, the progress should be handled by an upload service.
### Motivation
The user should be able to continue using the app without having to wait for an upload to complete.
### Additional Context
#### Logik
* Contains files that are currently uploaded
* dirlisting: shows currently uploaded files for the vault (or folder)
* vault lock: stops uploading files for a vault
* vault unlock: continue uploading (CLARIFICATION?!)
* Control Notification
* Save Notification ID
#### UI
* Upload no longer blocks the UI with an upload dialog
* Notification
* app icon, number of file uploads, progress (encryption, upload), cancel button
* updates progress in notification
* cancel upload
Contributor guide
Assessment
This issue has not been assessed yet.