~aleteoryx/muditaos

ref: e35fca8524dfe78c3076073d20bedad897e876a7 muditaos/module-db d---------
[CP-2156] Fixed no response when editing a contact to have the same number as another

Fixed no response on Center side when editing a contact to have
the same number as another contact in phonebook.
Added a duplicate number to the response body.
71b612f8 — Lukasz Mastalerz 2 years ago
[BH-1815] Optimalize loading music files in relaxation

Relaxation is loading smooth with any number of files.
8dccfeef — rrandomsky 2 years ago
[MOS-1042] Fixed inability to save a contact that did not previously have a phone number

Fixed inability to save a contact without a phone number
when contact lose the number after replace similar number and
visibility of the SAVE button when editing/creating a contact.
d9a1194e — Lukasz Mastalerz 2 years ago
[BH-1688] Create a standard for logs

* Adding document describing how to use logger
* Adjusting logs to follow a new guide
* Change order in log header:
  line number is now before function name
73b72b99 — rrandomsky 2 years ago
[MOS-471] Fix case sensitive in the note search

Changing the search engine in the notes application so that it is not case sensitive.
d8467114 — rrandomsky 2 years ago
[MOS-1007] Fix for no popup when contact cannot be saved because of same nubers

Fix for fix. It add popup when user try to save contact witch practically
the same numners  (even if having a country code is only difference)
e2f59a13 — rrandomsky 2 years ago
[MOS-1007] Fix for add/update contact with 2 same phone numbers

There was possibility to add contact, or edit some contact, with have
2 same phone numbers (exactly the same or witch/without country code).
Now this has been fixed and is not possible to create, even by editing, contact
with 2 exactly the same numbers or 2 same numbers and one of them with a country code
4b854391 — rrandomsky 2 years ago
[MOS-30] Fix for Alarm not being handled properly during a phone call

During the phone call, the alarm was not displayed and subsequent alarms
after this scenario did not work. This has now been fixed and the alarm
during a phone call will be automatically snooze.
9b339ecf — Lefucjusz 2 years ago
[MOS-1003] Fix automatically marking new message as read

Fix of the issue that after entering messages
app, opening one of the threads and returning
to main messages app window, new messages in
this thread were automatically marked as read.
20edafc8 — Lukasz Mastalerz 2 years ago
[CP-2020] Imported contact does not appear in Center

Stopped sending notification when contact add failed
4ddf3ce9 — Lukasz Mastalerz 2 years ago
[CP-889] Add extended information about number duplications

Changed a way of returning information to Center about number
duplications
67e8b1c1 — Lukasz Mastalerz 2 years ago
[CP-1950] Templates menu navigation loop and pagination on pure gets blocked

Fixed problem where the Templates window gets unresponsive for user input
while changes in templates were done via MC
3ef3a8cc — Pawel Olejniczak 3 years ago
[CP-702] Add API for managing templates order

This API allows for managing message templates order.
DB Migration: adding a new column to templates tables.
13762290 — Lefucjusz 2 years ago
[MOS-766] Change factory entries initialization routine

Changed of the algorithm used to initialize
settings database with values read from EEPROM,
previously first insertion failure resulted
in stopping the whole process, now next values
are inserted even if previous has failed.
Additionally minor cleanup.
4f7ec2ef — Lukasz Mastalerz 2 years ago
[CP-1831] Editing contact which is deleted via Center can still be saved but with incomplete data

Fix for editing contact when it was deleted via Center.
Edited contact cannot be saved if it was deleted earlier. Proper communication is shown.
Fix for phonebook app was not handling database notifications correctly.
1340e694 — Bartosz 2 years ago
Revert "[MOS-578] Fix incorrect logic with SMS notifications"

This reverts commit de99e12e000c89088a6d9e79cac3cf2d2e73a90c.
e13ed40f — Lukasz Mastalerz 2 years ago
[CP-1624] Adding numberID as a field to contact and message response

Changing the way Center is recognizing the threads in the message
window by introducing the numberID
fb327651 — Bartosz Szostak 2 years ago
[MOS-578] Fix incorrect logic with SMS notifications

Fixed case, when there's only one thread unread and
there's no info about the thread, only a generic message

Tests are deleted because the fix would require rewritting ALL
of those tests - those will be written with new implementation
of notification table
eaedd79f — Lukasz Mastalerz 2 years ago
[MOS-884] Importing contacts from SIM card more than once

Fix for importing and removing contacts from SIM card causes issue that
imported contacts didn't have a name and could by multiplied.
e07f2db5 — rrandomsky 2 years ago
[MOS-864] Fix for country code in new contact based on deleted one

Fix for scenario when contact with some number with/without country code
was deleted, and new contact with same number but without/with country
code is added and then new contact have same prefix as deleted one.
Now new contact will have number exacly like provided.
Next