~aleteoryx/muditaos

ref: 5d757a6dc0ca3e3fcded6b7b915239f7093a468d muditaos/module-db d---------
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
6b66737b — RobertPiet 5 years ago
[EGD-4354] settings starting script moved to two separated scripts (#1067)

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.
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
82924c74 — Mateusz Grzywacz 5 years ago
[EGD-4484] Cellular - read buffer on UART Line Idle (#1065)

39fc3790 — Bartosz Cichocki 5 years ago
[EGD-4399] no response fix (#1061)

[EGD-4400] added contact ID sending after contact adding

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
ee8a5e4a — Tomek Sobkowiak 5 years ago
[EDG-4346] Load script to init contacts database (#1013)

4ee0fee7 — Tomek Sobkowiak 5 years ago
[EDG-4348] Load script to init calllog database (#1016)

add5ef8b — Tomek Sobkowiak 5 years ago
[EDG-4351] Load script to init notifications database (#1030)

92965078 — Tomek Sobkowiak 5 years ago
[EDG-4350] Load script to init notes database (#1023)

2aa015ca — Tomek Sobkowiak 5 years ago
[EDG-4347] Load script to init sms database (#1015)

Co-authored-by: Radosław Wicik <60609724+rwicik@users.noreply.github.com>
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
707b31ac — Lucjan Bryndza 5 years ago
[EGD-4264] directory reordering (#1001)

* [EGD-4264] VFS directory reordering

Currently VFS uses flat directory structure
for disc manager I need more sofisticated directory layout

* [EGD-4264] Remove redundant -Wno

* [EGD-4261] New purefs API

* [EGD-4264] Unittest fixes

* [EGD-4264] Directory relativity

* [EGD-4264] Relative path fixes

* [EGD-4264] Fix RT1051 compile errors

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
6e248eb3 — Tomek Sobkowiak 5 years ago
[EDG-4349] Load script to init alarms database (#1000)

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
Next