summaryrefslogtreecommitdiffstats
path: root/pico-watch.cpp
Commit message (Expand)AuthorAge
* 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