~aleteoryx/muditaos

ddcc09c4 — Dawid Wojtas 1 year, 9 months ago
[BH-1894] Create common ListViewWithLabels widget

Move RelaxationListView to common section.
Now the widget can be used by
other applications.
061fd401 — Maciej Gibowicz 1 year, 9 months ago
[BH-1893] Create SoundsRepository global class

Added a new class called "SoundsRepository" for
all applications that use music files.
895d9d31 — Dawid Wojtas 1 year, 8 months ago
[BH-000] Update Harmony 2.6.1 changelog

Update changelog after releasing Harmony 2.6.1.
[BH-1930] Fix no volume update in DB in Relaxation

Fix of the issue that autoclose of volume
window in Relaxation would result in not
updating current volume value in database.
[BH-1921] Fix debug session disconnects on entering WFI

Fix of the issue that debug session would sometimes
disconnect when the CPU entered WFI mode due to
core clock being stopped.
[BH-1792] Updated button handling during pre wake up

Button action behavior has been updated for pre-wake.
Now, if pre-wake is in progress, the first press, in addition to pressing
the front light, disables the pre-wake function.
7a55cea8 — Dawid Wojtas 1 year, 9 months ago
[BH-1913] Fix debug mode

Add init eMMC pins to make sure that the pins
are configured in debug mode. If we run a debug mode
the 1st bootloader is not run so the pins may have
incorrect config. Added config also for Pure.
Bump ecoboot version with this same fix.
[BH-1799] Refactor usage of unicasts to dispatch BatteryStatusChangeMessage

Unicast type of sending BatteryStatusChangeMessage is changed to multicast type.
Thanks to this, the flow of messages is more transparent
and there is no unnecessary transmission to non-existent services.
7a384a63 — Dawid Wojtas 1 year, 9 months ago
[BH-1698] Bump ecoboot version

.
[BH-000] Update Harmony 2.6.0 changelog

Update changelog after releasing Harmony 2.6.0.
[MOS-000] Update Pure 1.12.0 changelog

Update changelog after releasing Pure 1.12.0.
[BH-1898] Fix of GUI freeze after intensive volume change

Fix of the issue that GUI would freeze for
several seconds if volume level was being
changed intensively for a while.
[MOS-1067] Fix Pure crash when deleting all contacts

Fix of the issue that Pure would crash
when trying to delete all contacts from
Mudita Center when main window of
phonebook was opened and focus was
set on different contact than the
first one in the list.
[BH-1887] Speed up update process

* Added stream buffering for reading data
from tar archive with update.
* Increased size of the buffer used
for unpacking files from tar archive.
* Changed buffers data type from vectors
to raw heap-allocated arrays.
[BH-1888] Fix device freezing when changing volume intensively

Fix of the issue that intensive changing
volume in Relaxation app would result in
device freezing after some time of such
activity.
fd9d4542 — Maciej Gibowicz 1 year, 9 months ago
[BH-1883] Add a low battery notification on home screen with quotes

Below 20%, instead of quotes, the battery with percentage information
about the charge level will appear on the main screen.
72456792 — Mateusz Szczesny 1 year, 10 months ago
[BH-1842] Fix dependabot alerts

GitHub's dependabot suggests to stop using the py library and switch
to a new pytest version
0aa09487 — Dawid Wojtas 1 year, 9 months ago
[BH-1885] Increase stack size for battery charger task

The battery charger worker had only ~10% free
stack size so it was a possibility to stack overflow.
After increasing the stack by 512 bytes the worker
has ~40% free stack space.
[BH-1881] Add progress bar to update process

* Modified Lua update scripts to show simple
progress bar during update process in
Recovery.
* Fixed regression with failing factory
reset on Pure.
* Split Lua scripts per product.
76a62e80 — Dawid Wojtas 1 year, 9 months ago
[BH-1884] Fix biwin memory errors

The BIWIN eMMC memory
doesn't work stable when enablePreDefinedBlockCount
flag is enabled.
Next