fix: Restore local cover URIs, secure category bottom sheet, and esca…#581
Merged
null2264 merged 4 commits intonull2264:masterfrom Mar 29, 2026
Merged
Conversation
…pe Markdown formatting anomalies
fix(UI): Properly escape Markdown asterisk bullet points
48ca0af to
ad8fd81
Compare
Contributor
Author
|
Hey @null2264, just wanted to gently bump this The CI build check failed purely because this branch was spun off prior to your |
Owner
|
I'll review it tomorrow, I was migrating my stuff to a new phone, took longer than I thought. But at a glance it seems fine to me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR cleans up a few minor regressions and formatting anomalies introduced in recent system changes:
cover.filePathback tocover.uri.toString(). Bypassing the native URI generation broke standardfile://scheme attachments for Coil 3 on Primary Storage directories containing spaces, causingENOENTsilent failures. Reverting restores proper encoding compatibility across both Scoped and Primary directories.updateBottomButtons()translation math insideSetCategoriesSheet.kt. Relying on strict XML constraint limits (applied in a previous PR) anchors the action row securely; the dynamictranslationYmath was causing the Cancel/Move buttons to slide completely off-screen on devices with dense lists.MangaHeaderHolderto convert<and>into<and>. This stopsMarkwonfrom interpreting E-Hentai tags or generic bracketed notes as malicious HTML nodes. Added a regex escape for leading hyphens (-/*) to prevent single dashes from being swallowed as empty lists. Finally, re-boundLinkMovementMethodto the summary view so Markwon-parsed URLs remain physically clickable.Checklist
Add a 👍 reaction to pull requests you find important.