~aleteoryx/muditaos

ref: 88a9fdedf22428cbfe52f91c8352eae52438e7f1 muditaos/module-apps/application-desktop/windows d---------
[EGD-6883] Change time settings cleanup

Time related settings are handled by service time now.
utils DateAndTimeSettings replaced by static time service api.
1666216e — Pawel Olejniczak 4 years ago
[CP-194] Intercept all input when OS update window is displayed

Block user interaction with phone during OS update,
by intercepting all inputs from phone keyboard when OS
update screen is displayed.
6dfeacff — Alek Rudnik 4 years ago
[EGD-6697] Date and time formatting

Added system locale dependant date and time formatting.
4685dc07 — Przemyslaw Brudny 4 years ago
[EGD-6960] Header addition related style cleanups

Header addition related style cleanups.
a7fba1b3 — Paweł Joński 4 years ago
[BH-374] Librarize application-antenna

Add apps-common, librarize application-antenna
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
b6739819 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
2911b6b4 — Lukasz Skrzypczak 4 years ago
[BH-378] PR changes

PR changes - mainly includes
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
4ce5b308 — Wojtek Rzepecki 4 years ago
[EGD-6899] Fix AppCall access

Fix of an access to call window
during tethering
b7e710ef — Przemyslaw Brudny 4 years ago
[EGD-6867] Renamed TopBar into StatusBar

Renamed TopBar into StatusBar.
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
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.
040550f3 — Pawel.Paprocki 4 years ago
[BH-356] Move TPLIB (microtar) to separate directory

Move microtar to lib, amend CMAKE files
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.
3c69244f — Przemyslaw Brudny 4 years ago
[EGD-6773] Added light BarGraph type and updated UpdateProgress

Added light BarGraph type and updated UpdateProgress Window.
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`
Next