Skip to content

Releases: christianrowlands/android-mqtt-connection-lib

v0.4.1

11 Jun 21:17
Compare
Choose a tag to compare
  • Fixed a bug where a UI deadlock could occur when the connection is unsuccessful and messages are published.
  • Improved UX for showing the user connection error reasons such as invalid username and password.

MQTT Android Library v0.4.0

10 Jun 16:16
Compare
Choose a tag to compare

Added support for queueing messages while the MQTT broker connection is offline and resending them when a connection comes back online.

MQTT Android Library v0.3.0

03 Jun 12:35
Compare
Choose a tag to compare

Changed the QoS from 0 to 1 for the MQTT connection.

MQTT Android Library v0.2.1

04 May 13:32
Compare
Choose a tag to compare

Added some additional protections against concurrent MQTT connections.

MQTT Android Library v0.2.0

28 Apr 13:37
Compare
Choose a tag to compare

Switched out the Eclipse Paho MQTT Client for HiveMQ to improve stability and error scenario handling.

v0.1.0

22 Dec 16:19
Compare
Choose a tag to compare

Initial release of this Android MQTT Connection Library.