6 Commits

Author SHA1 Message Date
Arthur Tazhitdinov
2527f2f3a5
Update lib/Epub/Epub/parsers/ContentOpfParser.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-16 18:14:45 +03:00
Arthur Tazhitdinov
b540fbc6fd Refactor ContentOpfParser to simplify item handling and improve TOC parsing 2025-12-16 17:43:09 +03:00
Arthur Tazhitdinov
496c20cba0 Merge branch 'master' into toc-parsing-fixes 2025-12-15 19:44:26 +03:00
Arthur Tazhitdinov
7e28af02d1 Enhance TOC parsing and chapter selection logic
- Update .gitignore to include additional paths
- Refactor Epub::parseContentOpf to improve NCX item retrieval
- Modify ContentOpfParser to store media type in ManifestItem
- Implement rebuildVisibleSpineIndices in EpubReaderChapterSelectionScreen for better chapter navigation
- Adjust rendering logic to handle empty chapter lists gracefully
2025-12-15 19:39:07 +03:00
Dave Allie
c262f222de
Parse cover image path from content.opf file (#24) 2025-12-16 03:15:54 +11:00
Dave Allie
c7a32fe41f
Remove tinyxml2 dependency replace with expat parsers (#9) 2025-12-13 19:36:01 +11:00