Commit graph

56 commits

Author SHA1 Message Date
Huang Xin
011ad18a02
fix(android): use stable safe area insets to avoid unnecessary layout shift, closes #3670 (#3859) 2026-04-13 12:04:41 +02:00
Huang Xin
bbfc82e50d
feat(android): add foss flavor build without gms services (#3666) 2026-03-28 05:36:09 +01:00
Huang Xin
af9cf33936
fix(android): never try to fight with the navigation bar on Android ever, closes #3618 (#3646)
Some checks are pending
PR checks / rust_lint (push) Waiting to run
PR checks / build_web_app (push) Waiting to run
PR checks / build_tauri_app (push) Waiting to run
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2026-03-26 17:40:49 +01:00
Huang Xin
b2bb92036b
fix(ios): decode percent-encoded file URIs in copy_uri_to_path (#3553) 2026-03-17 13:17:42 +01:00
Huang Xin
fad27d74a0
compat(android): show button navigation bar on Android, closes #3466 (#3501) 2026-03-09 17:36:13 +01:00
Huang Xin
6ad549d13c
fix(iOS): correct sidebar insets on iPad and resolve occasional stale safe area inset on iOS (#3395) 2026-02-27 05:43:45 +01:00
Huang Xin
48920a87bf
chore(opds): disable popular online opds catalogs in certain regions on App Store (#3031) 2026-01-22 11:42:16 +01:00
Huang Xin
ed476a4fce
fix(ios): fix wakelock on iOS, closes #2453 (#2948) 2026-01-14 13:06:16 +01:00
Huang Xin
462ca46fee
feat(eink): optimize color and layout for e-ink mode (#2887) 2026-01-08 17:29:33 +01:00
Huang Xin
7063d62b13
fix(settings): screen brightness setting only applies to the reader page, closes #2717 (#2720)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2025-12-15 06:04:29 +01:00
Huang Xin
c1530cc5c4
feat(iOS): support open file with Readest in Files App, closes #2334 (#2705)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2025-12-13 13:28:03 +01:00
Huang Xin
5141be1c3f
fix(iap): don't initialize billing on Android without google play service, closes #2630 (#2677) 2025-12-10 15:34:23 +01:00
Huang Xin
ba3f060cc4
feat: add support for importing from a directory recursively, closes #179 (#2642) 2025-12-08 07:16:57 +01:00
Huang Xin
4e6f146b8f
feat(android): support opening shared files from other apps, closes #2484 (#2628)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2025-12-05 18:13:06 +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
6d5b16ea8b
fix(iap): open external app for payment (#2465) 2025-11-18 12:07:43 +01:00
Huang Xin
5a3114de48
fix(android): get brightness of the current window on Android, closes #2389 (#2409) 2025-11-05 19:36:45 +01:00
Huang Xin
78e61060d2
fix(tts): fixed listener of tts events (#2349)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2025-10-28 18:36:57 +01:00
Huang Xin
31d6f44ff5
fix(iOS): restore last page if app is terminated in the background (#2312) 2025-10-24 05:42:52 +02:00
Huang Xin
a1f6030e75
fix(iOS): detect and recover from WebContent process termination (#2302) 2025-10-23 10:37:07 +02:00
Huang Xin
50d7f9a9dd
feat(android): support custom data location on external sdcard (#2292)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2025-10-22 10:14:41 +02:00
Huang Xin
8737535b90
feat: support Android IAP (#2286)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2025-10-21 18:24:50 +02:00
Huang Xin
ada427b134
feat(settings): add settings to adjust screen brightness when reading, closes #1532 (#2197) 2025-10-10 19:02:35 +02:00
Huang Xin
1d4541e353
feat: request manage external storage permission when changing data directory to sdcard root on Android (#2142) 2025-09-30 08:59:16 +02:00
Huang Xin
0a1e0212e2
feat: supported background TTS with media session controls, closes #2099 and closes #964 (#2138)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
2025-09-29 19:45:17 +02:00
Huang Xin
e8a96fba95
compat: more compat with window insets on Android (#1931) 2025-08-30 06:18:06 +02:00
Huang Xin
5ee860f1e8
refactor: use safe insets from native for Android, closes #1793 and closes #1886 (#1897) 2025-08-25 09:38:49 +02:00
Huang Xin
f46be89036
fix: apply system color scheme for iOS in auto theme mode, closes #1762 (#1767) 2025-08-08 13:45:04 +02:00
Huang Xin
f3e9983742
feat: add IAP in native bridge plugin for iOS (#1673) 2025-07-24 14:54:17 +02:00
Huang Xin
93071e727f
linux: fixed multiple instances created in OAuth, closes #1654 (#1659) 2025-07-22 09:00:19 +02:00
Huang Xin
3e4b7ebb13
css: remove unintended indent for images, closes #1567 (#1568)
* chore: target Android SDK to version 36

* css: remove unintended indent for images, closes #1567
2025-07-10 12:05:07 +02:00
Huang Xin
630025c123
chore: update Android target sdk to 35 (#1534) 2025-07-05 08:49:41 +02:00
Huang Xin
cb1ddaeedb
fix: smoother orientation change in iOS, closes #1434 (#1441) 2025-06-21 17:11:45 +02:00
Huang Xin
9700942e24
fix: transient navigation bar should work now for Android 8-15, closes #1199 (#1225) 2025-05-22 16:12:59 +02:00
Huang Xin
da49526f4c
fix: now auto orientation follows system settings, closes #1093 and closes #1098 (#1122) 2025-05-11 14:57:05 +02:00
Huang Xin
99a146525f
fix: transient navigation bar in Android 9, closes #1059 (#1085) 2025-05-07 14:11:46 +02:00
Huang Xin
38101cb76d
fix: temporarily disable font name with style for windows (#1054) 2025-05-06 18:29:27 +02:00
Huang Xin
5e04f6ae03
feat: support locking screen orientation, closes #860 (#1034) 2025-05-05 10:55:50 +02:00
Huang Xin
4f6f45fe8a
fix: don't preview font style for system fonts on Linux, closes #1015 (#1023) 2025-05-04 12:23:01 +02:00
Huang Xin
77c7176526
fix: volume retained when app is in background for iOS (#1014) 2025-05-02 11:15:42 +02:00
Huang Xin
59f0cede39
fix: import system fonts list on Android (#998)
Note that the system fonts might not be available in Android webview
2025-04-29 19:14:03 +02:00
Huang Xin
946d17882b
fix: reactivating volume keys interception when resumed from background on iOS (#997) 2025-04-29 18:39:36 +02:00
Huang Xin
4275508ccd
feat: add volume keys for page turning, closes #471 (#982) 2025-04-28 12:36:24 +02:00
Huang Xin
a424ae8b15
feat: retrieve system fonts on iOS and Android and show font weight variants, closes #949 and closes #557 (#976) 2025-04-26 17:37:04 +02:00
Huang Xin
4ae35992a1
compat: auto hide navigation bar also for Android version below 11 (#960) 2025-04-25 10:56:36 +02:00
Huang Xin
172ab382bc
fix: query status bar height on Android, closes #943 (#947) 2025-04-23 14:01:37 +02:00
Huang Xin
8e96ef3e5d
fix: hide navigation bar on reader page on Android 11, closes #921 (#927) 2025-04-21 14:49:16 +02:00
Huang Xin
b9fa204eda
fix: show system navigation bar by swiping up from bottom on Android, closes #592 (#912) 2025-04-19 17:02:17 +02:00
Huang Xin
cf66665096
feat: immersive UI in reader page on iOS and Android, closes #886 and closes #864 (#911) 2025-04-19 16:43:39 +02:00
Huang Xin
a8430a7be1
feat: open files with readest from file manager on Android, closes #865 (#895) 2025-04-16 07:04:30 +02:00