[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
[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
[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.
[BH-356] Move TPLIB (microtar) to separate directory Move microtar to lib, amend CMAKE files
[EGD-6338] Fix NAT widget visibility Make sure that NAT (Network Access Technology) widget is visible on top bar ONLY during call.
[EGD-6773] Added light BarGraph type and updated UpdateProgress Added light BarGraph type and updated UpdateProgress Window.
[EGD-6707] Add single number message notification This PR provides implementation of home screen notification for `notSeen` messages received from a single number. The "single-number: `notSeen` message notification distinct from "multiple-number" notification with the following features: - displaying formatted contact name - `onActivated` it switches to respective thread window (instead of all thread window) in `ApplicationMessages` The PR also introduced some `ActiveNotificationsModel` code refactor to align the implementation with `Single Responsibility Principle`