[EGD-6841] Add more sanity check in the pureflash Add more sanity check before flashing to the block device. Add additional checks against: * Write image partition is mounted in a linux * Write image into the partition instead of blkdev Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6400] Added no autolocking while torch on feature When torch is on we don't want to be able to autolock phone
[EGD-6886] Fixed onBoarding Main Window and NoSim popup Fixed wrong onBoardingMain Window handling and increased noSim detected popup timeout.
[EGD-6885] Fixed onBoarding done wrong path in settings Fixed onBoarding done wrong path in settings.
[EGD-5711] Finalized onBoarding application Finalized onBoarding application. Added no sim ready window and sim response window. Created iceBox widget. Fixed various onBoarding errors and misalignment.
[EGD-6698] Add setting time from Settings Added setting time from Change Date and Time window. Change request is handled by service-time.
[EGD-6807] Add improved brownout detection Added immproved battery brownout detection based on filtered voltage measurement
[EGD-6877] Fixed failing i18n tests Fixed failing i18n tests caused by change in setDisplayLanguage return value.
[EGD-6854] Add missing tethering windows Added missing windows for tethering based on UI design
[EGD-6397] Add no autolock on OSUpdate This commit enables `preventsAutoLock` in `UpdateProgress` window to ensure that no autolock event occurs while OSUpdate is in progress.
[EGD-6855] Add no modem notification on tethering This commit provides the implementation of functionality that blocks sms/calls notifications on home screen when tethering is active. Previously, the notifications could be visible if the notifications were visible prior to tethering activation. By the design, the functionality should not clear the notifications, just temporary hide them. That is achieved by implementation ot the functionality in NotificationModel which is an UI presenter.
[EGD-6835] Fix UT link errors with inotify Fix UT linkage error when trying to link with libiosyscalls with inotify mechanism Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6835] Add inotify mechanism in the VFS Add file monitoring event mechanism to the VFS subsystem. Now it will be possible to monitoring file changes in the reistered path Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-5976] Add tethering cellular disabling This commit adds disabling of URC messages during tethering mode. It also adds call and sms logging after tethering is disabled.
[EGD-6715] Add module utils CMakeLists.txt ownership This file is owned by chapter BSP.
[CP-77] Replace receivedAt and sentAt fields with createdAt sentAt json field was never updated and was not used. Cleaned up DB and DB interface from unused date_send.
[CP-79] Update messages API tests Check if all required fields in resposne json are present. Also check if they have a proper type.
[EGD-6868] Restore magnetometer polling mode To be able to properly operate with the slider under every circumstance the polling mode has to be restored. It's related to the bug in the magnetometer chip, which is not described in the datasheet. This reverts commit 744eef1d9b39cdf2cdbc35f57d6182f5e7942c2f with few small fixes
[EGD-6871] Single thread for build job on jenkins Test for faster queue in Jenkins.
[EGD-6704] Fix incorrectly displayed time in "Date and time" window Time was incorrectly displayed when opening the "Change date and time" window due to invalid string conversion. Fixed by using different string converting function which does not use printf underneath.