Commit graph

51 commits

Author SHA1 Message Date
Huang Xin
0e8605d298
feat(reader): import Foliate annotations on book open (Linux only), closes #2180 (#3574)
* feat(reader): import Foliate annotations on book open (Linux only), closes #2180

Automatically imports annotations, bookmarks, and reading progress from
Foliate's data files when opening a book on Linux. Uses foliateImportedAt
flag to prevent re-importing on subsequent opens.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* refactor(annotation): move Foliate import into annotation provider pattern

Restructure annotation import as a multi-provider service following the
translators pattern. Foliate becomes a provider under
services/annotation/providers/, making it easy to add more import sources.
Each provider controls its own availability check and skip-if-imported guard.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 05:04:46 +01:00
Huang Xin
91bc4ddec7
feat(library): backup to and restore from a zip file (#3571) 2026-03-20 18:27:52 +01:00
Huang Xin
97cab2d70b
feat(database): support turso fts in tauri apps (#3484)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2026-03-05 21:00:15 +01:00
Huang Xin
5273ef75dc
feat(database): add database service abstraction with libsql/turso backend (#3472) 2026-03-05 02:38:23 +08:00
scinac
38552a0c2e
feat(reader): adding current Time and Battery to Footer (#3306) (#3402)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
* added current time to desktop bar

* added time prototype to footer, needs code cleanup and settings toggle

* fixed settings toggle, added translations and code cleanup

* added battery support and moved Statusbar to own Component

* #3306 added 24 hour clock support

* refactored code styling and getting rid of any type in battery hook

* Add battery info for Tauri Apps

---------

Co-authored-by: Huang Xin <chrox.huang@gmail.com>
2026-03-03 17:10:13 +01:00
Huang Xin
2c54e9ae2f
feat(updater): in-app updater for AppImage (#3072) 2026-01-25 14:45:37 +01:00
Huang Xin
36b7386e30
fix(portable): in-app update the portable version app, closes #2983 (#2988)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2026-01-18 11:20:15 +01:00
Huang Xin
c04f19ffb4
feat: add support for exporting book files in book details dialog, closes #2919 (#2930) 2026-01-12 16:26:32 +01:00
Huang Xin
8a43c58fd4
fix(tts): resolve Edge TTS being blocked in certain regions (#2741)
This should close #2739 and close #1821.
2025-12-19 03:24:51 +01:00
Huang Xin
8f22a5c570
feat: select directory to save last book cover image (#2521) 2025-11-23 17:00:49 +01:00
Huang Xin
e0e991b599
fix(kosync): proxy kosync request only for the web app, closes #2440 (#2466) 2025-11-18 13:44:30 +01:00
Huang Xin
6d5b16ea8b
fix(iap): open external app for payment (#2465) 2025-11-18 12:07:43 +01:00
Huang Xin
1843a74dbb
feat: supported changing data location on desktop platforms, closes #2047 and closes #478 (#2125) 2025-09-26 10:22:41 +02:00
Huang Xin
079aeaedb0
fix(sync): support custom koreader sync server hosted in LAN, closes #1800 (#1830) 2025-08-18 17:35:49 +02:00
Huang Xin
288abc678c
refactor: unified path resolver on all platforms (#1730) 2025-08-01 16:51:17 +02:00
Yurii Kostyukov
9d3fc07865
feat: Added Yandex Translator (#1652) 2025-07-21 17:13:13 +02:00
Huang Xin
6da6b85530
feat: support multiple reader windows on desktop, closes #259 (#1596) 2025-07-17 10:21:37 +02:00
Huang Xin
60e48742fe
chore: allow download url for installers (#1437) 2025-06-21 11:13:59 +02:00
Huang Xin
f8ac30adf1
tts: add native tts plugin for Android (#1376) 2025-06-09 16:54:12 +02:00
Huang Xin
a4bc88d305
feat: add azure and google translator providers, closes #1135 and closes #1215 (#1218) 2025-05-21 17:25:00 +02:00
Huang Xin
46f0e8e7f6
feat: open files with readest from file manager on iOS (#898) 2025-04-16 17:36:11 +02:00
Huang Xin
f7d53508a6
refactor: new updater dialog (#874) 2025-04-13 02:06:14 +08:00
Huang Xin
53e7f2526c
fix: window maximized and fullscreen now don't conflict with each other (#872) 2025-04-12 13:42:36 +02:00
Huang Xin
2599f40dfb
feat: add option to keep window on top, closes #820 (#825) 2025-04-07 08:23:46 +02:00
Huang Xin
7ccf3d0632
refactor: read local file with fs plugin for Tauri App, closes #553 and closes #489 (#785) 2025-04-01 14:26:26 +02:00
Huang Xin
a72c8f2391
refactor: rename plugin safari-auth to native-bridge (#749)
* fix: layout tweaks for mobile

* refactor: rename plugin safari-auth to native-bridge
2025-03-29 07:27:18 +01:00
Huang Xin
7f24081205
feat: add fullscreen option for desktop app, closes #493 (#534) 2025-03-08 22:36:25 +08:00
Huang Xin
0253afca86
auth: add safari-auth plugin for iOS OAuth (#433)
* auth: add safari-auth plugin for iOS OAuth

* fix: temporarily disable email auth provider for iOS
2025-02-23 03:31:10 +01:00
Huang Xin
2bb6ed2602
feat: add haptics feedback when entering select mode (#428) 2025-02-22 00:18:06 +01:00
Huang Xin
829a698ece
auth: use native sign in with Apple on iOS & i18n for auth page (#411) 2025-02-19 23:49:15 +01:00
Huang Xin
27eca300fa
sync: fix tauri storage API (#264) 2025-01-29 01:49:58 +01:00
Huang Xin
76c5f58547
Restore window position and size, closes #7 (#109) 2025-01-05 14:08:56 +01:00
Huang Xin
e885d22631
Add deeplink to parse oauth callback url in tauri apps (#92) 2025-01-03 23:24:30 +01:00
QP Hou
abb1b7ae9c
add support for ios dev build (#68) 2024-12-30 09:37:01 +01:00
Huang Xin
3dcab5a1ee
Various fixes (#56)
* Add missing translation for progress synced toast

* Graceful shutdown after all books closed, closes #50

* Throttle app update check to once every day

* Avoid infinite loop to redirect to the login page, closes #54
2024-12-27 16:59:06 +01:00
Huang Xin
82fb92cf86
Replace deprecated shell-open with opener plugin to open urls and folders (#40) 2024-12-25 16:17:03 +01:00
chrox
ed177530ac
Add basic user auth 2024-12-17 10:50:52 +01:00
chrox
1429f111bc
Add file associations to support system "open with Readest" function, closes #1
Support passing files as command line args to Readest
2024-12-03 22:16:51 +01:00
chrox
5ed74fe9c5
Add app auto updater and bump update of tauri 2024-12-03 17:41:10 +01:00
chrox
1f31f544ab
Fix linux build 2024-11-30 15:30:02 +01:00
chrox
d7601d025e
Bump tauri and posthog update 2024-11-26 17:28:02 +01:00
chrox
53feabe256
Add wikipedia and translation of selected text 2024-11-21 11:23:49 +01:00
chrox
08e2d05985
Fix delete books and remove Documents permission request 2024-10-28 14:47:12 +01:00
chrox
6466a6a038
Add multiple book open and delete 2024-10-27 17:35:27 +01:00
chrox
ec627aaa67
Fix bugs caused by code refactoring 2024-10-13 18:55:33 +02:00
chrox
574ecee891
Fix asset protocol and bookshelf css in iOS 2024-10-13 00:38:50 +02:00
chrox
06fe9144fe
Add support for book import 2024-10-12 22:05:21 +02:00
chrox
3324540b3f
Add library page and daisyUI 2024-10-12 21:14:04 +02:00
chrox
63107506b7
Add module nativeAppService 2024-10-12 20:59:44 +02:00
chrox
aa07a4de3b
Test basic building env 2024-10-12 20:12:16 +02:00