~aleteoryx/muditaos

ref: 3afcbd8f941738955b306cdefe4f76ea2217c74b muditaos/module-db d---------
5b0f2aa4 — Mateusz Grzegorzek 5 years ago
[EGD-6262] Refactor Quotes

- Connect QuotesMainWindow to work with agent,
- Use DatabaseModel in Quotes and Categories models,
- Connect add/edit/remove quotes with agent
982e1b8d — Lucjan Bryndza 5 years ago
[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.
dfcf9817 — Michał Kamoń 5 years ago
[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.
0fa3c714 — Wiktor S. Ovalle Correa 5 years ago
[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
724505bb — Piotr Tański 5 years ago
[EGD-2653] Update list of call logs in chunks

Automatically update the list of call logs in chunks.
270d69ed — Mateusz Grzegorzek 5 years ago
[EGD-5724] Add pagination for Templates

Add pagination for Templates
Fix bug in change message template response
9832365c — Mateusz Grzegorzek 5 years ago
[EGD-5698] Add pagination for messages

Add pagination for messages
9d8eff64 — Radoslaw Wicik 5 years ago
[EGD-5860] Fix build packages

Merging and cleaning cmakes requred cleaning.
79d27c97 — RobertPiet 5 years ago
[EGD-5725] Sms threads pagination

Added pagination for sms threads
2a29e279 — Roman Kubiak 5 years ago
[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.
e61a7d2d — Lucjan Bryndza 5 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
fe721693 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
ecfcdf09 — Tomasz Langowski 5 years ago
[EGD-5720] Add send message via new message by using contact

Add send message via new message by using contact
800a2735 — RobertPiet 5 years ago
[EGD-5802] Enable harness for calllog and messages

Handle properly RecordQuery and CalllogGet parameters
c7b7cc4c — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
7797a2ea — Jakub Pyszczak 5 years ago
[EGD-5266] Fix test harness

Covers harness issues that occures on experimental branch
due to the new filesystem implementation.
9ad10d22 — Lucjan Bryndza 5 years ago
[EGD-5439] Fix compile after merge from master

Fix compile after merge from master
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
be66c108 — Tomek Sobkowiak 5 years ago
[EGD-5347] Replace filelength with file_size

Replace use of filelenght with std::filesystem::file_size
sqlite3vfs is using file descriptors so filelength is just renamed
Next