cryptomator / cryptomator/android
Show insufficient storage dialog
- Dominant language
- Kotlin
- Stars
- 1.2k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
### Please agree to the following
- [X] I have searched [existing issues](https://github.com/cryptomator/android/issues?q=) for duplicates
- [X] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/android/blob/develop/.github/CODE_OF_CONDUCT.md)
### Summary
Show insufficient storage dialogue when cloud storage is exceeded.
### Motivation
As a user, I want to know if an write/move-operation fails due to insufficient storage in the cloud. Currently this exception isn't specially handled.
### Considered Alternatives
_No response_
### Anything else?
For example, WebDAV returns HTTP status code 507 in this situation: https://www.rfc-editor.org/rfc/rfc4918#section-11.5
Contributor guide
Assessment
This issue has not been assessed yet.