Skip to content

Commit

Permalink
Merge pull request #875 from hello/develop
Browse files Browse the repository at this point in the history
2.0.2
  • Loading branch information
jimmymlu authored Jan 26, 2017
2 parents 1370877 + 15d3f95 commit 23eb1ec
Show file tree
Hide file tree
Showing 218 changed files with 12,079 additions and 6,982 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,77 @@
# Changelog

## 2.0.2.6

Fixes:

* Fixed issue where notification settings toggle may quickly revert after changing on first load
* Fixed issue where Insight handholding tutorial may be shown more than once
* Fixed issue where Timeline may not show "First Night" state after signing in

## 2.0.2.5

New:

* Room Check centers content when needed for larger phones
* Room conditions extension handles various error states
* Voice settings shows a more user-friendly message when a firmware update is required

Fixes:

* Unread indicator should be cleared properly

## 2.0.2.4

New:

* Unread / New indicator for insights + questions in bottom bar
* Adjusted visuals for pair sense cards in Room Conditions, Alarm, and Sleep Sounds
* Udpated designs and added animations to custom titled text fields

## 2.0.2.3

New:

* Updated visual design of alert dialogs
* Updated sign out confirmation dialog to be consistent with others
* Updated delete alarm confirmation dialog to be consistent with others
* Updated remvoe expansion confirmation dialog to be consistent with others
* Updated pill unpair confirmation dialog to be consistent with others
* Updated sense unpair confirmation dialog to be consistent with others

Fixes:

* Room conditions extension will dismiss settings if showing when tapped through
* Fixed issue where multiple alarm errors would be showing in the list
* Fixed an issue where the sleep sounds player would briefly show when no sense is paired
* Fixed an issue where the Smart alarm event would be truncated in the Timeline
* Fixed an issue where the push notification settings would revert without error

## 2.0.2.2

New:

* Added scrolling tutorial in Sensor detail
* Added error state to Insight detail view
* Updated insight share icon and text

Fixes:

* Using subscript for unit text in weight and height picker to avoid font inconsistencies

## 2.0.2.1

New:

* Sensor detail scrubbing re-inserted
* Default custom icon for expansions in list settings
* Default custom icon for expansion in detail

Fixes:

* Updated Facebook SDK and updated references to avoid crasher


## 2.0.1.10

Fixes:
Expand Down
14 changes: 9 additions & 5 deletions Extensions/RoomConditions/HEMRoomConditionsExtViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,18 @@ - (void)refreshData:(void (^)(NCUpdateResult))completionHandler {
- (void)showNoDataLabel:(BOOL)show {
if (show) {
NSString* message = nil;
if ([self sensorsError]) {
message = NSLocalizedString(@"ext.room-conditions.error", nil);
} else if (![SENAuthorizationService isAuthorized]) {
if (![SENAuthorizationService isAuthorized]) {
message = NSLocalizedString(@"ext.room-conditions.not-signed-in", nil);
} else if ([self sensorsError]) {
message = NSLocalizedString(@"ext.room-conditions.error", nil);
} else if ([self isLoading]) {
message = NSLocalizedString(@"", nil);
} else {
message = NSLocalizedString(@"ext.room-conditions.loading", nil);
} else if ([[self status] state] == SENSensorStateNoSense) {
message = NSLocalizedString(@"ext.room-conditions.no-sense", nil);
} else if ([[self status] state] == SENSensorStateWaiting) {
message = NSLocalizedString(@"ext.room-conditions.offline", nil);
} else {
message = NSLocalizedString(@"ext.room-conditions.no-data", nil);
}
[[self noDataLabel] setText:message];
}
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>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.0.1.10</string>
<string>2.0.2.6</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 @@ -14,8 +14,8 @@ abstract_target 'SenseApp' do

# the actual Sense iOS app
target 'Sense' do
pod 'FBSDKLoginKit', '~> 4.11.0'
pod 'FBSDKCoreKit', '~> 4.11.0'
pod 'FBSDKLoginKit', '~> 4.18.0'
pod 'FBSDKCoreKit', '~> 4.18.0'
pod 'UIImageEffects', '~> 0.0.1'
pod 'SVWebViewController', :git => 'https://github.com/TransitApp/SVWebViewController.git'
pod 'ZendeskSDK', :git => 'https://github.com/zendesk/zendesk_sdk_ios.git', :tag => '1.5.4.1'
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ PODS:
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.0.3):
- CocoaLumberjack/Default
- FBSDKCoreKit (4.11.0):
- FBSDKCoreKit (4.18.0):
- Bolts (~> 1.7)
- FBSDKLoginKit (4.11.0):
- FBSDKLoginKit (4.18.0):
- FBSDKCoreKit
- FXKeychain (1.5.3)
- iOSDFULibrary (2.1.6):
Expand Down Expand Up @@ -91,8 +91,8 @@ DEPENDENCIES:
- Bugsnag (~> 4.1.0)
- CGFloatType (~> 1.3.1)
- Charts/Core (= 3.0.1)
- FBSDKCoreKit (~> 4.11.0)
- FBSDKLoginKit (~> 4.11.0)
- FBSDKCoreKit (~> 4.18.0)
- FBSDKLoginKit (~> 4.18.0)
- iOSDFULibrary (= 2.1.6)
- Kiwi
- LGBluetooth (from `git@github.com:hello/LGBluetooth.git`)
Expand Down Expand Up @@ -161,8 +161,8 @@ SPEC CHECKSUMS:
CGFloatType: fa1da294540051a76750092a427b95296bbdc006
Charts: 0e84f4418e87dad6a9edde221fba37ebb51d3ba7
CocoaLumberjack: f58d8a19629f4d8379ae14bb3534def24161430e
FBSDKCoreKit: 686ac982723a14ec9ddb85e2f81235d7706c891b
FBSDKLoginKit: bade9fc78277764149ccc5bfaadbf13c83175c6a
FBSDKCoreKit: 15fef8804a4629f98c6f4e55e81a76c9d725d85e
FBSDKLoginKit: 6773073e970b2b15fb12e451ce7f11da0532b880
FXKeychain: 2fe54573946ffef634f4e2a2851e6c8f4ea15e76
iOSDFULibrary: 1d597b90fed43a68aba886443a0045d900e622d9
Kiwi: f49c9d54b28917df5928fe44968a39ed198cb8a8
Expand All @@ -179,6 +179,6 @@ SPEC CHECKSUMS:
ZendeskSDK: 45b7a2812a04c3c5c2510aeeeded5818e6e705a5
Zip: 805fc2fa9d2f05bbb7762d982d7a42ccdcc51f42

PODFILE CHECKSUM: 8f0b64e1989ad296d693247843bbc4149d3c3c28
PODFILE CHECKSUM: c579d690d29d266073f3e11cc90910d4b06a8351

COCOAPODS: 1.1.1
117 changes: 62 additions & 55 deletions Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.h

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

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

Loading

0 comments on commit 23eb1ec

Please sign in to comment.