tests/integration: Fix whitespace
Remove all tabs in favour of spaces and align function arguments.
View Articletests/integration: Test that "feedback-ended" is propagated through LfbEvent
When no feedbacks are available (either because the requested event does not exist in the theme or because the system does not have required capabilities, e.g. no vibration motor or LED) feedbackd...
View Articlefeedback-manager: Complete DBus call before emitting "feedback-ended"
See previous commit adding the test (that now passes) for the reasoning. Fixes: #62
View ArticleMerge branch 'misc_cleanups' into 'main'
tests/integration: Test that "feedback-ended" is propagated through LfbEvent Closes #62 See merge request !82
View Articlemanager: Use FEEDBACKD_UDEV_ATTR
It was introduced in a5b4f994 ("feedbackd: Support visual feedback via LEDs")
View ArticleMerge branch 'rel' into 'main'
Document changes and release 0.0.1 See merge request !83
View ArticleMerge branch 'ChriChri-main-patch-39100' into 'main'
Updated references to documentation See merge request !86
View Articlerun: Fix daemon name
Fixes: 99fc8c21 ("run: Make it easy to run under gdb and document usage")
View ArticleMerge branch 'calls-vs-feedbackd' into 'main'
run: Fix daemon name See merge request !89
View Articleexample: Wait a bit before ending
feedbackd terminates feedback when clients disconnect from DBus so we need to wait a bit before quitting as otherwise no feedback will be played. Closes: #65
View ArticleMerge branch 'example-wait' into 'main'
example: Wait a bit before ending Closes #65 See merge request !85
View Article