wasp-os/wasp/apps
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
..
alarm.py widgets: Clarity whether spinner max is inclusive or exclusive 2021-01-12 20:22:44 +00:00
calc.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
chrono.py manager: Recategorize the theme labels for apps 2020-12-31 19:22:54 +00:00
clock.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
demo.py apps: demo: Move the logo into the demo app 2020-05-17 14:37:44 +01:00
fibonacci_clock.py docs: Add an Application Library chapter 2020-11-08 14:28:38 +00:00
flashlight.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
gameoflife.py drivers: st7789: Pre-allocate a memoryview 2021-01-17 17:44:21 +00:00
haiku.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
heart.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
hello.py docs: Introduce the Application Writer's Guide. 2020-05-11 21:44:30 +01:00
launcher.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
musicplayer.py apps: musicplayer: Adopt GfxButton and use it for trace fwd/back 2021-01-18 21:55:02 +00:00
pager.py widgets: ConfirmationView: Adopt the button widget 2021-01-10 10:34:37 +00:00
play2048.py Disallow swipes while confirmation prompt is displayed 2021-01-15 20:08:57 +00:00
settings.py apps: settings: Clamp the dates a little more tightly 2021-02-20 08:42:16 +00:00
snake.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
software.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
steps.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
stopwatch.py simulator: test_qa: Add some basic docstring tests 2021-01-13 21:51:17 +00:00
template.py docs: Introduce the Application Writer's Guide. 2020-05-11 21:44:30 +01:00
testapp.py apps: testapp: Ensure we test centred strings 2021-02-04 22:15:45 +00:00
timer.py widgets: Clarity whether spinner max is inclusive or exclusive 2021-01-12 20:22:44 +00:00