Skip to content

Releases: janishar/JPost

Auto subscriber removal after garbage collection

10 Oct 09:57
Compare
Choose a tag to compare

The subscribers will now be removed automatically when it has been garbage collected.

Channel broadcast privacy condition implemented

03 Oct 11:35
Compare
Choose a tag to compare

Only the subscribers of a private channel can send/receive messages over it.

Java and Android version of JPost

30 Sep 20:16
Compare
Choose a tag to compare

JPost will now come in two flavours.

  1. Java version(java-jpost): It contains all the functionality of 0.0.1.
  2. Android version (android-jpost): it contains all the functionality of java-jpost and in addition will contain android specific implementations for functionality and optimization.

1st release of the library

25 Sep 09:07
Compare
Choose a tag to compare

Communication between java classes in efficient, modular and channel based model

1st release

24 Sep 21:19
Compare
Choose a tag to compare
1st release Pre-release
Pre-release

This release contains the core library functionality