[MOS-205] Unneeded fs notify events Fixed problem with fs notification events being sent one time too many.
[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-199] Change unknown char glyph to match with design Fix of the issue that glyph displayed as a substitute for unsupported character was different than the design suggested. Additionally minor code cleanup.
[MOS-663] Replacement for empty templates screen Now there's information displayed that there are no templates and in order to add some, the user needs to use Mudita Center. Also, given no templates, the screen doesn't show the 'USE' button.
[MOS-902] Fix crash when entering message thread Fix of the issue that entering messages and trying to send SMS without SIM card inserted (and in a few another cases when sending resulted in failure) phone would crash.
[MOS-237] Removed unnecessary workaround for system reboot Removed workaround for rebooting into recovery (update)
[MOS-892] Fixed MTP/FS integration issues Fixed regression introduced by MOS-544.
[MOS-530] Various calculator app fixes * Fixed issue with subtract operation triggering unusal behavior. * Unified handling of the add,sub,mul,div operations. * Updated and verified existing unit tests and added new ones covering unhandled cases. * Added basic requirements/readme.
[CP-1624] Adding numberID as a field to contact and message response Changing the way Center is recognizing the threads in the message window by introducing the numberID
[MOS-29] Fix invalid screen after missed call Fix of the issue that missed call triggered view that shown 'call ended' text.
[BH-1609] Fix resizing of format in TimeSetFmtSpinner Change the resizing logic of the children of TimeSetFmtSpinner. Remove arguments of TimeSetFmtSpinner and BellStatusClock ctors.
[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-196] Add days of the week to the list of SMS, calls and notes If an event (e.g. receiving a call or SMS) happened in the current week, we display the days of the week instead of the date on the list.
[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-578] Fix incorrect logic with SMS notifications Fixed case, when there's only one thread unread and there's no info about the thread, only a generic message Tests are deleted because the fix would require rewritting ALL of those tests - those will be written with new implementation of notification table
[MOS-35] Add more input modes for USSD reply Previously only the mode restricted to digits was available.
[MOS-192] Time should not include 0 at the beginning Fix for displaying an additional 0 at the begging of the clock. It affects the clock in the status bar and messages and calls time.
[MOS-884] Importing contacts from SIM card more than once Fix for importing and removing contacts from SIM card causes issue that imported contacts didn't have a name and could by multiplied.