libreliodev / android

Android Customizable Reader - Librelio Digital Publishing Suite
www.librelio.com
226 stars 129 forks source link

Download progress for assets shows erroneous information #199

Closed libreliodev closed 10 years ago

libreliodev commented 10 years ago

When downloading assets, the information about the number of assets downloaded does not seem to match the progress of the DownloadManager. Often, all assets are marked as downloaded whereas download continues in the background.

@intrications : Should not we remove the progress bar for assets, and keep it only for the main file? Any other suggestion?

cc @libreliopre

intrications commented 10 years ago

@libreliodev I think the assets code should be rewritten to not use the Download Manager. It turns out that it's not really suited for downloading lots of small files. It's OK for the big main file.

This way, we could show our own progress bar which would be correct.

This would probably link up with resuming asset downloads in #209.

libreliodev commented 10 years ago

@intrications I am OK with this. Please contact me by mail if needed.

intrications commented 10 years ago

This is now tracked in #209