[MOS-529] Forgotten BT device remains on the list Fix of the issue that forgotten BT device reappeared on 'All devices' list after reentering the list from home screen. Additionally fixed pairing confirmation popup that wouldn't hide after pressing "Confirm".
[MOS-555] Fix cmake versions of assets Version cmake has been included after variables has been used
[MOS-555] Fix misspelled cmake variable Misspelled variable could cause missing checksum for updater
[MOS-32] RF clears snoozed alarms fix Fix of the issue that RF button clears snoozed alarms notifications from desktop.
[MOS-519] Fixed ICE conntact calls Now user is able to make emergency call to ice contact couple times in row.
[MOS-374] Fix incomplete screen redraw At the lowest CPU frequency of 4 MHz, the DMA transfer to eInk takes much longer, even ~ 1300ms. TIMEOUT has been increased as exceeding it caused the screen to redraw incorrectly.
[MOS-527] Fix BT logger after btstack update Fixed BT logger after btstack has been updated.
[MOS-492] Enable overriding audio profiles via harness Profile modification is possible via python script
[MOS-534] Pure simulator crashes on startup fix Fix missing syscall used by std::filesystem and update glibc version.txt file.
[MOS-527] Fix bluetooth reconnection error There was an error when user tried to connect using TRY AGAIN. The bug was in the bluetooth stack, so we updated it as it has a fix for it. Now it works and BT overall should work better now.
[BH-1523] Fix diacritic characters Change characters that do not exist in exported font to existing ones
[MOS-54] End of meditation unlocks phone fix Fix of the issue that end of the meditation unlocks phone.
[MOS-509] Fixed tethering popup loop Tethering popup loop is fixed. Also there was unneded USB configuration on each battery SoC change event.
[BH-1478] Translations update Updated Polish and French translations.
[BH-1495] Relaxation app assets update Updated "Woodland Ambiance" asset tags.
[MOS-363] Call app texts not fully shown fix Fixes for the cut texts in call app problem. Problematic texts have been shortened and additionally icons have been slightly widened.
[CP-1334] Return templateID after adding new one No information about newly added message template was returned. Now temaplateID helps to identify newly added record.
[BH-1520] Missing bottom texts Controlling each list item's bottom text by setVisibility does not give correct results. It is required to explicitly resize the bottom container. From now on, resize call is placed in ListItemBase so each new and existing list items will be affected by this change resulting in proper behavior without need for the programmer to remember about it.
[MOS-463] Unify cellular namespace Unified cellular namespace, fixed test buildiing, removed some unused includes
[MOS-463] Fix no dialing state during BT turned on When BT was connected (or just turned on) there was no dialing state - the call went directly to ongoing call. Moreover, fixed no ringing sound during ringing state - there was a bug in BT stack.