[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.
[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.
[MOS-29] Fix invalid screen after missed call Fix of the issue that missed call triggered view that shown 'call ended' text.
[MOS-893] Fix invalid time description in the SMS thread The sending/receiving time information will be displayed as follows: - Only an hour –> for today - Yesterday and hour –> for messages received/sent yesterday - Day of the week and hour –> for messages received/sent within last 7 days - Date (day+month) and hour –> for messages older than week, but still from the same year - Date (day+month+year) and hour –> for messages rom previous years
[MOS-871] Loudspeaker icon not updated when audio routing has changed Fix for the loudspeaker icon has not changed while calling with loudspeaker on and connecting headset to the phone.
[MOS-204] Fix screen ghosting after emoji selection Fix of the issue of screen ghosting after emoji selection, visible particularly well in messages app - changed fast refresh to deep one on returning from emoji selection screen to the previous application. Additionally minor code cleanup.
[MOS-483] Import SIM card contacts properly According to information elaborated by Quectel, the contacts don't have to be saved on a SIM card contiguously and the only way to make sure all of them are imported is to request for the range [1, 250] (first to biggest allowed index).
[MOS-864] Fix for country code in new contact based on deleted one Fix for scenario when contact with some number with/without country code was deleted, and new contact with same number but without/with country code is added and then new contact have same prefix as deleted one. Now new contact will have number exacly like provided.
[MOS-18] Fix calllog scrollbar Fix of the issue that scrollbar in call log didn't represent the actual page being shown correctly.
[MOS-887] Fix black screen left after power off Fix of the issue that after powering off the phone with dark mode enabled the screen remained black instead of being cleared to white.
[MOS-870] Fix undesirable notification on call Fixed the case when a dot appeared around the Calls app tile notifying about an answered call.
[MOS-840] VoLTE switch unavailability fix Added checking if a SIM card is present in the active slot during ApplicationSettings initialization so that in case there's no SIM, the VoLTE switch is made anavailable to toggle.
[MOS-882] Fix FLAC file playback with USB cable connected Fix of the issue that caused system crash when trying to play 96kHz FLAC file with USB cable connected. The reason of the issue was the lack of FreeRTOS heap space left, what caused pvPortMalloc() to fail when allocating memory for stream buffer. Additionally minor code cleanup.
[MOS-872] Extended json11 supported types Moved statvfs to stack from heap
[MOS-872] Add support for directiories in filesystem endpoint's listdir Added support for listing directiories with nested ones
[MOS-853] Purge multimedia database when initializing indexer When startup indexer for FileIndexer starts, it checks for lock file. If it's not present, it starts the indexing. Due to changes in DB initialization we have to purge the DB before starting the init scan because of potential restore content
[MOS-856] Another approach to MTP path in DeviceInfo This time it's device-agnostic from purefs paths
[MOS-856] Add MTP path to DeviceInfo endpoint Added MTP path for products to enable MC to use it instead of hardcoded paths
[MOS-851] Remove factory reset screen from backup and restore Fix of the issue that factory reset screen informing user of need to manually turn on the phone to continue the process was appearing also when restarting to backup or restore.
[MOS-807] Removed read code Removed dead code Fixed Harmony relaxation app assets path