~aleteoryx/muditaos

ref: 3e13a976118e1d0600f09d5b01c1a6265e364c5a muditaos/module-gui d---------
12e44359 — Maciej Gibowicz 2 years ago
[BH-1839] Improved fonts

- Removed unused 190 px font
- Added new 32px bold and light & 170px regular fonts
- Added a new colon for the 170px font
cfd044be — Lefucjusz 2 years ago
[BH-1874] Fix underline appearing when setting alarm time

Fix of the issue that underline appeared under
hours value when setting alarm time with knob
down (alarm disabled) after previous
confirmation of the alarm time.
3f38b150 — Maciej Gibowicz 2 years ago
[BH-1846] Reducing power consumption while the application is running

Replacing double with float in rendering a circular progressbar results
in a significant reduction in the demand for computing power, which in
turn translates into reduced power consumption in all applications using
a circular progressbar.
6cd7e918 — Lefucjusz 2 years ago
[BH-1826] Fix corner case for new progress bar design

Fix minor corner case so that current progress
bar implementation fully matches the design -
after the bar has decremented to zero, there
should be no start or end indicator visible.
cc0fceae — Lefucjusz 2 years ago
[BH-1826] Implement new countdown progress bar design

Implemented new countdown progress bar design,
used in Relaxation, Meditation and Power Nap
apps. New implementation shows progress
bar as decrementing as the time passes instead
of incrementing.
Cleanups.
a8fa8bf5 — Lefucjusz 2 years ago
[MOS-1060] Fix memory leak in contacts list view

Fix of the memory leak that happened in
contacts list view due to not deleting
unused heap-allocated object.
a96ed0ec — Lukasz Mastalerz 2 years ago
[BH-1828] Add labels to relaxation sound list

Added labels to relaxation
ac5e8545 — rrandomsky 2 years ago
[BH-1829] New very big bold font added

New font named verybigbold added.
121879f4 — Lefucjusz 2 years ago
[MOS-220] Changed signal strength refresh mechanism

Modified signal strength update mechanism
to avoid unnecessary screen refreshes in
case new signal strength value is equal
to the previous one.
Minor cleanups.
b30212be — Lefucjusz 2 years ago
[MOS-896] Update low battery screen view

Updated low battery screen view by adding
info windows appearing when trying to
interact with phone having critical
charge level.
d9a1194e — Lukasz Mastalerz 2 years ago
[BH-1688] Create a standard for logs

* Adding document describing how to use logger
* Adjusting logs to follow a new guide
* Change order in log header:
  line number is now before function name
d2240e3b — Lefucjusz 2 years ago
[MOS-1048] Fix not fitting VoLTE button label

Fix of the issue that VoLTE checking
state label was cut off due to
improper setMinimumWidthToFitText()
method behavior when text is placed
in box with rounded corners.
73ef0f95 — Lefucjusz 2 years ago
Revert "[MOS-195] Phone number input style unification"

This reverts commit 1c18ac422b0f5f21de408a66610c1ac6bb15258e.
2000c3c2 — Lukasz Mastalerz 2 years ago
[BH-1764] Fix GridLayoutTesting Border Callback Test

Fix not seting focus to false when all items where removed from parent
1fff0a51 — Lukasz Mastalerz 2 years ago
[BH-1768] Snooze mode with deep pressed knob

Fixed not disappearing snooze icon when an alarm is deactivated
1c18ac42 — rrandomsky 2 years ago
[MOS-195] Phone number input style unification

Unification of input style for phone number. Now every time when the user will provide
a phone number in gui the right function key (RF key) will be work as CLEAR.
This means that if any number is in the phone number field, the RF key will remove
the last character. Otherwise it'll work as typical BACK button.
This changes also provide ability to add * and # sign to number.
5b06da46 — rrandomsky 2 years ago
[MOS-948] Fix for tethering popup was losing user unsaved data

Fixed data loss when creating or editing a note/contact after connecting
the USB cable and selecting the option to enable tetering in the popup window
that appears. Now, when the user wants to enable tethering, they will be asked
if they want to exit without saving.
69a7c634 — Lefucjusz 2 years ago
[MOS-1031] Fix Meditation app screen lock

Fix of the issue that Meditation app
would prevent phone from locking on
every screen, though it should do
so only on timer screen.
5d4c1781 — rrandomsky 2 years ago
[MOS-1020] Fix for losing unsaved data

Fix for losing unsaved data when the user click the BACK button while
creating or editing note/contact.
d403db41 — Lefucjusz 2 years ago
[MOS-1027] Fix lack of tethering icon on 'Tethering is on' popup

Fix of the issue that pressing menu button while
in tethering resulted in LTE and no signal icons
appear on status bar instead of tethering icon.
Next