@Alexmitter since we chatted about it the other day https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/886
Some folks have asked about making a spam blocker for the #Pinephone . I made one here for #Phosh: https://gitlab.com/kop316/phosh-antispam
If the contact is not in your contact list (or you added it as "Spam), it will automatically hang up.
Also, it has some user configuration options to allow 1) blocked numbers, 2) a caller through if they call twice within 10 seconds, or 3) A way to look for a subset of a number (e.g. an area code, a number prefix) and let that through.
Let me know what you think of it!
Rebuilt, polished, and finally published a thing that @moonglum helped me build ages ago: Lookmarks: https://git.sr.ht/~bascht/lookmarks
Say hello to bookworm: FTPMasters have created the next testing distribution, codename bookworm, as a copy of bullseye. It will get its first updates from the unstable suite in a few days time when the release cycle begins all over again #ReleasingDebianBullseye
@Alexmitter explored yes, coded no. There's a lot other (and lots of non #phosh) things that I need to deal with first.
@pamaca this is not in any #phosh release yet (will be part of 0.13.1). But yes, only #Pureos #Byzantium gets recent phosh nowadays since the amount of things to backport is just too much to backport to #amber.
It's been only three days since #phosh 0.13.0 but since then we already landed two usability improvements:
- A button to close all notifications
- A way to cycle through all feedback modes (on/quiet/silent) by Pablo Correa Gómez
and there's a bit more cooking for 0.13.1.
@letterus there's also certainly areas within phosh that we can make faster or that will change in layout and hence use less resources (like the overview) but then again it depends on the details of the situation. If it's "overall slow" then it looks like a distro issue.
@letterus I don't have a pine phone so i can't compare. It e.g. depends on *where* things are slow since that's affected by e.g. pixman, mesa, if your distro's kernel trades CPU for battery live, etc... so it's hard to tell from here what the cause is.
phosh 0.13.0 is out 🚀 :
https://gitlab.gnome.org/World/Phosh/phosh/-/tags/v0.13.0
Improved call handling when shell is locked, lockscreen notifications, high contrast theme support and much more. Check the release notes.
The #GNotification / #GApplication side went smoother than expected https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2207 (thanks Philip!) so chatty and calls will show different LED feedback in upcoming releases: https://source.puri.sm/Librem5/chatty/-/merge_requests/767 once #glib 2.70 is out.
@Alexmitter nobody is working on the media player widget atm afaik
@Alexmitter They line up below the player.
@iooioio libnotify supports all the details of the fdo notification spec while glib being cross platform only uses a subset and e.g. categories are an fdo only thing (not even the flatpak portals support any way to convey those details). So we need to find a way to have applications suppply this inforation: https://gitlab.gnome.org/GNOME/glib/-/issues/2446
@karmanyaahm @unifiedpush thanks. A self hostablle push notification service would certainly be nice for apps to use at some point. Is there work being done on a distributor for GNOME or Linux in general?
@chrichri I think that's https://source.puri.sm/Librem5/phosh/-/issues/460 - someone inspecting that more closely would be welcome.
Notifications are coming to #phosh's lockscreen. Also in progress is different haptic/led feedback depending on the set notification category. The #phosh/#feedbackd side is mostly there and it works with #libnotify but needs changes in #glib to work with #GApplication too.