[CP-77] Replace receivedAt and sentAt fields with createdAt sentAt json field was never updated and was not used. Cleaned up DB and DB interface from unused date_send.
[EGD-5171] Utils to string fix Fixed utils to string function to work with 8 bit integers. Also nodiscard attribute added there.
[EGD-6767] Disable WALL mechanism in the DB Wall mechanism is not needed due to the littlefs fail proofs safety. It causes a lot of troubles in the frame recovery and unnessesry increases io bandwidth Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6707] Add single number message notification This PR provides implementation of home screen notification for `notSeen` messages received from a single number. The "single-number: `notSeen` message notification distinct from "multiple-number" notification with the following features: - displaying formatted contact name - `onActivated` it switches to respective thread window (instead of all thread window) in `ApplicationMessages` The PR also introduced some `ActiveNotificationsModel` code refactor to align the implementation with `Single Responsibility Principle`
[EGD-5512] Don't log pragma errors Ignore false pragma errors caused by our VFS and sqlite.
[EGD-6599] Add single number call notification This PR adds proper notification on call notifications coming from single number. To that end following changes have been introduced: * extension of Notification DB record with contact_id filed * use of `ContactRecordInterface` in `NotificationsRecordInterface` * extension of `Increment` query to require `PhoneNumber::View` * multiple minor changes on path from creating/handling `NotificationsRecord` to displaying respective notification.
[EGD-6680] Notes crash fix on search Changed query for all matches to query with limit
[EGD-6645] Fix ContactGroups tests Fixed Contact Groups tests.
[EGD-6650] Fix Thread Record test Fix UT for using WAL in SQLite.
[EGD-6648] Fix Events Record tests Update UT for work with SQLite WAL.
[EGD-6643] Fix Alarm Record tests Fix UT Alarm Record to work with WAL in SQLite.
[EGD-6649] Fix SMS Record tests Fix UT for WAL in SQLite.
[EGD-6644] Fix Alarms Table tests Fix UT for supporting WAL in SQLite.
[EGD-6646] Fix Contact Record db tests Clean WAL file after db init
[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.