[BH-1444] Fix vertical layout Fix vertical layout: - fix wrong hour displayed - fix scrambled layout
[MOS-457] Alarms list updating fix Fix of the issue that adding or deleting alarm in alarms app didn't result in immediate updating of the alarms list - app has to be closed and opened for changes to be seen
[MOS-418] Add zero padding when setting alarm time Added zero padding to alarm time fields when setting alarm time.
[MOS-460] Call starting - no audio beep when calling Fixed
[CP-1135] Extend messages API by deleteThread method Allow to delete single message thread specified by id using messages endpoint API.
[MOS-456] Fix updated translations Updated trnaslations.
[MOS-452] Fix BT keys duplicates Due to possibility to have duplicated entries per BT address BT stack was requesting pairing when wrong key has been provided. Now, all previous key entries are deleted prior adding.
[MOS-450] Fix turn off torch on critical battery level Torch is now disabled on critical low battery level. It will protect from battery draining.
[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