- 10 Jul, 2020 5 commits
-
-
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
-
- 25 Jun, 2020 2 commits
-
-
Guido Gunther authored
It's `from` not `form`.
-
Guido Gunther authored
It's called fbcli (but was called fbdcli initially)
-
- 02 Jun, 2020 11 commits
-
-
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
-
-
- 28 May, 2020 2 commits
-
-
-
Haptic feedback for touchscreen input should be as subtle as possible to not make it distracting.
-
- 27 May, 2020 1 commit
-
-
Guido Gunther authored
-
- 26 May, 2020 1 commit
-
-
Guido Gunther authored
We don't set this for other DEs since they might want to pick a good default from elsewhere.
-
- 24 Apr, 2020 1 commit
-
-
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
-
- 20 Apr, 2020 5 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
It's too intrusive otherwise
-
Guido Gunther authored
-
We munge the application id the same way as it's done for notifications so these can eventually move into the same schema.
-
-