FurAffinity Agent
14 years ago
So here's a little app which sits in your system tray and periodically checks if you have new messages waiting on FA. It doesn't do anything more than that but more features appear to be coming. Pretty handy so far anyway, and free.
Get it from http://www.gryphonworx.co.nz
31/08/2011 - 1:58 AM (GMT+12)
Build 10
* You can now change which message types will cause FA Agent to show the popup to avoid getting popup spammed :).
* FA Agent will now play a notification sound when showing the popup. It can be turned off in Settings and you can also change the sound there.
Get it from http://www.gryphonworx.co.nz
31/08/2011 - 1:58 AM (GMT+12)
Build 10
* You can now change which message types will cause FA Agent to show the popup to avoid getting popup spammed :).
* FA Agent will now play a notification sound when showing the popup. It can be turned off in Settings and you can also change the sound there.
FA+

Basic psuedocode for what I'm articulating.
If messages > old messages, then say "you have " + (messages - old messages) + " new messages"
old messages = messages;
Reason being is some people keep things in their messages that they have seen, but don't want to remove. Since there is not a 'new message' flag, it must be inferred.
Also the messages should stay new till the person dismisses the message, not when the pop-up window times out.
And yeah, I'm changing the code to only show what types are new and how many in the popup, while building the autopatcher and other small things.
Its simply a differential between now and the last time you checked it.