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.2.0 #336

Merged
merged 47 commits into from
Dec 24, 2016
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
8380bc1
Added BatteryChemistry Selection
jlucasvt Nov 15, 2016
21c9768
Added Battery Calculation
jlucasvt Nov 15, 2016
5b60c34
Descriptions and Syntax Corrections #141
jlucasvt Nov 15, 2016
23ca6f9
Update NightscoutService.swift
hilarykoch Nov 17, 2016
60c57ab
Merge pull request #263 from hilarykoch/patch-1
ps2 Nov 18, 2016
eb9481d
Merge pull request #272 from LoopKit/master
ps2 Nov 22, 2016
652fec9
Adding italian translations
ps2 Nov 22, 2016
1e2bf57
Merge branch 'dev-1.1.1-x22BatteryStatus' of https://github.com/jluca…
ps2 Nov 22, 2016
969da0c
dynamically compute battery percent, observe both types of battery up…
ps2 Nov 22, 2016
9bffe97
Use 0-1 range instead of percent for battery level, remove unused code
ps2 Nov 22, 2016
ca8f483
Fix battery monitoring to use 0-1 range
ps2 Nov 22, 2016
22640cf
Update wording and timespan for lithium description.
ps2 Nov 22, 2016
3e33c1f
Use BatteryChemistryType from MinimedKit
ps2 Nov 24, 2016
884831a
Merge pull request #275 from LoopKit/x22-battery-pct
ps2 Nov 24, 2016
fe667c7
Remove unused translation files, and avoid translating CFBundleName
ps2 Nov 24, 2016
ca54f3e
Merge pull request #274 from LoopKit/translation-it
ps2 Nov 24, 2016
678734b
Move GlucoseTrend model from WatchApp Extension into Loop.
Nov 27, 2016
4bc2636
Merge pull request #1 from LoopKit/dev
Dec 1, 2016
5710778
Clicking Recommended copies values down! Closes #286
shanselman Dec 1, 2016
c85759a
Update rl frameworks to 0.12.9 to get alkaline battery chemistry changes
ps2 Dec 1, 2016
8cccdb0
Merge pull request #282 from bharat/issue_280
ps2 Dec 1, 2016
689b0f6
Merge pull request #290 from LoopKit/update-rl-frameworks-for-battery
ps2 Dec 1, 2016
cc098c4
Reverting UI change to Bolus Wizard
shanselman Dec 1, 2016
89dd06b
Merge remote-tracking branch 'upstream/dev' into dev
Dec 1, 2016
2032250
VoiceOver/Accessibilty for Recommended Bolus ProUser trick
shanselman Dec 1, 2016
40ac411
Turn on "Missing Localizability" - XCode suggested fix.
Dec 2, 2016
a7ed6bf
Merge pull request #296 from bharat/issue_295
ps2 Dec 2, 2016
7f2d857
Merge pull request #288 from shanselman/RecommendedBolusPR
ps2 Dec 2, 2016
4c5e32c
Remove default value for allowPredictiveTempBelowRange (#297)
Dec 2, 2016
25ab3e8
Update osx_image to xcode8.1 to get Swift 3.0.1
Dec 2, 2016
370bea1
Merge pull request #302 from bharat/issue_301
ps2 Dec 4, 2016
d3542e1
Bump version
ps2 Dec 9, 2016
d4bdf59
If minBG is below 55, then shut off basal, even if eventualBG is in r…
ps2 Dec 9, 2016
8e62c42
Create a lock screen widget (aka Today Extension) (#281)
Dec 10, 2016
282ac69
Merge pull request #310 from LoopKit/hard-cutoff-for-low-bg
ps2 Dec 10, 2016
d8ce03f
Merge pull request #309 from LoopKit/bump-version
ps2 Dec 10, 2016
55576cf
Update bundle identifier to com.loopkit
ps2 Dec 11, 2016
9808a28
adding CustomDebugStringConvertible support for the new manager/state…
ps2 Dec 11, 2016
042ed70
Merge pull request #313 from LoopKit/update-bundle-identifier
ps2 Dec 11, 2016
e0af02f
Fix the sourceTree for the Loop Status Extension storyboard.
Dec 11, 2016
5838f6d
Properly support mmol/L in the status extension.
Dec 11, 2016
bde902e
Reverse two logical checks for clarity.
Dec 12, 2016
50214d4
Merge pull request #316 from bharat/issue_311
ps2 Dec 12, 2016
c4cd1dd
Merge pull request #314 from LoopKit/custom-debugstring-for-status-ex…
ps2 Dec 12, 2016
b897bef
Merge pull request #315 from bharat/fix-xcode-proj
ps2 Dec 12, 2016
3027fda
Change how app group id is constructed to avoid conflict with acciden…
ps2 Dec 12, 2016
73b7302
Merge pull request #318 from LoopKit/fix-nates-build
ps2 Dec 24, 2016
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
2 changes: 1 addition & 1 deletion DoseMathTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 30;
CURRENT_PROJECT_VERSION = 31;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1501,7 +1501,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 30;
CURRENT_PROJECT_VERSION = 31;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
2 changes: 1 addition & 1 deletion Loop/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LoopTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion WatchApp Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion WatchApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down