wasp-os/wasp
Daniel Thompson 090ed8489b apps: settings: Clamp the dates a little more tightly
Currently a couple of down presses on the year results in the time being
set to some time in 2099. The micropython date logic does not support
dates this far in the future and throws an exception. Adopt a simple
fix that should be OK for the next 39 years ;-) .

Reported-by: Christopher Peters <me@christopherp.de>
Fixes: #167
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-02-20 08:42:16 +00:00
..
apps apps: settings: Clamp the dates a little more tightly 2021-02-20 08:42:16 +00:00
boards simulator: test: Add Draw565.bounding_box unit tests 2021-02-06 13:30:30 +00:00
drivers drivers: st7789: Further reduce allocations during set_window() 2021-01-17 17:44:50 +00:00
fonts icons, fonts.digits: Switch over to 2-bit RLE encoding 2020-12-28 12:01:15 +00:00
modules bma42x-upy: Implement step counter reset 2020-12-30 09:56:22 +00:00
boot.py Add licensing information for all wasp-os files. 2020-03-22 15:40:18 +00:00
draw565.py drivers: draw565: Added bounding_box() function that returns the size of a string. 2021-02-05 16:42:01 +02:00
gadgetbridge.py Notify level in settings app 2020-11-29 20:20:03 +00:00
icons.py apps: musicplayer: Adopt GfxButton and use it for trace fwd/back 2021-01-18 21:55:02 +00:00
logo.py Add licensing information for all wasp-os files. 2020-03-22 15:40:18 +00:00
main.py Introduction basic notification support 2020-07-19 20:50:33 +01:00
ppg.py ppg: Pull the PPG signal processing into a seperate library 2020-06-25 21:59:32 +01:00
requirements.txt install: Include the wasptool dependencies in the install guide 2021-01-30 12:55:28 +00:00
shell.py Add licensing information for all wasp-os files. 2020-03-22 15:40:18 +00:00
wasp.py system: Move free memory capture into the switch method 2021-01-15 20:07:09 +00:00
widgets.py widgets: Add a button with a graphical icon 2021-01-18 21:52:55 +00:00