~aleteoryx/muditaos

ref: 783ebcbb6ca8b97a8c3153139eb15a21f4e6f956 muditaos/module-services/service-desktop/endpoints d---------
0159f2a1 — Lukasz Mastalerz 2 years ago
[CP-1937] Amount of space assigned to "Other" changes after uploading audio file

Fixed by sending information about device memory in floats instead of
uints
35fb50f6 — Lukasz Mastalerz 2 years ago
[CP-1942] Re-adding the same file results in an increase in the amount of occupied space

Fixed problem with adding files with the same name resulting in increasing its size
instead of replacing the file.
USB Stack changes.
6ed40697 — Lukasz Mastalerz 2 years ago
[CP-1797] Low battery connection with mc is possible

Add a reason field to USBSecurityEndpoint reson when device is locked.
ba0c1739 — Lukasz Mastalerz 2 years ago
[CP-1797] Low battery connection with mc is possible

Decrease critical battery level from 10% to 5%
Add a new entry to the security endpoint in order to block MC
when the phone battery level is critical
3ef3a8cc — Pawel Olejniczak 3 years ago
[CP-702] Add API for managing templates order

This API allows for managing message templates order.
DB Migration: adding a new column to templates tables.
a870922e — Lukasz Mastalerz 3 years ago
[CP-1837] Random crashes while copying files

General improvements to prevent running out of memory while copying
files via Mudita Center
950cf78a — Lukasz Mastalerz 3 years ago
[CP-1825] Update while on onboarding screen

Add a parameter to device info about onboarding state.
Update documentation for Pure and Harmony.
1cbfaaa4 — Lefucjusz 3 years ago
[CP-1822] Fix space returned by DeviceInfo endpoint

Unify the space values returned by DeviceInfo
endpoint by taking into account space taken
by second system partition, which was previously
omitted.
9ece62c1 — Lefucjusz 3 years ago
[MOS-903] Remove reboot to USB MSC mode

Remove mechanics enabling to perform reboot
to MSC mode by sending request to one of the
endpoints via serial port, as it is not
implemented in bootloader and may potentially
be unsafe.
fd5f7f18 — Bartosz 3 years ago
[MOS-872] Extended json11 supported types

Moved statvfs to stack from heap
6efaa600 — Bartosz 3 years ago
[MOS-872] Add support for directiories in filesystem endpoint's listdir

Added support for listing directiories with nested ones
9744d391 — Bartosz 3 years ago
[MOS-856] Another approach to MTP path in DeviceInfo

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

Fixed paths for sync process
Added timeout for windows in recovery processes
bb2df2a3 — Bartosz 3 years ago
[MOS-803] Fixes

Fixes for deviceInfo endpoint, scripts
 and missing migration files in sysroot
bb0ef540 — Mateusz Piesta 3 years ago
[MOS-803] DeviceInfo endpoint update

* Added some changes to the DeviceInfo endpoint
* Updated relevant code accordingly
* Removed unneeded paths definitions
* Minor bug fixes
fef2ad61 — Bartosz 3 years ago
[MOS-786] A/B Booting - fixed factory reset from menu

Now factory reset works both from ecoboot and from menu
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.
Next