[EGD-4553] Notes search engine implemented. (#1112)
[EGD-4487] Application notes implemented. (#1094)
* [EGD-4487] Implementation of notes application.
[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'.
[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
[EGD-4354] settings starting script moved to two separated scripts (#1067)
[EGD-4167] Add n display languages loaded from files (#1047)
[EGD-4073] Alarms database rework (#1006)
Adaptation to the query approach.
[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
[EGD-4484] Cellular - read buffer on UART Line Idle (#1065)
[EGD-4399] no response fix (#1061)
[EGD-4400] added contact ID sending after contact adding
Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EDG-4346] Load script to init contacts database (#1013)
[EDG-4348] Load script to init calllog database (#1016)
[EDG-4351] Load script to init notifications database (#1030)
[EDG-4350] Load script to init notes database (#1023)
[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
[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>
[EDG-4349] Load script to init alarms database (#1000)
[EDG-4506] Database initializer to load init scripts from file (#979)
* [EDG-4506] Database initializer to load init scripts from file