[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.
[BH-918] Add bell audio assets Add bell specific audio assets
[BH-913] BGSounds audio implementation The following commit provides an implemention of audio features for the BGSounds application, that is: * playback of selected record in either looped or singleshot mode * pausing, resuming and stopping the playback The implementation does not cover a sinchronization of displayed time with a acctual state of playback in singleshot mode and changes of a playback volume. The features will be addressed in a subsuquent tasks.
[EGD-7614] Add Enable Rndis mode Adds enabling Rndis mode in modem, so tethering is possible on Linux, Mac and Windows.
[BH-843] Reset procedure Added reset procedure. Refactored linux KeyInput. Added support for multipress.
[EGD-7734] Fix alarm popup display issues fixed issues when refreshing alarm popup
[EGD-7086] Add BT profile connection info Added info about connected profile to the devices list
[CP-688] Changed cmake so that it would accept version as parameter We are guessing verion in scripts, when we should take it as parameter
[BH-802] Adapt audio subsytem for Bell Hook audio device factory for Bell to the audio subsystem. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-7560] Revert removed file number limit for MTP Commit a6956f781fcd4233b6b6f8fbd246cc851da68df0 reverted. Increased file number size to 10'000.