Skip to content

Commit

Permalink
Merge pull request #730 from hello/develop
Browse files Browse the repository at this point in the history
1.6.0 RC
  • Loading branch information
jimmymlu authored Oct 25, 2016
2 parents b5ea7ea + 77f2977 commit 8778b9f
Show file tree
Hide file tree
Showing 519 changed files with 12,266 additions and 91,842 deletions.
123 changes: 123 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,128 @@
# Changelog

## 1.6.0.11

New:

* Design tweaks

Fixes:

* Fixed issue in alarm expansion setup where configurations are not loaded

## 1.6.0.10

New:

* Amazon review routing only for people with Sense One for now
* Add title view for configuration selection in alarm expansion setup
* Updated units and time icon in account settings
* Add lights and thermostat attribution
* Convert thermostat ranges based on preferences
* More voice command tweaks

## 1.6.0.9

New:

* Reduced size of app
* Voice command tweaks
* Moved units & time in to account settings

Fixes:

* Fixed issue that would cause insights to not load right after signing in.

## 1.6.0.8

New:

* Thermostat support in alarms
* Lights support in alarms

Fixes:

* Mute control for voice now works properly
* Volume control for voice now works properly

## 1.6.0.7

New:

* Add Thermostat row to Alarm screen
* Updated Lights row in Alarm screen

Fixes:

* Fixed new particulates about copy
* Fixed issue where switch for alarm list does nothing if sliding instead of tapping
* Fixed issue where switch for smart alarm does nothing if sliding instead of tapping

## 1.6.0.6

New:

* Changed copy for Log In to Sign In
* Removed the Voice Commands title from the voice tab
* Smart default for smart alarm switch when creating alarm

## 1.6.0.5

New:

* Updated primary user VX
* Added mute option in voice settings
* Added volume control option in voice settings
* Added volume control UI
* Hide mac address for 1.0 Sense in Wi-Fi scanner
* Updated copy in various screens

## 1.6.0.4

New:

* Added voice settings screen
* Added support for setting primary user, hooked up to an API that is not yet available
* Re-enabled lights integration in alarms
* Updated location prompt message

Fixes:

* Fixed order sense casing in initial set up screen
* Fixed copy in pill set up screen
* Fixed copy in pill pairing screen

## 1.6.0.3

New:

* Removed enhanced audio from onboarding
* Updated copy throughout onboarding

## 1.6.0.2

New:

* Sense MAC address now shown on the WiFi scan screen
* Added support for mbar unit for barometric pressure

Fixes:

* Fix issue where navigation bar separator is shown in voice examples screen on iOS 10
* Fixed punctuation copy from several voice examples
* Allow server to define order of displayed sensors

## 1.6.0.1

New:

* Voice tab appears as sibling to Insights feed if Sense paired is Sense with Voice
* Voice tab displays welcome card until closed
* Voice tab displays a set of categorized commands with an example preview
* Tapping in to a command category will display a full set of commands based on what is available today.
* Added Lights attribution to expansion alarms
* Removed dependency to features API, using hardware version as replacement

## 1.5.4.6

New:
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.5.4</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.4.6</string>
<string>1.6.0.11</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ abstract_target 'SenseApp' do
pod 'SHSProtoBuf', :git => 'git@github.com:hello/protobuf-objc.git'
pod 'LGBluetooth', :git => 'git@github.com:hello/LGBluetooth.git'
pod 'SenseKit', :git => 'git@github.com:hello/SenseKit.git'
# pod 'SenseKit', :path => '../SenseKit'
#pod 'SenseKit', :path => '../SenseKit'
pod 'AttributedMarkdown', :git => 'git@github.com:hello/AttributedMarkdown.git', :inhibit_warnings => true
pod 'CGFloatType', '~> 1.3.1'
pod 'SORelativeDateTransformer', :git => 'git@github.com:jrmiddle/SORelativeDateTransformer.git', :commit => '51f53d591b7c19da1fcea5a91e5c044089c99410'
Expand All @@ -23,7 +23,7 @@ abstract_target 'SenseApp' do
pod 'UICountingLabel', '~> 1.2.0'
pod 'Bugsnag', '~> 4.1.0'
pod 'NAPickerView', :git => 'git@github.com:hello/NAPickerView.git'
pod 'Charts/Realm', '2.2.5'
pod 'Charts/Core', '2.2.5'
pod 'iOSDFULibrary', :git => 'git@github.com:jimmymlu/IOS-Pods-DFU-Library.git', :branch => 'method-name-compatibility'
pod 'Zip', '0.4.3'
pod 'Analytics', '3.0.7'
Expand Down
16 changes: 3 additions & 13 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ PODS:
- Bugsnag/no-arc (4.1.0)
- CGFloatType (1.3.1)
- Charts/Core (2.2.5)
- Charts/Realm (2.2.5):
- Charts/Core
- RealmSwift (~> 0.97)
- CocoaLumberjack (2.0.3):
- CocoaLumberjack/Default (= 2.0.3)
- CocoaLumberjack/Extensions (= 2.0.3)
Expand All @@ -51,11 +48,6 @@ PODS:
- NAPickerView (0.0.1)
- Nocilla (0.11.0)
- NSJSONSerialization-NSNullRemoval (1.0.1)
- Realm (0.103.2):
- Realm/Headers (= 0.103.2)
- Realm/Headers (0.103.2)
- RealmSwift (0.103.2):
- Realm (= 0.103.2)
- SenseKit (0.1.0):
- SenseKit/Analytics (= 0.1.0)
- SenseKit/API (= 0.1.0)
Expand Down Expand Up @@ -99,7 +91,7 @@ DEPENDENCIES:
- AttributedMarkdown (from `git@github.com:hello/AttributedMarkdown.git`)
- Bugsnag (~> 4.1.0)
- CGFloatType (~> 1.3.1)
- Charts/Realm (= 2.2.5)
- Charts/Core (= 2.2.5)
- FBSDKCoreKit (~> 4.11.0)
- FBSDKLoginKit (~> 4.11.0)
- iOSDFULibrary (from `git@github.com:jimmymlu/IOS-Pods-DFU-Library.git`, branch `method-name-compatibility`)
Expand Down Expand Up @@ -154,7 +146,7 @@ CHECKOUT OPTIONS:
:commit: 0451b5e67dec46b8bc48fcad63d9f844cae1bf19
:git: git@github.com:hello/NAPickerView.git
SenseKit:
:commit: 8a3fbfc31af2088fe1ce06338c1154846ee41475
:commit: b3c69b658337fc4bee76e98193e2637dd36936dc
:git: git@github.com:hello/SenseKit.git
SHSProtoBuf:
:commit: 86b2e176097f76d130c858164eca42e15b779073
Expand Down Expand Up @@ -188,8 +180,6 @@ SPEC CHECKSUMS:
NAPickerView: cac3bd6f38e36374e53309335e28f4fc9cd93c94
Nocilla: 7af7a386071150cc8aa5da4da97d060f049dd61c
NSJSONSerialization-NSNullRemoval: 4c50d948b7805807ea8ce690d48e05ee679ef5b7
Realm: 448f0416079fe5b0ed947e7d86f3c4e1c75826cb
RealmSwift: 8a45cc8f02dfac093b72a3b5a01d567e27e15891
SenseKit: c061883ef8ed2c6781fee3af2df870172e6303c0
SHSProtoBuf: 89a179d27f35dea460139a630e8ac22378eabbe3
SORelativeDateTransformer: 307489386df4697780902bc16e99881d69a629b3
Expand All @@ -199,6 +189,6 @@ SPEC CHECKSUMS:
ZendeskSDK: 45b7a2812a04c3c5c2510aeeeded5818e6e705a5
Zip: 670419a5ba9faaf5f24ed3650c4c38b4136e996b

PODFILE CHECKSUM: 7d5242e2506ba12f31affb1fcd9b590909277712
PODFILE CHECKSUM: e1a4174b5e9e2bfea9f57d7776b0051a90b12339

COCOAPODS: 1.0.0
34 changes: 0 additions & 34 deletions Pods/Charts/ChartsRealm/Classes/Data/RealmBarData.swift

This file was deleted.

Loading

0 comments on commit 8778b9f

Please sign in to comment.