wasp-os/wasp/apps
Daniel Thompson 231f3b6fdd apps: software: Add an apps to enable/disable other apps
Currently wasp-os enables a narrow set of applications because we don't
want to consume RAM by importing the module and constructing the
application. We can improve on this situation by providing a small
(stateless) application that can be used to enable or diable applications.
This allows all the ROMed applications to be enabled using the GUI
without compromising on the ability to develop applications.

In fact this application significantlly reduces the RAM consumed in the
default case becasue the Self Test app does not need to maintain its
state.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-01-03 14:54:34 +00:00
..
alarm.py apps: alarm: add a full colour icon 2020-12-29 20:14:13 +00:00
calc.py apps: calc: Use the UI colours to generate a background 2020-12-31 19:26:34 +00:00
chrono.py manager: Recategorize the theme labels for apps 2020-12-31 19:22:54 +00:00
clock.py manager: Recategorize the theme labels for apps 2020-12-31 19:22:54 +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 apps: software: Add an apps to enable/disable other apps 2021-01-03 14:54:34 +00:00
gameoflife.py docs: Add an Application Library chapter 2020-11-08 14:28:38 +00:00
haiku.py apps: haiku: Add a simple Haiku viewer 2020-10-10 12:12:59 +01:00
heart.py apps: heart: Use theme colours for text labels 2021-01-03 14:46:47 +00:00
hello.py docs: Introduce the Application Writer's Guide. 2020-05-11 21:44:30 +01:00
launcher.py apps: launcher: Use theme colours for text labels 2021-01-03 14:46:58 +00:00
musicplayer.py apps: music: Add to application index 2020-11-22 09:22:50 +00:00
pager.py widgets: ConfirmationView: Fix hit box problems 2020-12-30 10:29:02 +00:00
settings.py apps: settings: Use theme colours for text labels 2021-01-03 14:47:23 +00:00
snake.py apps: snake: Update artwork 2020-12-28 10:08:15 +00:00
software.py apps: software: Add an apps to enable/disable other apps 2021-01-03 14:54:34 +00:00
steps.py manager: Recategorize the theme labels for apps 2020-12-31 19:22:54 +00:00
stopwatch.py manager: Recategorize the theme labels for apps 2020-12-31 19:22:54 +00:00
template.py docs: Introduce the Application Writer's Guide. 2020-05-11 21:44:30 +01:00
testapp.py apps: software: Add an apps to enable/disable other apps 2021-01-03 14:54:34 +00:00