[MOS-1026] Add extended logging to Pure's charger driver * Added extended logging to Pure's charger driver. * Removed redundant handling of INOKB pin interrupt - charger is configured to provide the same interrupt via INTB pin. * Minor code cleanup.
[MOS-930] Fix for for misunderstanding holes in sms conversations Not all messages can fit on the current screen in sms conversation windows, so there may be some holes that might suggest that there are no more messages to display. Now, when therea are more SMS to see by scrolling up, the Old Messages label will indicate this fact.
[BH-1728] Fix redundant clock face display while shutting down Harmony When the user holds the back button for 10 seconds to display the "turning off" prompt, we show a redundant clock face display.
[MOS-972] Fixed missing contact entries when scrolling phonebook Fix of the issue that in some cases contact entry would not be displayed on any page in case it was on the boundary of two pages.
[MOS-938] Fix EULA multiline scrolling Fix of the issue that EULA would not refresh during scrolling at the end of document.
[MOS-599] Fix undefined phone mode in simulator Fix of the issue that on simulator phone mode was in 'undefined' state, what resulted in no phone mode selected in settings.
[MOS-183] Fix RT1051 debug build Fix of multiple issues that resulted in debug build failing.
[MOS-973] Fix for a ghost call after quick click back key to end a call Fixed a scenario where the user click to make a call to some contact and then quickly click BACK (right function button) to end the call and despite that Pure was still calling without showing any information. This fix prevent to handle key press event as a key longpress even after application lose a focus, or change a state.
[MOS-982] Recognizing WCDMA network access method for 3G in GUI Ditto
[CP-1938] UI issues when uploading multiple copies of a specific file Fixed problem with badly calculating characters to show which cause a problem with displaying text on UI.
[MOS-178] Add input mode displaying timeout Added timeout for displaying selected input mode - now it automatically disappears after 3 seconds since last change was made.
[MOS-925] Fix redirection on BACK from sending message from Contact view Fix for inconsistent redirection to message threads list when pressing BACK from sending message from Contact view. Also proveded mechanizm to help switching back to previous App, when some App call window from another App.
[MOS-932] Minor ListViewEngine cleanup Minor cleanup of ListViewEngine.cpp.
[MOS-932] Fix unneeded deep refresh in empty list Fix of the issue that pressing up arrow in empty list (e.g. notes, messages, alarms) resulted in unnecessary deep refresh of the screen, as the content didn't change.
[MOS-938] Allow Text control to scroll several lines at once Ditto
[MOS-166] Unify grey color levels Unified gray color levels used for texts displayed in GUI. Fixed issue with 'No calls yet.' text not displaying.
[MOS-59] Change tethering text to icon in status bar Changed text to icon, fixed behaviour with phone modes
[MOS-59] Fix weird behaviour of indicators on popups Fixed phone mode indicators on popups
[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.
[BH-1609] Fix resizing of format in TimeSetFmtSpinner Change the resizing logic of the children of TimeSetFmtSpinner. Remove arguments of TimeSetFmtSpinner and BellStatusClock ctors.