Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move functions related to app lifecycle managment | ConfuSomu | 2021-06-25 |
| | | | | They have been moved to a new file, to provide better encapulation. | ||
* | Use an abstract class for apps | ConfuSomu | 2021-06-20 |
It is derived by each app. This allows finally allocating space for an app's variable when it is opened. On the other hand, currently, destruction of apps is not fully implemented. This commit is also done to save a snapshot of something that works. |