Library improvements (#163)

* Improved local folder sync and file management by migrating sidecar metadata to a dedicated subfolder and enhancing book ID stability.

* Optimized folder sync and increased synced folder limits.

* Added support for managing active tabs in the `HomeScreen`.

* Added support for strict file type filtering when picking documents.
This commit is contained in:
Aryan 2026-04-10 17:49:37 +05:30 committed by GitHub
parent 49e08cc9f1
commit 12d50bb68d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 482 additions and 122 deletions

View file

@ -16,6 +16,11 @@
<string name="action_apply">Apply</string>
<string name="tab_free">Free</string>
<string name="action_save_catalog">Save</string>
<string name="active_tabs">Active Tabs</string>
<string name="close_tab">Close Tab</string>
<string name="close_all_tabs">Close All Tabs</string>
<string name="dialog_close_all_tabs">Close All Tabs?</string>
<string name="dialog_close_all_tabs_desc">Are you sure you want to close all active tabs?</string>
<!-- Shared Composables & Dialogs -->
<string name="legal_agreement_full">%1$s you agree to our %2$s and acknowledge you have read our %3$s.</string>