[BH-422] Fix CMake in service GUI Refactor CMakeLists.txt for cleaner and simpler code.
[EGD-6729] ServiceDesktop plug off lock interactions fix ServiceDesktop plug off lock interactions fix.
[EGD-6638] SOS call windows flow fixed On going back, it returns to the correct window.
[EGD-3542] Fix issue with sending text messages form new message window Fixed too short timeout for sending sms Fixed flow for switching to thred window to asynchornous one Fixed some minor issues connected to new sms error handling
[EGD-6657] ApplicationDesktop clean-up This PR cleans-up `ApplicationDesktop` after recent changes in home screen notifications handling.
[EGD-6696] Fixed settings network window rebuilding on sim selection Fixed settings network window rebuilding on sim selection.
[EGD-6599] Add single number call notification This PR adds proper notification on call notifications coming from single number. To that end following changes have been introduced: * extension of Notification DB record with contact_id filed * use of `ContactRecordInterface` in `NotificationsRecordInterface` * extension of `Increment` query to require `PhoneNumber::View` * multiple minor changes on path from creating/handling `NotificationsRecord` to displaying respective notification.
[EGD-6683] Fixed not fitting labels in Calls and Meditation Fixed not fitting labels in Calls and Meditation.
[EGD-6680] Notes crash fix on search Changed query for all matches to query with limit
[EGD-6602] Add documentation for home notifications Documentation providers class structure diagrams for realization of MVP pattern in context of home screen notifications.
[EGD-6676] PhoneLock handling with ServiceDesktop Replaced old PhoneLock handler in ServiceDesktop with new interactions with Application Manager PhoneLockHandler.
[EGD-6675] Swiping through date/time input causes crash Phone crashes whenever you try to set new calendar event and change its date or time.
[EGD-3109] Use more appropriate type instead of raw types Position and Length used instead of raw ones
[EGD-6520] Show factory data on technical information window Remove mocked data and read real data from settings db
[EGD-6673] Temporary fix cellular requesting for pin Temporary fix for cellular pin request popup. To be fully integrated with SimLockHandler.
[EGD-6533] Fix switching window after editing contact After saving edited contact, app was switched to contact lists window instead of contact details.
[EGD-6641] Added Notifications to LockedPhone popup Added NotificationsModel to LockedPhone popup window.
[EGD-6639] Fix call icon misalignment Align call window arcs
[EGD-6453] Warning when adding incorrect event When adding to Calendar an event which is incorrect (e.g. has empty title or end which is sooner than start) warning window appears.
[EGD-5884] Added Lock Screen popup handling Moved lock screen window to popup. Split DesktopMainWindow into two parts (popup and regular). Added LockPhoneHandler into ApplicationManager.