~aleteoryx/muditaos

ref: a2cef32dc4d0dd498b76a5ff244b4e3a52eeda06 muditaos/module-gui/gui d---------
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 2 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 2 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 2 years ago
[MOS-59] Change tethering text to icon in status bar

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

Fixed phone mode indicators on popups
25a8f781 — Lefucjusz 2 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 2 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.
fb16f5d4 — Lefucjusz 2 years ago
[MOS-172] Fix asterisk button behavior in contacts

Fix of the improper asterisk button behavior
in new contact window - pressing the button
to change an input mode resulted in
'OPTIONS' label being displayed for the
left function button in navbar when the
asterisk button was held.
a56e8dbe — Lefucjusz 2 years ago
[MOS-361] Fix improper fonts in navbar

Fix of the issue that navbar fonts for the
left and right function buttons were bold,
what was inconsistent with the design.
9fb8432b — Lefucjusz 2 years ago
[MOS-592] Fix right arrow behavior in search field

Fix of the issue that clicking right arrow
in search field caused the focus to be moved
to image on the right, what made inputting
text impossible.
Additionally minor code cleanup.
d706cf58 — Lefucjusz 2 years ago
[MOS-18] Fix calllog scrollbar

Fix of the issue that scrollbar in
call log didn't represent the actual
page being shown correctly.
c64382a8 — Lefucjusz 2 years ago
[MOS-757] Fix wrong cursor final position after deleting

Fix of the issue that after partially deleting
the text, the cursor sometimes was positioned
somewhere in the middle of the remaining text,
not at the beginning where it should.
eef08b0d — Lefucjusz 2 years ago
[MOS-828] Fix 'j' glyph issue in Contacts app

Fix of the issue that email, first name and last
name fields were not able to display strings that
started with 'j'. Nothing was shown in such case.
8d796d8a — Bartosz 2 years ago
[MOS-757] Fixed backspace behavior

Now backspace (held # button) removes everything from
beginning up to the cursor

Coauthored with @Lefucjusz
Next