142 Commits

Author SHA1 Message Date
2a543d0319 reduced redundant code
All checks were successful
Python CI / test (3.10) (push) Successful in 2m23s
Python CI / test (3.12) (push) Successful in 2m15s
Python CI / test (3.13) (push) Successful in 2m11s
2025-11-11 21:19:41 +01:00
23d3278b50 update docs and gitignore
All checks were successful
Python CI / test (3.10) (push) Successful in 2m23s
Python CI / test (3.12) (push) Successful in 2m13s
Python CI / test (3.13) (push) Successful in 2m10s
2025-11-11 18:19:49 +01:00
3bcd1bffb5 Tables now use ""dynamic page" allowing the contents to be anything that can be rendered ion a page.
All checks were successful
Python CI / test (3.10) (push) Successful in 2m22s
Python CI / test (3.12) (push) Successful in 2m13s
Python CI / test (3.13) (push) Successful in 2m9s
2025-11-11 18:10:47 +01:00
889f27e1a3 added fotn change API and examples
All checks were successful
Python CI / test (3.10) (push) Successful in 2m18s
Python CI / test (3.12) (push) Successful in 2m8s
Python CI / test (3.13) (push) Successful in 2m6s
2025-11-11 12:44:18 +01:00
9de67d958e cell height now dynamic in tables
All checks were successful
Python CI / test (3.10) (push) Successful in 2m16s
Python CI / test (3.12) (push) Successful in 2m8s
Python CI / test (3.13) (push) Successful in 2m2s
2025-11-10 22:06:05 +01:00
41dc904755 fixed issue where last word was counted for spacing
All checks were successful
Python CI / test (3.10) (push) Successful in 2m17s
Python CI / test (3.12) (push) Successful in 2m6s
Python CI / test (3.13) (push) Successful in 2m1s
2025-11-10 15:22:18 +01:00
8e720d4037 fix table in cell wrapping
Some checks failed
Python CI / test (3.10) (push) Successful in 2m17s
Python CI / test (3.13) (push) Has been cancelled
Python CI / test (3.12) (push) Has been cancelled
2025-11-10 15:15:03 +01:00
5afad2ca07 added line wrapping to table 2025-11-10 14:33:30 +01:00
303179865d tests for author names and metadata extraction
All checks were successful
Python CI / test (3.10) (push) Successful in 2m16s
Python CI / test (3.12) (push) Successful in 2m7s
Python CI / test (3.13) (push) Successful in 2m2s
2025-11-10 13:54:36 +01:00
fb52178cc6 fix for regresssion in fw/bw navigation
All checks were successful
Python CI / test (3.10) (push) Successful in 2m15s
Python CI / test (3.12) (push) Successful in 2m7s
Python CI / test (3.13) (push) Successful in 2m0s
2025-11-10 13:25:04 +01:00
890a0e768b fix for reverse redering on restart
All checks were successful
Python CI / test (3.10) (push) Successful in 2m10s
Python CI / test (3.12) (push) Successful in 2m2s
Python CI / test (3.13) (push) Successful in 1m56s
2025-11-10 13:17:20 +01:00
a8e459bce5 fixed issue with cover and image rendering
All checks were successful
Python CI / test (3.10) (push) Successful in 2m10s
Python CI / test (3.12) (push) Successful in 2m3s
Python CI / test (3.13) (push) Successful in 1m57s
2025-11-10 13:06:21 +01:00
9fb6792e10 fix missing images in paras
All checks were successful
Python CI / test (3.10) (push) Successful in 2m6s
Python CI / test (3.12) (push) Successful in 1m58s
Python CI / test (3.13) (push) Successful in 1m51s
2025-11-09 22:25:23 +01:00
40c1b913ec doc updates
Some checks failed
Python CI / test (3.10) (push) Has been cancelled
Python CI / test (3.12) (push) Has been cancelled
Python CI / test (3.13) (push) Has been cancelled
2025-11-09 22:06:42 +01:00
cc34c79495 more examples
All checks were successful
Python CI / test (3.10) (push) Successful in 2m6s
Python CI / test (3.12) (push) Successful in 1m57s
Python CI / test (3.13) (push) Successful in 1m52s
2025-11-09 21:40:59 +01:00
12ebddaa79 more examples 2025-11-09 21:40:50 +01:00
2b14517344 adding more fonts
All checks were successful
Python CI / test (3.10) (push) Successful in 2m2s
Python CI / test (3.12) (push) Successful in 1m52s
Python CI / test (3.13) (push) Successful in 1m47s
2025-11-09 21:17:26 +01:00
849ba2f60f Added press state, fixed font registry
All checks were successful
Python CI / test (3.10) (push) Successful in 2m2s
Python CI / test (3.12) (push) Successful in 1m52s
Python CI / test (3.13) (push) Successful in 1m47s
2025-11-09 17:45:53 +01:00
9ae8ddddca fixed example
Some checks failed
Python CI / test (3.10) (push) Has been cancelled
Python CI / test (3.12) (push) Has been cancelled
Python CI / test (3.13) (push) Has been cancelled
2025-11-09 17:21:17 +01:00
50b9aa5431 fixed issue with bounding box height being wrong
Some checks failed
Python CI / test (3.10) (push) Has been cancelled
Python CI / test (3.12) (push) Has been cancelled
Python CI / test (3.13) (push) Has been cancelled
2025-11-09 17:10:50 +01:00
56c2c21021 fix backwards rendering
All checks were successful
Python CI / test (3.10) (push) Successful in 7m36s
Python CI / test (3.12) (push) Successful in 7m19s
Python CI / test (3.13) (push) Successful in 7m5s
2025-11-09 15:56:00 +01:00
73700baf87 CI fix
All checks were successful
Python CI / test (3.10) (push) Successful in 7m50s
Python CI / test (3.12) (push) Successful in 8m34s
Python CI / test (3.13) (push) Successful in 8m9s
2025-11-09 09:16:10 +01:00
8b833eef0b more fstring fixes
All checks were successful
Python CI / test (push) Successful in 6m46s
2025-11-09 00:15:25 +01:00
78745c4e29 more fstring fixes 2025-11-09 00:15:07 +01:00
10612fefae undoing more autoflake8 damage
Some checks failed
Python CI / test (push) Failing after 43s
2025-11-09 00:11:48 +01:00
ce7293824e fixing unterminated fsting
Some checks failed
Python CI / test (push) Failing after 46s
2025-11-09 00:09:04 +01:00
8dce1569c0 fixed typo
Some checks failed
Python CI / test (push) Failing after 46s
2025-11-09 00:05:14 +01:00
f070121e5c bumpy version
Some checks failed
Python CI / test (push) Failing after 45s
2025-11-08 23:59:53 +01:00
4c99282aef setup cfg file
Some checks failed
Python CI / test (push) Failing after 46s
2025-11-08 23:46:28 +01:00
781a9b6c08 auto flake and corrections 2025-11-08 23:46:15 +01:00
1ea870eef5 yet more tests 2025-11-08 19:52:19 +01:00
00314c9b4f ADDITIOANL TEST
All checks were successful
Python CI / test (push) Successful in 6m49s
2025-11-08 19:39:10 +01:00
af18b1794a update readme 2025-11-08 19:25:32 +01:00
13d20c28c5 Api for changing sizes dynamically
All checks were successful
Python CI / test (push) Successful in 6m54s
2025-11-08 18:22:58 +01:00
f8baf155e9 ereader manager tests 2025-11-08 12:59:57 +01:00
b65c35d96d Add missing tests
All checks were successful
Python CI / test (push) Successful in 6m40s
2025-11-08 12:43:39 +01:00
5c0b22569a fix tests 2025-11-08 12:42:17 +01:00
39622c7dd7 integration of functional elements
All checks were successful
Python CI / test (push) Successful in 6m46s
2025-11-08 10:17:01 +01:00
ea93681aaf refactoring the mixin system
All checks were successful
Python CI / test (push) Successful in 6m46s
2025-11-08 08:08:02 +01:00
49d4e551f8 Some clean up and added interactable images.
All checks were successful
Python CI / test (push) Successful in 6m34s
2025-11-07 22:56:35 +01:00
15305011dc moved gestures to application
All checks were successful
Python CI / test (push) Successful in 6m36s
2025-11-07 22:18:24 +01:00
9bc9c96e14 clean up examples
All checks were successful
Python CI / test (push) Successful in 6m37s
2025-11-07 21:35:43 +01:00
496f3bf334 end2end table layouter
All checks were successful
Python CI / test (push) Successful in 6m35s
2025-11-07 21:13:01 +01:00
5fe4db4cbe more refactoring
All checks were successful
Python CI / test (push) Successful in 6m36s
2025-11-07 20:34:28 +01:00
03918fc716 complete the table rendering
All checks were successful
Python CI / test (push) Successful in 6m37s
2025-11-07 19:45:47 +01:00
b1553f1628 refactor continues
All checks were successful
Python CI / test (push) Successful in 6m35s
2025-11-07 19:26:32 +01:00
f72c6015c6 more reorg
All checks were successful
Python CI / test (push) Successful in 47s
2025-11-07 19:14:37 +01:00
33e2cbc363 remove application from library
Some checks failed
Python CI / test (push) Failing after 6m29s
2025-11-07 18:48:36 +01:00
6bb43db8d5 fix examples
All checks were successful
Python CI / test (push) Successful in 9m48s
2025-11-06 18:01:22 +01:00
c90e9ec580 allow example images
Some checks failed
Python CI / test (push) Has been cancelled
2025-11-06 18:00:06 +01:00