pablohc
|
bc0205df79
|
fix: add default switch case, remove duplicate fillRect, suppress unused textWidth, rename bottomSelectedRow
|
2026-04-12 23:08:50 +02:00 |
|
pablohc
|
74a3fbd5db
|
fix: resolve 6 cppcheck low-style warnings in keyboard code
|
2026-04-12 23:08:50 +02:00 |
|
pablohc
|
1d2584465d
|
feat(keyboard): add bottom row spacing, vertical offset, and gap adjustments
|
2026-04-12 23:08:50 +02:00 |
|
pablohc
|
53d621a91f
|
refactor: redesign on-screen keyboard with 10-col layout, symbol mode, long-press, visual improvements
|
2026-04-12 23:08:50 +02:00 |
|
jpirnay
|
87a4ae4bca
|
Amend password entry
|
2026-04-12 22:35:59 +02:00 |
|
jpirnay
|
a811c96d74
|
Some comments
|
2026-04-12 22:34:28 +02:00 |
|
jpirnay
|
bec30e3403
|
Review fixes
|
2026-04-12 22:25:12 +02:00 |
|
jpirnay
|
f4107677f8
|
Reformat kosync settings
|
2026-04-12 21:48:25 +02:00 |
|
jpirnay
|
7dc6fbea06
|
format
|
2026-04-12 20:42:28 +02:00 |
|
jpirnay
|
a9c3fb8bc9
|
Fix button press bleed through
|
2026-04-12 20:39:26 +02:00 |
|
jpirnay
|
54807911e7
|
Introduce common helper functions
|
2026-04-12 20:30:14 +02:00 |
|
jpirnay
|
df3fec574d
|
Add submenus
|
2026-04-12 14:21:48 +02:00 |
|
jpirnay
|
1f1777385c
|
Fix unary operator
|
2026-04-12 07:41:27 +02:00 |
|
jpirnay
|
9f16066bce
|
Submenu basis
|
2026-04-12 07:21:42 +02:00 |
|
jpirnay
|
7feff4e241
|
Step 3
|
2026-04-12 06:49:28 +02:00 |
|
jpirnay
|
c6094dce22
|
Strart with System settings
|
2026-04-12 06:12:27 +02:00 |
|
jpirnay
|
552dc37d28
|
Stage 2
|
2026-04-12 05:49:27 +02:00 |
|
jpirnay
|
e72ad0d2a9
|
Refacrored the separator component to be more flexible and reusable across different activities. Updated the EpubReaderMenuActivity and ClockSettingsActivity to utilize the new separator component for better UI consistency and maintainability. This change also involved updating the UITheme component to support the new separator styles.
|
2026-04-12 05:46:10 +02:00 |
|
jpirnay
|
155f0c77ac
|
Fix oversight
|
2026-04-11 20:29:57 +02:00 |
|
jpirnay
|
8add255bc3
|
Add some linter comments
|
2026-04-11 19:44:40 +02:00 |
|
jpirnay
|
bfeb806a0b
|
Review changes
|
2026-04-11 09:43:48 +02:00 |
|
jpirnay
|
9fa2ff2aa0
|
Add signal strength widget to calibre sync too
|
2026-04-11 09:21:45 +02:00 |
|
jpirnay
|
d37621574c
|
Redesign web server to avoid lengthy system stats retrieval
|
2026-04-11 08:28:06 +02:00 |
|
jpirnay
|
1459e9fb61
|
Revert "Prevent render conficts (hopefully)"
This reverts commit 0f2ab3b39d.
|
2026-04-09 23:41:09 +02:00 |
|
jpirnay
|
0f2ab3b39d
|
Prevent render conficts (hopefully)
|
2026-04-09 23:31:18 +02:00 |
|
jpirnay
|
9971392862
|
Merge pull request #53 from jpirnay/refactor-list
refactor: make epub reader menu theme aware
|
2026-04-09 23:20:28 +02:00 |
|
jpirnay
|
9fbd3cc1f7
|
Review comments
|
2026-04-09 23:16:32 +02:00 |
|
jpirnay
|
6cae4d4b89
|
yaclf
|
2026-04-09 22:49:36 +02:00 |
|
jpirnay
|
83bc8b41a4
|
Revert "More reshaping"
This reverts commit 14dcd8be0f.
|
2026-04-09 22:49:02 +02:00 |
|
jpirnay
|
63784b0331
|
Only make half refresh
|
2026-04-09 22:22:59 +02:00 |
|
jpirnay
|
14dcd8be0f
|
More reshaping
|
2026-04-09 21:50:32 +02:00 |
|
jpirnay
|
68f175eced
|
Restructure ClockSettings
|
2026-04-09 16:50:13 +02:00 |
|
jpirnay
|
5f4c5550e8
|
Restructure reader menu
|
2026-04-09 16:49:55 +02:00 |
|
jpirnay
|
64b6818eeb
|
Make Reader menu theme aware
|
2026-04-09 14:51:39 +02:00 |
|
jpirnay
|
b3076303c7
|
Merge pull request #48 from jpirnay/fix-loadsdinfo
fix: Perform SD-info only if requested
|
2026-04-09 13:49:25 +02:00 |
|
jpirnay
|
65eb8570d3
|
Keep prewarmed session
|
2026-04-09 13:35:31 +02:00 |
|
jpirnay
|
32d44eb158
|
Review changes
|
2026-04-09 13:33:20 +02:00 |
|
jpirnay
|
d05731ca82
|
Show remote progress again
|
2026-04-09 13:24:18 +02:00 |
|
jpirnay
|
82a32f9f46
|
Show SD-card info only if requested
|
2026-04-09 12:58:19 +02:00 |
|
jpirnay
|
df82061ceb
|
Merge pull request #44 from jpirnay/chore-mutex
chore: Add a couple of mutex locks
|
2026-04-08 19:48:44 +02:00 |
|
jpirnay
|
72a2a91550
|
Add UI support for darkness levels
|
2026-04-08 19:24:17 +02:00 |
|
jpirnay
|
0db005629e
|
Async processing of thumbnails
|
2026-04-08 16:04:22 +02:00 |
|
jpirnay
|
e719d3d457
|
Put things out of loop
|
2026-04-08 14:43:16 +02:00 |
|
jpirnay
|
07906853d6
|
Add aditional RenderLocks
|
2026-04-08 14:17:43 +02:00 |
|
jpirnay
|
4d9484af57
|
Add mutex to SleepActivity
|
2026-04-08 12:10:52 +02:00 |
|
jpirnay
|
bcf49a943a
|
Proper refresh on exit
|
2026-04-08 11:22:21 +02:00 |
|
jpirnay
|
7c44a92360
|
Merge pull request #41 from jpirnay/fix-powerleak
fix: Fix power button leak on startup
|
2026-04-08 10:48:50 +02:00 |
|
jpirnay
|
75277dbee5
|
Minor changes
|
2026-04-08 10:20:05 +02:00 |
|
jpirnay
|
b3d6562cb6
|
Fix power button leak on startup
|
2026-04-08 10:14:35 +02:00 |
|
jpirnay
|
655b5d4678
|
Some fixes
|
2026-04-08 09:49:44 +02:00 |
|