[EGD-6114] Fix bad end of line in Service cellular CRLF end of line fixed to Unix one
[EGD-5837] Add USB passthrough for tethering Tethering has to enable / disable the USB passthrough.
[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
[EGD-6100] Add BT device turn off handling After BT device disconnects (e.g. because of shutdown) Pure is now aware of this
[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
[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.
[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.
[EGD-6073] Fix text formatting in retry windows Error message in retry windows was displayed incorrectly.
[EGD-4853] Add Wake up GSM modem on demand System wakes up Cellular when there is a need to communicate with the modem, e.g. to handle an outgoing call
[EGD-5969] Add battery charging UI Battery charging UI modified according to design
[EGD-5932] Create Quotes agent - add Quotes agent, - implement get all quotes and get all categories queries, - extract PagedData from ListDirData and reuse it in QuotesMessages, - unify naming in Quotes and FileIndexer, - add Quotes agent unit tests
[EGD-6078] Limited logs from Settings and Service messages * Right now there is too much spam. These logs can be enabled with build flag * Fixed clang-tidy warnings on Settings
[EGD-6030] Fix Analise and optimize stack for service-desktop-worker Reduce stack size to 1k
[EGD-5997] Fix stack size of WorkerEvent Adjusted stack size to match actual usage
[EGD-5918] The system should crash on init failure ServiceDB init process times out. Its timeout should be extended.
[EGD-6037] Fix stack overflow in the EventManager Fix stack overflow in the event manager
[EGD-5970] Fix update unit tests Unit test fixes for update process
[EGD-6016] Fix Analise and optimize stack usage for service-desktop Reduce stack size for service-desktop to 4kB Optymize stack memory footprint for CalllogHelper::to_json Optymize stack memory footprint for DeviceInfoEndpoint::getDeviceInfo
[EGD-6024] Return to All Devices window after attempt to retry action Execution of retry pairing/unpairing/connecting took too long to wait for it on retry popup. Fixed minor bugs.
[EGD-5641] Fix cellular on linux It fixes build for Linux with GSM enabled.