Commit Graph

950 Commits

Author SHA1 Message Date
Ace
19ab63930c
Optimising Installer for new dependencies
Previously, the installer would only install dependencies when choosing the install option. The installer will install dependencies when updating as well. The installer will now ask before attempting to update the operating system when choosing the updating/installing option. When installing/updating, only those dependencies will be installed, which are missing on the system. This check is done by test-importing the module in python3. If it's not found, it's installed.
2019-04-18 12:51:34 +02:00
Ace
5f88b78f87
Adding option to update system 2019-04-18 12:27:45 +02:00
Ace
5306fb72f2
Update prototype.sh 2019-04-18 11:45:20 +02:00
Ace
c981bdeb9e
Update Installer-with-debug.sh 2019-04-18 00:53:46 +02:00
Ace
0635adc3b9
Fixed some bugs 2019-04-18 00:41:23 +02:00
Ace
3ffe644f86
Fixed some bugs 2019-04-18 00:07:49 +02:00
Ace
e73da0fc62
Bugfix+minor improvements 2019-04-17 23:41:08 +02:00
Ace
eed4f110e4
Bugfix 2019-04-17 23:34:19 +02:00
Ace
68f1af4838
Update prototype.sh 2019-04-17 23:33:48 +02:00
Ace
0ea6eb1280
Created template for a new installer 2019-04-17 23:16:45 +02:00
Ace
b325d823c3
Fixed incorrect installer link
Since the changes last month, the installer-link was not updated and was pointing to the master branch, though it should be pointing at the stable branch. This has been fixed just now. More testing is still taking place...
2019-04-17 22:32:06 +02:00
Ace
254674c774
Added note on bug in installer 2019-04-17 19:44:12 +02:00
Ace
c520db31f2
Fixed paths to Inky-Calendar folder
bugfix
2019-04-17 17:05:13 +02:00
Ace
700f0be791
Update 2019-04-16 00:42:10 +02:00
Ace
2a039d2d11
Progress update
Added some more features for nexxt version and updated the state of some features for the next release.
2019-04-16 00:31:29 +02:00
Ace
996e9e4254
Some minor improvements
Added logo, added info about multiple iCalendar URLs, multiple RSS-feeds, added default option for radio checkboxes
2019-04-09 01:26:11 +02:00
Ace
dee72546ec
Updated logo
Updated logo for better readability
2019-04-03 22:51:04 +02:00
Ace
84f0d6940f
updated logo for better readability 2019-04-03 22:50:15 +02:00
Ace
007c23ac08
Add files via upload 2019-04-03 22:49:48 +02:00
Ace
c47e05ef76
Added info about the new settings.py web-ui
All credit to TobyChui for his great work and time to create a web-ui for easily modifying the settings in the programm. The modified version is now up-to-date and has extended to support all new functions. Instructions on usage have also been added.
2019-04-03 01:59:24 +02:00
Ace
98ef658107
Merge pull request #25 from aceisace/master
Added new settings.py generator (Web UI)
2019-04-03 01:44:35 +02:00
Ace
0455800fdb
Deleted outdated file 2019-03-31 11:38:38 +02:00
Ace
570187c929
Added new settings.py generator (Web UI) 2019-03-27 22:18:15 +01:00
Ace
8d85242f81
path fixed 2019-03-25 21:36:53 +01:00
Ace
2693625b68
Rename license.txt.txt to license.txt 2019-03-25 21:36:22 +01:00
Ace
eda090f84c
Removed duplicate echo line
Installing the E-Paper-Calendar Software for your display was displayed twice when updating. This has been fixed
2019-03-24 21:31:45 +01:00
Ace
606a341d2e
updated some filenames 2019-03-24 21:12:43 +01:00
Ace
89486a7f28
Minor Improvements 2019-03-24 20:48:38 +01:00
Ace
f578e65d74
Updated some links 2019-03-24 20:32:53 +01:00
Ace
92b41c88e0
Updated some links 2019-03-24 20:26:12 +01:00
Ace
a4fdc6efaa
Minor improvements 2019-03-23 20:27:10 +01:00
Ace
7b9e8e84c5
Some improvements
Added Logo, a few labels, notes about contributions, notes about response time.
2019-03-23 01:16:17 +01:00
Ace
73e821bc41
Added logo 2019-03-23 00:31:56 +01:00
Ace
31f8376033
Added contributors 2019-03-23 00:30:51 +01:00
Ace
e984ee6a27
Added code contribution guidelines 2019-03-22 17:53:35 +01:00
Ace
a1ec0984b0
Create CONTRIBUTORS.md 2019-03-22 17:50:47 +01:00
Ace
fa113b101e
Fixed a problem for 3-Colour Displays
While improving the readability of the code some commits ago, a problem occured where 3-coloured E-Paper-Displays had problems correctly rendering the image. With this fix, it should be solved now.
2019-03-22 17:00:17 +01:00
Ace
6490f8e89e
Added support for recurring events
Added support for recurring events (Credit to and special thanks to Hubert)
2019-03-21 16:58:14 +01:00
Ace
8ab3fd7c73
Resized featured image 2019-03-20 00:58:41 +01:00
Ace
e626651585
Disabled some non-required lines for iCalendar 2019-03-17 17:10:37 +01:00
Ace
dd02940094
Bugfix 2019-03-17 07:33:58 +01:00
Ace
ea8fbf312a
Fixed a bug 2019-03-17 07:25:55 +01:00
Ace
8db4f9ff3a
Lots of improvements (see details)
Improved execution time for each loop (until the image is fully gerated) to less than 5 seconds. Of course, it takes much longer to render the image to the display as well as for calibration.
Implemented possible bugfix for iCalendars as suggested by arustleund in issue#20
Improved algorithm for sleeping until the next update and for counting loops left until calibration.
Some minor changes to improve code readbility
2019-03-17 01:07:21 +01:00
Ace
05c59d9dee
Some improvements 2019-03-13 15:03:39 +01:00
Ace
d485593fa4
Removed non-english rss-feed URL 2019-03-13 00:51:16 +01:00
Ace
47b081e23e
Fixed bug when additional feature == "events"
A list that was not created cannot be deleted. This has been fixed now.
2019-03-13 00:35:33 +01:00
Ace
fd77a39a32
Added updated image 2019-03-13 00:33:30 +01:00
Ace
35360b40f0
Added new featured image of the E-Paper Calender 2019-03-13 00:31:55 +01:00
Ace
33ac08c094
Removed outdated image 2019-03-12 19:33:41 +01:00
Ace
eeac5ba93d
Removed outdated image 2019-03-12 19:33:30 +01:00