~aleteoryx/muditaos

ref: 1f9e63e74f5e79f4a1e1effd7414d36d65ab68e3 muditaos/module-gui d---------
7a8e3501 — Lefucjusz 2 years ago
[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.
824cb5ae — rrandomsky 2 years ago
[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.
2023cf57 — Maciej Gibowicz 2 years ago
[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.
d90576e4 — Lefucjusz 2 years ago
[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.
4b4ac735 — Lefucjusz 2 years ago
[MOS-938] Fix EULA multiline scrolling

Fix of the issue that EULA would not refresh
during scrolling at the end of document.
561e4e7a — Lefucjusz 2 years ago
[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.
783ebcbb — Lefucjusz 2 years ago
[MOS-183] Fix RT1051 debug build

Fix of multiple issues that resulted
in debug build failing.
ace3f5e6 — rrandomsky 2 years ago
[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.
80905d58 — Marcin Zieliński 2 years ago
[MOS-982] Recognizing WCDMA network access method for 3G in GUI

Ditto
d783c5c8 — Lukasz Mastalerz 2 years ago
[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.
53e2fae8 — Lefucjusz 2 years ago
[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.
1ceaffb9 — rrandomsky 3 years ago
[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.
a6232fb6 — Lefucjusz 2 years ago
[MOS-932] Minor ListViewEngine cleanup

Minor cleanup of ListViewEngine.cpp.
a07177c3 — Lefucjusz 2 years ago
[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.
196ee43e — Marcin Zieliński 2 years ago
[MOS-938] Allow Text control to scroll several lines at once

Ditto
43d3a71e — Lefucjusz 3 years ago
[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.
6108ebeb — Bartosz 3 years ago
[MOS-59] Change tethering text to icon in status bar

Changed text to icon, fixed behaviour with phone modes
1f157e41 — Bartosz 3 years ago
[MOS-59] Fix weird behaviour of indicators on popups

Fixed phone mode indicators on popups
25a8f781 — Lefucjusz 3 years ago
[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.
6097f761 — Adam Wulkiewicz 3 years ago
[BH-1609] Fix resizing of format in TimeSetFmtSpinner

Change the resizing logic of the children of TimeSetFmtSpinner.
Remove arguments of TimeSetFmtSpinner and BellStatusClock ctors.
Next