~aleteoryx/muditaos

ref: af960b6fac2fdd9e42072c4632ca769fce76f95f muditaos/module-apps/application-calendar/models d---------
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
6c900d7b — Piotr Tański 5 years ago
[EGD-5166] Add query-callback synchronization mechanism

Receiver object cancels the callbacks at the end of its lifecycle.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
4b06b003 — tomaszrogala 5 years ago
[EGD-3842] Modify events records tests and add providers fields to DB (#1138)

998ceac4 — Radoslaw Wicik 5 years ago
[EGD-4217] Convert service-db to library
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.
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>
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
ae355210 — marek303 5 years ago
[EGD-3315]Review changes (minor)
f1e68d22 — marek303 5 years ago
[EGD-3315] Main functionality: DB queries, timers processing, base classes for future use
df87b94b — Tomas Rogala 5 years ago
[EGD-3469] Rework DB
0eb1fd03 — Przemyslaw Brudny 5 years ago
[EGD-3985] Removed unique_ptr to vector for DatabaseModel updateRecords Method.
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
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.
4942167c — Tomas Rogala 5 years ago
[EGD-3713] Rework repeat option data flow

-Implement onIsChecked callbacks
-Add Custom repeat functionality
-Prevent from repeated events duplicates
65b4e9ad — Tomas Rogala 5 years ago
[EGD-3469] PR changes
91e29f1c — Bartek Cichocki 5 years ago
[EGD-3486] Implementation of SMS handling in service-desktop

added message removal method

added message marking as read/unread

added message thread to_json() method, fixed unit test

added template processing except search

added SMS gathering by contactID

added getByText sms query

added template search query
767c1f22 — KacperLewandowski 5 years ago
[EGD-3314] PR changes
Next