~aleteoryx/muditaos

ref: 6533aba24ef55cde97a89ef8040b9da21425d571 muditaos/module-db/CMakeLists.txt -rw-r--r-- 6.7 KiB
6533aba2 — KacperLewandowski 5 years ago
[EGD-4073] Alarms database rework (#1006)

Adaptation to the query approach.
84e08c24 — tomaszrogala 5 years ago
[EGD-3512] Create ICS Parser (#892)

-Create application desktop endpoints for calendar events
-Modify Calendar Database Interface
-Create ParserICS lib
-Create calendar events endpoints test
-Create UT for ParserICS
c25ad794 — RobertPiet 5 years ago
Revert "[EGD-3572] SettingsTable exchanged to Settings::Settings (#968)" (#1035)

This reverts commit f11bc1f0d0120c04ee6f826f75c9e8a9f5894602.

Co-authored-by: Hubert Chrzaniuk <hubert.chrzaniuk@mudita.com>
f11bc1f0 — RobertPiet 5 years ago
[EGD-3572] SettingsTable exchanged to Settings::Settings (#968)

[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] review issues resolved
[EGD-3572] shared_ptr -> unique_ptr
[EGD-3572] Primary Key for settings_tab:path
[EGD-3572] empty values handling
c9d9ee62 — Tomek Sobkowiak 5 years ago
[EDG-4506] Database initializer to load init scripts from file (#979)

* [EDG-4506] Database initializer to load init scripts from file
88939f82 — PrzeBrudny 5 years ago
[EGD-4070] Messages listView sync db queries refactored to full async. (#837)

ba4640c4 — KacperLewandowski 5 years ago
[EGD-3469] ServiceTime - start
196c0268 — Przemyslaw Brudny 5 years ago
[EGD-2395] Added BottomTop orientation support for listView. Created SMSThreadViewWindow and SMSOutputWidget. MessagesStyle moved from global Style.hpp. Fixes in Text. ListView fixes, BoxLayout callback for requestedSize. Added smsInput into list. Drafts handling added.
7e520b49 — Piotr Tanski 5 years ago
[EGD-3788] Fixes for message drafts feature after requirements elaboration. (#733)

b7eb4365 — Przemyslaw Brudny 5 years ago
[EGD-3799] Messages queries cleanups.
8fd488b0 — Piotr Tanski 5 years ago
[EGD-3720] Database service API cleanup for messages application. (#720)

- Major cleanup of database query usage.
9447da65 — Piotr Tanski 5 years ago
[EGD-2870] Message drafts feature implemented. (#704)

- Save unsent messages as drafts on thread view window close.
- Queries for SMS add and update introduced.
- Fix for windows IDs all being zeroes across the GUI.
65b4e9ad — Tomas Rogala 5 years ago
[EGD-3469] PR changes
63685f92 — jimmorrisson 5 years ago
[EGD-3097] Add storing and updating audio settings in database.
204dd621 — Marcin Smoczyński 5 years ago
[EGD-3532] identify thread with a number

Use phone number instead of contact number to identify a message thread
to allow having multiple threads for a contact if contact has multiple
numbers.
7dcae592 — Bartek Cichocki 5 years ago
[EGD-3599] added missing queries to calllog DB

[EGD-3599] PR fix
41582135 — Bartek Cichocki 5 years ago
[EGD-3593] fixed unhandled factory-reset endpoint

added update file check in update endpoint
added missing getByThreadID message query
4c7f8ff7 — Bartek Cichocki 5 years ago
[EGD-3522] added missing updateTemplate query
56f819c9 — Bartek Cichocki 5 years ago
[EGD-3522] added missing queries

[EGD-3522] added ContactUpdate query

[EGD-3522] added ContactRemove query

[EGD-3502] fixed UT

[EGD-3522] added SMSTemplateGet query

[EGD-3522] added SMSGetCount query

[EGD-3522] added SMSGet query

[EGD-3522] added SMSTemplateGetCount query

[EGD-3522] added SMSTemplateGetCount query

[EGD-3522] added SMSTemplateAdd query

[EGD-3522] added SMSRemove query

[EGD-3522] added SMSTemplateRemove query
9eeeb6ae — Bartek Cichocki 5 years ago
[EGD-3502] reworked endpoints and handlers
added endpoint listener to query
Next