youyingfeng / Eidos

A small app for interfacing with the Archive of Our Own.
2 stars 0 forks source link

Convert all downloads and uploads to Workers #51

Closed youyingfeng closed 3 years ago

youyingfeng commented 3 years ago

some resources: https://developer.android.com/topic/libraries/architecture/workmanager/advanced/long-running#long-running-kotlin useful for updates and shit

youyingfeng commented 3 years ago

importance: if not set to worker, downloads/uploads might end up being corrupted.

youyingfeng commented 3 years ago

ignore the additions to reading list and worklist, they can be completed quickly enough.

youyingfeng commented 3 years ago

Download single work converted to use WorkManager in d316063.

youyingfeng commented 3 years ago

Update all works implemented using WorkManager in fe06802, albeit untested.