book-reader/app/src
Aryan dff236fa7f
feat(epub): overhaul border system to support individual sides and radii (#44)
- Refactored `BlockStyle` to replace unified border/radius fields with explicit properties for all four sides and corners.
- Overhauled `CssParser` to correctly handle CSS border shorthands (`border-bottom`, `border-width`, etc.) and multi-value `border-radius`.
- Implemented `drawCssBorders` custom modifier to render side-specific borders, styles (dashed/dotted), and background clipping.
- Updated `Paginator` measurement logic to calculate block height and splitting points based on individual side widths.
2026-03-08 10:31:07 +05:30
..
androidTest/java/com/aryan/reader Initial commit 2026-02-24 17:37:40 +05:30
debug/java/com/aryan/reader/epubreader Pdf text reflow (#36) 2026-03-07 16:10:34 +05:30
main feat(epub): overhaul border system to support individual sides and radii (#44) 2026-03-08 10:31:07 +05:30
oss Initial commit 2026-02-24 17:37:40 +05:30
test/java/com/aryan/reader Initial commit 2026-02-24 17:37:40 +05:30