- Jul 10, 2020
-
-
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.
-
- Jul 09, 2020
-
-
Without that multiple counts sound odd so let's have good defaults.
-
- Jul 05, 2020
-
-
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.
-
- Jul 04, 2020
-
-
-
Closes: #12
-
-
- Jul 03, 2020
-
-
Sebastian Krzyszkowiak authored
It has been added to the default theme in a985d0dd.
-
- Jun 27, 2020
-
-
Dorota Czaplejewicz authored
-
- Jun 25, 2020
-
-
Guido Gunther authored
It's `from` not `form`.
-
Guido Gunther authored
It's called fbcli (but was called fbdcli initially)
-
- Jun 02, 2020
-
-
This makes sure we invoke the cleanup function correctly and allows to test running event handling.
-
We keep track of the active ids and end them on uninit. This make sure feedbacks don't continue to run if the application quits and forgets to end a feedback.
-
This make sure a client does not end up in our shutdown phase and sees a half initted library.
-
-
We would otherwise ignore the action when no vibra device was yet found. Make sure we release the old device when updating.
-
-
The error is a g_autoptr
-
-
-
We did not free the effect name
-
-
- May 28, 2020
-
-
-
Haptic feedback for touchscreen input should be as subtle as possible to not make it distracting.
-
- May 27, 2020
-
-
Guido Gunther authored
-
- May 26, 2020
-
-
Guido Gunther authored
We don't set this for other DEs since they might want to pick a good default from elsewhere.
-
- Apr 24, 2020
-
-
Rasmus Thomsen authored
Without this it was possible that ninja built a target that needs the generated header before the header was generated fixes #14
-