[MOS-512] Fix build with gcc12 As in topic
[MOS-53] Not enough stack for audio worker There were ocasional crashes due to too small stack for audio worker. These were not caught via stack overflow catching logic most of times
[MOS-513] Fix issues related to the GCC12 gcc Fix issues related to the GCC 12 Fix paths for ignore license headers
[MOS-37] Slider triggering unlock instructions popup fix Fix of the issue that changing phone mode using slider while the phone was locked unnecessarily triggered the popup with unlock instructions.
[BH-1507] Bedtime deeppress wont stop relaxation music Bedtime deeppress wont stop relaxation music
[MOS-494] PIN settings infinite loop fix Fix of the bug that after selecting SIM slot in which there's no card and trying to enter PIN settings menu phone was getting stuck in infinite looping between PIN settings window and 'Cannot connect to SIM card' popup.
[BH-1508] Off string not translated correctly Relaxation app off value was not correctly translated due to being defined as static const.
[MOS-477] Add the call log erasing option Fix the Polish text alignment
[BH-1511] Fix wakeup texts for Ger, Spa and Fra Wakeup texts for those langs will show up correctly now
[BH-1512] Revert unsaved alarm change on deepress Homescreen alarm changes will be reverted on deepress instead of cached
[BH-1510] Remove alarm notification text on alarm edit Homescreen alarm editing will remove the bottom text if exists
[BH-1513] ListItems shift NumberWithSuffix list item contents is shifted when going from view without bottom text to the visible one.
[MOS-447] Clear all call log option Fix text alignment
[MOS-477] Add the call log erasing option Added the missing languages.
[MOS-477] Add the call log erasing option Fixes after the QA report.
[BH-1505] Missing texts on settings Fixed
[MOS-302] Fix application switching During the incoming call apps apps instead of going to background were closed, thus phone lock context were lost. Now apps are being moved to the background as they supposed to be
[MOS-487] Review required renames as in description
[MOS-487] Added call events state machine Added tests and calls substate bluetooth sm diagram created All old bluetooth tests reviewed and updated removed new - with queue it's not required removed TODO Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
[MOS-487] Move switch case to sm massive switch case removed added logger moved state machine implementation added double dispatch