[EGD-7725] Tune up file system io access
Increasd io stream buffers:
- 64kB for big files with short lifetime scope
- 16kB for big files with long lifetime scope
- 1kB - dont changes default forr the rest
[EGD-7675] Sorting/repeating tracks documentation
Add Documentation to describe the implementation concept
for the sort/repeat modes in the music player.
[EGD-7692] Fixing phonebook wording
Changed ICE to emergency and added 'phone' to 'number'
[EGD-7759] Alarm audio duration fix
Alarm audio duration fix. Changed Alarm audio priority.
Fixed SpinBox bottomBar modes.
[EGD-7457] Fix Service antenna based on urc
Not needed AT commands request removed from service antenna.
[EGD-7741] Cmake changes in the lwext4 project
Cmake changes in the LWEXT4 project
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7757] Improve stdlib iobuf MTP for ext4 fs
Improve stdlib file transfer performance for ext4
on the MTP file transfer
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7741] Fix log headers in the master branch
Fix the log headers in the master branch
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7731] Fix issue with diropen() on rootdir
Fix issue with opendir() on the root directory
and ext4 filesystem.
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Change user partition to ext4 fs
Add support for the EXT4 filesystem using LWEXT4
Add minor VFS fixes
Add unittest for the EXT4 partitions
Reformat partition for use EXT4 filesystem
[EGD-7587] Initial cmake of the ext4
[EGD-7587] Block driver for the ext4
Initial version of the block driver for the ext4 device
[EGD-7587] Initial version of the EXT4 fs support
Initial version of the ext4 filesystem support
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Mount unmount initial unit tests
Mount and unmount initial unit tests
[EGD-7587] Unit tests and fixes for ext4
Unit tests and fixes for the ext4 partition
[EGD-7587[ adjust flags
Adjust ext configuration flags
[EGD-7587] Change to generate ext4 image
Change image generation script to generate ext4 image
[EGD-7584] Change cache memory settings
Change cache memory settings
[EGD-7587] Change create image flags
Change create image flags
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Git change lwext4 to the mudita version
Change LWEXT4 to mudita version
[EGD-7587] Modify ext4 implementation
Modify ext4 implementation according to the new lwext4
mudita branch. Some issues were fixed in this branch
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Add to VFS rmdir syscall
Add to VFS missing rmdir for compliance POSIX std
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-7587] Change stream buffer size for fs endpoint
Increases stream buffer size, to make sure it is working faster
on ext4 partition.
[EGD-7760] Fix building for GCC11
There was missing header
[EGD-7758] Add skip button in snooze show
added skip button to view next snooze
[EGD-7550] Fixed wrong count request
We should use Interface for information gathering
[BH-759] Bell onBoarding instruction prompts added
Added instruction prompts to Bell OnBoarding.
[EGD-7674] Add separate list of music files currently being played
In addition to the list of music tracks displayed to the user,
a separate list of currently played tracks has been implemented.
[BH-953] Fix BGSounds windows UI
The following commit fixes BGSounds UI:
* app's name not fitting in MainWindow by
extending BellOptionsWindow width
* soundtrack title set to occupy up to two
lines in progress window
[EGD-7730] Alarm audio calls fixes
Added system sound setting. Refactored Alarm sound settings.
Fixed linux audio device initial volume level. Fixed Alarm
vibrations.
[BH-914] Add BGSounds volume change functionality
The commit provides an implementation to changing
volume in Background Sounds application. The
implementation attaches the app-scoped window
to the existing pop-up mechanism.