~aleteoryx/muditaos

ref: 3d13f10839e218b65dc247f03a15fb5dfa87bc8b muditaos/products d---------
7c6af2c5 — Onufry Pajaczek 3 years ago
[BH-1542] Pure meditation fix and cetner TimeFixedWidget

*DigitsContainer definicions moved to cpp file(for proper linkage)
*DigitsContainer changed container to std::vector
*Fixed a bug in ProgressTimerWithBarGraphAndCounter where timerText was
treated as timeWidget
*MeditationCountdownWindow timer is now custom size
*Minus removed form MeditationRunningWindow timer
7d85e6b1 — Mateusz Piesta 3 years ago
[BH-1551] Fix GUI refreshing

Fixed GUI refreshing while
on the home screen, power nap progress
and relaxation progress window.
65f30a0d — Pawel Olejniczak 3 years ago
[CP-1448] Add storage info to device info endpoint

DeviceInfo endpont now contains information such as:
deviceSpaceTotal - total storage space on the device
systemReservedSpace - storage space on the device
reserved for the OS
usedUserSpace - storage space on the device used
for user files on the user partition
784b0518 — Mateusz Piesta 3 years ago
[BH-1552] Minor power optimization

Switched off temperature sensor and
its driver.
Minor GPIO pads configuration tweaks.
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.
Next