~aleteoryx/muditaos

ref: 78ab32ccbb08468f29cbe554da4a50cb0c1f3a65 muditaos/module-apps d---------
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.
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.
b2013d42 — 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.
Effectively reverts
8f8b9d86b3caf12b18dadf89dd5c36e7090486f3.
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.
2f33cc21 — Lefucjusz 2 years ago
[MOS-1063] Fix device freeze after onboarding in Spanish

Fix of the issue that Pure would freeze
before displaying the last onboarding
screen if the language set during
onboarding was Spanish.
12e44359 — Maciej Gibowicz 2 years ago
[BH-1839] Improved fonts

- Removed unused 190 px font
- Added new 32px bold and light & 170px regular fonts
- Added a new colon for the 170px font
cfd044be — Lefucjusz 2 years ago
[BH-1874] Fix underline appearing when setting alarm time

Fix of the issue that underline appeared under
hours value when setting alarm time with knob
down (alarm disabled) after previous
confirmation of the alarm time.
9a8ffff6 — Lefucjusz 2 years ago
[BH-1863] Fix deleted file popup showing in Relaxation

* Fix of the issue that 'File has been
deleted' popup would show in Relaxation
app at the end of playback if the
playback was paused at least once,
even though the file wasn't actually
deleted.
* Added very basic audio decoder error
handling and propagation mechanism.
* Minor refactor around several
audio-related parts.
32c6769c — Lefucjusz 2 years ago
[BH-1657][BH-1833][BH-1854] Add WFI and SDRAM self-refresh mode

* Added mechanism enabling CPU to
enter WFI mode when the OS is
in idle, what results in large
power consumption reduction.
* Added mechanism to switch SDRAM to
self-refresh mode before entering
WFI, what resulted in further power
consumption reduction.
648e88d6 — Lefucjusz 2 years ago
[BH-1807] Fix missing AM/PM label in apps clock

* Fix of the issue that after changing font size
of the clock presented in Relaxation, Meditation
and Power Nap apps, AM/PM label was not shown
in 12h mode.
* Added logs informing about missing margins
map entry so that such issue is easier to debug
if it should happen in the future.
5e2d33e3 — Lefucjusz 2 years ago
[BH-1731] Fix factory reset confirmation window layout

* Fixed factory reset confirmation window
layout to match the corresponding design.
* Added missing translations.
1e1af48f — rrandomsky 2 years ago
[BH-1845] Fixed time format in Settings and Onboarding (2)

This is the second fix. Now the time format in Settings and Onboarding is currently set
and changes dynamically during the user changing the time parameters.
7f543f7a — Lukasz Mastalerz 2 years ago
[BH-1807] Increase clock font

Increase clock font in Relaxation, Meditation, Power nap mode
6daeebd0 — Lefucjusz 2 years ago
[BH-1825] Remove minus sign in countdown timers of progress

Removed minus sign shown next to the remaining
time value for timers showing progress in
Meditation, Relaxation and Power Nap apps.
Style constants cleanup.
cc0fceae — Lefucjusz 2 years ago
[BH-1826] Implement new countdown progress bar design

Implemented new countdown progress bar design,
used in Relaxation, Meditation and Power Nap
apps. New implementation shows progress
bar as decrementing as the time passes instead
of incrementing.
Cleanups.
59efb790 — Dawid Wojtas 2 years ago
[BH-1731] Factory reset removes user files

Performing the factory reset removes user files
and settings. After powering on the device
will run the onboarding.
a8fa8bf5 — Lefucjusz 2 years ago
[MOS-1060] Fix memory leak in contacts list view

Fix of the memory leak that happened in
contacts list view due to not deleting
unused heap-allocated object.
Next