Commit graph

3 commits

Author SHA1 Message Date
Aryan
38fb7ef3c1
cla (#62)
* ci: Add CLA Assistant workflow

* docs: update CLA signing process in CONTRIBUTING.md
2026-03-12 22:31:52 +05:30
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
Aryan
d459535ffd
docs: add CLA and CONTRIBUTING guidelines (#26) 2026-03-04 10:19:17 +05:30