[BH-370] Convert utils common_data into a libs
Create clipboard and eventsore libs
[BH-369] Turned UTF8 into separate library
Moved utf8 files, formed separate library, fixed include paths,
added utf8 library as dependency to every other target that
uses it, clang-formated utf8 files, cleaned up tests cmake script,
moved utf8 unit test
[BH-368] Added missing CMAkeLists
Added missing file
[BH-368] Moved board to library
New PR for the same task. Old one made too big mess after rebase
[BH-387] Move utils/state to service-antenna
utils/state is only one header used in one service,
moving it to service-antenna
[EGD-6684] Fix call ended message
This commit fixes issue with call ended
message not being shown after other
phone ends the call.
[EGD-6907] Introduce ModemState in Cellular
We should not use Cellular's internal states to drive
other system parts, especially applications
[EGD-6875] Fix UT check script
Fix error causing bad tests where passing unnoticed.
[CP-140] Deactivate autolock while connected to MC
PurePhone is no longer autolocked, while connected to Mudita Center.
[EGD-6906] Updated OnBoarding update info window
Updated OnBoarding update info window.
[BH-378] Corrected includes
Corrected includes
[BH-378] Utils move log to library
Moved log to separate library
[BH-378] PR changes
PR changes - mainly includes
[BH-378] Fix unit tests includes
Fix Unt tests includes
[BH-378] Style fixed
Fixed style
[BH-378] Utils move log to library
Moved log to separate library
[BH-458] Pureflash turned to ExternalProject
Changed way the pureflash utility is linked to project. Now
it is builded as cmake ExternalProject
[CP-84] Implement Security API
- Added pass code unlock from MC
- Removed Set USB security status
- Changed isLocked to phoneLocked in request for phone lock status
- Removed remainings of USB security in Settings App
- Reworked USB security model to depend both on
Phone lock state and Pass code being enabled
- Updated test_security.py
[CP-145] Implement Security Endpoint helper
Added helper and moved out processing code to helper
[CP-148] Fix setting of response in the Parser Context
Incomming ResponseContext was overwritten instead of used.