The regular map update performed by the relayed peers (Android) are used to send the current buffer. This ensures that the mobile phone receives these messages (because GCM can sometimes fail).
Listener when Android device becomes offline triggered when the map update is not performed for a long time
Stability and Log improvements
Add SlowPeerFilter (don't use slow peers for routing)
Core
Removed unnecessary methods of the SignatureFactory and created two Constructors in the SignatureCodecs instead. This keeps the interface clean and makes it easier to write an own Signature implementation.
Prevent exceptions when releasing already released Buffers (stability)
TestSecurity more stable because peers are also shut down if a test fails (try/finally). Also factorized the keyGenerator for performance issues.
Android
Core