Live data from Hacker News

Show HN: DoNotNotify – Log and intelligently block notifications on Android

donotnotify.com

121–130 of 171 posts

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#121
Notification "channels" -- what a wild west

Some apps use just one channel and use it to send both really important stuff (like fraud alerts on your credit card) as well as ads so you cannot turn them off even if you wanted to.

Other apps create 4 new channels a week so you cannot turn them off even if you wanted to.

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#123
post #56

Earlier quoted context omitted.

This is correct, but it is still a slippery slope. At some point the dev ends up adding internet permission (might be for legit reasons too), and lo and behold you are sharing your data. For something as sensitive as notifications, I really can't trust anything but open-source app which is vetted by a few seasoned people and hosted on F-droid.

I’m interested in what you’re suggesting. Who are those auditors you trust? Does f-droid imply things have been audited?

f-droid implies

* that the application is source-available;

* toolchain used to build the app is FOSS - application does not use Play Services, or proprietary tracking/analytics, or proprietary ad libraries.

* application toolchain doesn't depend on "binary blobs";

Not even passing the sniff test on those easy to meet requirements is suspicious.

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#124

Android (at least on Pixel) recently added a notification spam detection system, under the name "Notification Organizer". Unfortunately they don't let you block the spam, only deprioritize it. So it won't make noise, but you still have to manually dismiss it from the notification drawer. The PMs almost had the right idea... Luckily on Android you can use Tasker and the AutoNotification plugin to block specific notifi…

> I don't know how iOS people live without the ability to do this. My wife, who uses iOS, is constantly complaining about annoying notifications and there's nothing I can do to help her.

I’m on iOS and as soon as an app sends me a spammy notification I just go into settings and turn off notifications for it. Though honestly most of the time I just don’t allow notifications in the first place.

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#125
post #50

I would love to use this, but I don't want to allow a third party app with closed source to read all my notifications. This can read OTP passwords, full messages, etc. so it must be open source for me to consider it. I would donate/pay for this if it was open source on F-Droid. Kudos to you for building it. I put off building this exact same application so many times it's not even funny. Too bad I'm too lazy to maint…

If you're feeling skeptical and just want to be sure, you can use this NetGuard https://github.com/M66B/NetGuard to block internet access for any app.

The irony

App1 abuses notification permission

App2 keeps App1 in check

App3 to keep App2 from abusing network permission

...

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#126
post #59

Is there anything like this for iOS? Or is something like this impossible for a 3rd party to do on iOS?

iOS doesn't give developers access to other apps' notifications, AFAIK. I'm not an iOS developer though - maybe someone with more knowledge can chime in.

There's an API for notification mirroring, but only in the EU. As you can guess this is a "deprivileging Apple Watch" thing. So there's no generic "filter notifications" ability, it's ONLY for sending notifications to a connected non-Apple smartwatch.

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#127
post #50

I would love to use this, but I don't want to allow a third party app with closed source to read all my notifications. This can read OTP passwords, full messages, etc. so it must be open source for me to consider it. I would donate/pay for this if it was open source on F-Droid. Kudos to you for building it. I put off building this exact same application so many times it's not even funny. Too bad I'm too lazy to maint…

If you're that paranoid, you might also consider not using F-Droid:

https://www.privacyguides.org/en/android/obtaining-apps/#f-d...

https://discuss.grapheneos.org/d/15490-f-droid-or-obtainium

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#128
I'm kinda surprised to hear people having this problem on Android. I've found Android's notification management to be superb and, as others have said, with a one strike rule, this has been a non-issue for me.

> I live in a gated society that uses an app called MyGate to allow visitors, and the app intentionally pushes ads through the same channels since you cannot block them.

This strikes me as against the Play Store policy, potentially Notifications VX-S1, "Notifications are not used for cross-promotion or advertising another product, as this is strictly prohibited by the Play Store."

Worth a try to report them.

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#129
post #54
post #50

I would love to use this, but I don't want to allow a third party app with closed source to read all my notifications. This can read OTP passwords, full messages, etc. so it must be open source for me to consider it. I would donate/pay for this if it was open source on F-Droid. Kudos to you for building it. I put off building this exact same application so many times it's not even funny. Too bad I'm too lazy to maint…

Fair enough, you only have my word on it (that it doesn't send any data to the Internet). But you do have my word :) Another person requested that the app be open-sourced as well. I will look into that.

> completely free, and there is no advertising or hidden gotchas

I don't understand why not release the source if the app is completely free, what are you trying to protect?

Re: Show HN: DoNotNotify – Log and intelligently block notifications on Android

#130
Congratulations on the launch OP.

I'm currently using BuzzKill[1] for managing notifications on android. It's so good (and beautiful) that even though I use iPhone as primary device, I receive most of my notifications on android and relay it to my iPhone using a Termux script[2] after putting it through BuzzKill.

I understand that your USP is logging which BuzzKill also provides with numerous actions and Tasker integration on top of it.

It's great that DoNotNotify is free, but if any android app deserves to be paid for its BuzzKill. Perhaps being open-source could be a better differentiator for DoNotNotify?

[1] https://play.google.com/store/apps/details?id=com.samruston....

[2] https://github.com/abishekmuthian/apple-watch-with-android/t...

Post reply on HN