[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.
[MOS-1060] Fix memory leak in contacts list view
Fix of the memory leak that happened in
contacts list view due to not deleting
unused heap-allocated object.
[MOS-1059] Erase only sensitive data from logs
Erase only sensitive data from logs.
[MOS-000] Update Pure changelog
Update Pure changelog after MuditaOS
1.10.0 release.
[BH-1823] Fix relaxation start delay for specific MP3 files
Fix of the issue that when trying to play
files with large ID3V2 metadata the
playback would start with significant
delay of several seconds. It was also
possible to leave relaxation progress
window without stopping the playback.
[MOS-1056] Hide the SOS label when the modem is not ready during onboarding
Hide the SOS label during onboarding when the modem is not ready for an emergency call.
[MOS-220] Changed signal strength refresh mechanism
Modified signal strength update mechanism
to avoid unnecessary screen refreshes in
case new signal strength value is equal
to the previous one.
Minor cleanups.
[MOS-1052] Change VoLTE label from 'beta' to 'experimental'
Changed VoLTE label from 'beta' to
'experimental'.
Fixed transition state label font
size to match the design.
[MOS-896] Update low battery screen view
Updated low battery screen view by adding
info windows appearing when trying to
interact with phone having critical
charge level.
[MOS-498] Change input language with the change of the system language
Now when the user changes the system language, the input/keyboard language
will change automatically (in the background).
If the user changes the input/keyboard language, this will not change
the system language.
[MOS-644] Displaying number entered on the keypad during a call
Now, on the active call screen, the user can see the numbers provided during the call,
which is useful when, for example, the user calls a call center.
[BH-1791] Add CPU frequency lock during log dump
This will improve security and peripheral stabilization when downloading
logs to a file.
[BH-1801] Fix incorrect calculation of requested CPU frequency
Sometimes when the frequency is locked, e.g. at 132 MHz, the algorithm
still calculated a lower frequency, e.g. 66 MHz.
[MOS-996] Disable MTP protocol
Disable MTP file transfer protocol.
[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.
[MOS-000] Update Pure 1.9.0 changelog
Update Pure's changelog after releasing
MuditaOS 1.9.0.
[MOS-1048] Fix not fitting VoLTE button label
Fix of the issue that VoLTE checking
state label was cut off due to
improper setMinimumWidthToFitText()
method behavior when text is placed
in box with rounded corners.
[MOS-1047] Fix calling abort() in EnterNumberWindow
* Removed call to abort() method in case
EnterNumberWindow's SwitchData handler
receives message that can't be handled,
what caused the phone to crash.
* Unify ApplicationCall window names
definitions.
* Code cleanup.
[BH-1780] Fix uncaught std::filesystem::file_size exception
Fix of the issue that exceptions thrown
by file_size method were not caught
at all, what resulted in system crashing.