[EGD-6110] Cyclic db write WAL option used, checkpoint set to 1
[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-6313] Fix Can not find contact by full name Add support for contact full nane in queries
[EGD-6507] Enable per-module testing Add per-module: - test build - test execution - coverage reporting (xml/html). Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-6389] Fix database initialization scripts UT Tests were not passing locally due to incorrect sql file names.
[EGD-6283] Fix to slow Application Desktop start ApplicationDesktop start was slowed down by two synchronous DB calls: -get unread threads count -get unread calls count Both were replaced with asynch versions.
[EGD-6262] Refactor Quotes - Connect QuotesMainWindow to work with agent, - Use DatabaseModel in Quotes and Categories models, - Connect add/edit/remove quotes with agent
[EGD-6105] Fix database synchronization std::fflush used in the sqlite3vfs sync only the stdio buffer but without sync internal filesystem. Additional fsync call fix this issue.
[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-6067] Fix database performance issues New filesystem works differently and some vFAT optimizations backfired badly after switch. - avoid unnecessary folder traversing - eliminate some unnecessary fstats - rework sqlite file driver - reduce MMC startup delay - fix errno bug in iosyscalls
[EGD-2653] Update list of call logs in chunks Automatically update the list of call logs in chunks.
[EGD-5724] Add pagination for Templates Add pagination for Templates Fix bug in change message template response
[EGD-5698] Add pagination for messages Add pagination for messages
[EGD-5860] Fix build packages Merging and cleaning cmakes requred cleaning.
[EGD-5725] Sms threads pagination Added pagination for sms threads
[EGD-5757] Fix backup API Fix backup endpoint to work with new paths and FS api The flow is based on the design in confluence.
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
[EGD-5737] Merge master into experimental Synchronize with master before merging
[EGD-5720] Add send message via new message by using contact Add send message via new message by using contact