- Sep 28, 2024
-
-
Guido Günther authored
-
Guido Günther authored
Release 0.5.0 See merge request Librem5/feedbackd!143
-
- Sep 27, 2024
-
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther authored
This allows us to switch from RCs to releases without manual effort.
-
Guido Günther authored
fbd-alert-slider: Small service to track alert sliders See merge request Librem5/feedbackd!142
-
Guido Günther authored
This will allow us to drop the override from phosh
-
Guido Günther authored
This allows the alert-slider to also emit feedback when phone is in silent mode.
-
Guido Günther authored
-
Guido Günther authored
This tracks the alert slider on OnePlus 6/6T devices and adjusts the profile level accordingly. This is based on a script by "isyourbrain foss" in the Phosh matrix channel.
-
Guido Günther authored
-
- Sep 25, 2024
-
-
Guido Günther authored
udev-rules: Add rule for haptics on google-sargo See merge request Librem5/feedbackd!139
-
Robert Mader authored
The drv2624 driver isn't in mainline Linux as of Linux 6.11. Taken from https://gitlab.com/postmarketOS/pmaports/-/blob/434e012950bd121b2b9295fcf0699ed8af287a3d/device/community/device-google-sargo/90-feedbackd-drv2624.rules
-
- Sep 23, 2024
-
-
Guido Günther authored
theme: Add events for cellbroadcast See merge request Librem5/feedbackd!141
-
Guido Günther authored
-
- Sep 11, 2024
-
-
Guido Günther authored
udev: Add support for haptics on Oneplus Enchilada / Fajita See merge request Librem5/feedbackd!140
-
- Sep 07, 2024
-
-
Guido Günther authored
The spmi_haptics driver isn't in mainline Linux as of Linux 6.11.
-
- Sep 03, 2024
-
-
Guido Günther authored
doc: Document gsettings used by feedbackd See merge request Librem5/feedbackd!138
-
- Aug 30, 2024
-
-
Guido Günther authored
-
- Aug 20, 2024
-
-
Guido Günther authored
Update packaging See merge request Librem5/feedbackd!137
-
Guido Günther authored
It's prefered over pkg-config in Debian
-
Guido Günther authored
They contain useful information
-
Guido Günther authored
-
Guido Günther authored
And fix typo while at that Gbp-Dch: Ignore
-
- Aug 14, 2024
-
-
Guido Günther authored
-
Guido Günther authored
treewide: Document changes and release 0.4.1 See merge request Librem5/feedbackd!136
-
- Aug 12, 2024
-
-
Guido Günther authored
-
Guido Günther authored
build: Install udev rule See merge request Librem5/feedbackd!135
-
- Aug 07, 2024
-
-
Guido Günther authored
Don't hide it in the packaging as that makes it easier to miss. This makes debian/ really only carry packaging information.
-
- Jul 24, 2024
-
-
Guido Günther authored
tests: Use decimal values Closes #79 See merge request Librem5/feedbackd!134
-
Guido Günther authored
We don't rely on that anywhere anyway. Co-authored-by: Tomi Lähteenmäki <lihis@lihis.net> Closes: https://source.puri.sm/Librem5/feedbackd/-/issues/79
-
- Jun 28, 2024
-
-
Guido Günther authored
not-intalled: Avoid gmobile on all arches See merge request Librem5/feedbackd!133
-
Guido Günther authored
This only matters for the case where we use the embedded gmobile but better to be correct.
-
- Jun 23, 2024
-
-
Guido Günther authored
-
Guido Günther authored
treewide: Document changes and release 0.4.0 See merge request Librem5/feedbackd!125
-
- Jun 21, 2024
-
-
Guido Günther authored
-
Guido Günther authored
feedback-manager: End too noisy feedbacks on profile level change Closes #13, #55, and #35 See merge request Librem5/feedbackd!128
-
Guido Günther authored
When the profile gets lowered from e.g. quiet to silent we want to end all ongoing feedbacks that belong to the quiet level. This allows to e.g. silence an incoming phone call by switching the feedback level via phosh's quick setting. Closes: https://source.puri.sm/Librem5/feedbackd/-/issues/13 Closes: https://source.puri.sm/Librem5/feedbackd/-/issues/55
-
Guido Günther authored
The level here is an abstract value but in fact matches the profile level. Well make this a property when fixing #35.
-
Guido Günther authored
If the feedback is in our list of feedbacks disconnect signals and drop the reference we hold. As we have removed the signal handler that would invoke `check_ended()` we invoke this manually when the list becomes empty.
-