Joel Goguen
1986092522
feat(opds): Allow selecting the download format
...
When downloading a book via OPDS, the last acquisition link is chosen when there are multiple. This allows choosing which format to download when there are many. Having only one format will automatically download that.
2026-04-19 23:15:54 -04:00
Joel Goguen
c38013aac3
feat(UrlUtils): Resolve more URL formats
...
Resolves more formats of URLs correctly: absolute, root-relative, relative, parent-relative, and URLs with query strings and fragments.
2026-04-19 23:15:54 -04:00
jpirnay
cf32498fe5
Version bump
2026-04-19 22:49:03 +02:00
jpirnay
bc1b0499fd
Fix unnecessary X3 battery drain
2026-04-19 19:22:48 +02:00
jpirnay
174a08831d
Merge pull request #97 from jpirnay/feat-x3clock
...
feat: support x3 RTC chip
2026-04-17 23:32:42 +02:00
jpirnay
f31159b430
Temperature sanity check
2026-04-17 23:32:26 +02:00
jpirnay
9492984850
Remove wire init
2026-04-17 23:27:38 +02:00
jpirnay
39bf72a7a3
Version bump
2026-04-17 23:22:03 +02:00
jpirnay
718ebaaed6
Revert
2026-04-17 23:21:27 +02:00
jpirnay
134527de5f
Dont hammer the bus
2026-04-17 23:21:03 +02:00
jpirnay
f68fbc39e4
Dont write guesstimates into RTC
2026-04-17 23:19:42 +02:00
jpirnay
141ec02746
Fix comments
2026-04-17 23:17:42 +02:00
jpirnay
b6c3774de9
Proper timezone conversion
2026-04-17 23:14:40 +02:00
jpirnay
3f54f2355a
Merge pull request #92 from jgoguen/clangd-remove-args
...
fix(clangd): Remove gcc args not valid in clang
2026-04-17 23:02:59 +02:00
jpirnay
45dbd2f54a
Version bump
2026-04-17 23:01:52 +02:00
jpirnay
4d0af7331c
X4 quick exit
2026-04-17 22:57:56 +02:00
jpirnay
f7d970fe44
implement DS3231 clock support
2026-04-17 22:47:08 +02:00
jpirnay
0a4dabef45
Add debug info
2026-04-17 21:44:36 +02:00
jpirnay
d9400e269a
Merge pull request #96 from jpirnay/examine-memory-regression-master
...
refactor: fix memory regression due to Activity push
2026-04-17 21:20:06 +02:00
jpirnay
3e28b45888
Fix according to comment
2026-04-17 21:05:30 +02:00
jpirnay
e74e52b23a
Review comments
2026-04-17 20:59:49 +02:00
jpirnay
d39246ee70
yaclf
2026-04-17 20:54:49 +02:00
jpirnay
6ca8de8329
Reduce debug logging
2026-04-17 20:43:36 +02:00
jpirnay
b4881e1563
Refactor ActivityManager calls
2026-04-17 20:23:42 +02:00
jpirnay
ef088db789
Add more logging
2026-04-17 19:09:16 +02:00
jpirnay
bf7869dfce
More logging points
2026-04-17 18:44:50 +02:00
jpirnay
e5cd758380
Add logs
2026-04-17 18:17:35 +02:00
jpirnay
fbde017d88
Fix usage
2026-04-17 18:00:30 +02:00
jpirnay
de314182f7
mitigating fragmented heap
2026-04-17 17:02:50 +02:00
jpirnay
33c8b9d654
Merge pull request #94 from jpirnay/refactor-mem
...
refactor: Change settings layout and fix heap corruption
2026-04-17 16:54:14 +02:00
jpirnay
4bada707b3
Fix getter
2026-04-17 16:46:48 +02:00
jpirnay
efbe8adf43
cppcheck finding
2026-04-17 16:41:24 +02:00
jpirnay
17cf447a82
Merge pull request #95 from jpirnay/reafactor-chunksize
...
refactor: Make chunk size variable depending on available heap size
2026-04-17 16:39:44 +02:00
jpirnay
e3145439fc
Make chunk size variable depending on available heap size
2026-04-17 16:34:33 +02:00
jpirnay
8b6db63788
Add guard
2026-04-17 16:33:15 +02:00
jpirnay
e0fb3e0160
More comments
2026-04-17 16:25:29 +02:00
jpirnay
feda048dfa
Fix missing X3 serial output
2026-04-17 16:20:40 +02:00
jpirnay
a8816b2964
Remove outdated static variant
2026-04-17 16:16:27 +02:00
jpirnay
af018af03a
style fixes
2026-04-17 15:59:58 +02:00
jpirnay
87b9d333f7
Review changes
2026-04-17 15:54:08 +02:00
jpirnay
106e9d31e6
Reduce heap pressure
2026-04-17 15:53:57 +02:00
jpirnay
2b17872c16
Refactor spaghetti code
2026-04-17 15:39:02 +02:00
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
9f290a3d17
Remove 'Reading ruler' from feature list for now
2026-04-17 08:10:15 +02:00
Joel Goguen
34ff9b5efa
fix(clangd): Remove gcc args not valid in clang
...
After running `pio run --target compiledb` to generate `compile_commands.json`, clangd (at least in neovim) throws errors that `-fno-tree-switch-conversion` and `-fstrict-volatile-bitfields` are not valid flags.
2026-04-16 20:27:26 -04:00
jpirnay
052bd016a0
Change Labels for Webui
2026-04-16 16:53:18 +02:00
jpirnay
2d6898362b
Update Turkish
2026-04-16 14:59:36 +02:00
jpirnay
a491ae02c4
Merge pull request #90 from jpirnay/refactor-activities
...
refactor: Refactor activities to consistently use helpers
2026-04-16 14:51:54 +02:00
jpirnay
241f966b7e
Update languages
2026-04-16 14:45:05 +02:00