[EGD-6739] Fix Enable change of display resolution on simulator
Define screen dimesions in one place
[EGD-6019] Minimum settings ownership lifetime fixups
added weakptr link to settings and checks
it wont crash on deinitialized setings now
Pseuto UT are passing
Added:
- deregistration on Settings destrution
- weak referencing of Service to not crash Settings on missuse
- Proxy as initialization parameter to Settings
Unused code removed
Enabled tests to be written for Settings
[BH-422] Fix CMake in service GUI - post review update 01
Update after review.
[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.