[EGD-6552] Options cleanups and fixes Fixed options crashes and cleared its structure. All options returns points to proper list indexes.
[EGD-6093] Audio settings API Refactored Audio settings API. Moved phone modes logic from serivce audio to service clients level. Removed redundant API. Seprated API for vibration and sound enable/disable. Fixed issues with vibrations logic.
[EGD-6554] Fix emulator to simulator Fixed every mention of emulator to simulator - in docs and shell scripts.
[EGD-5238] Fixed diff failure on removed file in clang-check Checker git diff pass was failing due to diff to removed file
[EGD-6557] Support glibc older than 2.28 Added preprocessor cases to disable code not supported in glibc older
[EGD-6522] Add EEPROM emulation in the emulator Add possibility to emulate eeprom in the linux emulator
[EGD-6553] ServiceGUI stack depth extended ServiceGUI stack depth extended from 1024 to 1536 words.
[EGD-6529] Fixed issues with gray colors The issue occurred on multiple refreshes in the short period of time. Sometimes, fast refresh was performed instead of the cached deep one.
[EGD-6313] Fix Can not find contact by full name Add support for contact full nane in queries
[EGD-6534] TextFixedSize crash on char removal fix Fixed TextFixedSize character removal crash on single line space case. Added UT to cover it and other missing TextFixed sized drawLines cases.
[EGD-6515] Answer/reject calls using headset Clean up propagation of headset keys events Clean up volume control with headset keys Update key mappings for simulator Use headset OK key to answer/reject calls
[EGD-6505] Implement “On when active” Keypad light functionality Implement “On when active” Keypad light functionality
[EGD-5360] Add USB current selection Charging current selection algorithm depending on USB type.
[EGD-5238] Fix ignored files breaking the script File ignored were passed with Ignore text making script return error
[EGD-5238] Fix clang checking files config value loading Value loading was to strict and required exact match, where we expect match with lowercase value of value stored
[EGD-6183] Fix HF on search results window HF was occurring when user trying to navigate left on search results window.
[EGD-6075] Add support for emmc system partitions Add support for EMMC hardware partitions to the disk manager Hardware system partitions are visible as <device_name>sys<num> Disk user partitions are visible as <device_name>part<num> Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6075] Fix partition name typo Fix partition name typo in the disk manager
[EGD-5440] Onboarding passcode window Add windows for setting passcode during onboarding process
[EGD-6498] Do not perform calculations on empty input We do not produce an error when user calculates empty input.