~aleteoryx/muditaos

ref: 639ff8c4641010f148fa6c9b6b5de55a1aa422e3 muditaos/products d---------
0429079f — Onufry Pajaczek 3 years ago
[BH-1542] Stabilize the clock position

Third digit fix
191a86f9 — Mateusz Piesta 3 years ago
[BH-1537] Statistic frontend

Added integration of statistics model,
presenter and widget.
84dd538f — Mateusz Piesta 3 years ago
[BH-1538] Stats info widget

Created statistics info widget.
c9b16c30 — Maciej Gibowicz 3 years ago
[MOS-598] Improved keyboard responsiveness

Add sentinel that increases and hold the CPU frequency
after a button press event
e6c36a92 — Lefucjusz 3 years ago
[MOS-635] Bump updater version for Pure

Changed downloaded version of updater,
1.5.2 allows to downgrade MuditaOS.
7cbfd6a9 — Mateusz Piesta 3 years ago
[BH-1356] Meditation stats backend

Added meditation statc backend.
Added temporary widget for testing
purposes and corresponding modules
(meditation stats presenter, window,model).
fcc30eea — Mateusz Piesta 3 years ago
[BH-1515] Bedtime reminder notification issue

fixed formatting issues
3043c063 — Onufry Pajaczek 3 years ago
[BH-1515] Bedtime reminder notification issue

AbstractAlarmAction execute method takes Record as paremeter to pass it
to action
Bedtime abstraction extended to keep own EvetContainer and hadle needed
actions(push,clear ... and so on)

Fixed an issue where cpp file was added by #include directive
New fuction added to test/CMakeLists.txt to
add manually prepared target to test siute
googletest-service-time-alarm-operations source moved to library and
than linked in to googletest-service-time-bell-alarm-operations
c92e5b39 — Paweł Joński 3 years ago
[BH-1542] Fixed colon width

Fixed colon width
f888c75f — Dawid Wojtas 3 years ago
[MOS-589] Fix torch driver

Perform turn-off torch in only one place.
Before writing or reading i2c make sure the torch is power supplied.
Change old C-style cast to reinterpret_cast.
0c246dc3 — Mateusz Piesta 3 years ago
[BH-1533] Display battery charging state

Battery state during charging is always
displayed even if the state of charge
reached 100%.
Minor refactor of BellBattery class.
Removed unused includes.
a0165e40 — Paweł Joński 3 years ago
[BH-1539] Meditation finish will redirect to homescreen

Meditation finish will dedirect to homescreen
8a1bffd8 — Paweł Joński 3 years ago
[BH-1531] Remove redundant arrows when alarm is ringing

Remove redundant arrows when alarm is ringing
9d6769d8 — Paweł Joński 3 years ago
[BH-1509] Frontlight wont flash on snooze

Frontlight wont flash on snooze when alarm light is off
and automatic frontlight mode is on
c67bd4cf — Paweł Joński 3 years ago
[BH-1540] Meditation translations

Meditation translations
e72ca955 — Pawel Olejniczak 3 years ago
[CP-1116] Add API to create and update draft message

This change allows to create and update draft SMS
with use of service-desktop API.
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.
Next