Releases: christianrowlands/android-mqtt-connection-lib
Releases · christianrowlands/android-mqtt-connection-lib
v0.7.4
Full Changelog: v0.7.3...v0.7.4
v0.7.3
Changes:
- Change the access modifier of the storeConnectionParameters method to protected so it can be called.
Full Changelog: v0.7.2...v0.7.3
v0.7.2
Changes:
- Fixed a memory leak where the service connection was not unbound when the fragment was paused.
Full Changelog: v0.7.1...v0.7.2
v0.7.1
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
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
Overload the publishMessage method to enable sending plain JSON strings.
v0.4.5
- Made MQTT connection fields protected so they can be manipulated from deriving classes.
- Updated some dependencies.
v0.4.4
- Added some defensive programming around the service being null when the mdm override switch is toggled.
- Updated several of the libraries.
v0.4.3
Added some defensive programming when updating the UI state if the fragment has been detached.
v0.4.2
Fixed a bug where the MQTT connection would not reestablish when the Internet connection dropped.