Commit Graph
1394 Commits
Author SHA1 Message Date
jpirnay 783c0c1e9b Fix activity bleeding 2026-04-13 10:54:21 +02:00
jpirnay d2d923a233 Apply upstream #1256 2026-04-13 10:51:21 +02:00
jpirnay 7ed2037fdf Merge pull request #67 from Sprospring/master
docs: Add SUMI to other reader options
2026-04-12 23:49:18 +02:00
jpirnay 04af4e3853 Merge pull request #66 from jpirnay/feat-kbd
refactor: redesign on-screen keyboard (Upstream #1644 by pablohc) + pwd show/hide toggle
2026-04-12 23:41:54 +02:00
jpirnay 1dcbad4d28 More fixes 2026-04-12 23:38:58 +02:00
jpirnay 5d8e73349b Fixing localization usage 2026-04-12 23:36:01 +02:00
Sprospring 47aec1d201 Small spelling stuffs 2026-04-12 16:35:58 -05:00
jpirnay 5f82a28ac6 Slight layout changes 2026-04-12 23:32:19 +02:00
jpirnay bb9687d585 FIx missing button frame for reveal button 2026-04-12 23:27:17 +02:00
jpirnay 66e76b2949 Optimize startup order 2026-04-12 23:24:43 +02:00
Sprospring 49733d320d Merge branch 'jpirnay:master' into master 2026-04-12 16:21:33 -05:00
Sprospring ca18433ad8 Add SUMI to other firmwares 2026-04-12 16:20:48 -05:00
jpirnay 32df69ea80 Add show/hide feature for passwords 2026-04-12 23:16:47 +02:00
jpirnay 1feb65ff70 Merge pull request #65 from jpirnay/feat-opds
feat: Add OPDS search support & next/prev page navigation (upstream #1462)
2026-04-12 23:13:15 +02:00
pablohc 714e389678 fix: only set confirmLongHandled when alternative char is actually inserted 2026-04-12 23:08:50 +02:00
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 29cfd37d55 yaclf 2026-04-12 23:06:45 +02:00
jpirnay 4449b807a4 Merge pull request #64 from jpirnay/refactor-separator
refactor: Reorganize menu structure
2026-04-12 23:05:26 +02:00
jpirnay ed01127bf2 More changes 2026-04-12 22:55:07 +02:00
jpirnay cf3ab19c77 add OPDS search support & next/prev page navigation (upstream #1462) 2026-04-12 22:49:33 +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 475451f73c Fix example code 2026-04-12 22:26:42 +02:00
jpirnay bec30e3403 Review fixes 2026-04-12 22:25:12 +02:00
jpirnay d2b13e7a43 Remove duplicate keys 2026-04-12 22:19:10 +02:00
jpirnay f4107677f8 Reformat kosync settings 2026-04-12 21:48:25 +02:00
jpirnay 52a754b5e4 Version bump 2026-04-12 21:47:56 +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 c6e94d6966 Exclude commented out strings 2026-04-12 06:48:05 +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 e9e39e91ac Merge pull request #61 from jpirnay/fix-redirect
fix: Add redirection to KoReaderSyncs (eg behind Duckdns or others)
2026-04-11 20:55:45 +02:00
jpirnay b3727a4b75 Merge pull request #62 from jpirnay/fix-redirect-ota
fix: Acknowledge http redirects during OTA (partial adaption of PR 1336)
2026-04-11 20:54:43 +02:00
jpirnay 948939c769 Merge pull request #63 from jpirnay/refactor-deque
refactor: Adapt upstream PR 1638 - use deque to increase usable epub size
2026-04-11 20:54:23 +02:00
jpirnay 6d9c5b592b Review comment 2026-04-11 20:52:21 +02:00
jpirnay 5e08794706 Adapt upstream PR 1638 -use deque to increase usable epub size 2026-04-11 20:48:48 +02:00
jpirnay c6adce7fad Acknowledge http redirects during OTA (partial adaption of PR 1336) 2026-04-11 20:40:52 +02:00
jpirnay 548fd61e99 Add redirection to KoReaderSyncs (eg behind Duckdns or others) 2026-04-11 20:31:34 +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