~aleteoryx/muditaos

ref: c8ad07c3c00c5c41e81af4b54a5965f9b3551559 muditaos/pure_changelog.md -rw-r--r-- 13.0 KiB
006d210a — Lukasz Mastalerz 3 years ago
[CP-1419] Signal range in Pure status without SIM card inserted

Fix for incorrect signal strength displayed in Center when network
status is NotRegistered.
035eb423 — Lefucjusz 3 years ago
[MOS-174] Fix broken events counter for 99+ events

Fix of the issue that events counter
was displayed incorrectly for more
than 99 events.
d7c8a8a6 — Lukasz Mastalerz 3 years ago
[CP-1210] Contacts imported from SIM dont show up in Mudita Center

Fix for imported contacts from SIM don't show up in Mudita Center.
Added functionality to send notification after all imported contacts are
added to the database.
d706cf58 — Lefucjusz 3 years ago
[MOS-18] Fix calllog scrollbar

Fix of the issue that scrollbar in
call log didn't represent the actual
page being shown correctly.
4e844b64 — Bartosz 3 years ago
[MOS-59] Always display network technology and signal strength

Now those parameters are always on the statusbar
d966f57a — Maciej-Mudita 3 years ago
[MOS-722] Fix time disappearing in SMS thread

When the width of the box with the currently read SMS changed,
the label with the time of receiving the message disappeared.
f68b6b4d — Lefucjusz 3 years ago
[MOS-161] Fix broken translations

Fix of the broken French translation that
appeared only partially on 'Configure
passcode' window during onboarding.

Also minor fixes in other translations
I noticed while using the phone.
00179ef5 — Marcin Zieliński 3 years ago
[MOS-48] Shorten phone modes pop-up duration

From 3s to 1s
ac68ec9e — Marcin Zieliński 3 years ago
[MOS-870] Fix undesirable notification on call

Fixed the case when a dot appeared around the Calls app
tile notifying about an answered call.
534e7c77 — Bartosz 3 years ago
[MOS-33] Mark thread as read when new message arrives

Now thread will be marked as read when new message
arrives when the thread is opened
c82f16e3 — Maciej-Mudita 3 years ago
[MOS-340] Fix notifications of unread SMS threads on the home screen

Conversation marked in OPTIONS as read did not disappear
from notifications about SMS threads on the main screen.
a9ebeb4f — Mateusz Piesta 3 years ago
[MOS-544] MTP integration issues

* It's now possible to rename files using MTP
* Fixed issue with fs notification being sent from MTP
before file transfer is complete. This resulted in audio
tracks appearing on the MusicPlayer list while still being transferred.
ffd01ae8 — Bartosz Szostak 3 years ago
[MOS-651] Update the unread message counter after a thread deletion

In order to delete notification of unread messages
from the thread, which was deleted.
After successful deletion of the thread
the unread messages counter is updated
as when the thread is opened.
d28fdb65 — Lefucjusz 3 years ago
[MOS-882] Fix FLAC file playback with USB cable connected

Fix of the issue that caused system crash when
trying to play 96kHz FLAC file with USB cable
connected. The reason of the issue was the lack
of FreeRTOS heap space left, what caused
pvPortMalloc() to fail when allocating
memory for stream buffer.

Additionally minor code cleanup.
4bd7b1ac — Maciej-Mudita 3 years ago
[MOS-275] Fix alarm rings on the low battery screen

When we had a critical battery level and the alarm clock rang,
it was impossible to turn it off.
4804015a — Mateusz Piesta 3 years ago
[MOS-496] Music player broken UI

Fixed issues when selecting track index higher than 31.
a83f7146 — Lefucjusz 3 years ago
[MOS-767] Fix full path displayed for invalid audio file

Fix of the issue that whole file path was
displayed instead of just filename in music
player for invalid audio file for which Taglib
failed to obtain tags.
01843fba — Lefucjusz 3 years ago
[MOS-814] Fix no sound after BT device connection during call

Fix of the issue that connecting or
disconnecting BT device while call
was in progress resulted in no sound
being heard anywhere due to audio
routing being stopped when HFP device
disconnected.

Additionally minor code cleanup.
9747ce2e — Lukasz Mastalerz 3 years ago
[CP-1579] Fix correct password inserted during Pure boot is not accepted

Fix the issue when the USB cable connected to the device during boot up
and Center requested a passcode before the device was fully up.
What caused a 'Wrong passcode' message after typing a passcode
via Center.
e6bc56f3 — Maciej-Mudita 3 years ago
[MOS-787] Fix crash when syncing with Mudita-Center

When Pure had large databases - exceeding 2MB, a crash occurred
during synchronization with Mudita-Center.
Next