Commit Graph

14 Commits

Author SHA1 Message Date
Adam
f5f27d642f EGD-2955 EGD-3588 Timers fully refactored & updated (#721)
* Timers now are Application thread safe
* Timers now have consistent API independend of Application (no more c style timers)
* Timers can have either: callback or override onTimer() method - this
  way we can create more complicated timers or just use existing ones
* gui::Timer added via adapter class GuiTimer to decouple sys::Timer
  with gui::Timer
* Fixed race in wrapper
* Updated docs
* fixed using std and cpp_freertos and DataReceivedHandler hidden in Application.hpp
2020-10-02 14:04:57 +02:00
Radoslaw Wicik
a8573a404c Apply new style 2020-03-17 10:03:16 +01:00
Kuba
5bae197f9e Pull request suggestions added. 2019-06-26 11:57:54 +02:00
Kuba
773f2dbc3c Merge branch 'master' of github.com:muditacom/PurePhone into widget_progress_bar 2019-06-25 11:25:30 +02:00
Kuba
26e80bef11 Code cleanup. 2019-06-25 11:07:11 +02:00
Kuba
7662b9f39e First version of new progress bar. 2019-06-25 09:55:15 +02:00
Kuba
ee325fe7ac Merge branch 'master' of github.com:muditacom/PurePhone into widget_progress_bar 2019-06-17 11:55:53 +02:00
Robert Borzecki
6964ed3e9e Fixed switch between applications. 2019-06-17 10:17:06 +02:00
Kuba
4523f57d4b Branch change. 2019-06-11 09:00:23 +02:00
Kuba
5c8dc69ed5 Progress bar added in clock application. 2019-06-06 15:28:06 +02:00
Kuba
617d06ca67 Rectangular progress bar. 2019-06-06 13:21:24 +02:00
Kuba
37e3978620 Change in progress bar drawing command. 2019-06-06 11:56:55 +02:00
Kuba
aad7bc60c8 Working on progress bar widget. 2019-06-06 09:36:21 +02:00
Robert Borzecki
d3235d54d7 Removed submodule 2019-05-21 23:35:00 +02:00