4 files changed
+3
-23
lines changed- Loop.xcodeproj/project.pbxproj+8-12
- Loop/AppDelegate.swift+9-3
- Loop/Extensions/DosingDecisionStore+SimulatedCoreData.swift+7-7
- Loop/Managers/LoopDataManager.swift+8-8
- Loop/Managers/Store Protocols/GlucoseStoreProtocol.swift+1-1
- Loop/Models/LoopConstants.swift-3
- Loop/Models/LoopSettings+Loop.swift+1-4
- Loop/Views/SimpleBolusView.swift+2-2
- LoopTests/Fixtures/live_capture/live_capture_carb_entries.json-6
- LoopTests/Fixtures/live_capture/live_capture_doses.json-793
- LoopTests/Fixtures/live_capture/live_capture_historic_glucose.json-854
- LoopTests/Fixtures/live_capture/live_capture_input.json+1.0k
- LoopTests/Fixtures/live_capture/live_capture_predicted_glucose.json+198-128
- LoopTests/Managers/LoopAlgorithmTests.swift+75
- LoopTests/Managers/LoopDataManagerDosingTests.swift+79-4
- LoopTests/Managers/MealDetectionManagerTests.swift+4-1
- LoopTests/Mock Stores/MockCarbStore.swift+2-3
- LoopTests/Mock Stores/MockDoseStore.swift+5-3
- LoopTests/Mock Stores/MockGlucoseStore.swift+4-4
- LoopTests/ViewModels/BolusEntryViewModelTests.swift+25-3
- LoopTests/ViewModels/SimpleBolusViewModelTests.swift+2-2
- LoopKit.xcodeproj/project.pbxproj+21-1
- LoopKit/CarbKit/CarbMath.swift+10-11
- LoopKit/CarbKit/CarbStore.swift+2-2
- LoopKit/CarbKit/CarbValue.swift+10-9
- LoopKit/CarbKit/StoredCarbEntry.swift+33-26
- LoopKit/GlucoseEffect.swift+19
- LoopKit/GlucoseKit/GlucoseMath.swift+14-5
- LoopKit/GlucoseKit/GlucoseStore.swift+4-2
- LoopKit/GlucoseKit/StoredGlucoseSample.swift+5-3
- LoopKit/Insulin/ExponentialInsulinModelPreset.swift+1-1
- LoopKit/InsulinKit/InsulinMath.swift+17-11
- LoopKit/LoopAlgorithm/GlucosePredictionAlgorithm.swift+29
- LoopKit/LoopAlgorithm/LoopAlgorithm.swift+179
- LoopKit/LoopAlgorithm/LoopPredictionInput.swift+215
- LoopKit/LoopMath.swift+6-1
- LoopKitTests/CarbMathTests.swift+1-1
- LoopKitTests/CarbValueTests.swift+3-4
- LoopKitTests/DosingDecisionStoreTests.swift+11-17
- LoopKitTests/StoredCarbEntryTests.swift+6-7
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
452 |
| - | |
453 |
| - | |
454 |
| - | |
455 |
| - | |
456 |
| - | |
457 |
| - | |
458 |
| - | |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 | 452 |
| |
463 | 453 |
| |
464 | 454 |
| |
| |||
539 | 529 |
| |
540 | 530 |
| |
541 | 531 |
| |
542 |
| - | |
543 |
| - | |
544 |
| - | |
545 |
| - | |
546 |
| - | |
547 |
| - | |
548 |
| - | |
549 |
| - | |
550 |
| - | |
551 |
| - | |
552 | 532 |
| |
553 | 533 |
| |
554 | 534 |
| |
|
0 commit comments