Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5.0 #584

Merged
merged 25 commits into from
Sep 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e20cc23
Update to LoopKit 1.4.3 and rileylink_ios 1.2.1 (#559)
ps2 Aug 31, 2017
e74c2c7
Adding pre-meal targets
ps2 Aug 31, 2017
a3ca42d
Merge pull request #560 from LoopKit/pre-meal-targets
ps2 Aug 31, 2017
d65c22a
Treat period after rewind as suspend
ps2 Aug 31, 2017
d904ebb
Merge pull request #561 from LoopKit/rewind-as-suspend
ps2 Aug 31, 2017
b240183
Allow selection of new insulin curves, utilizing exponential insulin …
ps2 Sep 1, 2017
e478a7d
Merge pull request #562 from LoopKit/insulin-modeling
ps2 Sep 1, 2017
a520f9e
Device errors (#563)
ps2 Sep 1, 2017
172243e
Prep for supporting insulin delivery in HealthKit (#564)
ps2 Sep 2, 2017
7e07af6
Font scaling fixes (#566)
ps2 Sep 2, 2017
34d670f
Bolus tracking (#567)
ps2 Sep 2, 2017
1b81466
Limit bolus using suspend threshold. (#568)
ps2 Sep 3, 2017
d73fdfe
keep share backfill enabled after first reading (#569)
ps2 Sep 3, 2017
810b655
Showing a status indicator while sending a bolus command (#570)
ps2 Sep 3, 2017
421a799
Turn retrospective correction on by default (#571)
ps2 Sep 3, 2017
fa94821
Use clampedCarbsOnBoard (#576)
ps2 Sep 5, 2017
3137445
Rename Min BG Guard to suspend threshold (#575)
ps2 Sep 5, 2017
092a2a0
Prevent repeate ICE values (#572)
ps2 Sep 5, 2017
230cd49
Ensure single-value target ranges are graphed, fixing watch freshness…
ps2 Sep 6, 2017
391b9ea
Merge pull request #579 from LoopKit/show-0-height-targets
ps2 Sep 18, 2017
0844576
Swift4 (#581)
ps2 Sep 18, 2017
4c7a759
Ensure that bg prediction extends to full DIA; fixes issues with reco…
ps2 Sep 18, 2017
a2ccc51
Merge pull request #582 from LoopKit/extend-prediction-to-dia
ps2 Sep 19, 2017
bcb98a2
Bump version
ps2 Sep 19, 2017
7c76112
Merge pull request #583 from LoopKit/bump-version
ps2 Sep 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: objective-c
osx_image: xcode8.3
# xcode_sdk: iphonesimulator10.0
osx_image: xcode9
# xcode_sdk: iphonesimulator11
# xcode_project: Loop.xcodeproj
# xcode_scheme: Loop
before_script:
Expand Down
12 changes: 6 additions & 6 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "LoopKit/LoopKit" == 1.4.2
github "LoopKit/xDripG5" ~> 0.8.0
github "i-schuetz/SwiftCharts" ~> 0.6.0
github "mddub/dexcom-share-client-swift" == 0.4.0
github "mddub/G4ShareSpy" == 0.3.2
github "ps2/rileylink_ios" == 1.2.0
github "LoopKit/LoopKit" == 1.5.0
github "LoopKit/xDripG5" ~> 0.8.1
github "i-schuetz/SwiftCharts" "master"
github "mddub/dexcom-share-client-swift" == 0.4.1
github "mddub/G4ShareSpy" == 0.3.3
github "ps2/rileylink_ios" == 1.2.2
github "amplitude/Amplitude-iOS" ~> 3.8.5
12 changes: 6 additions & 6 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "LoopKit/LoopKit" "v1.4.2"
github "LoopKit/xDripG5" "v0.8.0"
github "LoopKit/LoopKit" "v1.5.0"
github "LoopKit/xDripG5" "v0.8.1"
github "amplitude/Amplitude-iOS" "v3.14.1"
github "i-schuetz/SwiftCharts" "0.6"
github "mddub/G4ShareSpy" "v0.3.2"
github "mddub/dexcom-share-client-swift" "v0.4.0"
github "ps2/rileylink_ios" "v1.2.0"
github "i-schuetz/SwiftCharts" "6b55a26a7b0b95e49202ddc1db5404702fce114f"
github "mddub/G4ShareSpy" "v0.3.3"
github "mddub/dexcom-share-client-swift" "v0.4.1"
github "ps2/rileylink_ios" "v1.2.2"
2 changes: 1 addition & 1 deletion Carthage/Build/.Amplitude-iOS.version

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

4 changes: 2 additions & 2 deletions Carthage/Build/.G4ShareSpy.version

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

14 changes: 7 additions & 7 deletions Carthage/Build/.LoopKit.version

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

6 changes: 3 additions & 3 deletions Carthage/Build/.SwiftCharts.version

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

4 changes: 2 additions & 2 deletions Carthage/Build/.dexcom-share-client-swift.version

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

14 changes: 9 additions & 5 deletions Carthage/Build/.rileylink_ios.version

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

4 changes: 2 additions & 2 deletions Carthage/Build/.xDripG5.version

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

Binary file modified Carthage/Build/iOS/Amplitude.framework/Amplitude
Binary file not shown.
Binary file modified Carthage/Build/iOS/Amplitude.framework/Info.plist
Binary file not shown.
Binary file modified Carthage/Build/iOS/CarbKit.framework/Assets.car
Binary file not shown.
Binary file modified Carthage/Build/iOS/CarbKit.framework/CarbKit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Carthage/Build/iOS/CarbKit.framework/DatePickerTableViewCell.nib
Binary file not shown.
103 changes: 62 additions & 41 deletions Carthage/Build/iOS/CarbKit.framework/Headers/CarbKit-Swift.h

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

Binary file modified Carthage/Build/iOS/CarbKit.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Binary file modified Carthage/Build/iOS/Crypto.framework/Crypto
Binary file not shown.
Binary file modified Carthage/Build/iOS/Crypto.framework/Info.plist
Binary file not shown.
Binary file modified Carthage/Build/iOS/G4ShareSpy.framework/G4ShareSpy
Binary file not shown.
Loading