Skip to content

Commit

Permalink
Merge pull request #767 from hello/develop
Browse files Browse the repository at this point in the history
1.6.2 RC
  • Loading branch information
jimmymlu authored Nov 18, 2016
2 parents 4022cdd + 7c71761 commit b94e634
Show file tree
Hide file tree
Showing 104 changed files with 2,376 additions and 1,036 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
# Changelog

## 1.6.2.6

Fixes:

* Fixes issue where Pills in DFU mode would not be able to be found

## 1.6.2.5

New:

* Thermostat picker updated to support Heat + cool. Single picker for Heat only, or cool only

Fixes:

* Refresh alarm list when coming back from background
* When there are no configurations for the Hue or Nest account after connecting, skip button should be visible

## 1.6.2.4

Fixes:

* Quickly jumping around device settings and in to the upgrade path should still work
* After upgrading to Sense with Voice, taking device actions in Sense setting should not be doing so against old Sense
* Toggling the enable switch in expansion view by sliding it should work
* Voice tutorial should still show if you signed in to 1.0 account, sign out, then onboard with Sense with Voice

## 1.6.2.3

New:

* Design tweaks to Sensor detail

Fixes:

* Long thermostat names no longer overlap the label in expansion view
* Added type of system alert when it is for a pill firmware update
* Done button in expansion configuration is disabled until configuration is selected
* Sensor top limit line is based off of server datapoints, and not chart scale

## 1.6.2.2

New:

* Filter out 1.0 Pills in Pill DFU
* Added Sense Version to analytics
* Display localized error message when loading voice settings to allow server to drive messaging
* Show an alert if a network error is returned in voice tutorial

## 1.6.2.1

New:

* Added support for server-driven system alerts
* Better handling for alarm expansion configuration selection, when configuration was removed
* Added separate info card for lights in settings
* Added separate info card for thermostat in settings
* Added separate info card for lights in alarm expansion setup
* Added separate info card for thermostat in alarm expansion setup
* Updated copy for Sense with Voice ready screen, within upgrade flow

## 1.6.1.3

Fixes:
Expand Down
4 changes: 2 additions & 2 deletions Extensions/RoomConditions/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.6.1.3</string>
<string>1.6.2.6</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ CHECKOUT OPTIONS:
:commit: 0451b5e67dec46b8bc48fcad63d9f844cae1bf19
:git: git@github.com:hello/NAPickerView.git
SenseKit:
:commit: f2399ce5495321665556d68b7a6ab498108f9b99
:commit: 119b565c26031217253fee74944dcbfb0062ab96
:git: git@github.com:hello/SenseKit.git
SHSProtoBuf:
:commit: 86b2e176097f76d130c858164eca42e15b779073
Expand Down
2 changes: 1 addition & 1 deletion Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,402 changes: 709 additions & 693 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Pods/SenseKit/Pod/Classes/API/API.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions Pods/SenseKit/Pod/Classes/API/SENAPISystemAlerts.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions Pods/SenseKit/Pod/Classes/API/SENAPISystemAlerts.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Pods/SenseKit/Pod/Classes/BLE/SENSleepPill.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions Pods/SenseKit/Pod/Classes/BLE/SENSleepPill.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Pods/SenseKit/Pod/Classes/BLE/SENSleepPillManager.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions Pods/SenseKit/Pod/Classes/BLE/SENSleepPillManager.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Pods/SenseKit/Pod/Classes/Model/Model.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Pods/SenseKit/Pod/Classes/Model/SENExpansion.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 36 additions & 4 deletions Pods/SenseKit/Pod/Classes/Model/SENExpansion.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Pods/SenseKit/Pod/Classes/Model/SENSystemAlert.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b94e634

Please sign in to comment.