~aleteoryx/muditaos

424f5eaa — Mateusz Piesta 2 years ago
[MOS-855] Restore process update

Fixed issues with restoring from legacy backups
and cases when the database set fetched from backup package
is different than the system one.
ca7de85f — Bartosz 2 years ago
[MOS-853] Purge multimedia database when initializing indexer

When startup indexer for FileIndexer starts, it checks for
lock file. If it's not present, it starts the indexing.

Due to changes in DB initialization we have to purge the
DB before starting the init scan because of potential
restore content
9744d391 — Bartosz 2 years ago
[MOS-856] Another approach to MTP path in DeviceInfo

This time it's device-agnostic from purefs paths
fc076fa4 — Lefucjusz 2 years ago
[MOS-855] Fix restore from legacy backup

Added checking if requested to restore backup
from pre-UDM version and setting db versions
to zero in such case, as version info file
(called backup.json in legacy backups) doesn't
contain info about versions.
0aa333d0 — Bartosz 2 years ago
[MOS-856] Update DeviceInfo documentation

Updated docs for DeviceInfo endpoint
60568d92 — Bartosz 2 years ago
[MOS-856] Add MTP path to DeviceInfo endpoint

Added MTP path for products to enable MC to use it instead
of hardcoded paths
34485ba1 — Lefucjusz 2 years ago
[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.
82e0c6df — Lefucjusz 3 years ago
[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.
03379186 — Bartosz 3 years ago
[MOS-000] Fixed tests for update

Fixed tests for performing update, now it does not require
developer endpoint
5ac4d1e1 — Lefucjusz 3 years ago
[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.
5af5c740 — Mateusz Piesta 3 years ago
[MOS-807] Removed read code

Removed dead code
Fixed Harmony relaxation app assets path
ed806a45 — Mateusz Piesta 3 years ago
[MOS-807] Fix MTP root path

Fixed MTP root paths for both Harmony and
Pure due to the MTP implementation
not supporting hierarchical directories.
48940025 — Bartosz 3 years ago
[MOS-000] Update binary versions

Bumped up versions of binaries
b1fe5973 — Mateusz Piesta 3 years ago
[MOS-807] Update scripts

Added minor tweaks and fixed bugs.
663e4270 — Bartosz 3 years ago
[MOS-000] Fix for test_updater

Fixed outdated method in harness
09bab001 — Mateusz Piesta 3 years ago
[MOS-807] Update scripts

Added update scripts for both variants:
UDM update and further 'normal' updates.

Minor updates to the directories layout
44ef5ddd — Mateusz Piesta 3 years ago
[MOS-807] Unpacking update package

* Added unpacking and validating of
update package
* Removed 'utils-bootconfig'
* Added 'tar' module
* Minor compilation issues fixed
3887c43c — Lefucjusz 3 years ago
[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.
58fe1b1e — Lefucjusz 3 years ago
[CP-1421] Fix backup, restore and device info tests

Fix of the aforementioned tests after changes
implemented in PureOS.
ac78d443 — Bartosz 3 years ago
[MOS-835] Fix version.json entry

Renamed boot to os
Next