Fixes for Gallery and Settings Parsing Issues with Display Optimizations #384
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this PR:
1. Fix: Unable to Parse Gallery Information
Following updates to the ExHentai site, the
div
element for thumbnails now appears in the format:This structure was not compatible with the current version of the app, causing parsing failures.
2. Fix: Account Configuration Parsing Issue
ExHentai’s updated configuration page has several differences from E-Hentai's, which required adjustments:
2.1 Thumbnail Size
E-Hentai:
ExHentai:
2.2 Thumbnail Rows
E-Hentai:
ExHentai:
2.3 Gallery Page Thumbnail Labeling
E-Hentai:
ExHentai:
3. Fix: Display Overlap in DetailView
This fix resolves the title and navigation bar overlap issue in DetailView, as shown below: