~aleteoryx/muditaos

ref: 25a5d90f4e12ee5d33f4202170f18b59e16a9564 muditaos/pure_changelog.md -rw-r--r-- 21.6 KiB
[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.
a8fa8bf5 — Lefucjusz 2 years ago
[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.
b8217478 — rrandomsky 2 years ago
[MOS-1059] Erase only sensitive data from logs

Erase only sensitive data from logs.
d38e5eb8 — Lefucjusz 2 years ago
[MOS-000] Update Pure changelog

Update Pure changelog after MuditaOS
1.10.0 release.
b932e064 — Lefucjusz 2 years ago
[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.
5fd9a425 — rrandomsky 2 years ago
[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.
121879f4 — Lefucjusz 2 years ago
[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.
b30212be — Lefucjusz 2 years ago
[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.
8f8b9d86 — rrandomsky 2 years ago
[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.
fbe3d8df — rrandomsky 2 years ago
[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.
920db59b — Maciej Gibowicz 2 years ago
[BH-1791] Add CPU frequency lock during log dump

This will improve security and peripheral stabilization when downloading
logs to a file.
cbe1ed63 — Maciej Gibowicz 2 years ago
[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.
0f434234 — Lefucjusz 2 years ago
[MOS-996] Disable MTP protocol

Disable MTP file transfer protocol.
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.
5c0a8d3c — Lefucjusz 2 years ago
[MOS-000] Update Pure 1.9.0 changelog

Update Pure's changelog after releasing
MuditaOS 1.9.0.
d2240e3b — Lefucjusz 2 years ago
[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.
3b24ac9e — Lefucjusz 2 years ago
[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.
73ef0f95 — Lefucjusz 2 years ago
Revert "[MOS-195] Phone number input style unification"

This reverts commit 1c18ac422b0f5f21de408a66610c1ac6bb15258e.
6665a43d — Lefucjusz 2 years ago
[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.
Next