Skip to content

Releases: Justin-Credible/Smart-Home-Mobile

v1.2.0

Choose a tag to compare

@Justin-Credible Justin-Credible released this 18 Sep 05:27

Enhancements:

  • Windows 10 support
  • Raspberry Pi 2 support (for Windows 10 IoT)
  • New dashboard view on Raspberry Pi

Check out the dashboard view here.

Note: There are no binaries available for this release because (1) these changes do not affect the Android or Chrome versions and (2) the Raspberry Pi version must currently be built and deployed via Visual Studio 2015. See getting-started.md for information on how to build and deploy for Raspberry Pi 2 and Windows 10 IoT.

v1.1.2

Choose a tag to compare

@Justin-Credible Justin-Credible released this 18 Sep 02:10

Bug Fixes:

  • Views now properly refresh themselves if their data is older than 10 minutes

v1.1.1

Choose a tag to compare

@Justin-Credible Justin-Credible released this 02 Sep 03:50

Bug Fixes:

  • Lock toggle switches now work properly again
  • Loading spinners now show up again

v1.1.0

Choose a tag to compare

@Justin-Credible Justin-Credible released this 10 Aug 03:11

Enhancements:

  • Removed side menu and added tabs to make the app quicker to navigate
  • Switched to a darker color theme for title bars and some buttons
  • User ID and password fields no longer try to autocomplete values

Bug Fixes:

  • Device list now shows red text and "Missing" text if signal strength is zero
  • Device info now shows red caution icon if signal strength is zero
  • If the thermostat is unavailable a toast message will be displayed on the thermostat view
  • Opening the keyboard no longer causes the view to visually "jank"
  • The application will no longer randomly crash when attempting to show or hide a progress indicator on iOS
  • Removed the light dimmer control for smart plugs on the Lighting screen until #5 is completed
  • PIN and Security Passphrase menu items were missing from the Settings screen

Framework Updates:

  • Updated to Ionic from 1.0.0 to 1.0.1
  • Switched to Cordova 5.1.1 for security enhancements
  • Added git commit has to the About screen
  • Misc changes to keep in sync with the starer project

v1.0.4

Choose a tag to compare

@Justin-Credible Justin-Credible released this 14 Jun 19:45

Bug Fixes:

  • Web links from the About view now open in the platform's native browser
  • Chrome extension is now wider to avoid button text wrapping in some views

Enhancements:

  • Chrome passphrase entry now auto-focuses the password field
  • Chrome passphrase entry now responds to an enter keypress
  • The user is returned to the last view they were on when resuming the application

Update: The 1.0.4 APK was erroneously built with Cordova 5.1.1 which seems to break AJAX requests. I've created a 1.0.4.1 APK that was built with Cordova 5.0.0 which does not have this issue. The Chrome extension was not affected as it does not utilize Cordova.

v1.0.3

Choose a tag to compare

@Justin-Credible Justin-Credible released this 01 Jun 02:15

This version is primarily a framework update switching from a Visual Studio 2015 solution to a platform and IDE agnostic project built from the Ionic command line tool. It also includes library updates (Ionic 1.0). However, there are no new user facing features in this release besides an updated splash screen and a few icon changes.

This is the first release that includes a Chrome extension.

v1.0.1

Choose a tag to compare

@Justin-Credible Justin-Credible released this 06 Apr 04:20

The security view now handles contact sensor open and grace periods

  • The user is notified before arming an alarm when a contact sensor is open or a lock is unlocked
  • States that result in grace period timeouts now show a spinner and message with a countdown
  • The Arm button is now disabled when the alarm is in a grace period state

v1.0.0

Choose a tag to compare

@Justin-Credible Justin-Credible released this 06 Apr 04:16
Fixed multiple login requests for simultaneous AlertMe API calls; thi…