~aleteoryx/muditaos

ref: ae355210a8b52e7df92518fa7ae1718b5542f758 muditaos/module-apps/application-calendar/windows/CalendarMainWindow.cpp -rw-r--r-- 9.9 KiB
ae355210 — marek303 5 years ago
[EGD-3315]Review changes (minor)
df87b94b — Tomas Rogala 5 years ago
[EGD-3469] Rework DB
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
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
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
1e603d82 — Tomas Rogala 5 years ago
[EGD-3470] Review changes
1a15dcd7 — Tomas Rogala 5 years ago
[EGD-3470] Date conversion to string and rework month view model
fe54b834 — Tomas Rogala 5 years ago
[EGD-3470] rework month model class, add date.h lib, Develop calendar month view model
78904a6b — Tomas Rogala 5 years ago
[EGD-3307] Review changes
1e70bd11 — Tomas Rogala 5 years ago
[EGD-33307] Add unit test, functionality fix
97fdb2cd — Tomas Rogala 5 years ago
[EGD-3307] Calendar DB interface update

Implement adding record to db
Implement Removing elements from DB functionality
Implement Update element in DB functionality
Implement Get elements by date time period
Add time zone field
19e1ca69 — Przemyslaw Brudny 5 years ago
[EGD-3451] RequestRecordsCount refactor in whole project.
f790c756 — Przemyslaw Brudny 5 years ago
[EGD-3437] Navigation row and column fixup in Menu grid.
a90da2fe — Tomas Rogala 5 years ago
[EGD-3437] PR changes
2106bff3 — Tomas Rogala 5 years ago
[EGD-3441] Review changes
d1fe873d — Tomas Rogala 5 years ago
[EGD-3441] add switch case
431ce62d — Tomas Rogala 5 years ago
[EGD-3441] add refresh method
Next