summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAge
* 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").
* Implement BaseApp method called when btn releasedConfuSomu2021-08-23
| | | | | I have done some basic testing using breakpoints. I plan to build a app used for testing the API and the feature set in the future.
* Tidy up project tree; move api, appMgr and BaseAppConfuSomu2021-08-20