[MOS-532] Music player progress bar behaviour fix Fix of the issue that after pausing playback using bluetooth device button the progress bar remained in progress and playback time continued to count. Correction of typo in variable name.
[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.
[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.
[MOS-477] Add the call log erasing option Fixes after the QA report.
[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
[MOS-486] Calendar fix research Refactor a variable name.
[MOS-486] Calendar fix research By simplifying the logic, apparently the calendar got fixed.
[BH-1494] Frontlight arrows show fix - remove regressions Previous solution caused some regressions along the system This approach solves the bug differently, avoiding those regressions
[MOS-477] Add the call log erasing option Add the call log erasing option
[MOS-477] Fix a misleading calls DB message Fix a misleading calls DB message
[MOS-473] Long time to refresh network coverage fix Fix of the issue that after the system has started the network coverage wasn't updated for a long time on the lock screen
[MOS-419] Removed AbortCall as popup and fixed tethering poup Removed dead code causing harm Moved tethering to call logic
[BH-1489] Prevent popups from clearing settings screen Prevent popups from clearing settings screen Popups default switch reason is set to Popup instead of PhoneLock
[BH-1494] Fix frontlight settings arrows Fix frontlight settings arrows
[MOS-417] Change empty contact selection window in messages Adding a contact from the contact selection window in the messages app is not allowed. This commit deletes misleading information about the possibility to add a new contact from this window.
[MOS-418] Add zero padding when setting alarm time Added zero padding to alarm time fields when setting alarm time.
[MOS-402] Time legibility on lock screen fix Fix of the issue that time on the lock screen was getting illegible after a few hours. This change fixes the problem by performing deep refresh instead of fast refresh every 30 minutes. The refresh rate can be easily changed, as it is stored in settings database.
[MOS-392] Increase the stack size for tasks Increased stack for: ApplicationSpecialInput, FileIndexer and ApplicationManager