Skip to content

Commit

Permalink
Merge pull request #624 from hello/develop
Browse files Browse the repository at this point in the history
1.5.0 RC
  • Loading branch information
jimmymlu authored Jul 15, 2016
2 parents c90e2a2 + c0214b8 commit 85d4d5c
Show file tree
Hide file tree
Showing 1,287 changed files with 32,286 additions and 8,107 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# Changelog

## 1.5.0.5

New:

* Pill card in device settings supports firmware vers. and firmware update

Fixes:

* BLE operations no longer fail after successful DFU
* Fix the DFU UI for the 4s

## 1.5.0.4

New:

* Added service property for Share Complete event
* Added phone battery requirement to DFU flow
* Added system alert for DFU availability
* Added DFU option inside Pill settings, when available
* Disable pill updates after completion for 2 hours, due to lag time from next heart beat
* Added DFU instrumentation

## 1.5.0.3

Fixes:

* Fixed font in connect your pills screen
* Fixed transimission animation rendering issue
* Added timeout to ensure retrying on failed dfu does not get stuck
* Fixed issue where backgrounding the app will permanently stop the transmission animation

## 1.5.0.2

New:

* Added wave / transmission animation

Fixes:

* Removed pill battery check from the flow
* Fixed pill not detected troubleshooting link
* Fixed caching policy for iOS 9 devices

## 1.5.0.1

New:

* Debug option to show Pill DFU flow
* Pill DFU update screen
* Pill Finder / Scan screen
* Pill DFU progress screen
* Support to update Sleep Pill via debug url or from server returned url

Fixes:

* Insight body font lowered by 1pt
* Insight image cached shared between feed and detail to prevent image changing

## 1.4.4.4

Note:
Expand Down
5 changes: 3 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

abstract_target 'SenseApp' do

pod 'SHSProtoBuf', :git => 'git@github.com:hello/protobuf-objc.git'
pod 'LGBluetooth', :git => 'git@github.com:hello/LGBluetooth.git'
pod 'iOSDFULibrary', :git => 'git@github.com:jimmymlu/IOS-Pods-DFU-Library.git', :branch => 'method-name-compatibility'
pod 'SenseKit', :git => 'git@github.com:hello/SenseKit.git'
#pod 'SenseKit', :path => '../SenseKit'
pod 'AttributedMarkdown', :git => 'git@github.com:hello/AttributedMarkdown.git', :inhibit_warnings => true
pod 'CGFloatType', '~> 1.3.1'
pod 'SORelativeDateTransformer', '~> 1.1.10'
pod 'SORelativeDateTransformer', :git => 'git@github.com:jrmiddle/SORelativeDateTransformer.git', :commit => '51f53d591b7c19da1fcea5a91e5c044089c99410'

# the actual Sense iOS app
target 'Sense' do
Expand All @@ -33,7 +35,6 @@ abstract_target 'SenseApp' do

# tests for the app
target 'Tests' do
inherit! :search_paths
pod 'Kiwi'
pod 'Nocilla'
end
Expand Down
44 changes: 33 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ PODS:
- Analytics (3.0.7)
- AttributedMarkdown (0.9.2)
- BEMSimpleLineGraph (3.3)
- Bolts (1.7.0):
- Bolts/AppLinks (= 1.7.0)
- Bolts/Tasks (= 1.7.0)
- Bolts/AppLinks (1.7.0):
- Bolts (1.8.3):
- Bolts/AppLinks (= 1.8.3)
- Bolts/Tasks (= 1.8.3)
- Bolts/AppLinks (1.8.3):
- Bolts/Tasks
- Bolts/Tasks (1.7.0)
- Bolts/Tasks (1.8.3)
- Bugsnag (4.1.0):
- Bugsnag/no-arc (= 4.1.0)
- Bugsnag/no-arc (4.1.0)
Expand All @@ -35,11 +35,15 @@ PODS:
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.0.3):
- CocoaLumberjack/Default
- EVReflection (2.38.3)
- FBSDKCoreKit (4.11.0):
- Bolts (~> 1.7)
- FBSDKLoginKit (4.11.0):
- FBSDKCoreKit
- FXKeychain (1.5.3)
- iOSDFULibrary (0.1.9):
- EVReflection (~> 2.6)
- Zip (~> 0.3)
- Kiwi (2.4.0)
- LGBluetooth (1.1.4)
- MSDynamicsDrawerViewController (1.5.1)
Expand All @@ -60,6 +64,7 @@ PODS:
- NSJSONSerialization-NSNullRemoval (~> 1.0.0)
- SenseKit/BLE (0.1.0):
- CocoaLumberjack (~> 2.0.0)
- iOSDFULibrary
- LGBluetooth
- SHSProtoBuf
- SenseKit/Model (0.1.0):
Expand All @@ -81,6 +86,7 @@ PODS:
- ZendeskSDK/Localization (1.5.4.1):
- ZendeskSDK/Core
- ZendeskSDK/Providers (1.5.4.1)
- Zip (0.4.3)

DEPENDENCIES:
- Analytics (= 3.0.7)
Expand All @@ -90,14 +96,15 @@ DEPENDENCIES:
- CGFloatType (~> 1.3.1)
- FBSDKCoreKit (~> 4.11.0)
- FBSDKLoginKit (~> 4.11.0)
- iOSDFULibrary (from `git@github.com:jimmymlu/IOS-Pods-DFU-Library.git`, branch `method-name-compatibility`)
- Kiwi
- LGBluetooth (from `git@github.com:hello/LGBluetooth.git`)
- MSDynamicsDrawerViewController (= 1.5.1)
- NAPickerView (from `git@github.com:hello/NAPickerView.git`)
- Nocilla
- SenseKit (from `git@github.com:hello/SenseKit.git`)
- SHSProtoBuf (from `git@github.com:hello/protobuf-objc.git`)
- SORelativeDateTransformer (~> 1.1.10)
- SORelativeDateTransformer (from `git@github.com:jrmiddle/SORelativeDateTransformer.git`, commit `51f53d591b7c19da1fcea5a91e5c044089c99410`)
- SVWebViewController (from `https://github.com/TransitApp/SVWebViewController.git`)
- UICountingLabel (~> 1.2.0)
- UIImageEffects (~> 0.0.1)
Expand All @@ -108,6 +115,9 @@ EXTERNAL SOURCES:
:git: git@github.com:hello/AttributedMarkdown.git
BEMSimpleLineGraph:
:git: git@github.com:hello/BEMSimpleLineGraph.git
iOSDFULibrary:
:branch: method-name-compatibility
:git: git@github.com:jimmymlu/IOS-Pods-DFU-Library.git
LGBluetooth:
:git: git@github.com:hello/LGBluetooth.git
NAPickerView:
Expand All @@ -116,6 +126,9 @@ EXTERNAL SOURCES:
:git: git@github.com:hello/SenseKit.git
SHSProtoBuf:
:git: git@github.com:hello/protobuf-objc.git
SORelativeDateTransformer:
:commit: 51f53d591b7c19da1fcea5a91e5c044089c99410
:git: git@github.com:jrmiddle/SORelativeDateTransformer.git
SVWebViewController:
:git: https://github.com/TransitApp/SVWebViewController.git
ZendeskSDK:
Expand All @@ -129,18 +142,24 @@ CHECKOUT OPTIONS:
BEMSimpleLineGraph:
:commit: a11c168e490c98e3270c633d894f987bdae1580b
:git: git@github.com:hello/BEMSimpleLineGraph.git
iOSDFULibrary:
:commit: 37ef2f90b695bb346521cadfa62f1bd6138950e1
:git: git@github.com:jimmymlu/IOS-Pods-DFU-Library.git
LGBluetooth:
:commit: bb9399161f3231e3bb3dddc89aae99018c77cdad
:git: git@github.com:hello/LGBluetooth.git
NAPickerView:
:commit: 0451b5e67dec46b8bc48fcad63d9f844cae1bf19
:git: git@github.com:hello/NAPickerView.git
SenseKit:
:commit: cb15d84b4e691f3632db3624476f6583ce3db876
:commit: a48ba92abbc822eae504f1a0ed9e75b6466ff3e6
:git: git@github.com:hello/SenseKit.git
SHSProtoBuf:
:commit: 86b2e176097f76d130c858164eca42e15b779073
:git: git@github.com:hello/protobuf-objc.git
SORelativeDateTransformer:
:commit: 51f53d591b7c19da1fcea5a91e5c044089c99410
:git: git@github.com:jrmiddle/SORelativeDateTransformer.git
SVWebViewController:
:commit: 9abad6b852b6c2ad19bb3c28532cce53719e2a7f
:git: https://github.com/TransitApp/SVWebViewController.git
Expand All @@ -153,27 +172,30 @@ SPEC CHECKSUMS:
Analytics: b342fb4f43fa4f97ca6f4358b44d3295217ba294
AttributedMarkdown: ac5060667280be8cc8ee33a46c73e4ec6b17ca1a
BEMSimpleLineGraph: 5999b2da02b6e935121608cfc58f6c369e06bde8
Bolts: a0058fa3b331c5a1e4402d534f2dae36dbff31e4
Bolts: 52551f96df2f8aac6b4414347f3f8353a39f1966
Bugsnag: 4c3f744efa9d76d9b17fddbc940e881436464cee
CGFloatType: fa1da294540051a76750092a427b95296bbdc006
CocoaLumberjack: f58d8a19629f4d8379ae14bb3534def24161430e
EVReflection: c2160230031af745751e62b91870d25fe5b4e187
FBSDKCoreKit: 686ac982723a14ec9ddb85e2f81235d7706c891b
FBSDKLoginKit: bade9fc78277764149ccc5bfaadbf13c83175c6a
FXKeychain: 2fe54573946ffef634f4e2a2851e6c8f4ea15e76
iOSDFULibrary: 3f5081faeb578bd31ea90c1d70a76c0d686382f4
Kiwi: f49c9d54b28917df5928fe44968a39ed198cb8a8
LGBluetooth: 79ee89969ebb6db8f566c35452aade206ea1d149
MSDynamicsDrawerViewController: 2874df90f5e9453dc7d4e32f8038b50615d4baa7
NAPickerView: cac3bd6f38e36374e53309335e28f4fc9cd93c94
Nocilla: ae0a2b05f3087b473624ac2b25903695df51246a
NSJSONSerialization-NSNullRemoval: 4c50d948b7805807ea8ce690d48e05ee679ef5b7
SenseKit: dcc809e4474e7a84ed9c95b4a176abb862f61198
SenseKit: c061883ef8ed2c6781fee3af2df870172e6303c0
SHSProtoBuf: 89a179d27f35dea460139a630e8ac22378eabbe3
SORelativeDateTransformer: 307489386df4697780902bc16e99881d69a629b3
SVWebViewController: aa2e18a41ff5f45be7aeec8e92ca5bcc50b5ebb1
UICountingLabel: 1db4e7d023e1762171eb226d6dff47a7a84f27aa
UIImageEffects: 37b99fa461e4965f332ca82e92f2c22a1075ee84
ZendeskSDK: 45b7a2812a04c3c5c2510aeeeded5818e6e705a5
Zip: 670419a5ba9faaf5f24ed3650c4c38b4136e996b

PODFILE CHECKSUM: 9e98f8d35cf60de1af744d427b629dcf92eb2bb9
PODFILE CHECKSUM: 94a526f7122c14d442dc069c8f860176cc826f31

COCOAPODS: 1.0.1
COCOAPODS: 1.0.0
32 changes: 32 additions & 0 deletions Pods/Bolts/Bolts/Common/BFTask+Exceptions.h

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

24 changes: 24 additions & 0 deletions Pods/Bolts/Bolts/Common/BFTask+Exceptions.m

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

22 changes: 17 additions & 5 deletions Pods/Bolts/Bolts/Common/BFTask.h

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

Loading

0 comments on commit 85d4d5c

Please sign in to comment.