summaryrefslogtreecommitdiff
path: root/wasp/apps/testapp.py
AgeCommit message (Expand)Author
2021-03-29apps: testapp: Force characters to render with a not-black backgroundDaniel Thompson
2021-02-04apps: testapp: Ensure we test centred stringsDaniel Thompson
2021-01-13simulator: test_qa: Add some basic docstring testsDaniel Thompson
2021-01-03apps: software: Add an apps to enable/disable other appsDaniel Thompson
2020-12-29widgets: Spinner: Add a simple spinner widgetDaniel Thompson
2020-12-29widgets: Checkbox: Add a simple checkbox widgetDaniel Thompson
2020-12-27draw565: Add width to the line drawing functionDaniel Thompson
2020-12-13apps: testapp: Automatically report free memoryDaniel Thompson
2020-12-12apps: testapp: Make the line benchmark use 360 degreesDaniel Thompson
2020-12-12draw565: Added line drawing functionKozova1
2020-11-14apps: testapp: Add an alarm testDaniel Thompson
2020-08-16README: Add a (fairly) comprehensive screenshot tourDaniel Thompson
2020-07-19Introduction basic notification supportDaniel Thompson
2020-06-22apps: testapp: Filled rectangle drawing benchmarksDaniel Thompson
2020-05-24widgets: Introduce a slider widgetDaniel Thompson
2020-05-14wasp: Even more docstringsDaniel Thompson
2020-04-12wasp: testapp: Sort tests alphabeticallyDaniel Thompson
2020-04-11wasp: On-device crash reportingDaniel Thompson
2020-04-10wasp: draw565: Automatic RLE format conversionDaniel Thompson
2020-04-06wasp: testapp: Add RLE drawing benchmarks.Daniel Thompson
2020-04-06wasp: launcher: Experimental launcher implementationDaniel Thompson
2020-04-06wasp: widgets: Add a scrolling indicatorDaniel Thompson
2020-04-06wasp: testapp: Add an option to force an exceptionDaniel Thompson
2020-04-06wasp: manager: make sleep() and background() callbacks optionalDaniel Thompson
2020-04-06wasp: Add button presses to the event system.Daniel 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-13wasp: Rotate the swipe UI by 90 degreesDaniel 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-08testapp: Smoother transitions between testsDaniel Thompson
2020-03-08testapp: Show the render time for the string testDaniel Thompson
2020-03-08wasp: testapp: Extend with a string render testDaniel Thompson
2020-03-08wasp: Move the apps into their own directory.Daniel Thompson