[EGD-6740] Availability and Change handled by PhoneLockHandler
Availability and Change in phoneLock handled by
PhoneLockHandler. Removed old implementation from
onBoarding and Settings. Cleared language assets.
[EGD-6655] Screen light when active
Added enabling screen light if there was any key pressed
and screen light controler is in the automatic mode.
Added screen light disabling after 5 seconds of timeout
without any key being pressed.
[EGD-6670] Cancel jenkins build on PR update
Stop previous builds.
[EGD-6739] Fix Enable change of display resolution on simulator
Define screen dimesions in one place
[EGD-6019] Removed dependency from freertos in test global file
This file is included for all tests as dependency and adds freertos
as a dependency through thread.h include
[EGD-6019] Minimum settings ownership lifetime fixups
added weakptr link to settings and checks
it wont crash on deinitialized setings now
Pseuto UT are passing
Added:
- deregistration on Settings destrution
- weak referencing of Service to not crash Settings on missuse
- Proxy as initialization parameter to Settings
Unused code removed
Enabled tests to be written for Settings
[BH-422] Fix CMake in service GUI - post review update 01
Update after review.
[BH-422] Fix CMake in service GUI
Refactor CMakeLists.txt for cleaner and simpler code.
[EGD-6752] Fix missing lock guard in the VFS driver
Fix missing lock guard in the device health status method.
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6518] Add missing field in mfg file
Add missing model field for the phone personalization data
in the personalization.json file
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6518] Change optional methods for the DM
Change numer of minimal optional methods required by the
block device in the disk manager
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6518] Add EEPROM block device driver for VFS
Add block device driver for the factory EEPROM memory
needed for factory settings (aka personalizations)
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[CP-85] Support for Cp tag in commit message
CenterPure has its own Jira and own tickets tag.
Merge branch 'stable' - release v0.64.1
[BH-349] Support for BH tag in commit message
Bell Hybrid has it's own jira -> own tickets, we need to update commit
message checker.
[EGD-6258] Add CMake options to the Quick Start
Added description of CMake options used during generation
[EGD-6729] ServiceDesktop plug off lock interactions fix
ServiceDesktop plug off lock interactions fix.
[EGD-6576] Corrected after PR comments
I hope this is final