Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gallery view not being loaded properly, zip archive #1227

Open
T50-La opened this issue Mar 5, 2025 · 1 comment
Open

Gallery view not being loaded properly, zip archive #1227

T50-La opened this issue Mar 5, 2025 · 1 comment
Assignees
Labels

Comments

@T50-La
Copy link
Contributor

T50-La commented Mar 5, 2025

Hentoid v1.20.10 (774)

Motorola Edge Plus / Android-12

(The below described should at least be true when the pages are in .webp format)

  1. In any .zip archive, open the gallery view (the expected result is that all pages being loaded for preview, which isn't the case see next step).

  2. Notice that only some pages was loaded, try to click on an empty (black) page and see that it and it's closest pages are being loaded (maybe into the RAM of the device?). Repeat this until there are no black pages left.

  3. When all pages of an archive has been loaded using the above described method exit the whole book and return to the library screen. This should clear the loaded pages and when you return to the same book the pages should again be black with the exception of the page that got loaded ("extracted") when you opened the book together with the pages closest to it.

@RobbWatershed
Copy link
Collaborator

That one's more like an UI design problem than a bug.

It's completely voluntary that only cached pics are showing up on the gallery screen.

If we were to show every thumbnail, that would require to unzip everything, which completely misses the point of streaming archive files. But the UI doesn't account for this and makes it look like a bug

Possible solution : add two placeholders: one to indicate that the thumbnail is loading and should show up (maybe animated?) and another to indicate that those thumbnails aren't expected to populate on their own (maybe something like the classic folder with a zipper or folder in a vice to remind the user they're viewing an archive file)

@RobbWatershed RobbWatershed self-assigned this Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants