~aleteoryx/muditaos

ref: 8b24846b92d82dd16c4afc4bbae1d162212d8849 muditaos/module-db/Interface d---------
46c57aaa — Michał Kamoń 4 years ago
[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.
56344b05 — Adam Dobrowolski 4 years ago
[EGD-6680] Notes crash fix on search

Changed query for all matches to query with limit
94098983 — Adam Dobrowolski 5 years ago
[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
ad52bab7 — Michał Kamoń 5 years ago
[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.
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
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.
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
79d27c97 — RobertPiet 5 years ago
[EGD-5725] Sms threads pagination

Added pagination for sms threads
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
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
e6213e94 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
2c3965df — RobertPiet 5 years ago
[EGD-5557] Contact Endpoint pagination

Pagination added for contact endpoint.
Introduced PagedContext and query message for contacts that returns
the required contacts together with the number of all contacts in db.
f5352686 — Pawel Olejniczak 5 years ago
[EGD-5586] Clean up messages endpoint API

Introducing changes according to new messages endpoint api
proposal doc. All request have been updated, and some new were added.
Harness tests were updated too. These changes will be followed up with
pagination implementation.
3cc558b0 — Hubert Chrzaniuk 5 years ago
[EGD-2931] Fix private number incoming calls

The change adjusts both cellular service as well as
call and call log applications to handle properly
incoming calls from private numbers.
cee68d98 — Jakub Pyszczak 5 years ago
[EGD-5529] Added CLCC parser

New cmd mechanism implementation of CLCC parser.
Unit tests implementation for the parser.
Refactor of searching for active outgoing call
in service cellular.
80768bf4 — Tomas Rogala 5 years ago
[EGD-4708] Add backend of multiday events handling

-sql req for multiday events handling
-Add UT
-Add markEventsInDays method
-Add new query for day filter
Next