~aleteoryx/muditaos

ref: 31b24ed4d3b6fb8e21b870a111eb982d4787dddd muditaos/module-services d---------
31b24ed4 — Mateusz Grzegorzek 5 years ago
[EGD-5932] Add more queries to Quotes agent

Added queries:
- list quotes from selected category,
- enable/disable category,
- enable/disable single quote,
- list enabled quotes,

Other fixes:
- move `msgHandled` and `msgNotHandled` to `Message.hpp`,
- use `typeid` in `QuotesAgent::registerMessages`,
- change `Quotes::Queries` style,
- make `quotesList` private

Queries to add in next PR:
- add/read/write quote
f6cf68ad — Maciej Gibowicz 5 years ago
[EGD-4851] Add URC support in sleep mode

When URCs come from the network and GSM is in sleep mode,
we wake up the modem to properly handle the incoming data.
9e4ccc56 — Mateusz Grzywacz 5 years ago
[EGD-5919] Fix: Fix logs from Service: Cellular, Fota

Fix: Remove misleading error message(change to debug/info).
Do not trace as error multiple retry. Minimize (to zero)
error logs on cold and hot start of the phone.
18cda367 — Michał Kamoń 5 years ago
[EGD-5490] Add BT pairing documentation

Documentation gives a high-level overview of the following procedures:
-scanning
-pairing
-unpairing
e651b2ce — Michał Kamoń 5 years ago
[EGD-5965] Add BT-Harness API documentation

Added documentation:
* BT endpoint API
* BT-Harness tests
677e18ca — Maciej Gibowicz 5 years ago
[EGD-5658] Add eInk CPU frequency hold

While the screen is being redrawn,
we block CPU frequency decreasing
84c99029 — Krzysztof Móżdżyński 5 years ago
[EGD-5449] Add final prompts windows

Added Dialog windows for "configuration successful"
"no configuration" and "update OS" for Onboarding.
Refactor Dialog window implementation and usage of
DialogMetadata in other applications.
7a7f1637 — Roman Kubiak 5 years ago
[EGD-6130] Fix update process (stack size, fscopy)

Increase stack size for service-desktop to 8192
Change fs syscall rename() to copy() (rename seems
to fail when moving data across different filesystems)
4cff599f — Wojtek Rzepecki 5 years ago
[EGD-6131] Fix modem startup

Fix modem start issue
due to bug in battery
level check.
39e6f1b1 — RobertPiet 5 years ago
[EGD-5902] Phone Modes Windows

Windows for phone modes created.
Offline:FightMode/messages only ServiceCellularApi created.
ConnectionFrequency and DND options settings throught AppSettings.
6bc6eccc — Roman Kubiak 5 years ago
[EGD-5565] Fix update process on new lf filesystem

These changes are needed for update to work with new
LFS fileystem, also minor bugfixes are included.
f54ba2ee — Pawel.Paprocki 5 years ago
[EGD-6112] Fix Service-desktop crashes during DOM dump

service_stack new size  5120;
worker_stack  new size  8704;
1e2ca2c0 — Lucjan Bryndza 5 years ago
[EGD-6037] Fix stack overflow in the EventManager

Fix stack overflow in the event manager
c91984d7 — breichel 5 years ago
[EGD-6114] Fix bad end of line in Service cellular

CRLF end of line fixed to Unix one
0fc008bb — Piotr Tański 5 years ago
[EGD-5837] Add USB passthrough for tethering

Tethering has to enable / disable the USB passthrough.
4de99701 — Piotr Tański 5 years ago
[EGD-5952] Changed service stack depths acc. to real usage

Stack depth changed for:
- Application Manager
- Service Bluetooth
- Bluetooth Worker
- Service Eink
- Service GUI
- Application Special Input
da27b16d — SP2FET 5 years ago
[EGD-6100] Add BT device turn off handling

After BT device disconnects (e.g. because of shutdown) Pure is now
aware of this
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
22fa17a6 — breichel 5 years ago
[EGD-5919] Fix logs from Service: Cellular, Fota

Remove misleading error message(change to debug/info).
Do not trace as error multiple retry. Minimize (to zero)
error logs on cold and hot start of the phone.
796bab6b — Pawel Olejniczak 5 years ago
[EGD-6074] Add system message and window for BT initialization error

Purpose of added system message is to sent information about bluetooth
initialization result from bluetooth service to application settings.
Added window will print error if initialization fails.
Further integration in service bluetooth is required.
Next