book-reader/app
Aryan 8c7c8cb48e
Feature/highlighter snap (#48)
* perf: fix Home and Library screen stutter by removing main thread file checks

* feat(pdf): implement straight-line highlighter snap

- Added "Straight Line" toggle to highlighter settings popup with persistent state.
- Implemented "rubber-band" drawing effect for highlighters with cardinal direction snapping (0°, 90°, 180°, 270°).
- Optimized gesture loops in Vertical and Paginated readers to respond instantly to setting toggles.
- Rewrote eraser hit detection using point-to-line segment distance math for pixel-perfect erasure of straight lines.
2026-03-08 20:19:59 +05:30
..
src Feature/highlighter snap (#48) 2026-03-08 20:19:59 +05:30
.gitignore Initial commit 2026-02-24 17:37:40 +05:30
build.gradle.kts bump version to 1.0.35(build 36) (#41) 2026-03-07 22:52:42 +05:30
proguard-rules.pro Initial commit 2026-02-24 17:37:40 +05:30