~aleteoryx/muditaos

ref: 3d13f10839e218b65dc247f03a15fb5dfa87bc8b muditaos/products d---------
9aa17a2a — Mateusz Piesta 3 years ago
[BH-1541] Harmony restars

Fixed harmony crash after deep
pressing while in main menu.
7ab141ae — Mateusz Piesta 3 years ago
[BH-1537] Countdown presenter mods

Introduced minor changes to the meditation
countdown presenter. Among others, replaced
settings pointer with already existing alarm
model. Fixed incorrect delay time when set
to None.
3be5eca6 — Mateusz Piesta 3 years ago
[BH-1518] Change start delay range

Meditation application's start delay range
was changed according to the new requirements.
43eae408 — Mateusz Piesta 3 years ago
[BH-1519] Shared alarm model instance

Alarm model was moved to the bell-specific
application class. By doing this, each application will
have access to its unique and private instance of the model.
Later, it can be propagated to the specific presenters etc.
The next step should be to use only the one instance
of the alarm model and propagate it to the each application.
ab024909 — Lefucjusz 3 years ago
[MOS-559] Fix phone unlock after mode change

Correction of the previous fix addressing this issue.
Previous idea didn't work when popup tried to
display in application other than ApplicationDesktop
87025043 — Paweł Joński 3 years ago
[MOS-298] HALize ServiceEink

Add HAL to ServiceEink
Remove dead code from Linux eink substitute
Fix LUTS.bin refresh problems on simulator
f7de6ce7 — Bartosz Cichocki 3 years ago
[MOS-571] Bump updater version for Pure

Needed to apply fix from updater
5aaf8f30 — Paweł Joński 3 years ago
[BH-1522] Meditation pause and finish design adjustments

Pause icon on the same window as progress
Prevent progress from stepping during pause
Adjust meditation finished window to design
3140b16b — Paweł Joński 3 years ago
[BH-1352] Meditation countdown

Meditation countdown
ceccf471 — Paweł Joński 3 years ago
[BH-1522] Meditation - new circular progress layout

Rework meditation progress layout
fa288081 — Onufy Pajaczek 3 years ago
[BH-1458] Relaxation - Woodland Ambiance music has a break at the end

Short period of silence cut off at the end
4230da15 — Bartosz Cichocki 3 years ago
[MOS-555] Fix cmake versions of assets

Version cmake has been included after variables has been used
6ced1ee3 — Mateusz Piesta 3 years ago
[BH-1495] Relaxation app assets update

Updated "Woodland Ambiance" asset tags.
291b6952 — Pawel Olejniczak 3 years ago
[CP-1334] Return templateID after adding new one

No information about newly added message template
was returned. Now temaplateID helps to identify
newly added record.
a89d700c — Mateusz Piesta 3 years ago
[BH-1520] Missing bottom texts

Controlling each list item's bottom
text by setVisibility does not give correct
results. It is required to explicitly resize
the bottom container.

From now on, resize call is
placed in ListItemBase so each new and existing
list items will be affected by this change resulting
in proper behavior without need for the programmer to
remember about it.
228fca4b — Bartosz Cichocki 3 years ago
[MOS-463] Unify cellular namespace

Unified cellular namespace, fixed test buildiing,
removed some unused includes
2d7f9ad5 — Maciej Gibowicz 3 years ago
[MOS-515] Fix freezing on the on-boarding screen

The synchronization of the application startup
has been improved.
167846b1 — Mateusz Piesta 3 years ago
[BH-1517] Blank screen after deep press

Deep press causes blank screen when in
meditation/settings.
c6e08f47 — Lefucjusz 3 years ago
[MOS-42] Tethering popup with SIM not present fix

Fix of the issue that tethering popup showed
after the USB cable has been connected even
if selected SIM card was not present, so
there was no connection to network.
409b9b77 — Adam Dobrowolski 3 years ago
[MOS-516] FIX: tethering while call disabled

We discard tethering while call now
Next