Commit Graph
100 Commits
Author SHA1 Message Date
jpirnay 29cfd37d55 yaclf 2026-04-12 23:06:45 +02:00
jpirnay cf3ab19c77 add OPDS search support & next/prev page navigation (upstream #1462) 2026-04-12 22:49:33 +02:00
jpirnay 52a754b5e4 Version bump 2026-04-12 21:47:56 +02:00
jpirnay e9e39e91ac Merge pull request #61 from jpirnay/fix-redirect
fix: Add redirection to KoReaderSyncs (eg behind Duckdns or others)
2026-04-11 20:55:45 +02:00
jpirnay b3727a4b75 Merge pull request #62 from jpirnay/fix-redirect-ota
fix: Acknowledge http redirects during OTA (partial adaption of PR 1336)
2026-04-11 20:54:43 +02:00
jpirnay 948939c769 Merge pull request #63 from jpirnay/refactor-deque
refactor: Adapt upstream PR 1638 - use deque to increase usable epub size
2026-04-11 20:54:23 +02:00
jpirnay 6d9c5b592b Review comment 2026-04-11 20:52:21 +02:00
jpirnay 5e08794706 Adapt upstream PR 1638 -use deque to increase usable epub size 2026-04-11 20:48:48 +02:00
jpirnay c6adce7fad Acknowledge http redirects during OTA (partial adaption of PR 1336) 2026-04-11 20:40:52 +02:00
jpirnay 548fd61e99 Add redirection to KoReaderSyncs (eg behind Duckdns or others) 2026-04-11 20:31:34 +02:00
jpirnay 155f0c77ac Fix oversight 2026-04-11 20:29:57 +02:00
jpirnay 8add255bc3 Add some linter comments 2026-04-11 19:44:40 +02:00
jpirnay 27f8506536 Fix endless loop in ParsedText::getText() - fixing issue #51 2026-04-11 19:29:47 +02:00
jpirnay d853a5caad Merge pull request #60 from jpirnay/fix-undue-delay
refactor: Change webserver layout due avoid undue startup delays
2026-04-11 10:33:25 +02:00
jpirnay ce81cfee04 Fixing script 2026-04-11 09:47:18 +02:00
jpirnay bfeb806a0b Review changes 2026-04-11 09:43:48 +02:00
jpirnay 9fa2ff2aa0 Add signal strength widget to calibre sync too 2026-04-11 09:21:45 +02:00
jpirnay d37621574c Redesign web server to avoid lengthy system stats retrieval 2026-04-11 08:28:06 +02:00
jpirnay c0399185ce Merge pull request #56 from jpirnay/fix-use-xpr-quantize-values
fix: Revert quantization to original crosspoint values
2026-04-10 14:44:53 +02:00
jpirnay f71d7a66e8 Revert quantization to original crosspoint values 2026-04-10 14:41:29 +02:00
jpirnay 667cde91f5 Merge pull request #54 from jpirnay/chore-debug-renderer
refactor: use atomic access to state fields
2026-04-10 12:54:42 +02:00
jpirnay 6ce24b0b7c Merge pull request #55 from jpirnay/fix-progressivejpg
chore: Include upload changes (including progressive jpg fix)
2026-04-10 12:49:51 +02:00
jpirnay 2e1074cac3 One more 2026-04-10 12:48:22 +02:00
jpirnay bcb0634c87 Review comments 2026-04-10 12:43:55 +02:00
jpirnay 130dacbd38 fix: Wild pointer crash in JPEGDEC MCU_SKIP handling#1627 by itsthisjustin 2026-04-10 11:54:27 +02:00
jpirnay c97f16b576 refactor: Deduplicated BMP header writing in Xtc (#1439) by znelson 2026-04-10 11:29:57 +02:00
jpirnay c42452df8e refactor: RAII scoped open/close for ZipFile (#1433) by znelson 2026-04-10 10:59:26 +02:00
jpirnay f458228a24 use atomic access to state fields 2026-04-10 10:49:39 +02:00
jpirnay 1459e9fb61 Revert "Prevent render conficts (hopefully)"
This reverts commit 0f2ab3b39d.
2026-04-09 23:41:09 +02:00
jpirnay 0f2ab3b39d Prevent render conficts (hopefully) 2026-04-09 23:31:18 +02:00
jpirnay 9971392862 Merge pull request #53 from jpirnay/refactor-list
refactor: make epub reader menu theme aware
2026-04-09 23:20:28 +02:00
jpirnay 9fbd3cc1f7 Review comments 2026-04-09 23:16:32 +02:00
jpirnay 6e7e86b9b6 Ayayaclf 2026-04-09 22:51:07 +02:00
jpirnay 6cae4d4b89 yaclf 2026-04-09 22:49:36 +02:00
jpirnay 83bc8b41a4 Revert "More reshaping"
This reverts commit 14dcd8be0f.
2026-04-09 22:49:02 +02:00
jpirnay 63784b0331 Only make half refresh 2026-04-09 22:22:59 +02:00
jpirnay 14dcd8be0f More reshaping 2026-04-09 21:50:32 +02:00
jpirnay 68f175eced Restructure ClockSettings 2026-04-09 16:50:13 +02:00
jpirnay 5f4c5550e8 Restructure reader menu 2026-04-09 16:49:55 +02:00
jpirnay c4424dfe1c Introduce separators in drawList 2026-04-09 16:49:28 +02:00
jpirnay 64b6818eeb Make Reader menu theme aware 2026-04-09 14:51:39 +02:00
jpirnay 8bb32d464d Avoid empty string issue 2026-04-09 14:17:24 +02:00
jpirnay 34f85864a1 Merge pull request #50 from jpirnay/chore-x3-render
chore: Integrate upstream x3 antialiasing PR 1607 by juicecultus
2026-04-09 14:15:10 +02:00
jpirnay c97fcf01a3 Bump version 2026-04-09 14:14:34 +02:00
jpirnay ae00ce9f81 No race condition on fetch sd status 2026-04-09 14:13:53 +02:00
jpirnay 5e7d4a0e11 Second part of upstream PR 1607 2026-04-09 14:04:59 +02:00
jpirnay 817187a415 Partial fixes from upstream #1607 2026-04-09 13:54:56 +02:00
jpirnay b3076303c7 Merge pull request #48 from jpirnay/fix-loadsdinfo
fix: Perform SD-info only if requested
2026-04-09 13:49:25 +02:00
jpirnay ee38b068c6 Merge pull request #49 from jpirnay/fix-kosync-empty
fix: Show remote KOSync progress again
2026-04-09 13:42:45 +02:00
jpirnay 65eb8570d3 Keep prewarmed session 2026-04-09 13:35:31 +02:00
jpirnay 32d44eb158 Review changes 2026-04-09 13:33:20 +02:00
jpirnay d05731ca82 Show remote progress again 2026-04-09 13:24:18 +02:00
jpirnay 91d5280a05 Try caching 2026-04-09 12:58:41 +02:00
jpirnay 82a32f9f46 Show SD-card info only if requested 2026-04-09 12:58:19 +02:00
jpirnay abd4ec0003 Merge pull request #45 from jpirnay/feat-webfolder
feat: Allow renaming and moving folders in web file manager (PR #1617 by alkk)
2026-04-08 19:49:12 +02:00
jpirnay df82061ceb Merge pull request #44 from jpirnay/chore-mutex
chore: Add a couple of mutex locks
2026-04-08 19:48:44 +02:00
jpirnay 6a9eb4bf15 Merge pull request #43 from jpirnay/feat-darkness
feat: Add darkness levels for antialiasing
2026-04-08 19:48:16 +02:00
jpirnay 36420eaca4 Update Inx entry and add vCodex entry in README 2026-04-08 19:46:04 +02:00
jpirnay 0b0e04b9fa Allow renaming and moving folders in web file manager (PR #1617 by alkk) 2026-04-08 19:41:52 +02:00
jpirnay 832bb5c8c6 Merge branch 'feat-darkness' of https://github.com/jpirnay/crosspoint-reader into feat-darkness 2026-04-08 19:24:19 +02:00
jpirnay 72a2a91550 Add UI support for darkness levels 2026-04-08 19:24:17 +02:00
jpirnay 21739ac959 Add UI support for darkness levels 2026-04-08 19:23:46 +02:00
jpirnay 0db005629e Async processing of thumbnails 2026-04-08 16:04:22 +02:00
jpirnay 019dde09e1 Deal with empty responses 2026-04-08 14:54:26 +02:00
jpirnay e719d3d457 Put things out of loop 2026-04-08 14:43:16 +02:00
jpirnay 07906853d6 Add aditional RenderLocks 2026-04-08 14:17:43 +02:00
jpirnay 0abe6c6e58 Update CrossPet entry with additional apps 2026-04-08 12:31:37 +02:00
jpirnay c2e7e40104 Revise Inx description in README
Updated Inx entry to include reading statistics instead of visual enhancements.
2026-04-08 12:30:37 +02:00
jpirnay 3cd19195bf Add Inx reader to the README table 2026-04-08 12:29:08 +02:00
jpirnay 4d9484af57 Add mutex to SleepActivity 2026-04-08 12:10:52 +02:00
jpirnay efa4e82526 Merge pull request #42 from jpirnay/chore-upstream
chore: Integrate upstream changes
2026-04-08 11:58:54 +02:00
jpirnay 7a5242ad03 yaclf 2026-04-08 11:53:29 +02:00
jpirnay f4e39e9e93 Update Papyrix link in README.md 2026-04-08 11:52:08 +02:00
jpirnay 4a26ca3667 Add e-reader comparison section to README
Added a section comparing different e-reader options with pros and cons.
2026-04-08 11:50:41 +02:00
jpirnay b5ffe9f772 Merge branch 'master' into chore-upstream 2026-04-08 11:39:44 +02:00
jpirnay 4bc987297a Review comments 2026-04-08 11:29:34 +02:00
jpirnay bcf49a943a Proper refresh on exit 2026-04-08 11:22:21 +02:00
jpirnay c5e0e0cb78 Fix merge conflict 2026-04-08 10:58:41 +02:00
jpirnay 0d0d7373d3 Fix russian 2026-04-08 10:58:06 +02:00
jpirnay 93659502f7 Reintroducing wallclock 2026-04-08 10:57:51 +02:00
jpirnay 7c44a92360 Merge pull request #41 from jpirnay/fix-powerleak
fix: Fix power button leak on startup
2026-04-08 10:48:50 +02:00
jpirnay 75277dbee5 Minor changes 2026-04-08 10:20:05 +02:00
jpirnay b3d6562cb6 Fix power button leak on startup 2026-04-08 10:14:35 +02:00
jpirnay 84d6054898 Merge pull request #39 from jpirnay/fix-darkpng
fix: properly support pngs for sleep images
2026-04-08 09:53:35 +02:00
jpirnay 655b5d4678 Some fixes 2026-04-08 09:49:44 +02:00
jpirnay 66508258d3 Extended bitmap viewer by option to togglie between grayscale and bw mode 2026-04-08 09:37:08 +02:00
jpirnay e828245c6b Fix sleep overlay rendering conditions 2026-04-08 00:17:01 +02:00
jpirnay 1f99ed404d Fix duplicate include 2026-04-08 00:12:01 +02:00
jpirnay d49b7434c9 Merge branch 'fix-darkpng' of https://github.com/jpirnay/crosspoint-reader into fix-darkpng 2026-04-07 23:52:04 +02:00
jpirnay effa39bd58 Properly deal with pngs as sleep images 2026-04-07 23:50:57 +02:00
jpirnay 09ec454146 Properly deal with pngs as sleep images 2026-04-07 23:50:38 +02:00
jpirnay 7168c46dec Minor fixes 2026-04-07 23:28:51 +02:00
jpirnay e035d698ed Align png rendering to upstream 2026-04-07 23:07:06 +02:00
jpirnay d975546e30 Fix temp file write 2026-04-07 22:46:16 +02:00
jpirnay 54034f3af2 Merge pull request #37 from jpirnay/refactor-koreader
refactor: refactor koreader to avoid OOM regressions
2026-04-07 22:36:32 +02:00
jpirnay cfb0971d36 Merge pull request #38 from jpirnay/fix-refreshonexit
fix: Refresh screen on reader exit to heal ghosting
2026-04-07 22:31:11 +02:00
jpirnay dcc1bbc2fa Address review comments 2026-04-07 22:28:32 +02:00
jpirnay 94d62d6077 Update translations 2026-04-07 22:28:18 +02:00
jpirnay 809e84f758 Update OTA url 2026-04-07 22:18:15 +02:00
jpirnay 0f477f4d66 yaclf 2026-04-07 22:15:45 +02:00