[CP-200] Delete file with old OS version
Removed update file after successful update
[EGD-6947] Fix SQL vulnerabilities
These were potential security holes allowing SQL injections.
[EGD-6882] Fix call hangup after BT device disconnect
Updated the BT stack with events that are handled through the
button so now it's possible to fallback to the earspeaker when
BT connection is lost
Added handling of those events
[EGD-6918] Timestamp clean up
Removal of not needed methods
Addition of unit tests
Fixes according to newst design guidelines
Added new seprate interface cmake lib for time constants
[EGD-2949] Fix fallback image
Added fallback image in case
of missing image asset
[EGD-6702] Add time zone library
The library is used to manually set the time zone.
It is based on the IANA time zone database.
changelog: add changelog for v0.69.1
[EGD-4384] Status bar roaming indicator
Added indicator to let know the user if he is in roaming mode.
[EGD-5011] Set headphones maximal sound level
In order to pass certification IEC 62368-1, set maximal headphones sound
level accordinly to measurements done by certification laboratory.
[BH-515] Create main Bell app
Create main Bell app
[EGD-6916] Fixed makefile build linking issue
Changed the way libraries are linked to sections in the linker
script because linker couldnt find them and was silently failing.
[EGD-3243] Fix cellular memory leaks
Fixed leaks occuring in simulator using Quectel's eval kit.
[EGD-5689] Add clang tidy to jenkins
Remove check form init scripts
[EGD-5689] Add clang tidy to jenkins
Move check to proper place
[EGD-5689] Add clang tidy to jenkins
Bring up clang tidy to Jenkins workers.
[EGD-5689] Add clang tidy to jenkins
Bring up clang tidy to Jenkins workers.
[CP-143] Set 204 code for responses with empty body
Body field was always added to response json, even if
it was containing only null. Now empty body is
not attached to response json, and status code
for such message is set to 204. Additionaly some
minor cleanup in service desktop was done.
[CP-142] Update tests with 204 response code
Uptdate python test scripts with 204 (NoContent) code
for responsens with empty body.