[EGD-7048] Remove "Automatic time zone" from settings From now on in the settings, instead of the two options: "Automatic date and time", and "Automatic time zone" there will be only the first one, which allows to manually set the time and time zone.
[EGD-7026] Fix nullptr calls and unlock behaviour When unlocking there was unnecessary screen blink between unlock and PIN code actions. Also nullptr calls removed from TimerHandle.
[EGD-6955] Add calls notifications in DND Add notifications for incoming calls in DND phone mode according to design.
[BH-390] Turned notes app into library Turned application notes into separate library, specified private and public include directories and dependencies, removed application notes from Bell Hybrid target
[BH-591] Add Spinner Widget Adding spinner widget.
[EGD-6699] Add timezone selecting window Implementation of the time zone selection from the list of available cities.
[EGD-6978] Outgoing calls fixes Fixed calling from ICE contacts, phonebook and messages.
[BH-363] Move libphonenumber to a separate directory Move libphonenumber to a separate directory
[EGD-6990] No autolock when battery is low Prevent autolock actions on DeadBatteryWindow and ChargingBatteryWindow
[BH-379] Librarize application-calculator Librarize application-calculator
[EGD-7000] Removed sensitive data Sensitive data removed from logs in module-utils and application settings new.
[EGD-6995] Remove sensitive data from logs Sensitive data like phone numbers, sms text etc were removed from logs.
[EGD-6994] Remove sensitive data logging Sensitive data removed from logs in apps: call and calllog.
[BH-392] Turned application phonebook into lib Created application phonebook separate library, defined private and public source files and dependencies
[EGD-6999] Removed sensitive data Removed sensitive data from application phonebook.
[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-6041] Fix unlock windows behaviour Fixed behaviour so the window acts as in Miro requirements and has 2 seconds timeout.
[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.
[BH-374] Fix ENABLE_APP mechanism + adjust includes policy First BH-374 disabled ENALBE_APP mechanism for antenna app, this commit reverts that unwated change. Also ajdusts includes policy after recent talks.