aboutsummaryrefslogtreecommitdiffstats
path: root/app_manager.hpp
Commit message (Collapse)AuthorAge
* Move app manager functions to a namespaceConfuSomu2021-08-05
| | | | This helps with compartmentalisation and organisation.
* Move function documentation to header fileConfuSomu2021-08-01
|
* Move bgrefresh of each app to app_manager functionConfuSomu2021-08-01
|
* Implement an app_manager that supports BaseAppConfuSomu2021-07-25
| | | | | | | | | and create classes for home_menu and main_clock apps. This commit has a lot of changes as multiple parts of the project had to be changed to support running apps that are based on the BaseApp class. It could not have been done in multiple commits as the progam would not be able to build and thus I would not be able to test the changes.
* Move functions related to app lifecycle managmentConfuSomu2021-06-25
They have been moved to a new file, to provide better encapulation.