MihaiBojescu / Linux-notifier-Android

This is the Android APK for the Linux notifier program on Linux. A simple notification transmission program that sends Android notifications to a Linux desktop that has libnotify support.
MIT License
5 stars 0 forks source link

Some android notifications send tons of notifications to linuxnotifier #3

Open CamilleScholtz opened 6 years ago

CamilleScholtz commented 6 years ago

Some examples of this are sending videos with WhatsApp or updating F-Droid repositories.

Example:

Got data, message: {"reason":"notification","app name":"WhatsApp","title":"WhatsApp","data":"Sending video to X"}.
Notification from 192.168.178.41
Listening...
Got data, message: {"reason":"notification","app name":"WhatsApp","title":"WhatsApp","data":"Sending video to X"}.
Notification from 192.168.178.41
Listening...
Got data, message: {"reason":"notification","app name":"WhatsApp","title":"WhatsApp","data":"Sending video to X"}.
Notification from 192.168.178.41
Listening...
Got data, message: {"reason":"notification","app name":"WhatsApp","title":"WhatsApp","data":"Sending video to X"}.
Notification from 192.168.178.41
Listening...
Got data, message: {"reason":"notification","app name":"WhatsApp","title":"WhatsApp","data":"Sending video to X"}.
Notification from 192.168.178.41
Listening...
Got data, message: {"reason":"notification","app name":"WhatsApp","title":"WhatsApp","data":"Sending video to X"}.
Notification from 192.168.178.41
Listening...
Got data, message: {"reason":"notification","app name":"WhatsApp","title":"WhatsApp","data":"Sending video to X"}.
Notification from 192.168.178.41
Listening...
Got data, message: {"reason":"notification","app name":"WhatsApp","title":"WhatsApp","data":"Sending video to X"}.
Notification from 192.168.178.41
Listening...
MihaiBojescu commented 6 years ago

Will add a view to throttle notifications.