[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.
[EGD-3119] Hide InputEvent's member fields Use the InputEvent's convenience methods to express intent.
[EGD-6254] Add meditation end timeout Added timeout on meditation end screen to automatically return to main screen of meditation app.
[EGD-6583] Add send text Adds missing send text during incoming call.
[EGD-6637] Cleanup locks structure Renaming existing locks namespace and created proper directory structure.
[EGD-6315] Fix issues during saving new APN - disallow saving empty APN form - at least `Name` must be provided, - show `Save` button only if `Name` field is not empty, - return to APN list window after adding/editing/deleting APN or setting APN to default
[EGD-6600] Add rejected call message Adds rejected call message instead of ended call.
[EGD-5703] Fix SimCard topBar icon on Desktop In initial design a `TobBar`'s SimCard icon with number is supposed to display on the home screen only if there are two cards inserted. Because of the hardware limitations (there is no way of telling if there is a single or two cards inserted) the established consensus is that home screen should not display SimCard widget unless it's indication error state. Although in the task description there is only home screen mentioned, the behaviour was established for all `ApplicationDesktop`'s windows.