Commit Graph
1931 Commits
Author SHA1 Message Date
jpirnay a6cb9b7452 Pick up some valid refactor ideas from bgd indexing 2026-05-18 18:53:52 +02:00
jpirnay 3ac6752241 Merge pull request #234 from jpirnay/feat-svg-cover
fix: Recognize and use raster svg images (upstream PR 2024 by LSTAR9000)
2026-05-17 18:00:31 +02:00
jpirnay d0b722cbff Recognize and use raster svg images (upstream PR 2024 by LSTAR9000) 2026-05-17 17:32:19 +02:00
jpirnay 5057345b2b Adapat PR 1947 / 1968 to fix JS optimizer 2026-05-17 16:33:40 +02:00
jpirnay cac61d85b9 Add domitian font family 2026-05-17 14:09:09 +02:00
jpirnay d492684393 Prperly use font override on boot 2026-05-17 14:01:22 +02:00
jpirnay a7450fa8d4 Further optimisations 2026-05-17 13:55:55 +02:00
jpirnay 8cae186cc1 Fix css mismatch after koreader sync 2026-05-17 12:29:56 +02:00
jpirnayandClaude Sonnet 4.6 d653ea8d36 fix(x3): advance SDK to LUT pre-load + SPI speed fix (24ccb02)
Picks up restoration of the full differential LUT bank pre-load in
initDisplayController() and reversion of x3 SPI to 10 MHz, both removed
by e100a3c. The missing LUT pre-load is the likely cause of the black
border artifact reported on x3 when entering sleep mode.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 22:38:10 +02:00
jpirnayandClaude Sonnet 4.6 3475bd2f05 revert(x3): remove white pre-flash and CDI border attempt
Reverts bc62d882 and 509adada. The pre-flash added an extra full-sync
pass that made the black border artifact visibly larger. The CDI 0xA9
change had no effect on the border. Both are reverted while the true
cause of the x3 border is investigated.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 22:35:52 +02:00
jpirnay 80e46b2742 Merge pull request #231 from jpirnay/fix-xtc-crash
fix: Fix xtc chapter parser crash
2026-05-16 22:07:57 +02:00
jpirnay ac4a29b0ae Fix xtc chapter parser crash 2026-05-16 21:59:15 +02:00
jpirnay 8ce70879ff Merge pull request #230 from jpirnay/feat-filebrowser-menu
feat: Add filebrowser context menu
2026-05-16 21:16:21 +02:00
jpirnay c4f4a0bea4 Merge pull request #229 from jpirnay/feat-swedish-hyphenation
feat: Add Swedish hyphenation (upstream PR 1637 by steka)
2026-05-16 21:14:59 +02:00
jpirnay c642dc8454 yaclf 2026-05-16 21:09:53 +02:00
jpirnay 9f9d52cac1 Define encoding 2026-05-16 21:09:04 +02:00
jpirnay 3011097d62 Fix tests 2026-05-16 15:42:57 +02:00
jpirnay 999858698e Fix one edge case 2026-05-16 12:47:13 +02:00
jpirnay b10e83aa95 Generated include 2026-05-16 12:32:30 +02:00
jpirnay 0e4f4a3f47 Change reference 2026-05-16 12:28:54 +02:00
jpirnay 6eeb225d82 Add forgotten polish 2026-05-16 12:25:49 +02:00
jpirnay 425bd47bcd Change subsection name 2026-05-16 12:25:04 +02:00
jpirnay a5fa7adcd7 Change mark as read behaviour 2026-05-16 12:11:00 +02:00
jpirnay da4519e427 Fix 2026-05-16 09:52:41 +02:00
jpirnay 3fa9bb30bb Merge branch 'feat-swedish-hyphenation' of https://github.com/jpirnay/crosspoint-reader into feat-swedish-hyphenation 2026-05-16 09:46:34 +02:00
jpirnay 9d7a05de81 Add swedish hyphenation (upstream PR 1637) 2026-05-16 09:46:24 +02:00
jpirnay c06fdc4577 Add swedish hyphenation (upstream PR 1637) 2026-05-16 09:39:19 +02:00
jpirnay 9bcc7b5e4f Add context menu to filebrowser 2026-05-16 09:21:49 +02:00
jpirnay 1395676674 Merge branch 'master' of https://github.com/jpirnay/crosspoint-reader 2026-05-15 23:31:18 +02:00
jpirnay 47f7113279 Language updates 2026-05-15 23:31:15 +02:00
jpirnay 94b0570123 Merge pull request #227 from jpirnay/fix-nestedlists
fix: Address missing indent level for nested lists
2026-05-15 23:21:31 +02:00
jpirnay 59012b4b5b Update readme 2026-05-15 23:21:19 +02:00
jpirnay 6adfc7e3a2 Version bump 2026-05-15 23:12:31 +02:00
jpirnay c5ad8c7049 Fix missing indent level for nested lists 2026-05-15 23:07:57 +02:00
jpirnay ef70d1d8c8 List handling fixes 2026-05-15 22:44:54 +02:00
jpirnay e96f9fb915 Fix delayed wrap around 2026-05-15 22:24:35 +02:00
jpirnay 1d812c38da Remove duplicate 2026-05-15 22:17:45 +02:00
jpirnay a9da10b73b Update languages 2026-05-15 22:08:37 +02:00
jpirnay 577e7154dc Make detection winow for double clicks smaller 2026-05-15 21:08:19 +02:00
jpirnay 1a6ddc4eda Add info string to list 2026-05-15 21:07:58 +02:00
jpirnay 2cac554b0f Merge pull request #222 from jpirnay/feat-supsub
feat: Proper support for sup / sub
2026-05-15 21:00:25 +02:00
jpirnay cccd4aa651 Merge branch 'master' into feat-supsub 2026-05-15 20:54:49 +02:00
jpirnayandClaude Sonnet 4.6 8d50efb11c Remove generated epub files from branch
Test epubs are regenerated by scripts/generate_test_epub.py and should
not be tracked on feature branches to avoid merge conflicts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 20:53:54 +02:00
jpirnay 0ef05f0b77 Resolve conflict for testcases 2026-05-15 20:51:26 +02:00
jpirnay 95d33a67f0 Proper support of superscript/subscript 2026-05-15 20:47:01 +02:00
jpirnay ae704153d9 Update test-epub to include super and subscript 2026-05-15 20:37:47 +02:00
jpirnay 6170d4981f Merge pull request #226 from jpirnay/fix-prunerecent
fix: Remove missing books from recent list (Upstream 1959 by mcrosson)
2026-05-15 20:20:26 +02:00
jpirnay b6c4f526fa Merge pull request #223 from jpirnay/fix-wbdavpr1976
fix: Stream WebDAV downloads in chunks to prevent client disconnects (PR1976 by georgebashi)
2026-05-15 19:30:48 +02:00
jpirnay 3ed5bc3673 Remove missing books from recent list 2026-05-15 19:22:58 +02:00
jpirnay f1b8b75002 stream WebDAV downloads in chunks to prevent client disconnects 2026-05-15 14:23:19 +02:00