Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tidy up project tree; move api, appMgr and BaseApp | ConfuSomu | 2021-08-20 |
| | |||
* | Allow apps to close and quit themselves via return | ConfuSomu | 2021-08-11 |
| | | | | | | | | | value when returning from render(), btnpressed() or bgrefresh(). This can help free system ressources when apps do not need to be running anymore. The AppAttributes::destroy_on_exit is currently ignored to give apps more freedom. The main_clock app has had some changes done to test the new features. | ||
* | Transition app_settings to BaseApp class | ConfuSomu | 2021-08-01 |
| | | | | | This change allows app_settings to be used under the new app architecture. | ||
* | Use pragma once in main.hpp | ConfuSomu | 2021-05-27 |
| | | | | | #pragma once will be used in every header file from now on. Changes will be made for the other header files. | ||
* | Implement preliminary settings app | ConfuSomu | 2021-05-01 |