~aleteoryx/muditaos

ref: 5a26022799560f66359d62980d81d05c3d1f2f01 muditaos/module-gui d---------
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.
fb16f5d4 — Lefucjusz 3 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 3 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 3 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 3 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.
215e4d96 — Lefucjusz 3 years ago
[MOS-783] Fixed Pure unit tests

Fixed (most of the) hardcoded
paths in Pure's unit tests.
c64382a8 — Lefucjusz 3 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 3 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 3 years ago
[MOS-757] Fixed backspace behavior

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

Coauthored with @Lefucjusz
85a62195 — Marcin Zieliński 3 years ago
[MOS-859] Add missing font glyphs logging

This facilitates text issues debugging
89962fa4 — Adam Wulkiewicz 3 years ago
[BH-1598] Add clock faces with dates

Add classic and vertical face with dates for both 12h and 24h format.

Fix centering of battery indicator when level is smaller than 100%.

Fix incorrect time format of the alarm in clock face settings.

Change placement of battery and time format indicators on
ClassicWithAmPm screen while charging.
Next