[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
[MOS-389] Fix phone stuck on shutdown screen The phone sometimes remained on the power off screen during system shutdown.
[BH-1464] Remove long greetings Some greetins are too long to fit on the screen
[MOS-425] Crash fix on unchecked nullptr Added with id propagation to OS
[BH-1454] Remove binary dependencies from linux build Remove binary dependencies from linux build
[BH-1469] Main alarm default volume Default volume set to 5
[BH-1472] Add correct form of minutes copy in meditation app Add correct form of minutes copy in meditation app
[BH-1463] Bedtime reminder regression fix Bedtime reminder will popup on homescreen again
[MOS-444] Fix phone freezing on low battery screen After exceeding the 10% threshold of the battery, there was no reaction during charging and the phone freezes on the screen with a low battery.
[MOS-266] Apply suggestions from code review Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
[MOS-266] Call StateMachine implementation With some tests, documentation and so on
[MOS-263] Fix DTMF handling in Pure By accident, I've broke DTMF handling via Pure's keyboard This was because of non strict description of API method. Now, it has been unified to use ASCII code
[MOS-442] No vibrations on incoming call with HFP fix Fix for the problem that phone doesn't vibrate on incoming call when connected to HFP device.
[CP-1231] Refactor handlers in service desktop Refactored handlers of ses::messages and some cleanups in service desktop.
[MOS-263] Remove unnecessary log Removed log, which was left by accident
[MOS-263] Add HFP DTMF handling Added handling of HFP DTMF code sending, fixed DTMF sending in cellular's code
[MOS-422] Incoming call sound both on HFP and Pure fix Fix of the issue that incoming call sound was played both in Pure speaker and HFP device while HFP profile connected.
[MOS-368] Add possibility to place call from HFP Added implementation enabling user to place call with the phone number supplied from HFP device Some minor HFP state machine handling fixes
[CP-1232] Extend messages EP API with getThreadByID method Add API for getting single thread by its ID.