| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
This helps with consistency (use of snake case) while keeping the method
names short ("btn" is used instead of "button").
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This change allows app_settings to be used under the new app
architecture.
|
|
|
|
|
| |
#pragma once will be used in every header file from now on. Changes will
be made for the other header files.
|
|
|