Commit Graph

15 Commits

Author SHA1 Message Date
Lefucjusz
773f2c7eb1 [BH-2069] Update license URL in headers
Update outdated license file URL in
license headers across all project.
2024-09-18 11:53:01 +02:00
Lefucjusz
cd6db6491e [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.
2024-04-10 15:33:14 +02:00
Lefucjusz
dcccd41afa [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.
2024-03-25 15:38:31 +01:00
Lefucjusz
5e2d33e395 [BH-1731] Fix factory reset confirmation window layout
* Fixed factory reset confirmation window
layout to match the corresponding design.
* Added missing translations.
2023-12-20 11:37:17 +01:00
Lukasz Mastalerz
c1a8e47c43 [BH-1690] Add information about the connection to the PC
Added text with information about the connection to the main window
when the USB cable is connected to the PC
2023-05-24 10:01:02 +02:00
Adam Wulkiewicz
89962fa439 [BH-1598] Add clock faces with dates
Add classic and vertical face with dates for both 12h and 24h format.

Fix centering of battery indicator when level is smaller than 100%.

Fix incorrect time format of the alarm in clock face settings.

Change placement of battery and time format indicators on
ClassicWithAmPm screen while charging.
2022-11-23 13:25:49 +01:00
Dawid Wojtas
a2779d90b5 [BH-1594] Add shortcuts instruction
Shortcuts instruction is a new functionality
during the Onboarding process. It shows hints
on how to use buttons.
2022-11-17 17:55:48 +01:00
Adam Wulkiewicz
57b5eb3da5 [BH-1557] Change Harmony home screen font to bigger one
Fix AM/PM font on one of the home screens, change it to normal size/

Fix type of FontInfo members representing spacings, chane them to signed
integers.
2022-11-09 13:10:10 +01:00
Tomasz Rybarski
f6b789285b [BH-1345] Fix Broken Text During Charging
Bottom Box is widened for Bottom description
2022-01-24 09:27:04 +01:00
Przemyslaw Brudny
821092efe9 [BH-759] Bell onBoarding instruction prompts added
Added instruction prompts to Bell OnBoarding.
2021-10-06 22:34:20 +03:00
Przemyslaw Brudny
37ee2ae4c9 [BH-852] Bell settings language selector
Bell settings language selector.
2021-09-30 14:40:04 +03:00
Przemyslaw Brudny
40eb7ad1d5 [BH-820] Bell layout and font update
Updated Bell baseLayout and biggest used font.
2021-09-16 20:49:04 +03:00
mkamonMdt
659570ca13 [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.
2021-09-13 16:37:42 +02:00
Maciej Janicki
d28b7bf91a [BH-593] Add side arrows to BellBaseLayout
Added side arrows to base layout.
Fixed existing windows according to changes.
2021-08-30 14:57:30 +02:00
Przemyslaw Brudny
df1d1cdfe2 [BH-723] Added ThreeBox and BellBaseLayout
Added ThreeBox template layout type. Applied it to Pure header.
Created BellBaseLayout for most of Bell windows. Modified
SideListView to proper handle new layout with page bar on/off.
2021-08-09 12:56:46 +02:00