changelog: add changelog for v0.70.1
[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.