~aleteoryx/muditaos

ref: 2eca1d9b04a9da03fadb0192b0597942481e3fef muditaos/source d---------
ef63ee26 — Wojtek Rzepecki 5 years ago
[EGD-5304] Add new way of system close

Unified method of closing
the system orchestrated by
system manager
e8f7a572 — Tomasz Langowski 5 years ago
[EGD-5758] Restore auto locking timer in ApplicationManager

Restore auto-locking functionality
622a7141 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5926] Unmount VFS partitions on close

There is no shutdown procedure reflecting sysInit,
but filesystems can be unmounted directly before returning
from main()
0022da5e — Tomasz Sobkowiak 5 years ago
[EGD-5204] Show passcode screen only when PC is connected

USBConfigured event is not fired when powerbank, charger is connected.

[EGD-5204] Show passcode screen only when PC is connected

USBConfigured event is not fired when powerbank, charger is connected.
d5c3d41c — Piotr Tański 5 years ago
[EGD-5204] Secure USB communication

Secure all endpoints by returning 403(Forbidden) when USB is connected.
Request screen passcode to enable secured endpoints.
e61a7d2d — Lucjan Bryndza 5 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
d16947c8 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Fix compilation issues after merge

Master was using some fetures removed by new filesystem
fe721693 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
993235b7 — Kuba Kleczkowski 5 years ago
[EGD-5740] Change cellular message handlers

Phone modes dependent message handlig is moved to separated
handlers.
d9ae779a — Borys Jelenski 5 years ago
[EGD-5503] Add watchdog implementation

The system watchdog monitors whether there is message traffic
on the Bus. If no message was sent for an extended period of time,
a reset will occur. It should also protect against system-wide hangs.

On Linux, watchdog is simulated by a FreeRTOS task that will call exit
on timeout.
a5d1fadf — Lukasz Skrzypczak 5 years ago
[EGD-3685] Vibra handling

Added driver & business logic. Responds to messages.
f724d907 — Adam Dobrowolski 5 years ago
[EGD-5701] Added DOM dump to harness

* Added generic handler to developerMode
* Added DOM message handling
042e5b69 — Marek Niepieklo 5 years ago
[EGD-4625] Fix update timeout timer

Moved timer handling to Service Desktop
Use message comm. to update timer state
c7b7cc4c — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
06d0a276 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5463] Fix CI emulator log and timeout

Fix wrong log stream redirection in CI
Use real value from --timeout option and seto it to 30s
so emulator have enough time to start properly
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
e6213e94 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
6c4c4e8a — Lucjan Bryndza 5 years ago
[EGD-5098] Fix and remove old vfs class

Fix and remove global vfs object remove all old data
included in the vfs.hpp class
323786c4 — Wojtek Rzepecki 5 years ago
[EGD-4797] Battery bar as widget

Battery bar now is present as
a separate widget in top bar.
Additionally refactored passing
battery status.
Next