CSCMe
db232e04f3
refactor: logPrintf and predefined log level strings ( #1546 )
...
* More consistent string formatting in logPrintf
* Moved [ and ] from log level strings into new format string
* Behaviour change: Early exit if user string format fails
* Should not have performance implications, debug monitor etc work as
before
* Clamp may be unnecessary due to information snprintf currently never
being able to exceed max buffer length, but not having it would bug me
---
While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.
Did you use AI tools to help write this code? _**PARTIALLY, to reason
about correctness**_
2026-04-08 10:33:17 +02:00
martin brook
773238fdf5
chore: drop JPEGDEC patch in favour of upstream fix ( #1465 )
...
## Summary
The progressive JPEG fixes (AC table skip, MCU_SKIP guard) from PR #1136
have been fixed upstream in bitbank2/JPEGDEC@8628297 . Pin to that commit
and remove the pre-build patch script.
## Additional Context
Tested on Strange Pictures epub
---
### AI Usage
While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.
Did you use AI tools to help write this code? _**< PARTIALLY >**_
2026-04-08 10:32:30 +02:00
jpirnay
75277dbee5
Minor changes
2026-04-08 10:20:05 +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
jpirnay
0e905e988b
Address cppcheck finding
2026-04-07 22:14:05 +02:00
jpirnay
dca738e117
Fix xtcreader oversight
2026-04-07 22:11:39 +02:00
jpirnay
16fd0bbba1
Refresh screen on reader exit to heal ghosting
2026-04-07 22:10:17 +02:00
jpirnay
4d4729c5d0
Add minimal changes back from reverted ones
2026-04-07 21:56:31 +02:00
jpirnay
6dd905fb5a
Split menu actions for smaller footprint
2026-04-07 21:39:03 +02:00
jpirnay
abbf69649e
Revert "Merge pull request #25 from jpirnay/fix-pr1582" and refactor koreader
2026-04-07 20:24:51 +02:00
jpirnay
fb331ae122
Version bump
2026-04-07 11:26:01 +02:00
jpirnay
74fedbdca5
Merge pull request #33 from jpirnay/fix-sleepimage
...
feat: Treat .sleep and sleep as equal
2026-04-07 11:16:28 +02:00
jpirnay
fb8196e946
Change index type
2026-04-07 11:12:07 +02:00
jpirnay
314e54e252
Here too
2026-04-07 11:09:19 +02:00
jpirnay
e996afd760
Address cppcheck complaints
2026-04-07 11:08:47 +02:00
jpirnay
358cc9f362
Merge pull request #34 from jpirnay/chore-addmessages
...
chore: Extend kosync reader error messages
2026-04-07 11:07:41 +02:00
jpirnay
a67799b04c
Extend error messages
2026-04-07 10:56:56 +02:00
jpirnay
93669ff492
Treat .sleep and sleep as equal
2026-04-07 10:13:02 +02:00
jpirnay
887a2ac95b
Redirect xdk
2026-04-07 09:29:20 +02:00
jpirnay
08ecbf989a
Add 'Why this fork' section to README
...
Added a section explaining the purpose of this fork and its focus on improvements.
2026-04-06 19:57:09 +02:00
jpirnay
467be444d0
Merge pull request #29 from jpirnay/feat-progress-badges
...
feat: Add progress badges to HomeScreen
2026-04-06 19:44:36 +02:00
jpirnay
99d8c4656a
Add progress badges to HomeScreen
2026-04-06 19:43:57 +02:00
jpirnay
f2d486350b
Merge pull request #28 from jpirnay/feat-showextension
...
feat: Show file extensions in browser (user option)
2026-04-06 19:38:13 +02:00
jpirnay
8964f7294c
Merge pull request #27 from jpirnay/fix-quantization
...
fix: Use evenly-spaced dithering thresholds for factory LUT (Patryk Radtke)
2026-04-06 19:34:20 +02:00
jpirnay
c0797b385a
Show file extensions in browser (user option)
2026-04-06 19:34:08 +02:00
jpirnay
398e973847
Use evenly-spaced dithering thresholds for factory LUT (Patryk Radtke)
2026-04-06 19:19:21 +02:00
jpirnay
4200714127
Update Italian
2026-04-06 19:07:33 +02:00
jpirnay
c0f92d7d30
Merge pull request #26 from jpirnay/feat-extend-image-viewer
...
feat: Extend image viewer to support jpg/png and introduce alternative dither algorithms
2026-04-06 19:06:49 +02:00
jpirnay
7d818c4915
Update languages
2026-04-06 19:01:23 +02:00
jpirnay
38420033ec
Enable dithering modes by default
2026-04-06 18:16:51 +02:00
jpirnay
7e37f3252c
Review comments
2026-04-06 18:03:50 +02:00
jpirnay
4f031b00b1
(Conditionally) add further dithering algorithms
2026-04-06 17:23:29 +02:00
jpirnay
0ba4626157
Review changes
2026-04-06 13:47:41 +02:00
jpirnay
eb95cacad4
Add dithering algorithms
2026-04-06 13:00:27 +02:00