aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/main.hpp
Commit message (Collapse)AuthorAge
* Rename Api class to AppAPIConfuSomu2024-02-14
|
* Refactor names to btn_pressed/btn_releasedConfuSomu2021-09-03
| | | | | This helps with consistency (use of snake case) while keeping the method names short ("btn" is used instead of "button").
* Tidy up project tree; move api, appMgr and BaseAppConfuSomu2021-08-20
|
* Allow apps to close and quit themselves via returnConfuSomu2021-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 classConfuSomu2021-08-01
| | | | | This change allows app_settings to be used under the new app architecture.
* Use pragma once in main.hppConfuSomu2021-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 appConfuSomu2021-05-01