~aleteoryx/muditaos

313c71e5 — Mateusz Piesta 4 years ago
[BH-867] Temp unit save fix

Temperature unit is now correctly stored/loaded.
4c19fa16 — Wojtek Rzepecki 4 years ago
[EGD-7612] Add alarm popup

Added alarm popup window. Added ImageBoxWithText
widget.
b82c29fa — Paweł Joński 4 years ago
[BH-756] Frontlight on alarm ringing

Frontlight on alarm ringing
bac94217 — Paweł Joński 4 years ago
[BH-871] Stop music at alarm end

Stop music at alarm end
8534d9ab — Maciej Gibowicz 4 years ago
[EGD-7563] Hold minimum CPU frequency for logs dump

During the log dump, we wake up the CPU to 66 MHz
instead of the maximum frequency.
82eaee53 — Paweł Joński 4 years ago
[BH-885] Fix Bell hw

Increased stack for apps and service
Deleted invalid call to uninitialized SML in BatteryCharger
Moved torch handling from common code to pure specific
4175025f — Piotr Tański 4 years ago
[EGD-776] PreWakeUp chime

Added a prewakeup chime handler.
e0fae087 — Marcin Smoczyński 4 years ago
[BH-908] Fix macros header location

Remove duplicated header for linux; move header for rt1051 to the same
tree as for linux.
_exit.c uses os so it should be placed in the os.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
44818b12 — mkamonMdt 4 years ago
[BH-880] Fix of missing minus in PowerNap

The bug could be noticed on the PowerNap's
progress window. The countdown there is supposed
to be increasing in value, that means the minus
sign should be visible at all non-zero values.
caffed99 — Pawel Olejniczak 4 years ago
[CP-439] Add case color to device info endpoint

Color of Mudita Pure's case can be now read from
device info endpoint.
958ce490 — Marcin Smoczyński 4 years ago
[BH-897] Split module-sys

Split system module to better manage dependencies between system
components.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
5f03b914 — Marcin Smoczyński 4 years ago
[EGD-7641] Disable service desktop tests

Disable tests due to linkage problems.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
07cccecf — Przemyslaw Brudny 4 years ago
[BH-820] Revert 32 pressura bold deletion

Reverted 32 pressura bold deletion as it is used
in EULA Pure windows.
e3a057e1 — Przemyslaw Brudny 4 years ago
[EGD-7310] Alarm GUI and features update

Updated AlarmOptionsItem to use UTF8Spinner.
Created specialized widgets to cover options
sets. Updated GenericSpinner to handle Pure
navigation and content swap. Updated Alarm
RRule code to work with Custom Days selection
and new widgets. Added Tests. General GUI
stylistic fixes. Increased app Alarm Clock
and service Time stack sizes.
cd0cc6dc — Mateusz Piesta 4 years ago
[BH-890] Home screen alarm popups

Added proper handling of deep up/down
keys when in intermediate states
(alarm deactivate/activate).
b15006a9 — Artur Śleszyński 4 years ago
[CP-564] Make desktop endpoints a separate lib

In order to have different sets of endpoints for different products,
we need to separate endpoints from the desktop service.
bf3897b6 — Piotr Tański 4 years ago
[EGD-7610] Unnecessary services and apps removed

Removed lwIP, FOTA and clock application.
3a9ab31a — Piotr Tański 4 years ago
[BH-776] Implemented PreWakeUp unit tests

Unit tests added for the PreWakeUp basic implementation.
d83e8fe3 — Adam Dobrowolski 4 years ago
[EGD-7445] Removed dead scripts

Removed dead scripts
f16a18d9 — Marcin Smoczyński 4 years ago
[BH-860] Decouple charger driver from system

Remove system dependency from charger driver implementation. Remove
circular, lambda driven dependency between charger and brownout
detector. Remove event manager dependency in driver as well.
Encapsulate some of charger logic in introduced battery controller.

Extract path configuration to the separate target to decouple charger
from vfs middleware.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
Next