~aleteoryx/muditaos

ref: 2de63da94351d16b4bd25ad45c5ad70cbc1bb6fa muditaos/module-services/service-db/DBServiceAPI.cpp -rw-r--r-- 14.7 KiB
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
fbc28f4c — Tomasz Langowski 5 years ago
[EGD-5322] Add send message test (long sms, special characters)

Add send message test (long sms, special characters)

[EGD-5322] Add send message test (long sms, special characters)

Add send message test (long sms, special characters)
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
9bf26e0e — mkamonMdt 5 years ago
[EGD-4889] Fix add/edit contact from dial window

Original behaviour (from dial window) was that user-provided number
was send to db with partial match query. This could cause more than
one result, with no further selection rule. Solution to this
particular behavior was to switch to full number match query.

Additionally problem with unrecognizable prefixes in user-provided
numbers was solved.
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
652fc46c — Pawel Olejniczak 5 years ago
[EGD-5369] Fix for incorrect assertions in DBServiceAPI

This hotfix removes unnecessary assertions from DBServiceAPI.
The whole file will be refactored/deleted in near future.
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.
87f118fd — Pawel Olejniczak 5 years ago
[EGD-4317] Fix newly added contact recognized as a duplicate

of temporary contact. Newly added contact is no longer considered
as a duplicate of a temporary one.
It simply replaces the temporary contact, if its number matches.
4e0f72e7 — Piotr Tanski 5 years ago
[EGD-4696] Several stabilization patches. (#1192)

bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
54bb1d4a — RobertPiet 5 years ago
[EGD-4343] use new settings in ServiceAudio (#997)

* [EGD-4343] ServiceAudio moved to new settings
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
675dc59c — RobertPiet 5 years ago
[EGD-3572] SettingsTable exchanged to settings::Settings (#968) (#1044)

[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] Application is the owner of Settings handling for its windows/widgets
[EGD-3572] Settings header moved to service-db public section
6533aba2 — KacperLewandowski 5 years ago
[EGD-4073] Alarms database rework (#1006)

Adaptation to the query approach.
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
Next