summaryrefslogtreecommitdiffstats
path: root/pico-watch.cpp
Commit message (Expand)AuthorAge
* Tidy up project tree; move api, appMgr and BaseAppConfuSomu2021-08-20
* Rename repeating timer to more descriptive nameConfuSomu2021-08-19
* Remove all references to render interval methodsBaseApp-classConfuSomu2021-08-14
* Have the render interval be an app attributeConfuSomu2021-08-12
* Rename current_app to foreground_appConfuSomu2021-08-05
* Move app manager functions to a namespaceConfuSomu2021-08-05
* Move bgrefresh of each app to app_manager functionConfuSomu2021-08-01
* Implement an app_manager that supports BaseAppConfuSomu2021-07-25
* Move functions related to app lifecycle managmentConfuSomu2021-06-25
* Use an abstract class for appsConfuSomu2021-06-20
* Add user_settings global structConfuSomu2021-05-06
* Implement preliminary settings appConfuSomu2021-05-01
* Add delta to app_btnpress argumentsConfuSomu2021-04-28
* Move check for button time since press to functionConfuSomu2021-04-25
* Fix race condition on HOME press while renderingConfuSomu2021-04-22
* Move global variables to structConfuSomu2021-04-22
* Ignore home button press when in Api popupConfuSomu2021-04-22
* Check for invalid app_id when app is initConfuSomu2021-04-14
* WFI in rendering loop when sleepingConfuSomu2021-04-08
* Rewrite app_init to check for malloc/new failuresConfuSomu2021-04-08
* Add fixme in pico-watch.cConfuSomu2021-04-01
* Fix possible race condition when switching appConfuSomu2021-03-28
* Enable malloc debuggingConfuSomu2021-03-28
* Dump display backbuffer only onceConfuSomu2021-03-04
* Enter shallow sleep when there are no interactionsConfuSomu2021-03-02
* Use bool in bgrefreshConfuSomu2021-03-01
* Fix race condition when refresh interval is smallConfuSomu2021-03-01
* Implement API to set/get render intervalConfuSomu2021-03-01
* Wait for button press then hide popupConfuSomu2021-03-01
* Refactor API function namesConfuSomu2021-02-27
* Remove unnecessary includesConfuSomu2021-02-27
* Use an Api class for abstractionConfuSomu2021-02-27
* Use dynamic allocation of app variables/dataConfuSomu2021-02-20
* Use namepace for main_clock appConfuSomu2021-02-20
* Adopt C++ConfuSomu2021-02-20