Commit Graph
892 Commits
Author SHA1 Message Date
jpirnay 3b8b389408 Refactor Settings usage 2026-04-17 15:38:37 +02:00
jpirnay f0fb6c20aa Better recommendation which state to apply 2026-04-17 11:06:09 +02:00
jpirnay 052bd016a0 Change Labels for Webui 2026-04-16 16:53:18 +02:00
jpirnay 47b46a24b9 Use common activity pattern 2026-04-16 14:20:35 +02:00
jpirnay f999a4c6b5 Merge branch 'master' of https://github.com/jpirnay/crosspoint-reader 2026-04-16 13:30:20 +02:00
jpirnay 4d28b3adad Use getContentRect for consistency 2026-04-16 13:30:17 +02:00
jpirnay 3f1b9d0964 Refactor visual appearance of SystemInformation 2026-04-16 11:57:40 +02:00
jpirnay 0a472d9dbb Merge pull request #85 from jpirnay/rebase-keyboardpr1644
feat: Take new keyboard features on board (upstream 1644 by pablohc)
2026-04-15 19:52:30 +02:00
jpirnay 8145bb8ed5 Fixing some states 2026-04-15 19:41:25 +02:00
jpirnay 401b4ca995 Remove unused variable 2026-04-15 19:13:14 +02:00
jpirnay dae0ed81ba Fix help + X3 layout issue 2026-04-15 19:02:20 +02:00
jpirnay 5879ef8778 Add instructions 2026-04-15 18:52:02 +02:00
Brandon PhilipsandClaude Sonnet 4.6 b47e5b5fff feat: support two-step OpenSearch Description for OPDS search
Servers like copyparty advertise search via a link to an OpenSearch
Description (OSD) document rather than embedding {searchTerms} directly
in the feed's <link rel="search"> href (the Calibre-Web style).

OpdsParser now stores the OSD URL when rel="search" and
type="application/opensearchdescription+xml" but the href lacks
{searchTerms}. OpdsBookBrowserActivity fetches that OSD document after
each feed load and parses the <Url template="..."> element with a
minimal inline expat parser to extract the actual search template.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 17:58:02 +02:00
jpirnay 201aef565b Remove page cache, proper 64 bit filesize and apply upstream 1648 2026-04-15 17:20:36 +02:00
jpirnay cd5fe03a09 Clean up 2026-04-15 13:28:43 +02:00
jpirnay 84dbabc772 Remaining incompatibilities 2026-04-15 12:52:49 +02:00
pablohc 21fba147d1 fix(keyboard): remove duplicate ternary value in getContentRowCount 2026-04-15 12:01:12 +02:00
pablohc 712fe43a85 fix(keyboard): remove unused urlKeyWidth variable 2026-04-15 12:00:45 +02:00
pablohc 500c2be4bc fix(keyboard): reset state on re-entry, defensive bounds checks, deduplicate navigation 2026-04-15 12:00:19 +02:00
pablohc 155650d23c feat(keyboard): add URL mode with 3x3 snippet grid aligned to bottom row 2026-04-15 11:58:21 +02:00
pablohc 0491587df8 feat(keyboard): add password mode with toggle, cursor visual improvements, and layout unification 2026-04-15 11:57:13 +02:00
pablohc 226e8cf4ed feat(keyboard): add cursor mode for text navigation and editing 2026-04-15 11:50:43 +02:00
pablohc 7108fadd63 feat(keyboard): unify keyboard metrics across Base, Lyra and Lyra3Covers themes 2026-04-15 11:45:09 +02:00
jpirnay 7e32838a16 And another recommendation applied 2026-04-15 10:57:03 +02:00
jpirnay 51e6be58c8 Merge pull request #82 from jpirnay/feat-globalbookmarks
feat: Add global bookmarks screen
2026-04-15 10:52:04 +02:00
jpirnay 8812d3fb0e use correct string 2026-04-15 10:44:20 +02:00
jpirnay b0843fbbb2 Review fixes 2026-04-15 10:40:19 +02:00
jpirnay 65107d9891 fix ghosting regression when opening subactivity from within reader 2026-04-15 09:57:08 +02:00
jpirnay 920b3c0b32 Use standard themed list 2026-04-15 09:51:09 +02:00
jpirnay 2d69b0fefa Minor changes 2026-04-15 09:46:42 +02:00
jpirnay 663326bde6 Small cleanup 2026-04-15 09:43:32 +02:00
jpirnay 2f4cea3706 Add Global Bookmark feature 2026-04-15 09:32:52 +02:00
jpirnay a57fc5b5fd Fix contentRect for X3 2026-04-14 20:49:52 +02:00
jpirnay 058721be0e Tweak epubreadermenu for X3 device 2026-04-14 20:40:59 +02:00
jpirnay f2207cbb11 Review comments 2026-04-14 19:05:42 +02:00
jpirnay f9f856f961 Extending 2026-04-14 18:23:10 +02:00
jpirnay 4aabcc934c Integrate and extend pr 1372 by andreaturchet 2026-04-14 18:22:54 +02:00
jpirnay f2750356de Full refresh for non-portrait mode 2026-04-14 15:12:29 +02:00
jpirnay b008baf8aa Paginate through bookinfo if required 2026-04-14 14:28:02 +02:00
jpirnay 87505023a0 Add file drop support 2026-04-14 13:00:18 +02:00
jpirnay b39c4710d2 Integrate upstream 1626 + 1658 2026-04-14 10:00:46 +02:00
jpirnay 9b2f088093 yaclf 2026-04-13 20:47:38 +02:00
jpirnay d4a7c156f2 Deal with out of bounds scenario 2026-04-13 20:42:51 +02:00
jpirnay 62ba6b8410 Fix application of remote progress 2026-04-13 20:33:05 +02:00
jpirnay a03d232dd3 Finalize implementation 2026-04-13 20:24:28 +02:00
jpirnay 1c3ba11563 Attempt at closing reader and sync 2026-04-13 19:10:32 +02:00
jpirnay 696eadb01f Revert too agressive fallback cover gate 2026-04-13 12:10:49 +02:00
jpirnay 52bcca4ea7 Merge pull request #72 from jpirnay/fix-kosyncreview
fix: Address upstream review comments
2026-04-13 11:48:39 +02:00
jpirnay 03b3e1e5b7 Provide a clearer message for TLS 1.3 cases 2026-04-13 11:32:19 +02:00
jpirnay 783c0c1e9b Fix activity bleeding 2026-04-13 10:54:21 +02:00