[EGD-6955] Add calls notifications in DND Add notifications for incoming calls in DND phone mode according to design.
[EGD-6966] Fixed a switch from call window back It was possible to enter phonebook even if the phone's locked. Focused application is not killed on incoming call.
[EGD-5709] Fixed a crash on switching phone modes Fixed a crash on switching phone modes.
[EGD-6883] Change time settings cleanup Time related settings are handled by service time now. utils DateAndTimeSettings replaced by static time service api.
[EGD-5709] Fixed actions support in Call application Fixed: - returning from a call window to previous application - closing SMS templates window if open from call window
[EGD-5709] Add full actions support in call application Application call used both actions and messages which caused windows switch problems. It has been refactored to handle all communication by actions.
[BH-374] Librarize application-antenna Add apps-common, librarize application-antenna
Merge branch 'master' into stable
[BH-373] Convert utils json into a lib Moving json to a third-party standalone library.
[BH-376] Utils time turned to separate library Turned module-utils/time folder content into separate library, cleaned up CMake libs dependencies, fixed include paths
[EGD-6907] Introduce ModemState in Cellular We should not use Cellular's internal states to drive other system parts, especially applications
[BH-378] Utils move log to library Moved log to separate library
Merge branch 'master' into stable
[EGD-6400] Added no autolocking while torch on feature When torch is on we don't want to be able to autolock phone
Merge branch 'master' into stable
[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-6791] Added PhoneUnlock on external MuditaCenter message Added PhoneUnlock on external MuditaCenter message.
[EGD-5885] Added SimLockHandler Refactored LockWindow TitleBar handling. Added Sim pin request block on lockedPhone. Added Sim info popup added when pin changed. Updated assets. Removed old PinLock structures. Cleared LockBox structures. Removed old settings sim setters. New CellularMessage adaptation. Cleared Lock structure.
[EGD-6736] Add app's state dependent autoLock mechanism This PR provides the implementation of the auto-locking mechanism that is dependent on an application's current auto-locking policy. Three auto-lock policies have been introduced: * DetermineByWindow * DetermineByAppState * PreventPermanently Also changed the AutoLockWindow set/get auto-lock time value to the message-based approach.
[BH-364] Move TPLIB magic_enum to separate dir Changed submodule directory and updated cmake scripts and include paths