[MOS-856] Add MTP path to DeviceInfo endpoint Added MTP path for products to enable MC to use it instead of hardcoded paths
[MOS-852] Fix autolock not working in UDM version Fix of the issue that in some cases phone wouldn't lock automatically after given timeout. This is not a proper fix, rather a workaround, the whole autolock mechanism should get refactored to support testing via harness.
[MOS-851] Remove factory reset screen from backup and restore Fix of the issue that factory reset screen informing user of need to manually turn on the phone to continue the process was appearing also when restarting to backup or restore.
[MOS-000] Fixed tests for update Fixed tests for performing update, now it does not require developer endpoint
[MOS-000] Bump binaries and add Bell target Change binary assets versions for both products, fixed missing dependencies in Bell's CMake, added 'Bell' target that automatically builds the image.
[MOS-807] Removed read code Removed dead code Fixed Harmony relaxation app assets path
[MOS-807] Fix MTP root path Fixed MTP root paths for both Harmony and Pure due to the MTP implementation not supporting hierarchical directories.
[MOS-000] Update binary versions Bumped up versions of binaries
[MOS-807] Update scripts Added minor tweaks and fixed bugs.
[MOS-000] Fix for test_updater Fixed outdated method in harness
[MOS-807] Update scripts Added update scripts for both variants: UDM update and further 'normal' updates. Minor updates to the directories layout
[MOS-807] Unpacking update package * Added unpacking and validating of update package * Removed 'utils-bootconfig' * Added 'tar' module * Minor compilation issues fixed
[CP-1734] Create factory reset reboot UI Create window that will be shown when the device turns off first time after factory reset request made from PureOS.
[CP-1421] Fix backup, restore and device info tests Fix of the aforementioned tests after changes implemented in PureOS.
[MOS-835] Fix version.json entry Renamed boot to os
[MOS-000] Bump recovery version Bumped recovery version
[MOS-805] Prepare update package - rewritten script Rewritten script for generating update package
[MOS-803] Further fixes for sync Fixed paths for sync process Added timeout for windows in recovery processes
[MOS-803] Fixes Fixes for deviceInfo endpoint, scripts and missing migration files in sysroot
[MOS-803] DeviceInfo endpoint update * Added some changes to the DeviceInfo endpoint * Updated relevant code accordingly * Removed unneeded paths definitions * Minor bug fixes