book-reader/app/src
Aryan a9c791120d
Improved PDF vertical reader zoom and orientation handling (#98)
- Implemented `fitZoom` calculation to properly center and scale pages, especially in landscape orientation.
- Updated `clampValues` and animation bounds to ensure content is correctly centered when zoomed out.
- Refined double-tap-to-zoom logic to toggle between `fitZoom`, 1x, and 2.5x scales.
- Replaced manual frame-based zooming with `Animatable.animateTo` for smoother transitions.
- Added `configChanges` to `MainActivity` in `AndroidManifest.xml` to handle orientation and screen size changes manually.
- Reduced delays and improved reliability of initial page snapping in `PdfViewerScreen`.
2026-03-20 11:11:48 +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 Improved PDF vertical reader zoom and orientation handling (#98) 2026-03-20 11:11:48 +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