General improvements (#149)

* Improved eraser hit detection and added horizontal scrolling to AnnotationDock

* fix: lock scroll tracking during PDF rotation to prevent page jumping in vertical mode

* Implemented a multi-tab reading system for the PDF viewer.

* Redesigned the About dialog on homescreen.

* improved bulk file import support

* Implemented document caching and improved tab restoration in the PDF viewer.

* Implemented native link detection and information extraction in `pdfium_bridge.cpp` and integrated it into `PdfPageComposable.kt`. This includes adding `getLinkInfoAtPoint` to `NativePdfiumBridge` to handle URI, GoTo, and RemoteGoTo/Launch actions, and updating the tap gesture logic to prioritize native link handling.

* Fixed index bounds and layout padding calculation in PdfViewerScreen
This commit is contained in:
Aryan 2026-04-05 09:41:26 +05:30 committed by GitHub
parent 381193d774
commit c8f361376f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1236 additions and 601 deletions

View file

@ -625,4 +625,19 @@
<string name="error_opening_dictionary">Error opening dictionary</string>
<string name="error_opening_translate">Error opening translate app</string>
<string name="error_opening_search">Error opening search app</string>
<!-- About Section -->
<string name="about_app_name">Episteme</string>
<string name="about_oss_version">Open Source Version</string>
<string name="about_play_version">Playstore Version</string>
<string name="about_version_name">Version %1$s</string>
<string name="about_build_code">Build %1$s</string>
<string name="about_github">GitHub</string>
<string name="about_github_desc">Browse source code, star, fork, and report issues.</string>
<string name="about_privacy">Privacy Policy</string>
<string name="about_privacy_desc">How we handle your data.</string>
<string name="about_terms">Terms of Service</string>
<string name="about_terms_desc">Usage terms and conditions.</string>
<string name="about_licenses_desc">Open source libraries used.</string>
<string name="banner_importing_multiple">Importing %1$d books… They will appear in your Library shortly.</string>
</resources>