libreliodev / android

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

Sometimes, all magazine covers are not downloaded, even after refresh #241

Closed libreliodev closed 10 years ago

libreliodev commented 10 years ago

This happened on our Galaxy Tab. After reinstalling the app, everything worked properly, no way to reproduce the bug.

This might be related to #231.

2014-06-11 13 30 20

libreliodev commented 10 years ago

@intrications Could this be because the download failed, and there is a corrupted image file? We had a similar issue on iOS and we fixed it by deleting corrupted files when opening them fails.

intrications commented 10 years ago

@libreliodev Possibly. Now that we have deleted the temporary image files which were not being used from the assets library, we can switch to using the image downloading library that is already in the source code which should auto retry downloading images.

libreliodev commented 10 years ago

Hopefully fixed now.