Skip to content

Releases: thecowan/wallpanel-android

v0.9.6-beta.0

30 Aug 22:01
d691ca9
Compare
Choose a tag to compare
v0.9.6-beta.0 Pre-release
Pre-release

This version uses a new MQTT library that is compatible with Android 9 and newer devices. This version requires a minimum Android SDK version of 21 (previously 19 min).

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it.

v0.9.5-beta.9

30 Aug 13:43
Compare
Choose a tag to compare

** This release adds additional crash reporting and analytics using Firebase. Fixes issue when saving camera settings.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.

v0.9.5-beta.7

10 Aug 15:55
Compare
Choose a tag to compare

** The release allows for the layering of the clock screensaver over the webpage or Unsplash images. Fixes issues with blank screen appearing when using the two screensavers together. I have also updated Firebase crash reporting library.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.

v0.9.5-beta.6

11 Jun 17:33
Compare
Choose a tag to compare

Changes

** Fixed bug with motion detecting waking sleeping screen

** Adjustments to the auto-page refresh on network disconnect, there is no a setting to disable this feature

** Fixed manifest issue that prevented the Google Play version from installing on most devices without audio support.

** Updated wake command behavior to keep screen on and prevent screensaver for time allocated.

** Added web page screensaver feature.

** Added background refresh when the application has detected a network disconnect or receives error loading the web page.

** Adds UTF-8 language support for incoming speak command text when using HTTP server.

** If the user is using the screensaver feature, a wake command now disables the screensaver, screensaver is allowed after wake timeout or if user sends wake command with false value.

** Added feature to open settings with command "settings" and completely disable and remove the settings button. There is a new setting under the general settings screen to remove the settings button and settings has been added to the command list in the documentation.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.

v0.9.5-beta.4

10 Jun 14:01
Compare
Choose a tag to compare

Changes

** Fixed manifest issue that prevented the Google Play version from installing on most devices without audio support.

** Updated wake command behavior to keep screen on and prevent screensaver for time allocated.

** Added web page screensaver feature.

** Added background refresh when the application has detected a network disconnect or receives error loading the web page.

** Adds UTF-8 language support for incoming speak command text when using HTTP server.

** If the user is using the screensaver feature, a wake command now disables the screensaver, screensaver is allowed after wake timeout or if user sends wake command with false value.

** Added feature to open settings with command "settings" and completely disable and remove the settings button. There is a new setting under the general settings screen to remove the settings button and settings has been added to the command list in the documentation.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.

v0.9.5-beta.1

01 Jun 19:46
Compare
Choose a tag to compare

Changes

** Updated wake command behavior to keep screen on and prevent screensaver for time allocated.

** Added web page screensaver feature.

** Added background refresh when the application has detected a network disconnect or receives error loading the web page.

** Adds UTF-8 language support for incoming speak command text when using HTTP server.

** If the user is using the screensaver feature, a wake command now disables the screensaver, screensaver is allowed after wake timeout or if user sends wake command with false value.

** Added feature to open settings with command "settings" and completely disable and remove the settings button. There is a new setting under the general settings screen to remove the settings button and settings has been added to the command list in the documentation.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.

v0.9.4-beta.9

21 May 18:55
Compare
Choose a tag to compare

Changes

** Added background refresh when the application has detected a network disconnect or receives error loading the web page.

** Adds UTF-8 language support for incoming speak command text when using HTTP server.

** If the user is using the screensaver feature, a wake command now disables the screensaver, screensaver is allowed after wake timeout or if user sends wake command with false value.

** Added feature to open settings with command "settings" and completely disable and remove the settings button. There is a new setting under the general settings screen to remove the settings button and settings has been added to the command list in the documentation.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.

v0.9.4-beta.6

30 Mar 21:46
Compare
Choose a tag to compare

Fixes

** Merged a PR from @cheeplusplus to dim the screen when there is no screensaver active.

** Fixes an issue with launching external applications. I have also tried to address the issue of turning on and off the camera features with commands.

The behavior now is to completely shut down all camera operation when receiving the command to disable the camera and then attempt to restart all camera functionality when receiving the command to enable the camera.

** I have also updated the documentation because I received some complaints that the introduction of the settings code was not well explained.

Updates

The largest update in this release is the way we open the settings. First we have removed the "back" press action required to open the settings. Now there is a floating button to launch the settings, this button can be moved to one of the four corners of the application and also be made invisible (remember where you left it!!).

The other related feature is a new code bottom sheet that requires the user to enter a code to open the settings.. The default code is 1234, and once you change the code in the settings, you will need to enter the code every time you access the settings.

Additional features include a new feature to open external applications using the URL command over MQTT or HTTP. You can send a command with a formatted schema as the URL and open Ring app for example.

The application can now be set as the Home screen for the device. There is a new option in the settings to disable this if you no longer want the app to act as a home screen. The ability to run the application without being in fullscreen has been added along with a toggle to have a dark mode for the settings.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.

v0.9.4-beta.2

25 Mar 11:33
08bc16c
Compare
Choose a tag to compare

Fixes

  • fixed bug with setting codes that start with 0
  • fixed configuration crash (again) for motion latency

Updates

The largest update in this release is the way we open the settings. First we have removed the "back" press action required to open the settings. Now there is a floating button to launch the settings, this button can be moved to one of the four corners of the application and also be made invisible (remember where you left it!!).

The other related feature is a new code bottom sheet that requires the user to enter a code to open the settings.. The default code is 1234, and once you change the code in the settings, you will need to enter the code every time you access the settings.

Additional features include a new feature to open external applications using the URL command over MQTT or HTTP. You can send a command with a formatted schema as the URL and open Ring app for example.

The application can now be set as the Home screen for the device. There is a new option in the settings to disable this if you no longer want the app to act as a home screen. The ability to run the application without being in fullscreen has been added along with a toggle to have a dark mode for the settings.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.

v0.9.4-beta.0

23 Feb 16:26
Compare
Choose a tag to compare

Fixes

  • Fixed crash when user enters a letter "o" rather than a number "0" for camera motion latency.
  • Added feature to delay the generation of images for streaming based on the camera's FPS settings, a lower value will generate less images and save more CPU energy.
  • Fixes crash on Android 4.4.1 with notification icons
  • Fixes crash on some devices when setting the camera

Updates

The largest update in this release is the way we open the settings. First we have removed the "back" press action required to open the settings. Now there is a floating button to launch the settings, this button can be moved to one of the four corners of the application and also be made invisible (remember where you left it!!).

The other related feature is a new code bottom sheet that requires the user to enter a code to open the settings.. The default code is 1234, and once you change the code in the settings, you will need to enter the code every time you access the settings.

Additional features include a new feature to open external applications using the URL command over MQTT or HTTP. You can send a command with a formatted schema as the URL and open Ring app for example.

The application can now be set as the Home screen for the device. There is a new option in the settings to disable this if you no longer want the app to act as a home screen. The ability to run the application without being in fullscreen has been added along with a toggle to have a dark mode for the settings.

Installation

Install the APK by side-loading onto your device using the Android ADB command line tool or download the APK file directly to your device and open it. You can also download the latest version from the Google Play store https://play.google.com/store/apps/details?id=com.thanksmister.iot.wallpanel.