Skip to content

Releases: christianrowlands/android-mqtt-connection-lib

v0.7.2

22 Feb 13:51
Compare
Choose a tag to compare

v0.7.1

19 Feb 17:25
Compare
Choose a tag to compare

Changes:

  • Handle the edge case where the app has been minimized while the service is starting.
  • Update the hive MQTT client.

Full Changelog: v0.7.0...v0.7.1

0.7.0

20 Dec 15:40
Compare
Choose a tag to compare

Changes

  • Add support for setting a topic prefix for the MQTT topics that this library publishes to.

Full Changelog: v0.6.0...0.7.0

v0.6.0

17 Jul 15:54
Compare
Choose a tag to compare

Overload the publishMessage method to enable sending plain JSON strings.

v0.4.5

16 Jun 15:55
Compare
Choose a tag to compare
  • Made MQTT connection fields protected so they can be manipulated from deriving classes.
  • Updated some dependencies.

v0.4.4

13 Jun 17:28
Compare
Choose a tag to compare
  • Added some defensive programming around the service being null when the mdm override switch is toggled.
  • Updated several of the libraries.

v0.4.3

10 Jul 11:45
Compare
Choose a tag to compare

Added some defensive programming when updating the UI state if the fragment has been detached.

v0.4.2

28 Jun 20:36
Compare
Choose a tag to compare

Fixed a bug where the MQTT connection would not reestablish when the Internet connection dropped.

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.