[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
[BH-515] Create main Bell app
Create main Bell app
[EGD-3243] Fix cellular memory leaks
Fixed leaks occuring in simulator using Quectel's eval kit.
[EGD-6790] Fix cellular sleep mode
Fix of cmux communication in order to
prevent polling thus provide sufficient
time of inactivity to get into sleep mode
Merge branch 'master' into stable
[BH-353] Add Documentation for main targets
* clean up mimimu required cmake version
* fixes for release workflow
Add documentation for targets, fixes for cmake
and release workflow.
Merge branch 'master' into stable
[BH-376] Utils time turned to separate library
Turned module-utils/time folder content into separate library,
cleaned up CMake libs dependencies, fixed include paths
[BH-370] Convert utils common_data into a libs
Create clipboard and eventsore libs
[BH-378] PR changes
PR changes - mainly includes
[BH-378] Utils move log to library
Moved log to separate library
[BH-371] Replace gsl with mainline submodule and move to third-party
Replacing loose gsl files with gsl mainline project as submodule
and moving it to third-party
Merge branch 'master' into stable
[EGD-5976] Add tethering cellular disabling
This commit adds disabling of URC messages during
tethering mode. It also adds call and sms logging after
tethering is disabled.
[EGD-6701] System time usage fixes
Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
[BH-361] Move date to separate directory
Move date to separate directory
[EGD-6728] Documentation cleanup
Cleanup acc. to guidelines created in EGD-6632.
[EGD-3542] Fix issue with sending text messages form new message window
Fixed too short timeout for sending sms
Fixed flow for switching to thred window to asynchornous one
Fixed some minor issues connected to new sms error handling
[EGD-6319] Refactor cellular modem directory
- Removed not used files from old implementations.
- Renamed some classes to follow naming convention.
- Renamed methods to use consistent styling.
- Restructured code.