android
android copied to clipboard
Sync stops after Network switch
Related Issues
App:
- [ ] Add changelog files for the fixed issues in folder changelog/unreleased. More info here
- [ ] Add feature to Release Notes in
ReleaseNotesViewModel.ktcreating a newReleaseNote()with String resources (if required)
QA
Things to checks:
- Stranges behaviour when changes the connections.
- Sometimes we receive the
NetworkErrorExceptionorNoConnectionWithServerException. Should beNetworkErrorException. - I don't know if the
BackoffCriteriais working good because when the upload is retry it doesn't take 10 seconds, but less. - Download behaviour is not tested.