Laixer / Swabbr-Android

Swabbr Android application
2 stars 0 forks source link

1.3 Feature/uploading #224

Closed tabeckers closed 3 years ago

tabeckers commented 3 years ago

Implements proper uploading using background work. Note that the original uploading method was not made for DO but happened to work most of the times. File uploads are being done using a single file upload, which will create issues when the files are getting too large. See #223

Other than that, the uploading process has been improved and is stable now.

Fixes #153 Fixes #140