3 files changed
+11
-11
lines changed- Cartfile.resolved+1-1
- Common/Models/BolusSuggestionUserInfo.swift-49
- Common/Models/PumpManagerUI.swift+5-8
- Common/Models/WatchContext.swift+2-11
- Common/Models/WatchPredictedGlucose.swift+3-3
- DoseMathTests/DoseMathTests.swift+4-4
- Learn/Lessons/TimeInRangeLesson.swift-1
- Loop Status Extension/StatusViewController.swift+12-6
- Loop.xcodeproj/project.pbxproj+43-61
- Loop.xcodeproj/xcshareddata/xcschemes/Loop.xcscheme-14
- Loop/AppDelegate.swift+2-2
- Loop/Extensions/RangeReplaceableCollection.swift+1-1
- Loop/Managers/DeviceDataManager.swift+29-13
- Loop/Managers/DoseMath.swift+1-1
- Loop/Managers/LoopDataManager.swift+7-7
- Loop/Managers/NotificationManager.swift+5-5
- Loop/Managers/WatchDataManager.swift+25-12
- Loop/View Controllers/CarbAbsorptionViewController.swift+2-2
- Loop/View Controllers/ChartsTableViewController.swift+6-4
- Loop/View Controllers/InsulinModelSettingsViewController.swift+1-1
- Loop/View Controllers/PredictionTableViewController.swift+1-1
- Loop/View Controllers/SettingsTableViewController.swift+46-51
- Loop/View Controllers/StatusTableViewController.swift+28-17
- Loop/Views/SettingsImageTableViewCell.swift+2-2
- LoopCore/LoopSettings.swift+26-1
- LoopUI/Charts/ChartsManager.swift+1-1
- LoopUI/Charts/PredictedGlucoseChart.swift+2-2
- LoopUI/Views/BasalStateView.swift+1-1
- LoopUI/Views/HUDView.swift+7-5
- LoopUI/Views/LoopCompletionHUDView.swift+1-1
- LoopUI/Views/LoopStateView.swift+1-1
- Scripts/copy-frameworks.sh+41
- WatchApp Extension/ComplicationController.swift+2
- WatchApp Extension/Controllers/ActionHUDController.swift+10-6
- WatchApp Extension/Controllers/AddCarbsInterfaceController.swift+6-5
- WatchApp Extension/Controllers/BolusInterfaceController.swift+3-11
- WatchApp Extension/Controllers/HUDInterfaceController.swift+1-7
- WatchApp Extension/Controllers/HUDRowController.swift+5-3
- WatchApp Extension/Extensions/CLKComplicationTemplate.swift+2
- WatchApp Extension/Extensions/WCSession.swift+10-6
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
438 | | - | |
439 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
453 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
- LoopKit Example/Extensions/NSUserDefaults.swift+31
- LoopKit Example/Managers/DeviceDataManager.swift+12
- LoopKit Example/MasterViewController.swift+83-40
- LoopKit.xcodeproj/project.pbxproj+13-13
- LoopKit.xcodeproj/xcshareddata/xcschemes/LoopKit Example.xcscheme+4-50
- LoopKit/QuantityFormatter.swift+35-3
- LoopKitUI/Assets.xcassets/Warning.colorset/Contents.json+20
- LoopKitUI/HKUnit+LoopKitUI.swift-29
- LoopKitUI/UIColor.swift+1
- LoopKitUI/View Controllers/BasalScheduleTableViewController.swift+16-32
- LoopKitUI/View Controllers/DailyQuantityScheduleTableViewController.swift+1-1
- LoopKitUI/View Controllers/DailyValueScheduleTableViewController.swift+19-14
- LoopKitUI/View Controllers/GlucoseEntryTableViewController.swift+1-1
- LoopKitUI/View Controllers/GlucoseRangeScheduleTableViewController.swift+340-122
- LoopKitUI/View Controllers/InsulinSensitivityScheduleViewController.swift+387
- LoopKitUI/View Controllers/SingleValueScheduleTableViewController.swift+2-13
- LoopKitUI/Views/GlucoseRangeOverrideTableViewCell.swift+4-67
- LoopKitUI/Views/GlucoseRangeOverrideTableViewCell.xib+94-79
- LoopKitUI/Views/GlucoseRangeTableViewCell.swift+325-10
- LoopKitUI/Views/GlucoseRangeTableViewCell.xib+18-21
- LoopKitUI/Views/RepeatingScheduleValueTableViewCell.xib+2-2
- LoopKitUI/Views/SetConstrainedScheduleEntryTableViewCell.swift+99-31
- LoopKitUI/Views/SetConstrainedScheduleEntryTableViewCell.xib+3-3
0 commit comments