book-reader/app
Aryan b47b6a9164
Added stylus-only mode for PDF drawing and annotations. (#27)
This change introduces a "Stylus Only Mode" toggle in the annotation dock, allowing users to restrict drawing input to stylus pens while maintaining touch support for scrolling and navigation.

Key changes include:
- Added `isStylusOnlyMode` state and persistence logic in `PdfViewerScreen`.
- Updated `AnnotationDock` with a toggle button for the new mode.
- Modified pointer input handling in `PdfPageComposable` and `PdfVerticalReader` to filter touch events when stylus-only mode is active.
- Adjusted tap gesture detection to ensure scrolling and page clicks still function correctly under various input modes.
2026-03-04 13:18:26 +05:30
..
src Added stylus-only mode for PDF drawing and annotations. (#27) 2026-03-04 13:18:26 +05:30
.gitignore Initial commit 2026-02-24 17:37:40 +05:30
build.gradle.kts Tts upgrade (#25) 2026-03-04 10:16:32 +05:30
proguard-rules.pro Initial commit 2026-02-24 17:37:40 +05:30