ckmah / DangoReader

A clean & modern app for reading manga.
http://www.dangoreader.moe
Apache License 2.0
7 stars 0 forks source link

Saving chapters #63

Open ckmah opened 8 years ago

ckmah commented 8 years ago

idk man

ckmah commented 8 years ago

Basically we'll need a file system, and opportunistically check it to see if a given chapter is already downloaded. We also need to figure out the UI to allow the user to decide which chapters are cached.

(Maybe cache all current and new chapters in user's Library, in the background?)

williamxu commented 8 years ago

I have an idea on how to tackle this. Will begin working on it this week.

In the meanwhile, can you draft up a simple button or something to download/delete a given chapter for each element in the chapters list? That would help when testing the saving implementation.

Currently downloading the images synchronously in the background.