~aleteoryx/muditaos

ref: f3fee0587eda0a9a8d19cfaf71005e4a25435834 muditaos/module-services/service-desktop/ServiceDesktop.cpp -rw-r--r-- 14.9 KiB
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.
14d4ce82 — Wojtek Rzepecki 4 years ago
[EGD-6615] Fix tethering repeated notification

Repair of repeated tethering notification
after disconnection.
4f0c3c82 — Piotr Tański 5 years ago
[EGD-6209] Tethering confirmation popup added

Provided a tethering confirmation popup.
The popup shows up once a USB cable is connected to a PC.
29bf1e40 — Pawel.Paprocki 5 years ago
[EGD-5834] Fix restore API

Change restore API
backup/restore/update harness tests
4bf9cb7a — Tomasz Sobkowiak 5 years ago
[EGD-6259] Turn off usb security

To prevent errors with USB connectivity and charging screens.
00c76023 — Pawel Olejniczak 5 years ago
[EGD-5783] Revert EGD-5783

Revert "EGD-5783 Exclude empty body from response message"
This reverts commit b64eb0622b6c5e59eeb2161223e793ba4164ceb9.
b64eb062 — Pawel Olejniczak 5 years ago
[EGD-5783] Exclude empty body from response message

Remove body field from response message,
if it contains null. Add 204 and 501 status codes
and use them in proper responses.
204 stands for success but no content, and 501
means endpoint is not implemented.
Additionally some minor fixes.
5ab1ef65 — Marek Niepieklo 5 years ago
[EGD-5868] Add access to backup over MTP

This change adds access to backups via MTP
after backup file has been successfuly created.
efef7dcf — Piotr Tański 5 years ago
[EGD-6111] Timers refactored

Deep refactor of system timers.
46b89140 — Michał Kamoń 5 years ago
[EGD-5945] Bluetooth-harness API messages

This PR:
* provides Bluetooth-Harness API messages definition [EGD-5944]
* provides Bluetooth-Harness API messages implementation
* provides Bluetooth-Harness API usage on harness side [EGD-5946]
* provides Bluetooth-Harness tests [EGD-5947]
0fc008bb — Piotr Tański 5 years ago
[EGD-5837] Add USB passthrough for tethering

Tethering has to enable / disable the USB passthrough.
66db7b08 — SP2FET 5 years ago
[EGD-5512] Usb security refactor and devices pairing

Move all security related functionality to single security endpoint
Paired devices can be added to avoid further passcode requests
ef63ee26 — Wojtek Rzepecki 5 years ago
[EGD-5304] Add new way of system close

Unified method of closing
the system orchestrated by
system manager
30fde886 — Adam Dobrowolski 5 years ago
[EGD-5326] Fixed AT commands harness utility

We can now use test harness to send and check at commands
2a29e279 — Roman Kubiak 5 years ago
[EGD-5757] Fix backup API

Fix backup endpoint to work with new paths and FS api
The flow is based on the design in confluence.
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.
203f8197 — lblach 5 years ago
[EGD-5756] Add Update Window

Create Update Window(s) to control and visualize the MuditaOS update
process on Pure.
2b05b973 — Pawel Olejniczak 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.
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.
1d4ed26f — Wiktor S. Ovalle Correa 5 years ago
[EGD-5870] Fix filesystem remounting

Skip remounting if a filesystem is already R/W
Next