~aleteoryx/muditaos

ref: b7e710ef9e8e55667ab2cf3605a0d9c5ebc90b04 muditaos/module-apps/application-desktop d---------
b7e710ef — Przemyslaw Brudny 4 years ago
[EGD-6867] Renamed TopBar into StatusBar

Renamed TopBar into StatusBar.
56a17e78 — Wojtek Rzepecki 4 years ago
[EGD-6854] Add missing tethering windows

Added missing windows for tethering
based on UI design
4fb5a38f — Michał Kamoń 4 years ago
[EGD-6397] Add no autolock on OSUpdate

This commit enables `preventsAutoLock` in `UpdateProgress` window
to ensure that no autolock event occurs while OSUpdate is in progress.
93c4675d — Alek Rudnik 4 years ago
[EGD-6701] System time usage fixes

Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
bc737e93 — Przemyslaw Brudny 4 years ago
[EGD-5885] Added SimLockHandler

Refactored LockWindow TitleBar handling. Added Sim pin request
block on lockedPhone. Added Sim info popup added when pin
changed. Updated assets. Removed old PinLock structures.
Cleared LockBox structures. Removed old settings sim setters.
New CellularMessage adaptation. Cleared Lock structure.
0f3fb7c1 — Michał Kamoń 4 years ago
[EGD-6736] Add app's state dependent autoLock mechanism

This PR provides the implementation of the auto-locking mechanism that
is dependent on an application's current auto-locking policy. Three
auto-lock policies have been introduced:

* DetermineByWindow
* DetermineByAppState
* PreventPermanently

Also changed the AutoLockWindow set/get auto-lock time value to the
message-based approach.
040550f3 — Pawel.Paprocki 4 years ago
[BH-356] Move TPLIB (microtar) to separate directory

Move microtar to lib, amend CMAKE files
339f3d52 — DariuszSabala 4 years ago
[BH-364] Move TPLIB magic_enum to separate dir

Changed submodule directory and updated cmake scripts and include paths
dcd0ebe0 — tomaszkrosnowski 4 years ago
[EGD-6338] Fix NAT widget visibility

Make sure that NAT (Network Access Technology) widget is visible on top
bar ONLY during call.
b2ca227f — Wiktor S. Ovalle Correa 4 years ago
[EGD-6746] Use new SimCard implementation

Switch to SimCard implementation provided by previous commit
3c69244f — Przemyslaw Brudny 4 years ago
[EGD-6773] Added light BarGraph type and updated UpdateProgress

Added light BarGraph type and updated UpdateProgress Window.
48f7cf17 — Michał Kamoń 4 years ago
[EGD-6755] Add updated notification icons

This PR adds/updates notification icons to latest version provided
by designs.

Also this PR provides new implementation for CallLogDetailsWindow.
The window was using one of the icons updated. To avoid making
temporary corrections on the icon's hardcoded (x,y,w,h) properties,
the entire window was redesign to use up-to-date ModuitaOS GUI
features.
f2ce6e94 — Michał Kamoń 4 years ago
[EGD-6707] Add single number message notification

This PR provides implementation of home screen notification for
`notSeen` messages received from a single number. The "single-number:
`notSeen` message notification distinct from "multiple-number"
notification with the following features:
 - displaying formatted contact name
 - `onActivated` it switches to respective thread window (instead of
 all thread window) in `ApplicationMessages`

 The PR also introduced some `ActiveNotificationsModel` code refactor
 to align the implementation with `Single Responsibility Principle`
b38adcec — Adam Dobrowolski 4 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
Removed dependency from freertos in test global file
EntryPath tests updated and compilation slimed
bcdaf15e — Przemyslaw Brudny 4 years ago
[EGD-6740] Availability and Change handled by PhoneLockHandler

Availability and Change in phoneLock handled by
PhoneLockHandler. Removed old implementation from
onBoarding and Settings. Cleared language assets.
e71a044b — Przemysław Brudny 4 years ago
[EGD-6019] Revert of two commits

This reverts commit b6416b15dac3a638d803681fbad8746b1808b6aa.
This reverts commit e2f3882d8a0194ae6f74bfc5ab6104c368174517.
b6416b15 — Adam Dobrowolski 4 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
0bad6d64 — Michał Kamoń 4 years ago
[EGD-6657] ApplicationDesktop clean-up

This PR cleans-up `ApplicationDesktop` after recent changes in
home screen notifications handling.
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.
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.
Next