Commit Graph

148 Commits

Author SHA1 Message Date
Tigran Soghbatyan
1045daf623 [BH-1122] Fix window timeout
Fix resetTimer behaviour in windows with timeout
2021-11-26 15:20:33 +01:00
Przemyslaw Brudny
29f455d46b [EGD-7998] Pure image assets cleanup and update
Pure image assets cleanup and update.
2021-11-25 18:39:16 +01:00
Wojciech Rzepecki
bd4db9e1b5 [EGD-7960] Fix of concurrent alarms handling
fixed the processing of alarms set to the same time
also taking into account concurrent snoozes
2021-11-23 09:04:00 +01:00
Przemyslaw Brudny
d731a85dfa [EGD-7920] GUI fixes after deleting/add contact
After deleting/add a contact from the calllog, sms options,
and sms thread options, we return to the start screen
of the current application
2021-11-22 12:25:13 +01:00
Przemyslaw Brudny
264b84f5b2 Merge remote-tracking branch 'origin/stable' 2021-11-22 11:07:33 +01:00
Tigran Soghbatyan
022591a626 [BH-1213] Fix meditation end window timeout
Set meditation end window timeout to 5s
5s captures entire length of gong audio
2021-11-19 17:57:23 +01:00
Wojciech Rzepecki
dbb7b27c46 [BH-955] Fix onClose when popup displayed
no action on onClose when switched to popup window
2021-11-19 17:03:00 +01:00
Paweł Joński
43d610f4a7 [BH-1203] Fix alarm timer 12h format and spacing
Fixes:
- spacing after alarm ringing
- 12h format mode after changing from 24h
2021-11-19 14:20:39 +01:00
Przemyslaw Brudny
1e604614bf [EGD-7919] Sim input popup interactions on back fix
Sim input popup interactions on back fix.
2021-11-19 10:47:04 +01:00
Przemyslaw Brudny
0323d7cfad Merge remote-tracking branch 'origin/stable' 2021-11-18 23:51:50 +01:00
Maciej Janicki
d0d847130d [BH-1140] Split statuses updates
Split statuses updates
2021-11-18 17:11:35 +01:00
Paweł Joński
084cf317db [BH-1192] Powernap counting stops at zero
Powernap counting stops at zero
2021-11-18 10:03:44 +01:00
Przemyslaw Brudny
7cc452503e Merge remote-tracking branch 'origin/stable'
# Conflicts:
#	products/BellHybrid/apps/application-bell-settings/models/TimeUnitsModel.cpp
2021-11-17 00:19:59 +01:00
Tigran Soghbatyan
d839f90917 [BH-1108] Fix main clock time setup
Fix clock setup for 12H and 24H time formats
2021-11-16 19:08:00 +01:00
Przemyslaw Brudny
b64f8283a7 Merge remote-tracking branch 'origin/stable' 2021-11-10 00:15:49 +01:00
Tigran Soghbatyan
aa6203c5dc [BH-1135] Fix meditation app double bell
Prevent progress timer from triggering finish
and interval callbacks at once
2021-11-09 00:58:43 +01:00
Przemyslaw Brudny
bc3e825b77 [EGD-7910] Text directory cleanup
Text directory cleanup. Removed old unused assets
directories.
2021-11-05 00:36:34 +01:00
Tigran Soghbatyan
224eea0606 [BH-986] Fix onboarding default settings
Set factory reset time and time format at onboarding.
2021-10-29 09:00:05 +02:00
Przemyslaw Brudny
38bc935af9 [EGD-7237] Layout NavBar refactor
Layout NavBar refactor.
2021-10-28 16:10:03 +02:00
Paweł Joński
1220a09025 [BH-1067] Snooze countdown
Add Snooze countdown
2021-10-28 13:58:44 +02:00
Tigran Soghbatyan
769e3c00cf [BH-1102] Fix bottom text formatting
Make bottom text as RichText in BellSideListItem
2021-10-27 20:22:36 +02:00
tomaszkrosnowski
3a889401c7 [EGD-7791] Meditation layout fix
Fixed layout in meditation app, so it now renders as it should.
Also small fix for MP is included (EGD-7848).
2021-10-27 10:41:21 +02:00
Piotr Tański
bc7dc5b634 [EGD-7779] Dark mode implemented
Experimental dark mode feature implemented.
2021-10-26 15:31:32 +02:00
Przemyslaw Brudny
7597d38852 [EGD-7857] Renamed BottomBar to NavBar
Renamed BottomBar to NavBar.
2021-10-26 13:51:06 +02:00
Przemyslaw Brudny
7fbaf735ed [EGD-7813] Option Window titles localizations fix
Option Window titles localizations fix.
2021-10-25 00:28:08 +02:00
Paweł Joński
1e9cf7d557 [BH-1036] Fix confirmation & welcome screens after factory reset
Fix confifmation & welcome screens after factory reset
2021-10-21 15:14:14 +02:00
Przemyslaw Brudny
2c668c8593 [EGD-7787] Pure Home ClockDateWidget added
Pure Home ClockDateWidget added.
2021-10-20 22:30:11 +03:00
tomaszkrosnowski
a68b5bcbd6 [EGD-7736] Fix Play Pause labels
When doing sound preview label descirbing PLAY or PAUSE action depends
now on current context.
2021-10-20 16:26:33 +02:00
Pawel Olejniczak
68096b8026 [EGD-7656] Fix implementation of the rich text tokens in phonebook
When creating contact with duplicated number,
the confirmation popup was showing incorrect information due to
incorrect fulfilling with contact data.
2021-10-19 15:18:51 +02:00
Mateusz Piesta
6591cdcef0 [BH-1021] Unify ListItem arrows behavior
From now min/max arrow indicators behave
the same throughout the GUI.
2021-10-19 13:29:37 +02:00
Przemyslaw Brudny
bff70a4ab3 [BH-1029] Refactored Time widgets with colon and content change
Refactored Time widget colon handling to be mapped with used
font. Added contentChange flag and handling to BoxLayout
for dynamic recalculation of child elements.
2021-10-18 18:15:40 +02:00
Mateusz Piesta
c0d9368dd8 [BH-868] Replace deprecated spinner
Replaced old, deprecated Spinner with
the new generic one. From now on, only one
implementation of spinner is used throughout the
code base.
2021-10-18 18:15:40 +02:00
Wojtek Rzepecki
d0772ab0b7 [EGD-7798] Fix alarms backend with new format
New format of alarm time in database and processing
2021-10-18 12:14:36 +02:00
Tigran Soghbatyan
c27ebe2e72 [BH-772] Use rich text instead of plain text
Use richText in BellSideListItem descriptions
2021-10-18 10:03:02 +02:00
Tigran Soghbatyan
58751dddea [BH-1002] Fix snooze settings UI
Add "minutes" bottom description for snooze lenght setting screen
2021-10-15 16:05:08 +02:00
Paweł Joński
7fa479f76a [BH-1013] Add missing alarm time on homescreen
Add missing alarm time on homescreen after alarm ringing
2021-10-15 11:09:58 +02:00
tomaszkrosnowski
cf96290deb [EGD-7232] Music player track preview
Added track progress bar and track preview window.
2021-10-14 18:43:32 +02:00
Paweł Joński
a88c6a6aef [BH-932] Hide arrows on NumListItem border values
Hide arrows on NumListItem border values
2021-10-14 12:35:26 +02:00
Mateusz Piesta
4948af4f77 [BH-618] Power nap fixes
Implemented various fixes:
BH-995
BH-996
BH-997
BH-998
Fixed PlayActions
and more.
2021-10-14 12:08:22 +02:00
Paweł Joński
7d1428ec40 [BH-1008] Fix Snooze UI and turnoff
Actually stop the snooze when turning off the alarm
Center bottom text temperature after other popup
Correct notification when setting alarm for "now"
Fix ringing alarm icon
2021-10-13 16:35:55 +02:00
Tigran Soghbatyan
2b42e8e31d [BH-773] Add bedtime reminder application
Add bedtime time and on/off UI setup app
Add bedtime event notification window
Add bedtime audio assets
Implement bedtime notification TimeService backend
Add bedtime unittests
2021-10-13 13:10:08 +02:00
Mateusz Grzegorzek
9cbdd7e966 [BH-985] UI Fixes
- [BH-985] Wrong time units
- [BH-991] Fix UI for ringing alarm
- [BH-1005] Time and units - 12 ‘space’ h
- [BH-1007] UI fix - time setting
2021-10-12 17:23:00 +02:00
Mateusz Piesta
2b985de0d0 [BH-935] Volume and tone selection
Added playback of volume and tone selection
2021-10-12 09:50:15 +02:00
Piotr Tański
1d2f5cf7a4 [EGD-7754] Dates bumped in disclaimers
Dates bumped from 2020 to 2021.
2021-10-11 19:08:26 +02:00
Paweł Joński
5b5a2791f8 [BH-887] Back to homescreen after idle
Back to homescreen after idle
2021-10-11 10:25:28 +02:00
Przemyslaw Brudny
9455ea9b5d [EGD-7759] Alarm audio duration fix
Alarm audio duration fix. Changed Alarm audio priority.
Fixed SpinBox bottomBar modes.
2021-10-07 18:42:51 +03:00
Wojtek Rzepecki
f073fdbb9c [EGD-7758] Add skip button in snooze show
added skip button to view next snooze
2021-10-07 10:20:21 +02: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
Mateusz Piesta
fb279f17b1 [BH-843] Reset procedure
Added reset procedure.
Refactored linux KeyInput.
Added support for multipress.
2021-10-06 09:40:20 +02:00
Wojtek Rzepecki
cb4aac9b85 [EGD-7734] Fix alarm popup display issues
fixed issues when refreshing alarm popup
2021-10-06 09:04:56 +02:00