summaryrefslogtreecommitdiffstats
path: root/app_manager.cpp
Commit message (Expand)AuthorAge
* Remove all references to render interval methodsBaseApp-classConfuSomu2021-08-14
* Clear display when app is quit via return valueConfuSomu2021-08-11
* Allow apps to close and quit themselves via returnConfuSomu2021-08-11
* Remove one check used to see if app is already initConfuSomu2021-08-11
* Check if new fails when creating appConfuSomu2021-08-05
* Rename current_app to foreground_appConfuSomu2021-08-05
* Move app manager functions to a namespaceConfuSomu2021-08-05
* Clean up app_manager and correctly clear the OLEDConfuSomu2021-08-01
* Transition app_settings to BaseApp classConfuSomu2021-08-01
* Move function documentation to header fileConfuSomu2021-08-01
* Move bgrefresh of each app to app_manager functionConfuSomu2021-08-01
* Implement virtual getter for app attributesConfuSomu2021-08-01
* Implement an app_manager that supports BaseAppConfuSomu2021-07-25
* Remove BaseApp ptr from open_apps after deleting itConfuSomu2021-06-25
* Move functions related to app lifecycle managmentConfuSomu2021-06-25