~aleteoryx/muditaos

ref: 88a9fdedf22428cbfe52f91c8352eae52438e7f1 muditaos/module-services/service-appmgr/model/ApplicationManager.cpp -rw-r--r-- 55.1 KiB
[EGD-6883] Change time settings cleanup

Time related settings are handled by service time now.
utils DateAndTimeSettings replaced by static time service api.
ef0872ea — Piotr Tański 4 years ago
[EGD-5709] Fixed actions support in Call application

Fixed:
- returning from a call window to previous application
- closing SMS templates window if open from call window
54ef6d5d — Hubert Chrzaniuk 4 years ago
[EGD-5709] Add full actions support in call application

Application call used both actions and messages which
caused windows switch problems. It has been refactored
to handle all communication by actions.
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
c611e3c0 — DariuszSabala 4 years ago
[BH-376] Utils time turned to separate library

Turned module-utils/time folder content into separate library,
cleaned up CMake libs dependencies, fixed include paths
eb026fe8 — Wiktor S. Ovalle Correa 4 years ago
[EGD-6907] Introduce ModemState in Cellular

We should not use Cellular's internal states to drive
other system parts, especially applications
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
18e9a260 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
23b3fd51 — Adam Dobrowolski 4 years ago
[EGD-6400] Added no autolocking while torch on feature

When torch is on we don't want to be able to autolock phone
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
017e3d88 — Przemyslaw Brudny 4 years ago
[EGD-5711] Finalized onBoarding application

Finalized onBoarding application. Added no sim ready window
and sim response window. Created iceBox widget. Fixed various
onBoarding errors and misalignment.
145178ae — Przemyslaw Brudny 4 years ago
[EGD-6791] Added PhoneUnlock on external MuditaCenter message

Added PhoneUnlock on external MuditaCenter message.
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.
b2ca227f — Wiktor S. Ovalle Correa 4 years ago
[EGD-6746] Use new SimCard implementation

Switch to SimCard implementation provided by previous commit
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
Next