~aleteoryx/muditaos

ref: e71a044bd3f7df980802cdcdb29ad48c9cd427df muditaos/module-apps d---------
e71a044b — Przemysław Brudny 4 years ago
[EGD-6019] Revert of two commits

This reverts commit b6416b15dac3a638d803681fbad8746b1808b6aa.
This reverts commit e2f3882d8a0194ae6f74bfc5ab6104c368174517.
db8c1d35 — Pawel.Paprocki 4 years ago
[EGD-6739] Fix Enable change of display resolution on simulator

Define screen dimesions in one place
b6416b15 — Adam Dobrowolski 5 years ago
[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
80dc483c — Radoslaw Wicik 4 years ago
[BH-422] Fix CMake in service GUI - post review update 01

Update after review.
8b24846b — Radoslaw Wicik 4 years ago
[BH-422] Fix CMake in service GUI

Refactor CMakeLists.txt for cleaner and simpler code.
97777d0b — Przemyslaw Brudny 4 years ago
[EGD-6729] ServiceDesktop plug off lock interactions fix

ServiceDesktop plug off lock interactions fix.
1bcc27df — Piotr Tański 4 years ago
[EGD-6638] SOS call windows flow fixed

On going back, it returns to the correct window.
457e9b4f — Alek Rudnik 4 years ago
[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
0bad6d64 — Michał Kamoń 4 years ago
[EGD-6657] ApplicationDesktop clean-up

This PR cleans-up `ApplicationDesktop` after recent changes in
home screen notifications handling.
6f34f435 — Przemyslaw Brudny 4 years ago
[EGD-6696] Fixed settings network window rebuilding on sim selection

Fixed settings network window rebuilding on sim
selection.
46c57aaa — Michał Kamoń 4 years ago
[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.
5913999d — Przemyslaw Brudny 4 years ago
[EGD-6683] Fixed not fitting labels in Calls and Meditation

Fixed not fitting labels in Calls and Meditation.
56344b05 — Adam Dobrowolski 4 years ago
[EGD-6680] Notes crash fix on search

Changed query for all matches to query with limit
3fb5b81e — Michał Kamoń 4 years ago
[EGD-6602] Add documentation for home notifications

Documentation providers class structure diagrams for realization of
MVP pattern in context of home screen notifications.
9a17c5fc — Przemyslaw Brudny 4 years ago
[EGD-6676] PhoneLock handling with ServiceDesktop

Replaced old PhoneLock handler in ServiceDesktop with new
interactions with Application Manager PhoneLockHandler.
3b684e29 — tomaszkrosnowski 4 years ago
[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.
0d7bae0a — Tomasz Sobkowiak 4 years ago
[EGD-3109] Use more appropriate type instead of raw types

Position and Length used instead of raw ones
434df6d8 — Tomasz Sobkowiak 4 years ago
[EGD-6520] Show factory data on technical information window

Remove mocked data and read real data from settings db
37d97a66 — Przemyslaw Brudny 4 years ago
[EGD-6673] Temporary fix cellular requesting for pin

Temporary fix for cellular pin request popup. To be fully
integrated with SimLockHandler.
1d66d0d2 — Pawel Olejniczak 4 years ago
[EGD-6533] Fix switching window after editing contact

After saving edited contact, app was switched to
contact lists window instead of contact details.
Next