cottongin
  • Joined on 2025-02-23
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-03-02 14:28:48 -06:00
c09f7b4a22 feat: add ".." go-up entry to directory picker
7eaced602f feat: add post-download prompt with open book / back to listing options
f955cf2fb4 feat: add OPDS server reordering with sortOrder field and numeric stepper
Compare 3 commits »
cottongin pushed to master at cottongin/crosspoint-reader-mod 2026-03-02 04:20:15 -06:00
f0a549b680 refactor: rename MyLibrary to FileBrowser (#1260)
7dc518624c fix: Use fixed-point fractional x-advance and kerning for better text layout (#1168)
620835a6a1 chore: add firmware size history script (#1235)
3cc8e272ca refactor: Use std binary search algorithms for font lookups (#1202)
80d1856330 perf: Removed unused ConfirmationActivity member (#1234)
Compare 105 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-03-02 04:19:50 -06:00
3628d8eb37 feat: port upstream KOReader sync PRs (#1185, #1217, #1090)
42011d5977 feat: add directory picker for OPDS downloads with per-server default path
2aa13ea2de feat: port upstream OPDS improvements (PRs #1207, #1209)
19b6ad047b feat: add silent NTP time sync on boot via saved WiFi credentials
Compare 4 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-21 17:38:36 -06:00
2eae521b6a feat: add BmpViewer activity for viewing .bmp images in file browser (port upstream PR #887)
9d9bc019a2 docs: rewrite README for mod branch, bump version to 1.1.2
Compare 2 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-21 16:26:32 -06:00
ff33b2b3be fix: correct hyphenation of URLs (port upstream PR #1068)
cottongin pushed to master at cottongin/crosspoint-reader-mod 2026-02-21 06:38:37 -06:00
e32d41a37e fix: improve Spanish translations (#1054)
7717ae2683 feat: Added BmpViewer activity for viewing .bmp images in file browser (#887)
f02c9784ec feat: add Catalan strings (#1049)
693dba4c94 fix: Shorten "Forget Wifi" button labels to fit on button (#1045)
9c55c15a72 feat: added Romanian strings (#987)
Compare 16 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-21 06:38:09 -06:00
0e2440aea8 fix: resolve end-of-book deadlock, long-press guards, archive UX, and home screen refresh
39ef1e6d78 fix: remove invalid RenderLock::unlock() call in end-of-book handler
3cc127d658 fix: ClearCacheActivity now clears txt_* caches and recents list
98146f2545 feat: add EndOfBookMenuActivity replacing static end-of-book text
f5b708424d feat: replace Delete Book Cache with Manage Book in reader menu
Compare 13 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-21 00:49:46 -06:00
4dadea1a03 perf: Port upstream PR #1027 — word-width cache and hyphenation early exit
0d9a1f4f89 perf: Port upstream PR #1055 — byte-level framebuffer writes
Compare 2 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-20 19:29:13 -06:00
1b350656a5 fix: Restore normal CPU frequency before drawing sleep screen
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-20 19:00:17 -06:00
51dc498768 feat: Expandable selected row for long filenames in File Browser
406c3aeace fix: Port upstream PRs #1038, #1037, #1045, #1019
55a1fef01a fix: Port upstream 1.1.0-rc PRs #1014, #1018, #990 and align #1002
Compare 3 commits »
cottongin created branch mod/sync-upstream-1.1.0 in cottongin/crosspoint-reader-mod 2026-02-20 12:19:09 -06:00
cottongin pushed to mod/sync-upstream-1.1.0 at cottongin/crosspoint-reader-mod 2026-02-20 12:19:09 -06:00
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-20 12:18:54 -06:00
18be265a4a fix: Re-apply upstream PRs #1005, #1010, #1003
3a0641889f perf: Port upstream font drawing performance optimization (PR #978)
Compare 2 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-19 13:34:46 -06:00
ad282cadfe fix: Align double FAST_REFRESH image rendering with upstream PR #957
c8ba4fe973 fix: Port upstream CSS-aware image sizing (PR #1002)
Compare 2 commits »
cottongin pushed to master at cottongin/crosspoint-reader-mod 2026-02-19 12:21:48 -06:00
d461d93e76 fix: Increase PNGdec buffer size to support wide images (#995)
ca89e41636 fix: Crash (Load access fault) when indexing chapters containing characters unsupported by bold/italic font variants (#997)
Compare 2 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-19 12:21:29 -06:00
c1b8e53138 fix: Port upstream 1.1.0-rc fixes (glyph null-safety, PNGdec wide image buffer)
0fda9031fd fix: Use double FAST_REFRESH for dithered letterbox sleep covers
013a738144 chore: post-sync cleanup and clang-format
c1d1e98909 perf: Reduce overall flash usage by 30.7% by compressing built-in fonts (#831)
6403ce6309 fix: go to prev page on the first one, get teleported to the end of book (#970)
Compare 21 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-19 09:08:25 -06:00
426a978e44 feat: silent pre-indexing with configurable status bar indicator
cottongin pushed to master at cottongin/crosspoint-reader-mod 2026-02-19 09:08:18 -06:00
103fac2ee1 feat: Basic table support (#980)
6527f43cb1 feat: Scale cover images up if they're smaller than the device resolution (#964)
eb241ab3fc feat: increase keyboard font size for classic theme (#897)
840e8c38f1 feat: add script for listing objects in flash (#880)
c4e3c244ea feat: Add 4bit bmp support (#944)
Compare 19 commits »
cottongin pushed to mod/master at cottongin/crosspoint-reader-mod 2026-02-18 14:56:22 -06:00
a1ac11ab51 feat: port upstream PRs #852, #965, #972, #971, #977, #975
cottongin pushed to master at cottongin/crosspoint-reader-mod 2026-02-18 14:56:15 -06:00
d02e21a48f fix: Added missing up/down button labels (#935)
6ec5fc5603 feat: lower CPU freq on idle, add HalPowerManager (#852)
9125a7ce68 perf: Avoid redundant font map lookups (#933)
dc6562a51c fix: Fix a dangling pointer (#939)
Compare 4 commits »