aboutsummaryrefslogtreecommitdiffstats
path: root/pico-watch.cpp
Commit message (Expand)AuthorAge
* 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
='#n263'>263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344