~aleteoryx/muditaos

ref: f5352686241a8aa5f2ab462ee97245fe5c8cbb35 muditaos/module-db/Interface d---------
f5352686 — Pawel Olejniczak 5 years ago
[EGD-5586] Clean up messages endpoint API

Introducing changes according to new messages endpoint api
proposal doc. All request have been updated, and some new were added.
Harness tests were updated too. These changes will be followed up with
pagination implementation.
3cc558b0 — Hubert Chrzaniuk 5 years ago
[EGD-2931] Fix private number incoming calls

The change adjusts both cellular service as well as
call and call log applications to handle properly
incoming calls from private numbers.
cee68d98 — Jakub Pyszczak 5 years ago
[EGD-5529] Added CLCC parser

New cmd mechanism implementation of CLCC parser.
Unit tests implementation for the parser.
Refactor of searching for active outgoing call
in service cellular.
80768bf4 — Tomas Rogala 5 years ago
[EGD-4708] Add backend of multiday events handling

-sql req for multiday events handling
-Add UT
-Add markEventsInDays method
-Add new query for day filter
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
fc5ab3a7 — Hubert Chrzaniuk 5 years ago
[EGD-5325] Remove using namespace directives from headers

"Using namespace" directive should not be added in headers
because this practice pollutes source files.
e7b9bcf7 — Przemyslaw Brudny 5 years ago
[EGD-5133] Fix settings bus add duplications

Changed Bus Channels vector to set to prevent
duplicates and cleaned logging.
31df1ce7 — Piotr Tański 5 years ago
[EGD-4921] Add next harness test cases

Test harness extended with additional tests:
- Making a call to a specific phone number.
- Calling back to the last number from the call log.
- Searching for SMSes with a phone number filter.
14918dc4 — jimmorrisson 5 years ago
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
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)

6711e02b — jimmorrisson 5 years ago
[EGD-4446] Change: new filesystem handling implementation in module db. (#1052)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module database. It also contains minor fixes in module-db.
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
5d757a6d — Piotr Tanski 5 years ago
[EGD-4553] Notes search engine implemented. (#1112)

c8c4f820 — Piotr Tanski 5 years ago
[EGD-4487] Application notes implemented. (#1094)

* [EGD-4487] Implementation of notes application.
0ef0d615 — Krzysztof Mozdzynski 5 years ago
[EGD-4150] Change filename i18 to i18n (#1108)

Change filename of internationalization files from i18 to i18n.

I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
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
d48d2d8b — Krzysztof Mozdzynski 5 years ago
[EGD-4167] Add n display languages loaded from files (#1047)

6533aba2 — KacperLewandowski 5 years ago
[EGD-4073] Alarms database rework (#1006)

Adaptation to the query approach.
Next