- 22 Jul, 2020 7 commits
-
-
This avoids criticals when there's sound device available. We can also be more precise about the reason why feedback ended.
-
This avoids criticals when there's no periodic vibra available.
-
This avoids criticals when there's no rumble vibra available.
-
This avoids criticals when there's no Leds available.
-
If we don't find any usable feedbacks for an event return FBD_EVENT_END_REASON_NOT_FOUND.
-
-
This allows to check if a feedback type is available at all.
-
- 20 Jul, 2020 1 commit
-
-
Guido Gunther authored
This is quite common so don't fill the logs at normal debug levels but be more specific about what is missing.
-
- 14 Jul, 2020 3 commits
-
-
Failing to do so will always select the first recognized LED (the blue one for the PinePhone).
-
Arnaud Ferraris authored
-
Guido Gunther authored
-
- 13 Jul, 2020 4 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
This is needed to properly test aync where we have the finished async event handler and the signal.
-
Guido Gunther authored
Otherwise the event state is not updated properly
-
Guido Gunther authored
They just inidicate that we talked to feedbackd succesfully.
-
- 12 Jul, 2020 3 commits
-
-
Arnaud Ferraris authored
-
Arnaud Ferraris authored
Lintian issues a warning if short description is empty.
-
Arnaud Ferraris authored
-
- 10 Jul, 2020 10 commits
-
-
Guido Gunther authored
-
This ensures we get tighter dependencies when built against this version with new symbols. We don't bother with individual symbols yet.
-
We allowed set the global profile via `-P` use it as per event profile when used with `-E`. Ironically the manpage always said it'd be that way.
-
-
This allows to specify the feedback profile to use for this particular event.
-
This e.g. allows events that are meant for haptic only to avoid emitting a sound by omitting the 'full' level and using "quiet" instead. Closes: #7
-
Move feedback profile level into a separate function for that.
-
-
-
Guido Gunther authored
This reverts commit 551030b4.
-
- 09 Jul, 2020 1 commit
-
-
Without that multiple counts sound odd so let's have good defaults.
-
- 05 Jul, 2020 6 commits
-
-
This can be used e.g. by the shell for general purpose notifictions but also for in app notifications of the foreground app.
-
-
Currently all LED feedbacks are infinite we can improve that later on by using the 'repeat' attribute of the LED pattern trigger.
-
This allows feedbackd to set periodic feedback and makes usable LED devices identifiable by feedbackd.
-
This helper knows about the tiggers and necessary permission. It's intended to be run via udev.
-
Only want LEDs there.
-
- 04 Jul, 2020 3 commits
-
-
-
Closes: #12
-
-
- 03 Jul, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
It has been added to the default theme in a985d0dd.
-
- 27 Jun, 2020 1 commit
-
-
Dorota Czaplejewicz authored
-