[EGD-6646] Fix Contact Record db tests Clean WAL file after db init
[EGD-6527] Internationalization API unification Single api to rule i18n all calls to localistaion in cpp files unified cut off ass many dependencies in i18n header as possible
[EGD-3649] Fix paths in UT Reorganization of assets left path in UT outdated.
[EGD-6389] Fix database initialization scripts UT Tests were not passing locally due to incorrect sql file names.
[EGD-5790] Fix end of line display in message thumbnail Original problem was that '\n' character was displayed as `[]` in message thumbnail. After consulting Design-Team thumbnail should not display anything succeeding problematic character.
[EGD-5860] Fix build packages Merging and cleaning cmakes requred cleaning.
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5266] Fix test harness Covers harness issues that occures on experimental branch due to the new filesystem implementation.
[EGD-5439] Fix compile after merge from master Fix compile after merge from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5386] Fix tests in event table Fix leap year handling in events table entry creation Set hours/minutes during events table entry creation
[EGD-5385] Fix unallowed use of ff_rename Fix unallowed use of ff_rename FFAT function
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5163] Fix UT module-db Convert module database tests to run natively on linux.
[EGD-5145] Fix remove vfs include from UT Deprecated vfs is no more accessible. Deleted old includes.
[EGD-5088] Change new filesystem implementation Removed deprecated vfs calls from all applications.
[EGD-5726] Remove not working tests form build Just to politely remind developer if they forget adding their tests.
[EGD-4763] Update tests add missing corner cases Some tests where not added during the initial setup, and there where few more corner cases that need to fixed like line wrapping by `catch2 -l` and need of escaping some characters [],
[EGD-4763] Add check if all Unit Tests where run Catch2 doesn't report some errors in test, and some test are disabled on porpoise this commit adds set of scripts and changes to CI that will clearly mark what test haven't been run.