Releases: thanksmister/android-mqtt-alarm-panel
Releases · thanksmister/android-mqtt-alarm-panel
v0.5.2-beta
Fix for issue #7
Fix for issue #6
Fix for location services always returning blank location
v0.5.1-beta
- Fix for MQTT listener not initializing when changing settings
- Fix for first time user dialog not appearing
v0.5-beta
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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