Skip to content

Commit

Permalink
Merge pull request #672 from hello/develop
Browse files Browse the repository at this point in the history
1.5.2 Release
  • Loading branch information
jimmymlu authored Sep 2, 2016
2 parents 16dd181 + 9e779f1 commit 96a7fed
Show file tree
Hide file tree
Showing 120 changed files with 5,346 additions and 2,110 deletions.
114 changes: 114 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,119 @@
# Changelog

## 1.5.2.11

Note:

* bumping just to create an app store build

## 1.5.2.10

Fixes:

* Fix issue where skipping Sense DFU in upgrade path will unexpectedly end the flow

## 1.5.2.9

Fixes:

* Fixes upgrade path skipping the linking of account, if first connecting to Sense first before upgrading
* Adjusts copy to match what is spec'ed out

## 1.5.2.8

New:

* Support the hardware version returned in devices endpoint
* Show upgrade button in settings, if hardware is Sense
* Update name of Sense in settings, based on sense version

Fixes:

* Fixed issue in factory reset screen so it doesn't hang if it can't find paired Sense
* Ensure help button is shown in factory reset screen

## 1.5.2.7

New:

* Integrate with swap API
* Update factory reset screen and perform reset over BLE

Fixes:

* Prevent back button from showing after skipping pill pairing in upgrade flow, that leads to Sense DFU
* Skipping pill pairing will not take you to clip your pill screen

## 1.5.2.6

Fixes:

* Updated copy for setting time zone after setting WiFi
* Updated copy for pairing / connecting to Sense alert
* Hide the Try now label in voice tutorial during responses
* Fixed issue that would cause upgrade path to hang while pairing with Sense
* Guarding against possible race condition crasher when Sense disconnects unexpectedly

## 1.5.2.5

New:

* Removed audio player that was shown in the Timeline for dev / beta builds

Fixes:

* Fixed crasher when skipping pill pairing, during upgrade path

## 1.5.2.4

Fixes:

* Fixed issue where the pill swapping dialog does not unpair existing pill
* Made last reset screen description in to 1 paragraph instead of 2
* Changed copy on the first upgrade path screen
* Added help button to the new pill description screen
* Fixed copy with the unpaired state for the pill
* Fixed 4s (yup, the phone itself)
* Changed voice tutorial copy for the done screen to match Android
* Pointing pair Sense help links to correct pages

## 1.5.2.3

New:

* Optionally show Sense DFU screen in upgrade path
* Optionally show Voice Tutorial in upgrade path
* Add factory reset option screen in upgrade path (no API yet)

Fixes:

* Fix issue with Voice tutorial analytics not being consistent with Onboarding prefix

## 1.5.2.2

New:

* New upgrade path for sense pairing, with current Sense filtering
* New upgrade path for pill unpairing / pairing
* New screen to suggest Sense with Voice paired
* Refactored onboarding flow to allow customizations to flow

Fixes:

* Fixed issue where retry button in pill pairing does not update background button color

## 1.5.2.1

New:

* Refactored Have Sense ready screen to VSPER architecture to maximize reuse
* Analytics for voice tutorial screen

Fixes:

* Fix rare crasher that happens if insights API failed, showing only 1 question in the feed + a refresh of the view is triggered and both questions and insights api fails, which then requires user to either skip or answer the question that is still showing.
* Prevent crasher with Sensors if API response contains an object type that we do not expect.

## 1.5.1.8

Note:
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ ipa:
upload:
deliver testflight

upload_dsym:
./Scripts/upload_dsym ${ARGS}

generate:
ovaltine -p Sense.xcodeproj -o SleepModel/ --prefix HEM --auto-add --auto-replace --copyright 'Hello Inc' SleepModel/
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PODS:
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.0.3):
- CocoaLumberjack/Default
- EVReflection (2.44.0)
- EVReflection (2.46.0)
- FBSDKCoreKit (4.11.0):
- Bolts (~> 1.7)
- FBSDKLoginKit (4.11.0):
Expand Down Expand Up @@ -152,7 +152,7 @@ CHECKOUT OPTIONS:
:commit: 0451b5e67dec46b8bc48fcad63d9f844cae1bf19
:git: git@github.com:hello/NAPickerView.git
SenseKit:
:commit: 5eee45a3e874180d1ec0de52f4c1f1257ddd001f
:commit: 819db352fad357ed448c5ee7c5be6f8fee360fe6
:git: git@github.com:hello/SenseKit.git
SHSProtoBuf:
:commit: 86b2e176097f76d130c858164eca42e15b779073
Expand All @@ -176,7 +176,7 @@ SPEC CHECKSUMS:
Bugsnag: 4c3f744efa9d76d9b17fddbc940e881436464cee
CGFloatType: fa1da294540051a76750092a427b95296bbdc006
CocoaLumberjack: f58d8a19629f4d8379ae14bb3534def24161430e
EVReflection: 290a7feb1f32d7dbb8f9c4234609d75ceba97da4
EVReflection: 17b377f0dd86a0f6ceccab574d0e22962a2f107e
FBSDKCoreKit: 686ac982723a14ec9ddb85e2f81235d7706c891b
FBSDKLoginKit: bade9fc78277764149ccc5bfaadbf13c83175c6a
FXKeychain: 2fe54573946ffef634f4e2a2851e6c8f4ea15e76
Expand Down
26 changes: 19 additions & 7 deletions Pods/EVReflection/EVReflection/pod/EVReflection.swift

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

5 changes: 5 additions & 0 deletions Pods/EVReflection/EVReflection/pod/EVWorkaroundHelpers.swift

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

2 changes: 1 addition & 1 deletion Pods/EVReflection/README.md

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

6 changes: 3 additions & 3 deletions Pods/Manifest.lock

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

Loading

0 comments on commit 96a7fed

Please sign in to comment.