[EGD-6883] Change time settings cleanup Time related settings are handled by service time now. utils DateAndTimeSettings replaced by static time service api.
[CP-194] Intercept all input when OS update window is displayed Block user interaction with phone during OS update, by intercepting all inputs from phone keyboard when OS update screen is displayed.
[EGD-6697] Date and time formatting Added system locale dependant date and time formatting.
[EGD-6960] Header addition related style cleanups Header addition related style cleanups.
[BH-374] Librarize application-antenna Add apps-common, librarize application-antenna
Merge branch 'master' into stable
Merge branch 'master' into stable
[EGD-6907] Introduce ModemState in Cellular We should not use Cellular's internal states to drive other system parts, especially applications
[BH-378] PR changes PR changes - mainly includes
[BH-378] Utils move log to library Moved log to separate library
[EGD-6899] Fix AppCall access Fix of an access to call window during tethering
[BH-371] Replace gsl with mainline submodule and move to third-party Replacing loose gsl files with gsl mainline project as submodule and moving it to third-party
[EGD-6867] Renamed TopBar into StatusBar Renamed TopBar into StatusBar.
Merge branch 'master' into stable
[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-6701] System time usage fixes Fixed all calls to stdlib time. Removed all redundant calls to Timestamp treated as time source.
[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-356] Move TPLIB (microtar) to separate directory Move microtar to lib, amend CMAKE files