~aleteoryx/muditaos

ref: 4f0c3c82afe3811fa66c9110038b946c6d903d68 muditaos/module-apps/application-calendar/ApplicationCalendar.cpp -rw-r--r-- 8.6 KiB
4f8f315c — tomaszrogala 5 years ago
[EGD-3823] Create Popup windows (#946)

-Create bargraph widget
-Create Home modes window
-Create Volume window
-Create Brightness window
-PR changes
998ceac4 — Radoslaw Wicik 5 years ago
[EGD-4217] Convert service-db to library
22102c4b — Piotr Tanski 5 years ago
[EGD-4200] Message handling refactored. (#974)

123c95f9 — KacperLewandowski 5 years ago
[EGD-3809] Calendar changes after UX redesign (#745)

Add an additional field for date of the event.
Set 'all day' event as a default option when you add a new event.
Change in the design of AllEventsWindow and EventDetailWindow according to UX redesign.
299be4da — Piotr Tanski 5 years ago
[EGD-4151] Application manager actions introduced. (#905)

* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
faac1950 — KacperLewandowski 5 years ago
[EGD-3826] Rework of day events list. (#889)

Use database model in day events list instead of internal model. Extend getFiltered query.

Co-authored-by: Tomas Rogala <rogala.tomasz1@gmail.com>
EGD-4102 (#871)

* EGD-4102 Added log to refreshed window and null check

* EGD-4102 Fixed messages crash

* EGD-4102 Fixed calendar crash and some funky code
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
585c612f — marek303 5 years ago
[EGD-3315]Review changes: EventReminderWindow - localized date and time; unit tests for SelectFirstUpcoming query
ba4640c4 — KacperLewandowski 5 years ago
[EGD-3469] ServiceTime - start
7b4a706c — Adam Dobrowolski 5 years ago
EGD-4036 Application windows - added register mechanism

* Moved ApplicationLauncher to separate files - declutering
* WindowsStore renamed to WindowsFactory - Store needs to be splitted toavoid antipattern
* Options window build dynamically onBeforeShow
* Dialog windows dynamically built
46088570 — Tomas Rogala 5 years ago
[EGD-3700] Switch window rework

-Create application->switchManyWindowsBack() method
-Create equivalent to empty window enum class
-Remove stored prevWindows variables
-Add bottom bar to empty window (equivalent to allEvents)
-Repair going back to previous windows functionality
-Repair switching window (with empty events DB)
-Add EventShift value to event records time
b89d6cca — Tomas Rogala 5 years ago
[EGD-3700] Time display on rt1051 - rework
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
2aaed62b — KacperLewandowski 5 years ago
[EGD-3699] Add notifications handling in calendar.
65b4e9ad — Tomas Rogala 5 years ago
[EGD-3469] PR changes
cea4786a — KacperLewandowski 5 years ago
[EGD-3314] Develop EventTime, SeveralOptions and CheckBox items
7c1c7395 — KacperLewandowski 5 years ago
[EGD-3314] Develop new/edit event and custom repeat windows
1e603d82 — Tomas Rogala 5 years ago
[EGD-3470] Review changes
78904a6b — Tomas Rogala 5 years ago
[EGD-3307] Review changes
Next