~aleteoryx/muditaos

ref: df6d7848f55a94cfeb999363169a6ccf297ce3e4 muditaos/products/BellHybrid d---------
[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 2 years ago
[BH-1893] Create SoundsRepository global class

Added a new class called "SoundsRepository" for
all applications that use music files.
[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.
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, 11 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.
7a384a63 — Dawid Wojtas 1 year, 11 months ago
[BH-1698] Bump ecoboot version

.
4ad0f29a — Lefucjusz 2 years ago
[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.
fd9d4542 — Maciej Gibowicz 2 years 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.
752147e8 — Lefucjusz 2 years ago
[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 2 years ago
[BH-1884] Fix biwin memory errors

The BIWIN eMMC memory
doesn't work stable when enablePreDefinedBlockCount
flag is enabled.
1839b2c6 — Dawid Wojtas 2 years ago
[BH-1861] Backend for quotes on home screen

Implement a backend for getting and shuffle
the quote for home screen clock face.
7088002d — Maciej Gibowicz 2 years ago
[BH-1860] Add new clock face with quotes

In the settings, the user can choose a clock face with quotes. A
dedicated clock face includes information about the time, alarm
settings, quote and author of the quote.
97264453 — Lefucjusz 2 years ago
[BH-1858][BH-1859] Create database with predefined quotes

Created database with length-limited predefined
quotes that will be displayed on new clock face.
f388b77c — Maciej Gibowicz 2 years ago
[BH-1882] Fix display of "Connected" label on home screen

The "connected" label did not appear on the home screen if the USB was
connected during onboarding.
54bf8311 — Dawid Wojtas 2 years ago
[BH-1770][BH-1677] Update fsl drivers

Now the system uses 2.14.0 version.
Add only necessary drivers:
- pit
- pmu
- rtwdog
- snvs_hp
- snvs_lp
- src
- trng
- wdog
- gpio
- gpt
- lpi2c
- lpuart
- lpuart_edma
- common
- common_arm
- dmamux
- edma
- flexram
- flexram_allocate
- clock
- cache
- CMSIS
- dcp
- iomuxc

Changed speed of the USDHC clock from ~109MHz to ~81MHz.
Also changed bus timing from kMMC_HighSpeedTiming to
kMMC_HighSpeed200Timing for better efficiency.
d8293b82 — Lefucjusz 2 years ago
Revert "[MOS-1064] Fix no input language selected for French/Spanish"

This reverts commit 9ef454085e4cca8a1f6c3c270cf460f899c9ee23.
1bff91d0 — Maciej Gibowicz 2 years ago
[BH-1882] Fix display of "Connected" label on home screen

The "connected" label did not appear on the home screen if the USB was
connected on another screen.
9ef45408 — Lefucjusz 2 years ago
[MOS-1064] Fix no input language selected for French/Spanish

* Fix of the issue that choosing French
or Spanish as a system language
resulted in no input language selected.
* Added keyboard input parser unit
tests for French and Spanish input
maps.
* Minor cleanups.
Next