shosetsuorg / shosetsu

An android application for reading light novels. Moved to https://gitlab.com/shosetsuorg/shosetsu
https://shosetsu.app
GNU General Public License v3.0
584 stars 34 forks source link

[Bug] [1656] Images missing during Offline Reading #162

Open Dunbock opened 2 years ago

Dunbock commented 2 years ago

Describe the bug When offline reading a downloaded chapter with an image, the image is missing.

To Reproduce Steps to reproduce the behavior:

  1. Download a chapter with an image.
  2. Activate offline mode.
  3. Clear the cache of Shosetsu.
  4. Open chapter and see image missing from chapter.

Step 3. likely needed for clearing the image still in the cache.

Expected behavior The image is also available for downloaded chapters in offline mode.

Device information:

Additional context This would require the image to get downloaded with the chapter and therefore also deleted with the chapter.

Doomsdayrs commented 2 years ago

While this is something that should be implemented, the issue is that it requires an interceptor be added to the WebView which could parse the request for images properly.