~aleteoryx/muditaos

[BH-1897] Add tick icon to currently selected sound

* Added mechanics showing tick icon
next to currently selected sound
in Bedtime and Pre-wakeup.
* Removed no longer used LabelOption
widget.
bc9982c0 — Dawid Wojtas 1 year, 10 months ago
[BH-1876] Change main alarm list to vertical

Now the main alarm uses the vertical list to display songs.
Fixed the order of songs from the database. Added translations.
[BH-1891] Change bedtime chime list to vertical

* Changed horizontal list in bedtime chime
to vertical one.
* Removed unused GUI objects.
[BH-1890] Change pre-wakeup chime list to vertical

* Added new widget SongsListViewItem
implementing ListViewWithLabels that
can be added as SettingsListItem.
* Changed horizontal list in pre-wakeup
to vertical using that new widget.
[BH-1895][BH-1909][BH-1910] New database structure for custom sounds

* Added creation of /user/media/app/alarm
directory that will be used to store
custom alarm sounds.
* Implemented new database structure.
* Adapted Alarm, Bedtime, Pre-wake up and
Snooze to new database structure.
* Added removing custom alarm files during
factory reset.
* Added fallback alarm sound mechanism.
* Cleanups, unifications.
ddcc09c4 — Dawid Wojtas 1 year, 11 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, 11 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, 10 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.
4f63943a — rrandomsky 2 years ago
[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, 10 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, 10 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.
Next