Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b0ed4a3
Configurable minimum bg guard.
ps2 Jan 2, 2017
b8c34d8
Fix display issues, and clear out stored value when user deletes entr…
ps2 Jan 2, 2017
f6366c2
Return recommendation structure
ps2 Jan 2, 2017
8879699
Adding more context to bolus screen
ps2 Jan 3, 2017
7e1878a
Update bolus notices.
ps2 Jan 3, 2017
2d3d80a
another rev of the bolus ui, showing eventualbg, iob, pending insulin…
ps2 Jan 8, 2017
160e55c
Update tests
ps2 Jan 8, 2017
291e39d
Update tests
ps2 Jan 8, 2017
78b9bae
Configurable minimum bg guard.
ps2 Jan 2, 2017
09202d7
Fix display issues, and clear out stored value when user deletes entr…
ps2 Jan 2, 2017
9326033
Return recommendation structure
ps2 Jan 2, 2017
300d8c9
Adding more context to bolus screen
ps2 Jan 3, 2017
bdc7bd5
Update bolus notices.
ps2 Jan 3, 2017
29ef816
another rev of the bolus ui, showing eventualbg, iob, pending insulin…
ps2 Jan 8, 2017
920beb8
Update tests
ps2 Jan 8, 2017
fc16ca2
Update tests
ps2 Jan 8, 2017
72bab42
DoseMath.recommendBolusFromPredictedGlucose doesn't take lastTempBasal
ps2 Jan 8, 2017
5ed8473
merge
ps2 Jan 8, 2017
36975c1
merge in dev
ps2 Jan 8, 2017
2edfb70
Add HKUnit to DoseMathTests
ps2 Jan 8, 2017
43ddd5f
Move BolusRecommendation notice to enum
ps2 Jan 8, 2017
8e8dcd5
Revert defaultAbsorptionTimes
ps2 Jan 8, 2017
1fe7520
Avoid rounding above pump delivery resolution for small boluses
ps2 Jan 8, 2017
beed2ac
Assume the entirety of BolusViewController is not thread-safe, and do…
ps2 Jan 8, 2017
30acbe8
Make loopManager.getPendingInsulin private, and pass pending insulin …
ps2 Jan 8, 2017
9560db6
Use NumberFormatter.glucoseFormatter for glucose display when setting…
ps2 Jan 8, 2017
662eea9
Use DateComponentsFormatter for formatting age in minutes
ps2 Jan 8, 2017
49fa0a9
Use if case for single enum comparisons
ps2 Jan 9, 2017
7b01253
Avoid reloading tableview with static cells
ps2 Jan 12, 2017
7b72b56
Add new method for displaying glucose with units.
ps2 Feb 11, 2017
6ec4f65
Add warning symbol
ps2 Feb 11, 2017
63e0e0a
Warning symbol was showing unecessarily in some cases
ps2 Feb 11, 2017
87e78b3
Merge in dev
ps2 Feb 13, 2017
19f9a4b
Update minimumBGGuard for new settings layout
ps2 Feb 13, 2017
41ed12e
remove debug print
ps2 Feb 13, 2017
59ac40d
Remove unnecessary dispatches
ps2 Feb 13, 2017
710b75a
Let date components formatter add units string.
ps2 Feb 13, 2017
035d964
Unify how notice label is set
ps2 Feb 13, 2017
97629cd
Add resizing constraints to notice label
ps2 Feb 14, 2017
1acd876
Store age errors as dates for more accurate error messaging
ps2 Feb 19, 2017
4a3831d
Merge in dev
ps2 Feb 19, 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
Prev Previous commit
Next Next commit
Update tests
  • Loading branch information
ps2 committed Jan 8, 2017
commit 920beb84afbe0eb3d92819585d4ab89271576eb4
1 change: 0 additions & 1 deletion Loop/Managers/DoseMath.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ struct DoseMath {
*/
static func recommendBolusFromPredictedGlucose(_ glucose: [GlucoseValue],
atDate date: Date = Date(),
lastTempBasal: DoseEntry?,
maxBolus: Double,
glucoseTargetRange: GlucoseRangeSchedule,
insulinSensitivity: InsulinSensitivitySchedule,
Expand Down