Commit Graph

32 Commits

Author SHA1 Message Date
Ace
438845c81e fix alignment bug 2024-02-08 12:51:06 +01:00
Ace
e710964e10 Best practices & code cleanup 2023-12-18 12:46:33 +01:00
Ace
a7e2a852e9 Implement 16 grayscale support for image module 2023-12-14 01:51:10 +01:00
Ace
60be01fbdb fix tests, add border feature 2023-11-24 02:37:27 +01:00
mygrexit
145da4de1c Revert dotted and dashed lines
Removing the approach for dotted and dashed lines since it's  a dead end.
2023-11-23 22:08:33 +01:00
Ace
50f11dc2a4 fix too small line-height 2023-11-21 16:03:09 +01:00
mygrexit
126b3826e6
Add dotted and dashed lines (draw_boarder function)
First version of adding dotted and dashed line in order to be able to have more distinguishon between multi event, single event and mixed event days. This version is using the "arcs" from PIL ImageDraw which isn't pretty.
2023-11-10 21:53:36 +01:00
Ace
bebe60aef3 text-module enhancement
This allows an improved approach to load text from URL
Also improved the function to check for a connection by attempting three times before giving up
2023-11-08 20:22:50 +01:00
Ace
93c968da53 python 3.11 & code quality improvements 2023-11-07 22:49:48 +01:00
Ace
9486006e86 naming convention 2023-06-03 16:16:07 +02:00
aceisace
24ae6df27e bump requirements
fix some minor issues
code cleanup
2023-01-10 22:58:01 +01:00
aceisace
560d73a87c logger best practices 2022-10-03 02:56:04 +02:00
aceisace
4d1ed107b7 naming convention 2022-10-02 00:49:27 +02:00
aceisace
661aab45d4 minor fixes 2022-04-14 04:57:55 +02:00
aceisace
5cd04bda04 Minor code improvements 2022-04-10 06:35:08 +02:00
aceisace
5b032d6231 Improved formatting 2022-04-02 01:30:17 +02:00
Robert Sirre
32846ef1e7 Corrected typo 2020-12-06 23:26:17 +01:00
Ace
598d2b2614 code cleanups 2020-12-05 00:18:14 +01:00
Ace
8a82a149af removed a problematic line 2020-11-29 14:53:13 +01:00
Ace
418422fa52 Improved documentation 2020-11-24 00:40:49 +01:00
Ace
9cd2f1c5cd
fixing docs... 2020-11-23 12:48:51 +01:00
Ace
e93c3e36ad improved logging 2020-11-21 16:25:08 +01:00
Ace
035ce65f06 Adapting modules for new web-ui (do not use yet) 2020-11-10 11:53:48 +01:00
Ace
29788f0313 Initial commit for release v2.0.0
A  lot of work-in-progress and far from complete.
Lots of improvements related to user-friendliness, fully new web-UI. Better infrastructure....
more coming soon
2020-11-09 17:51:15 +01:00
Ace
5b0fdde7dd Code cleanup 2020-05-30 00:46:52 +02:00
Ace
33a36e1377 fixed typo 2020-05-26 19:13:36 +02:00
Ace
c3fbd79eda Implementation of interface (template) for all modules
- Correct setup of logging
- all inkycal-modules inherit from the given template
- Added basic, optional validation
- more code cleanups
- fixed a few minor bugs
2020-05-23 01:45:40 +02:00
Ace
620211b0fb refactoring update
Created new ical_parser
refactored inkycal_calendar
refactored inkycal_agenda
fixed minor bug in write_text function
2020-05-18 03:46:49 +02:00
Ace
b9b38b56bc minor improvements
inkycal_rss: fix format of saved images
inkycal_weather:
* drop support for wind direction (api does not always provide this data)
* Add borders around each sub-section
2020-05-13 18:36:54 +02:00
Ace
33e6888096 modules refactoring + slight changes to folder structure 2020-05-12 19:35:08 +02:00
Ace
c8786f6006 Revert "modules refactoring + slight changes to folder structure"
This reverts commit 3fe9675bef.
2020-05-12 19:30:45 +02:00
Ace
3fe9675bef modules refactoring + slight changes to folder structure 2020-05-12 19:26:10 +02:00