~aleteoryx/muditaos

ref: f7ad63c951d6b8c8378126405eb6d16d739505cb muditaos/module-services/service-desktop/ServiceDesktop.cpp -rw-r--r-- 12.8 KiB
f7ad63c9 — Lukasz Mastalerz 2 years ago
[BH-1412] Fix services dependencies

Changes in dependecy managment
Replacing state flags with states in ServiceGUI
Unifying some parts of code
2620191e — Lefucjusz 2 years ago
[MOS-238] Use on-chip hardware TRNG as an entropy source

Use hardware TRNG integrated into RT1051 MCU
as an entropy source for builds complied
for RT1051.
783ebcbb — Lefucjusz 2 years ago
[MOS-183] Fix RT1051 debug build

Fix of multiple issues that resulted
in debug build failing.
ebcd1394 — Lefucjusz 2 years ago
[CP-1962] Add Harmony color detection

* Added serial number based Harmony color
detection.
* Unified serial number handling for both
products.
da838b8c — Lefucjusz 2 years ago
[BH-1706] Fix inaccessible MTP on Harmony

Fix of the issue that Harmony's MTP
was constantly locked after MOS-686
fix, as the mechanics of unlocking
was not handled for Harmony at all.
c96dc7dc — rrandomsky 2 years ago
[MOS-686] Fixed MTP availability only after phone unlocked

Fixed file access via MTP even when phone is not unlocked.
Now access is granted when the phone is unlocked by the user entering
a passcode. If the phone is not passcode protected (passcode is nor set)
then access to the files is always possible via MTP.
205fedb9 — Mateusz Piesta 2 years ago
[BH-1595] USB reset procedure

* Fixed incorrect reset procedure
* Minor refactor
950cf78a — Lukasz Mastalerz 2 years ago
[CP-1825] Update while on onboarding screen

Add a parameter to device info about onboarding state.
Update documentation for Pure and Harmony.
9744d391 — Bartosz 2 years ago
[MOS-856] Another approach to MTP path in DeviceInfo

This time it's device-agnostic from purefs paths
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.
ae4badbb — Bartosz 3 years ago
[MOS-803] Further fixes for sync

Fixed paths for sync process
Added timeout for windows in recovery processes
178fba16 — Lefucjusz 3 years ago
[MOS-783] First part of new dir structure implementation

    Works:
    - generating .img for Pure;
    - Pure boots after flashing new image and
    seems to be working fine;

    Not yet:
    - generating update package;
    - generating image for Harmony;
    - simulator;
    - path-related unit tests fail
    due to paths being hardcoded
    in test scenarios.
b50eea9e — Pawel Olejniczak 3 years ago
[CP-1427] Cleanup leftovers after old backup restore implementation

The synchronization mechanism has been freed from the constraints
of the old backup and restore implementation.
0867d172 — Pawel Olejniczak 3 years ago
[CP-1424] Refactor backup and restore endpoints

Redesign of backup and restore endpoints in the
service-desktop to delegate responsibility for
execution of the actual backup and restore process
onto the Updater.
d6a63be1 — Pawel Olejniczak 3 years ago
[CP-1484] Add new mechanism for data synchronization between MOS and MC

This mechanism is similar to the current backup implementation,
but is stripped of irrelevant data that is not required by the
MC to perform data synchronization.
150f1cfd — Mateusz Piesta 3 years ago
[CP-1560] New user directory structure

* New user directory implemented.
* Generate user directory structure at compile
time instead of at runtime(Pure/Harmony).
* Changed MTP root path to /storage
* FileIndexer: Minor refactor
* FileIndexer: Fixed handling incorrect/non-existing
scan directories.
* Updated Repository module to correctly handle
many assets paths.
* MultimediaDB: Minor unit tests refactor and fixed
some issues when using simulator.
* MultimediaDB: Added new queries and unit tests
* Harmony/Relaxation: Updated to correctly
use audio assets from more than one source.
* Harmony/Relaxation: Updated model and list items
provider.
* Harmony/Relaxation: Fixed stack overflow in audio service
9747ce2e — Lukasz Mastalerz 2 years ago
[CP-1579] Fix correct password inserted during Pure boot is not accepted

Fix the issue when the USB cable connected to the device during boot up
and Center requested a passcode before the device was fully up.
What caused a 'Wrong passcode' message after typing a passcode
via Center.
3b2e1ef6 — Lukasz Mastalerz 3 years ago
[CP-1665] Adding an information about device colour to USB descriptor

Getting information about device colour and changing it to number.
Pass information about device colour to usb_stack.
Set a bcdDevice with the corresponding value.
6ebd1550 — Maciej-Mudita 3 years ago
[MOS-686] Revert - Fix the accessibility of user files by MTP

This reverts commit 42ca53a732487f7dabf5e06ee4c03f73c329882b.
42ca53a7 — Maciej-Mudita 3 years ago
[MOS-686] Fix the accessibility of user files by MTP

User files accessible via MTP only if phone is unlocked
Next