Alexander Klautke

Results 36 comments of Alexander Klautke

1) argreed 2) keepalive intervall is limited by the min scheduler intervall of 15m. Also you probably want higher intervals anyway to save on battery

The dump command is not implemented at the moment

https://github.com/binarybucks/ospreyapp/commit/ff6c836708d5009b684b7cce0aa8312bd95dc18d Added basic functionality. It's not a beauty yet, but it's a beginning

Work started. Storage side part is done. Now rewriting ChatViewController to make use of it. For now, outgoing messages and incoming will be written immediately but the code will be...

Now using XEP-136 for this. While the XMPPFrameworks XEP-136 only supports local archiving it is better than nothing and server-side storage might work in the future without further additions. Also...

Will surely be implemented once all mayor bugs are ruled out. Let's see what future versions of the Growl framework bring, they discussed some plug-and-play functionality with Notification Center recently.

Now that I'm also on Mountain Lion I can look into Notification Center Support. What would you suggest? - Notification Center only, no notifications for OSX < 10.8 - Growl...

Theoretically there now is NC support. However, clicking on a notification does not remove them, even though `[[NSUserNotificationCenter defaultUserNotificationCenter] removeAllDeliveredNotifications];` is called and sometimes zombie notifications from the past are...

Posted question on [Stackoverflow](http://stackoverflow.com/questions/12113300/nsusernotificationcenter-dismiss-notification)

It is not a top priority as I'd have to implement the non-standard GTalk filetransfer XMPP protocol extension first. When the mayor bugs are ironed out in the future I...