summaryrefslogtreecommitdiff
path: root/wasp/apps/clock.py
AgeCommit message (Expand)Author
2022-02-02Add watchface with weekdayFrancesco Gazzetta
2022-02-02Remove icons from watchface appsFrancesco Gazzetta
2021-06-20all clocks: Add a preview() method ready for a watch face chooserDaniel Thompson
2021-01-13simulator: test_qa: Add some basic docstring testsDaniel Thompson
2020-12-31manager: Recategorize the theme labels for appsDaniel Thompson
2020-12-28icons, fonts.digits: Switch over to 2-bit RLE encodingDaniel Thompson
2020-12-13apps: clock: Fix theme handlingDaniel Thompson
2020-12-13Added basic theming engine.kozova1
2020-11-04manager: Introduce shared "system bar"Daniel Thompson
2020-10-25apps: clock: Simplify and increase commentingDaniel Thompson
2020-10-20widgets: Rename StatusBar to NotificaitonBarDaniel Thompson
2020-08-16README: Add a (fairly) comprehensive screenshot tourDaniel Thompson
2020-07-24StatusBar: Rename and add BLE connection status iconDaniel Thompson
2020-07-19Introduction basic notification supportDaniel Thompson
2020-05-14wasp: Even more docstringsDaniel Thompson
2020-04-06wasp: launcher: Experimental launcher implementationDaniel Thompson
2020-04-06wasp: manager: make sleep() and background() callbacks optionalDaniel Thompson
2020-04-06apps: Remove unused support for effect animationDaniel Thompson
2020-04-06wasp: Get the terminology straightDaniel Thompson
2020-03-26wasp: Move the constants into seperate container classesDaniel Thompson
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-03-22Rename manager.py and expose its interfaces to all applicationsDaniel Thompson
2020-03-09wasp: draw565: Refactor to allow apps to focus on the drawable.Daniel Thompson
2020-03-08wasp: Re-factor how Draw565 is used.Daniel Thompson
2020-03-08wasp: Move the apps into their own directory.Daniel Thompson