[EGD-5133] Fix settings bus add duplications
Changed Bus Channels vector to set to prevent
duplicates and cleaned logging.
[EGD-4399] no response fix (#1061)
[EGD-4400] added contact ID sending after contact adding
Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EGD-4070] Messages listView sync db queries refactored to full async. (#837)
[EGD-3743] Update copyrights in fies
EGD-3808 Scrolling contacts list with a particular letter - part 2
[EGD-3788] Fixes for message drafts feature after requirements elaboration. (#733)
[EGD-3139]Scrolling contacts list with a particular letter - part 1
[EGD-3679] Replace vCard encoding with plain text for exporting contact data
[EGD-3679] Update contact record tests
[EGD-3679] Clean up ContactRecord
[EGD-3679] Remove vcard encoding
[EGD-3679] Update changelog
[EGC-2974] Fix typo in ContactRecord function name
[EGD-2974] Support for temporary contacts as a group
[EGD-2460] protection at the moment of conversion added: exception handling or parameter checkup
[EGD-2460] additional stoi/stoul protected; usage of magin_enum; review issues resolved
[EGB-2460] added return when exception caught as mention by Radek
[EGD-3532] identify thread with a number
Use phone number instead of contact number to identify a message thread
to allow having multiple threads for a contact if contact has multiple
numbers.
[EGD-3602] fix non aggregate construction
Remove aggregate construction of a non aggregate.
[EGD-3599] added missing queries to calllog DB
[EGD-3599] PR fix
[EGD-3522] added missing queries
[EGD-3522] added ContactUpdate query
[EGD-3522] added ContactRemove query
[EGD-3502] fixed UT
[EGD-3522] added SMSTemplateGet query
[EGD-3522] added SMSGetCount query
[EGD-3522] added SMSGet query
[EGD-3522] added SMSTemplateGetCount query
[EGD-3522] added SMSTemplateGetCount query
[EGD-3522] added SMSTemplateAdd query
[EGD-3522] added SMSRemove query
[EGD-3522] added SMSTemplateRemove query
[EGD-3502] reworked endpoints and handlers
added endpoint listener to query
[EGD-3146][ ICE contacts- new window
[EGD-3507] phonebook: fix duplicates on update
Fix duplicates detection when updating a contact.
Before this change dupliates detection both for numbers and speed dial
was not implemented at all.
Fix contact update procedure - add unbinding procedure if a new number
was bound to another contact before update. Do the same for speed dial.
Fix invalid contact number tests (it wasn't taken into account that each
section has clean db state).
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-3518] Remove old Favourites implementation