Quantcast
Channel: feedbackd:ffc07883b5201e81a73d47f46c3c564af2526e1b commits
Browsing latest articles
Browse All 40 View Live
↧

Document changes and release 0.0.0+git20200527

View Article


data: Lower rumble time for window-close and button-pressed even more

Haptic feedback for touchscreen input should be as subtle as possible to not make it distracting.

View Article


data: Add button-released event

View Article

lfb-event: Fix comment

View Article

feedback-sound: Plug a leak

We did not free the effect name

View Article


feedback-profile: Fix docstring

View Article

feedback-vibra: Make doc strings match the class name

View Article

feedback-manager: Drop superfluous g_clear_error

The error is a g_autoptr

View Article


feedback-manager: Fix indentation and typo

View Article


feedback-manager: Only act on add

We would otherwise ignore the action when no vibra device was yet found. Make sure we release the old device when updating.

View Article

data: Clarify DBus wording

View Article

libfeedback: Unset _initted early

This make sure a client does not end up in our shutdown phase and sees a half initted library.

View Article

libfeedback: Cancel all running feedbacks on uninit

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.

View Article


fbcli: Quit main loop on CTRL-C / SIGTERM

This makes sure we invoke the cleanup function correctly and allows to test running event handling.

View Article

README: Fix command line tool name

It's called fbcli (but was called fbdcli initially)

View Article


README: Fix spelling

It's `from` not `form`.

View Article

build: Remove feedback dependencies from libfeedback builds

View Article


Add "button-released" to the event naming spec

It has been added to the default theme in a985d0dd.

View Article

doc: Add fbcli manpage

View Article

docs: Add feedbackd manpage

Closes: #12

View Article

debian: Ship manpages

View Article


data: Drop phone-missed-call in 'quite' profile

Only want LEDs there.

View Article


feedbackd: Add helper to set up permissions for LEDs

This helper knows about the tiggers and necessary permission. It's intended to be run via udev.

View Article

debian: Setup leds via udev

This allows feedbackd to set periodic feedback and makes usable LED devices identifiable by feedbackd.

View Article

feedbackd: Support visual feedback via LEDs

Currently all LED feedbacks are infinite we can improve that later on by using the 'repeat' attribute of the LED pattern trigger.

View Article


data: Use LED feedback for missed calls, IMs and SMS

View Article

Add generic missed notification

This can be used e.g. by the shell for general purpose notifictions but also for in app notifications of the foreground app.

View Article

rumble: Use a default pause

Without that multiple counts sound odd so let's have good defaults.

View Article

Revert "rumble: Use a default pause"

This reverts commit 551030b4.

View Article



README: We set a feedback profile not a level

View Article

LfbEvent: Link to event naming specification

View Article

feedback-manager: Prepare for per event hints

Move feedback profile level into a separate function for that.

View Article

feedback-manager: Add hint to select feedback profile per 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

View Article


LfbEvent: Add feedback-profile property

This allows to specify the feedback profile to use for this particular event.

View Article

cli: Fix indentation

View Article

cli: Allow to set profile per event

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.

View Article


debian: Bump symbol versions

This ensures we get tighter dependencies when built against this version with new symbols. We don't bother with individual symbols yet.

View Article


Document changes and release 0.0.0+git20200707

View Article

doc: fix typos

View Article

doc: feedbackd: add short description

Lintian issues a warning if short description is empty.

View Article
Browsing latest articles
Browse All 40 View Live