Skip to content

Releases: thanksmister/android-mqtt-alarm-panel

v0.5.2-beta

20 Nov 20:12
Compare
Choose a tag to compare
v0.5.2-beta Pre-release
Pre-release

Fix for issue #7
Fix for issue #6
Fix for location services always returning blank location

v0.5.1-beta

24 Oct 18:19
Compare
Choose a tag to compare
v0.5.1-beta Pre-release
Pre-release
  • Fix for MQTT listener not initializing when changing settings
  • Fix for first time user dialog not appearing

v0.5-beta

13 Oct 18:02
Compare
Choose a tag to compare
v0.5-beta Pre-release
Pre-release
  • Updated MQTT service implementation
  • Added support for handling network disconnections
  • Fix for connection issues when device sleeps
  • Added warning when connectivity lost
  • Improved application to foreground on state change

v0.3.9-beta

09 Oct 15:22
Compare
Choose a tag to compare
v0.3.9-beta Pre-release
Pre-release
  • Fix for MQTT brokers that require credentials (was broken in 0.3.8)
  • Added logic to check that invalid values are not entered for port or pending time
  • Exit settings or logs screen if user is inactive for period of time
  • Tracking down a small connection error that appears periodically with the MQTT library

v0.3.8.1-beta

06 Oct 16:15
Compare
Choose a tag to compare
v0.3.8.1-beta Pre-release
Pre-release
  • Added dialog utils for creating consistent dialogs and fixed dialog background color on older devices
  • Modified the way the client ID was generated for MQTT library
  • Added check for provider on weather settings
  • Fixed crash when closing application and disconnecting MQTT library
  • Fixed multiple dialogs from appearing on connection errors

v0.3.7.4-alpha

03 Oct 18:26
Compare
Choose a tag to compare
v0.3.7.4-alpha Pre-release
Pre-release
  • Fixed issue with some users setting pending time to a 0 value.
  • Fixed crash with MQTT server connections
  • Added option to adjust inactivity time out
  • Added feature to keep screen active if using screen saver
  • Now requires code to enter alarm settings
  • Added ability for application to be launched from background
  • Removed navigation on dialogs for full-screen

v0.3.6-alpha

29 Sep 19:34
Compare
Choose a tag to compare
v0.3.6-alpha Pre-release
Pre-release
  • Updated the MQTT library which addresses several crashes
  • Added notification option for alarm triggered
  • Better handling of MQTT setup errors allowing option to go back to settings
  • Minor bug fixes and enhancements to the overall application

v0.3.5-alpha

28 Sep 18:05
Compare
Choose a tag to compare
v0.3.5-alpha Pre-release
Pre-release
  • Fixed bug with media player (beep) not being released properly.
  • Added feature to wake device from sleep if alarmed triggered (requires DISABLE_KEYGUARD permission).
  • Fix for duplicate timer if application is paused, then resumed during alarm pending.
  • Allow ability to view settings when encountering a MQTT error.
  • Added support for http/https urls for cloud MQTT (experimental).
  • Added support to disable the screensaver option (use device screensaver instead).

v0.3.4-alpha

17 Sep 17:47
Compare
Choose a tag to compare
v0.3.4-alpha Pre-release
Pre-release
  • Updated settings pages design
  • Added about and feedback section
  • Added logic to handle alarm triggered and viewing Home Assistant view
  • Added settings for launching Home Assistant web page
  • Added slider to main screen to show Home Assistant module
  • Created custom pager to enable or disable depending on settings
  • Butterknife added in base fragment and handled on detach in fragments

v0.3.2-alpha

16 Sep 21:59
Compare
Choose a tag to compare
v0.3.2-alpha Pre-release
Pre-release
  • Added settings for launching Home Assistant web page
  • Added slider to main screen to show Home Assistant module
  • Created custom pager to enable or disable depending on settings
  • Butterknife added in base fragment and handled on detach in fragments