[EGD-6037] Fix stack overflow in the EventManager Fix stack overflow in the event manager
[EGD-5638] Use ignore_paths in license checker hook mode License checker script should check against all excluded files, not just directories. Fix find command used to list file types present in the repo.
[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-5908] Fix bug in Logger + add log unit test Because `vsnprintf` return value means: " The number of characters that would have been written if n had been sufficiently large, not counting the terminating null character. If an encoding error occurs, a negative number is returned. " `Logger` crashed when log msg was longer than LOGGER_BUFFER_SIZE. Checking `vsnprintf` return value solves this issue.
[EGD-5641] Fix cellular on linux It fixes build for Linux with GSM enabled.
[EGD-6010] Fix addres in retry window Address was lost while being forwarded to the retry window.
[EGD-5304] Add new way of system close Unified method of closing the system orchestrated by system manager
[EGD-6002] Tweak stack size for service_lwip Tweak stack size for service LWIP.
[EGD-6006] Stack optimization in the EventManager Tweak stack usage in the EventManager service
[EGD-5925] Simulator heap use after shutdown defect Fixed: destructor removed
[EGD-5974] Fix antenna stack size Fixed stack size in service antenna and antenna test app.
[EGD-5911] Allow configuring worker stack size Allow configuring stack size of a worker by a child class for a better system heap utilization control. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-5724] Add pagination for Templates Add pagination for Templates Fix bug in change message template response
[EGD-5916] Removed duplicated connect in ServiceCellular.cpp Removed duplicated connect in ServiceCellular.cpp causing service init errors.
[EGD-5883] Added generic button popups attach to applications Created structure and implementation for popup windows attachments on button actions into applications. Moved Volume window to fit into solution. BarGraph refactored.
[EGD-6000] Fix stack usage for service time Currently service time waste a lot of stack. This patch reduce stack usage of the service time stack
[EGD-5931] Create Quotes db schema Create Quotes db schema
[EGD-5999] Fix stack size for calculator Set stack size to 2,5kB for calculator app