Commit Graph

2451 Commits

Author SHA1 Message Date
Ace
0660ac5537
Merge pull request #286 from aceinnolab/feature/#283
feature/#283
2023-11-23 01:23:58 +01:00
Ace
032b674af9 add xkcd module 2023-11-22 19:02:11 +01:00
Ace
4141f8b87c
Merge pull request #285 from aceinnolab/feature/#284
Feature/#284 - run Inkycal in async mode
2023-11-22 18:44:39 +01:00
Ace
b441771302 format readme 2023-11-22 16:49:55 +01:00
Ace
03fa62cdc2 fix release not found 2023-11-22 16:34:28 +01:00
Ace
f1bcec9074 fix certifi 2023-11-22 13:26:22 +01:00
Ace
f4d08c64a2 test async 2023-11-22 12:45:07 +01:00
Ace
dae4ce31b2
Delete 2023-11-22 12:38:26 +01:00
Ace
1e95a2e4c4
Update issue templates 2023-11-22 12:38:05 +01:00
Ace
a1eb8aeaae
Create feature_suggestion.md 2023-11-22 12:35:40 +01:00
Ace
f0cb8528b8 add webshot module 2023-11-21 20:16:10 +01:00
Ace
e093a13477 fix unittest 2023-11-21 18:14:19 +01:00
Ace
2868b389b6 fix unittest 2023-11-21 16:58:16 +01:00
Ace
53df3ccddb increase available space 2023-11-21 16:26:37 +01:00
Ace
50f11dc2a4 fix too small line-height 2023-11-21 16:03:09 +01:00
Ace
d441b1a7ef unittest improvements 2023-11-21 15:56:28 +01:00
Ace
59c59e80f5 tests best practices 2023-11-21 15:18:19 +01:00
Ace
96a972e31f Merge remote-tracking branch 'origin/main' 2023-11-21 13:29:08 +01:00
Ace
e78fd0d4b5 Update v2 driver 2023-11-21 13:28:56 +01:00
Ace
823df7253a
adapt for Pillow10 2023-11-20 20:15:16 +01:00
Ace
386fccc796
Update requirements.txt 2023-11-20 19:00:17 +01:00
Ace
d53d167f74
Update inkycal_stocks.py 2023-11-20 18:58:56 +01:00
Ace
341a9cdc74
Update test_inkycal_stocks.py 2023-11-20 18:57:10 +01:00
mrbwburns
f146949249 latest best guess at scraping the weather 2023-11-20 17:29:46 +01:00
mrbwburns
edd12c3ba0 Merge branch 'weather_scaling' of github.com:mrbwburns/Inkycal into weather_scaling 2023-11-20 17:29:46 +01:00
mrbwburns
0d8cb6c42a no image processing on main
remove the weather scraper call from the inky image module
2023-11-20 17:29:46 +01:00
mrbwburns
2f494eab9e revert original weather module back to master 2023-11-20 17:29:46 +01:00
mrbwburns
485228e35d another shot for improved image display 2023-11-20 17:29:46 +01:00
mrbwburns
0ca272b563 weather scraper improvements 2023-11-20 17:29:46 +01:00
mrbwburns
5b16fff0bd scraper shellscript + dockerfile improvements 2023-11-20 17:29:46 +01:00
mrbwburns
ba630c381f remove image "optimization" 2023-11-20 17:29:45 +01:00
mrbwburns
6287affb0c call the openweather scraper from the image module 2023-11-20 17:29:45 +01:00
mrbwburns
a0fa33d5e1 scraping the weather instead of using the API 2023-11-20 17:29:45 +01:00
mrbwburns
7cac3fd195 - improve devcontainer setup
- add openweather web scraper module
2023-11-20 17:29:45 +01:00
mrbwburns
a1155184c4 Merge remote-tracking branch 'upstream/main' into weather_scaling 2023-11-20 17:29:45 +01:00
mrbwburns
62bb0f600e first improvements for larger fontsizes 2023-11-20 17:29:45 +01:00
mrbwburns
ef9e2c1a39 Merge pull request #270 from mrbwburns/pr-devcontainer
Pr devcontainer
2023-11-20 17:29:45 +01:00
mrbwburns
5571b078f3 Merge branch 'aceinnolab:main' into pr-devcontainer 2023-11-20 17:29:44 +01:00
mrbwburns
563154ba35 small devcontainer cleanup 2023-11-20 17:29:44 +01:00
mrbwburns
72b2e19ecf add devcontainer config to repo 2023-11-20 17:29:44 +01:00
Ace
a937564ec9
re-activate unittests 2023-11-20 17:21:18 +01:00
Ace
fea3ac3c8a
Merge pull request #282 from mygrexit/main
Improved multi-day events
2023-11-12 14:21:06 +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
18257066a6
Update CODE_OF_CONDUCT.md 2023-11-10 15:08:13 +01:00
Ace
41ea263257
Update CONTRIBUTING.md 2023-11-10 15:06:15 +01:00
mygrexit
2dc945ebee
Added support for multi-day events
Improved event handling in calendar: Enhanced the calendar module to handle events spanning multiple days.
2023-11-10 14:57:47 +01:00
Ace
084a44a5e5
Create pull_request_template.md 2023-11-10 14:49:42 +01:00
mygrexit
d79c65cdd5
Add localized formatting for multi-day event durations
This commit introduces a feature to format the names of multi-day events using Arrow's localization. Event titles now include the event duration in days.
2023-11-10 13:39:08 +01:00
Ace
2b2eca2271
Merge pull request #279 from aceinnolab/feature/#245
text-module enhancement
2023-11-08 22:30:02 +01:00
Ace
bb9257ee30
consistency 2023-11-08 22:25:46 +01:00