flyfire / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Implement optional wifi whitelist #277

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
mbarclay brought to my attention something obvious that I was missing; any wifi 
network we connect to could, of course, end up receiving notifications.

I imagine that most of us will only actually be catching the notifications on 
one or two frequent networks, such as home and office, so I propose an "only 
notify on the following wireless networks:" list.

Original issue reported on code.google.com by zip...@gmail.com on 4 Nov 2010 at 2:55

GoogleCodeExporter commented 9 years ago
I proposed in the developers mailing list that the android app should send 
notifications only over TCP to the desktop app directly instead of broadcasting 
them to everyone like it does today. This and encryption would allow you to 
have secure notifications without needing to configure a whitelist.

Original comment by lehph...@gmail.com on 4 Nov 2010 at 12:15

GoogleCodeExporter commented 9 years ago
Fantastic alternative!

Original comment by zip...@gmail.com on 5 Nov 2010 at 7:44

GoogleCodeExporter commented 9 years ago
We'll keep the UDP option though, since it's much easier to use, but you can 
always disable UDP + enable encryption if you have security concerns.

Original comment by rdamazio@gmail.com on 5 Nov 2010 at 6:46