Lefucjusz
df6d7848f5
[BH-2056] Add bedside lamp settings
...
Added possibility to customize
brightness and activity time
of bedside lamp functionality.
2024-08-19 15:58:30 +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
Marcin Smoczyński
bd90e57516
[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 >
2021-09-23 15:14:40 +02:00
Jakub Pyszczak
c494f5c1b4
[EGD-7006] Removed sensitive data from db
...
Sensitive data removed from logs in module db and service db.
2021-06-30 15:52:47 +02:00
Lukasz Skrzypczak
7fee0d9cfb
[BH-378] Utils move log to library
...
Moved log to separate library
2021-06-08 12:24:29 +02:00
Adam Dobrowolski
b38adceced
[EGD-6019] Minimum settings ownership lifetime fixups
...
added weakptr link to settings and checks
it wont crash on deinitialized setings now
Pseuto UT are passing
Added:
- deregistration on Settings destrution
- weak referencing of Service to not crash Settings on missuse
- Proxy as initialization parameter to Settings
Unused code removed
Enabled tests to be written for Settings
Removed dependency from freertos in test global file
EntryPath tests updated and compilation slimed
2021-05-18 13:25:54 +02:00
Jakub Pyszczak
b823992837
[EGD-6655] Screen light when active
...
Added enabling screen light if there was any key pressed
and screen light controler is in the automatic mode.
Added screen light disabling after 5 seconds of timeout
without any key being pressed.
2021-05-14 11:42:43 +02:00
Przemysław Brudny
e71a044bd3
[EGD-6019] Revert of two commits
...
This reverts commit b6416b15da .
This reverts commit e2f3882d8a .
2021-05-14 09:54:36 +02:00
Adam Dobrowolski
b6416b15da
[EGD-6019] Minimum settings ownership lifetime fixups
...
added weakptr link to settings and checks
it wont crash on deinitialized setings now
Pseuto UT are passing
Added:
- deregistration on Settings destrution
- weak referencing of Service to not crash Settings on missuse
- Proxy as initialization parameter to Settings
Unused code removed
Enabled tests to be written for Settings
2021-05-13 18:22:44 +02:00
SP2FET
66db7b0841
[EGD-5512] Usb security refactor and devices pairing
...
Move all security related functionality to single security endpoint
Paired devices can be added to avoid further passcode requests
2021-03-11 08:46:18 +01:00
Adam Dobrowolski
ad136fbb84
[EGD-6078] Limited logs from Settings and Service messages
...
* Right now there is too much spam. These logs can be enabled with
build flag
* Fixed clang-tidy warnings on Settings
2021-03-09 12:57:47 +01:00
RobertPiet
cd88079563
[EGD-5925] Simulator heap use after shutdown defect
...
Fixed: destructor removed
2021-03-04 14:00:26 +01:00
RobertPiet
00fde83a0a
[EGD-5808] Introduce cache for Settings
...
Settings Cache introduced
2021-02-25 18:28:31 +01:00
Piotr Tański
bc4d32c7d8
[EGD-5158] Change access to the bus methods
...
The bus is now accessible only via Service object.
2021-02-08 16:56:42 +01:00
RobertPiet
b6a46e879d
[EGD-4960] registerVariableChange moved to Init section of apps
2021-01-22 10:11:37 +01:00
RobertPiet
fb36efb873
[EGD-4960] Settings Interface added parameter do distinguish global/app settings
...
[EGD-4960] global/local setting determined by enum value, unregister all variables in one call, ut updated
[EGD-4960] SettingsScope usage in SettingsMessages
2021-01-22 10:11:37 +01:00
Przemyslaw Brudny
e7b9bcf7e9
[EGD-5133] Fix settings bus add duplications
...
Changed Bus Channels vector to set to prevent
duplicates and cleaned logging.
2021-01-08 17:33:00 +01:00
RobertPiet
54bb1d4a7f
[EGD-4343] use new settings in ServiceAudio ( #997 )
...
* [EGD-4343] ServiceAudio moved to new settings
2020-12-04 14:10:44 +01:00
RobertPiet
675dc59c9a
[EGD-3572] SettingsTable exchanged to settings::Settings ( #968 ) ( #1044 )
...
[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] Application is the owner of Settings handling for its windows/widgets
[EGD-3572] Settings header moved to service-db public section
2020-11-27 15:38:19 +01:00
RobertPiet
5d3ee6b275
[EGD-4383] Settings moved from namespace Settings to namespace settings ( #1007 )
...
* [EGD-4383] Settings moved from namespace Settings to namespace settings
2020-11-20 12:33:45 +01:00
RobertPiet
c25ad79421
Revert "[EGD-3572] SettingsTable exchanged to Settings::Settings ( #968 )" ( #1035 )
...
This reverts commit f11bc1f0d0 .
Co-authored-by: Hubert Chrzaniuk <hubert.chrzaniuk@mudita.com >
2020-11-18 12:17:08 +01:00
RobertPiet
f11bc1f0d0
[EGD-3572] SettingsTable exchanged to Settings::Settings ( #968 )
...
[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] review issues resolved
[EGD-3572] shared_ptr -> unique_ptr
[EGD-3572] Primary Key for settings_tab:path
[EGD-3572] empty values handling
2020-11-18 10:40:29 +01:00
Radoslaw Wicik
998ceac48e
[EGD-4217] Convert service-db to library
2020-11-13 12:18:33 +01:00
Piotr Tanski
22102c4ba5
[EGD-4200] Message handling refactored. ( #974 )
2020-11-06 15:24:59 +01:00
Krzysztof Mozdzynski
691c2926b9
[EGD-3360] Input and display language separation, input language setting implementation ( #920 )
2020-11-06 12:05:29 +01:00
RobertPiet
58068535d9
[EGD-4053] unit tests framework for Settings ( #864 )
...
[EGD-4053] update queries
[EGD-4053] connect Settings, SettingsAgent, SettingsMessages and queries
[EGD-4053] change settings interface to async
[EGD-4053] mock-logs.cpp commented out -duplicated symbol in linking
[EGD-4053] review issues solved
2020-10-30 15:14:08 +01:00
Radosław Wicik
d5de12f7ce
[EGD-3852] clean include in service ( #928 )
2020-10-28 15:19:24 +01:00
Radoslaw Wicik
2276ceed67
[EGD-3743] Update copyrights in fies
2020-10-20 12:55:10 +02:00
RobertPiet
26ab21212e
[EGD-3800] settings api and test initial version, unit tests, reviews
2020-10-12 11:06:11 +02:00