[EGD-7089] Fix torch color change when locked Fix of torch behavior while phone is locked
[EGD-7044] Strip down calendar code Stripping the calendar code to provide only MVP defined functionalities
[BH-386] Turned app messages into lib Turned application messages into library, defined dependencies, private and public sources, cleaned include paths, massive cleaned headers
[EGD-7091] Forgetting forgets incorrect BT device There was a bug in forgetting flow - before reqesting forgeting in the BT stack the device has been removed from the internal list and the view has been refreshed, thus actually focused device was different - then the address of the selected device has been requested to unpairing
[EGD-7084] No scrollbar on All devices list When paired with more devices that are able to be displayed, the user could be not aware of rest of the list as there was no scrollbar
[EGD-7071] Text paste fixed Pasting a text into a new SMS content fixed.
[EGD-7050] Fixed reboot copy Fixed the copy that prompts the user to confirm the reboot of the phone.
[EGD-6956] Add offline calls notifications Changed calls notifications for offline mode
[EGD-6957] Add sms notifications in DnD SMS notifications configuration in do not disturb phone mode
[EGD-7051] Fixed saving multiple notes at once When creating a new note, it was possible to save multiple notes with 1 click.
[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