index
:
pico-watch
BaseApp-class
api-class
app-game_falldown
app-main_clock
app-settings
app-tests
main
master
ui-ListWidget
An 128×64 OLED watch based on Raspberry Pi Pico.
ConfuSomu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app_manager.cpp
Commit message (
Expand
)
Author
Age
*
Remove all references to render interval methods
BaseApp-class
ConfuSomu
2021-08-14
*
Clear display when app is quit via return value
ConfuSomu
2021-08-11
*
Allow apps to close and quit themselves via return
ConfuSomu
2021-08-11
*
Remove one check used to see if app is already init
ConfuSomu
2021-08-11
*
Check if new fails when creating app
ConfuSomu
2021-08-05
*
Rename current_app to foreground_app
ConfuSomu
2021-08-05
*
Move app manager functions to a namespace
ConfuSomu
2021-08-05
*
Clean up app_manager and correctly clear the OLED
ConfuSomu
2021-08-01
*
Transition app_settings to BaseApp class
ConfuSomu
2021-08-01
*
Move function documentation to header file
ConfuSomu
2021-08-01
*
Move bgrefresh of each app to app_manager function
ConfuSomu
2021-08-01
*
Implement virtual getter for app attributes
ConfuSomu
2021-08-01
*
Implement an app_manager that supports BaseApp
ConfuSomu
2021-07-25
*
Remove BaseApp ptr from open_apps after deleting it
ConfuSomu
2021-06-25
*
Move functions related to app lifecycle managment
ConfuSomu
2021-06-25