kailIII / android-notifier

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

Add local Growl communication to multiplatform client #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the multiplatform client needs you to enable network communication in 
Growl, which is insecure. We should support direct notification.

Original issue reported on code.google.com by rdamazio@gmail.com on 22 Sep 2010 at 12:41

GoogleCodeExporter commented 9 years ago
I'm not sure why this is insecure, the desktop app sends notifications only to 
localhost, besides, if Growl would listen only on loopback interface, there 
would be no external communication to it. Though, a native interface, for Mac 
especially, would be nice.

Original comment by lehph...@gmail.com on 22 Sep 2010 at 1:48

GoogleCodeExporter commented 9 years ago
How do you display different icons in Growl for Mac without the local method, 
btw?

Original comment by rdamazio@gmail.com on 22 Sep 2010 at 7:43

GoogleCodeExporter commented 9 years ago
In addition, this would allow communication with Growl plugins (such as Howl - 
http://groups.google.com/group/howl-talk/browse_thread/thread/6511591d4a1fa434?f
wc=1) that cannot read network notifications.

Original comment by jasonoyo...@gmail.com on 18 Dec 2010 at 12:03