Notifications?
Notifications?
Maybe I'm being stupid but where are the notification settings?
I cant see anything in the app, in droid settings it looks as though the permissions haven't been requested?
Am on GrapheneOS if that helps.
Notifications?
Maybe I'm being stupid but where are the notification settings?
I cant see anything in the app, in droid settings it looks as though the permissions haven't been requested?
Am on GrapheneOS if that helps.
Notifications in mobile apps aren’t easy. A developer can’t just write code for the app to poll the server every x minutes. When the app isn’t at the foreground, it’s usually frozen and can’t execute any code. So, to get notifications, the app must rely on the host operating system and must have a server running somewhere to talk to the OS. Servers cost money, so now the developer must charge something from users, or sell their data, etc.
So, rejoice on the fact that Voyager is putting you in control of your data, ethically. And just check the app every now and then.
So charge money for a notifications feature, what’s the big deal? If people don’t want it they don’t have to pay.
If I were an open source developer coding for fun, I wouldn’t want to bother setting up a payment system and the whole nine yards that come with it. Sounds boring as fuck.
But hey, it’s open source, so why don’t you do it?
Can you do something like Boost (or others) for reddit that checks every X mins? Not sure if uses Google Notification system (forgot the name) but it's doable..?
You could create a DIY notification system if you want. In the past using a old Mac mini I had a script that would check new notifications from Lemmy rss feed if I recived an notification from Lemmy and then send a push notification to my phone using ntfy.
The script was janky it used apple script to trigger a apple short cut that sent the notification (sending a post request to ntfy).
I'm sure there is probably a more elegant way to do it.
Alternatively you could set up a RSS reader that polls Lemmy every so often to send notications.