~aleteoryx/muditaos

ref: sign_test muditaos/third-party d---------
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.
948ab3f4 — Lukasz Mastalerz 2 years ago
[CP-1837] Fix MTP crashes

Update usb_stack submodule.
e16bb031 — Adam Wulkiewicz 2 years ago
[CP-1837] Random crashes while copying files

Use ConstMemoryConstrainedFileRef newly added to taglib
9bf69c65 — Marcin Zieliński 2 years ago
[MOS-878] Don't break audio playback on file deletion

Since a currently played file is deleted, the player
goes to the next file from the list. A special case:
if the deleted file is the last one, the playback
stops (and can be resumed by the user).
cce5061c — Lefucjusz 2 years ago
[MOS-890] Fix issues with long filenames

Fix of the multiple issues that manifested
when trying to copy file with name longer
than 64 characters, which in worst scenario
would lead to OS bootloop due to filesystem
corruption.
7bb2caed — Mateusz Piesta 2 years ago
[MOS-297] Fixed release build for the simulator

Fixed.
ff89d4db — Lefucjusz 2 years ago
[MOS-854] Fix crash with USB logs enabled

Fix of the issue that phone would freeze/crash
with USB logs enabled, which was caused by
logging from inside critical section.
ef189d96 — Mateusz Piesta 2 years ago
[MOS-205] Unneeded fs notify events

Fixed problem with fs notification events
being sent one time too many.
494121a1 — Mateusz Piesta 2 years ago
[MOS-892] Fixed MTP/FS integration issues

Fixed regression introduced by MOS-544.
0742ef84 — Lefucjusz 2 years ago
[MOS-890] Fix invalid filename after copying from Win11

Update usb_stack submodule after fix
for filename corruption.
942b837f — Bartosz 2 years ago
[MOS-71] Add clearing USB CDC buffer after reconnect/init

Fixes an issue, when somehow transmission is interrupted
and rest of the buffer is being transmitted,
 altering the original message
a9ebeb4f — Mateusz Piesta 2 years ago
[MOS-544] MTP integration issues

* It's now possible to rename files using MTP
* Fixed issue with fs notification being sent from MTP
before file transfer is complete. This resulted in audio
tracks appearing on the MusicPlayer list while still being transferred.
fd5f7f18 — Bartosz 2 years ago
[MOS-872] Extended json11 supported types

Moved statvfs to stack from heap
27cf1931 — Bartosz 2 years ago
[MOS-765] Fixed crash on invalid ID3 tag

Bumped taglib version to latest master
Added sanity check for version field in tag parser in taglib
so in case of damaged/invalid tag it returns no tag at all

It was caused by zipped mp3 files and renamed to mp3 again
6f4bedbc — Lukasz Mastalerz 3 years ago
[CP-1413] Windows displays wrong name of connected device

Changes in usb_stack
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.
b281a39f — Lefucjusz 3 years ago
[MOS-744] Fix MTP integration

Fixed issues with integration
of MTP with filesystem:
- fixed memory corruption in
get_disk_properties();
- removed spare space hack
causing MTP to return invalid
free space and capacity of
the storage;
- added mtime and ctime
handling;
- minor code cleanup.
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
5fc2f024 — Mateusz Piesta 3 years ago
[CP-1560] MTP root path

Make MTP root path configurable.
Next