~aleteoryx/muditaos

ref: 8e056fda939ce0c64826a30275e0b19127a6fb67 muditaos/module-gui d---------
0b8e88ed — Przemyslaw Brudny 4 years ago
[EGD-3414] Added RawText and applied it to Text widgets

Removed Label dependency on Text widgets by RawText introduction.
1d2f5cf7 — Piotr Tański 4 years ago
[EGD-7754] Dates bumped in disclaimers

Dates bumped from 2020 to 2021.
317baa04 — Wojtek Rzepecki 4 years ago
[BH-872] Fix encoder hadnling

interrupt driven encoder handling
51c9df21 — Alek Rudnik 4 years ago
[EGD-7725] Minor clean ups and removal of dead code

Minor clean ups and removal of dead code
821092ef — Przemyslaw Brudny 4 years ago
[BH-759] Bell onBoarding instruction prompts added

Added instruction prompts to Bell OnBoarding.
fd89447c — Przemyslaw Brudny 4 years ago
[BH-924] Added ListViewWithArrows for Bell purposes

Added ListViewWithArrows and ShortOptionWindow for
Bell purposes.
f8dd719e — Przemyslaw Brudny 4 years ago
[BH-702] Bell OnBoarding welcome window added

Bell OnBoarding welcome window added.
1f9109b9 — Marcin Smoczyński 4 years ago
[BH-819] Fix illegal dependencies in bsp

Break circular dependencies in the BSP module. Fix some missing
dependencies which surfaced after fixing BSP.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
57874cab — Marcin Smoczyński 4 years ago
[BH-912] Improve sys module structure

Improve structure of the module sys. Problems within this module
prevents from linking others.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
6cf3e0da — Przemyslaw Brudny 4 years ago
[EGD-7156] Fix alarm time get

Fixed alarm time get.
bd90e575 — Marcin Smoczyński 4 years ago
[BH-907] Split utils module into components

Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
1e8082e0 — Wojtek Rzepecki 4 years ago
[EGD-7570] Add Alarm Clock status bar indicator

Added indicator on status bar if any alarm is on
4c19fa16 — Wojtek Rzepecki 4 years ago
[EGD-7612] Add alarm popup

Added alarm popup window. Added ImageBoxWithText
widget.
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>
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.
8c5ca7e1 — Przemyslaw Brudny 4 years ago
[BH-703] Base Bell OnBoarding application

Added base Bell OnBoarding application. Bell list
options refactor.Language selection, setting and
finalize windows.
40eb7ad1 — Przemyslaw Brudny 4 years ago
[BH-820] Bell layout and font update

Updated Bell baseLayout and biggest used font.
274d31cb — Wojtek Rzepecki 4 years ago
[EGD-7569] Add Alarm snooze list notification

Notification added to notifications model
659570ca — mkamonMdt 4 years ago
[BH-863] Fix powernap spinner arrows

There were an issue in the PowerNap's main window,
that the spinner's arrows would not disappear on reaching
extremums. To solve this the commit adds a setArrowVisible
functionality to the gui::BellBaseLayout, a onValueChange
callback to gui::Spinner and employs both to the
gui::PowerNapListItem to solve the issue.
Next