summaryrefslogtreecommitdiff
path: root/wasp/wasp.py
AgeCommit message (Expand)Author
2020-12-13widgets: BatteryMeter: Fix theme handlingDaniel Thompson
2020-12-13Added basic theming engine.kozova1
2020-12-13apps: testapp: Automatically report free memoryDaniel Thompson
2020-11-29Notify level in settings appCarlosgg
2020-11-14apps: testapp: Add an alarm testDaniel Thompson
2020-11-14manager: Implement alarm callbacks for applications to useDaniel Thompson
2020-11-12apps: Add music player app with GadgetBridge supportCarlosgg
2020-11-04manager: Introduce shared "system bar"Daniel Thompson
2020-09-22wasp: Fix broken indentionDaniel Thompson
2020-09-16wasp: Allow app initialization to failDaniel Thompson
2020-08-15wasp: Introduce a NEXT eventDaniel Thompson
2020-07-19Introduction basic notification supportDaniel Thompson
2020-06-30wasp: Switch to scheduling from interruptDaniel Thompson
2020-06-22apps: heart: Introduce simple app for the heart rate sensorDaniel Thompson
2020-06-11drivers: cst816s: optimize for power saving and responsivenessFuji Pebri
2020-06-09wasp: apps: Step counter applicationDaniel Thompson
2020-05-14Make wasp-os namig consistantDaniel Thompson
2020-05-14wasp: Even more docstringsDaniel Thompson
2020-05-10wasp: apps: Remove __init__.pyDaniel Thompson
2020-04-26wasp: Manager: Avoid printing the stack trace when it can cause problemsDaniel Thompson
2020-04-14wasp: Manager: Bring in proper separation of appsDaniel Thompson
2020-04-14wasp: Manager: Push exceptions to the console as well as the crash appDaniel Thompson
2020-04-12WIP: Introduce the quick_ringDaniel Thompson
2020-04-12wasp: apps: Add shortcuts to all appsDaniel Thompson
2020-04-11docs: Fix warnings and add a few extra apps to the docsDaniel Thompson
2020-04-11wasp: On-device crash reportingDaniel Thompson
2020-04-10wasp: apps: Add a new (super simple) settings appDaniel Thompson
2020-04-06wasp: launcher: Experimental launcher implementationDaniel Thompson
2020-04-06wasp: manager: make sleep() and background() callbacks optionalDaniel Thompson
2020-04-06wasp: Manager: Parameterize the keep awake timerDaniel Thompson
2020-04-06wasp: Rename Debounce to PinHandlerDaniel Thompson
2020-04-06wasp: draw565: Allow the drawing context to be resetDaniel Thompson
2020-04-06wasp: Add button presses to the event system.Daniel Thompson
2020-04-06wasp: Get the terminology straightDaniel Thompson
2020-04-06wasp: Factor out the sleep/wake codeDaniel Thompson
2020-03-26wasp: Add support for brightness caching and keep-awake signallingDaniel Thompson
2020-03-26wasp: Major documentation string improvements.Daniel 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