shosetsu icon indicating copy to clipboard operation
shosetsu copied to clipboard

[Bug] [1656] Images missing during Offline Reading

Open Dunbock opened this issue 3 years ago • 1 comments

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:

  • OS: Android 11
  • App Version: 1656

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

Dunbock avatar Nov 22 '21 20:11 Dunbock

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.

Doomsdayrs avatar Jan 06 '22 19:01 Doomsdayrs