File tree
15 files changed
+173
-12
lines changed- LoopWorkspace.xcworkspace
- Scripts
15 files changed
+173
-12
lines changed- CGMBLEKit.xcodeproj/xcshareddata/xcschemes/CGMBLEKit Example.xcscheme+1-1
- CGMBLEKit.xcodeproj/xcshareddata/xcschemes/ResetTransmitter.xcscheme+1-1
- CGMBLEKit.xcodeproj/xcshareddata/xcschemes/Shared-watchOS.xcscheme+1-1
- CGMBLEKit.xcodeproj/xcshareddata/xcschemes/Shared.xcscheme+1-1
- CGMBLEKitUI/TransmitterManager+UI.swift+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
- Common/FeatureFlags.swift+11-1
- Loop.xcodeproj/project.pbxproj+58-5
- Loop.xcodeproj/xcshareddata/xcschemes/DoseMathTests.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/Loop Intent Extension.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/Loop Status Extension.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/Loop.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/LoopTests.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/SmallStatusWidgetExtension.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/WatchApp.xcscheme+1-1
- Loop/AppDelegate.swift+2
- Loop/Base.lproj/Main.storyboard+42-69
- Loop/Managers/AlertMuter.swift+15-3
- Loop/Managers/Alerts/AlertManager.swift+22-2
- Loop/Managers/DeviceDataManager.swift+38-23
- Loop/Managers/ExtensionDataManager.swift+4-4
- Loop/Managers/LocalTestingScenariosManager.swift+6-4
- Loop/Managers/LoopAppManager.swift+29-5
- Loop/Managers/LoopDataManager.swift+24-22
- Loop/Managers/OnboardingManager.swift+10-4
- Loop/Managers/Store Protocols/DoseStoreProtocol.swift-2
- Loop/Managers/SupportManager.swift+32-27
- Loop/Managers/TestingScenariosManager.swift+101-18
- Loop/Models/AutomaticDosingStatus.swift+21
- Loop/Models/ClosedLoopStatus.swift-23
- Loop/Models/StoredLoopNotRunningNotification.swift-1
- Loop/View Controllers/CarbAbsorptionViewController.swift+3-3
- Loop/View Controllers/StatusTableViewController.swift+140-58
- Loop/View Controllers/TestingScenariosTableViewController.swift+21-8
- Loop/View Models/BolusEntryViewModel.swift+52-15
- Loop/View Models/SettingsViewModel.swift+4
- Loop/View Models/VersionUpdateViewModel.swift+2-5
- Loop/Views/AlertManagementView.swift+73-24
- Loop/Views/BolusEntryView.swift+7-23
- Loop/Views/HowMuteAlertWorkView.swift+80
- Loop/Views/SettingsView.swift+7
- LoopCore/NSUserDefaults.swift+6-1
- LoopTests/Managers/LoopDataManagerDosingTests.swift+4-4
- LoopTests/Managers/LoopDataManagerTests.swift+1-1
- LoopTests/Managers/SupportManagerTests.swift+35-22
- LoopTests/Mock Stores/MockDoseStore.swift-4
- LoopTests/ViewModels/BolusEntryViewModelTests.swift+5-5
- LoopUI/StatusBarHUDView.xib+1-1
- LoopUI/ViewModel/CGMStatusHUDViewModel.swift+12
- LoopUI/Views/CGMStatusHUDView.swift+4
- Scripts/apply-info-customizations.sh+61
- Scripts/install-scenarios.sh+18
- StatusWidget/StatusWidget.swift+7-1
- WatchApp Extension/Views/Carb Entry & Bolus/BolusInput.swift+2-2
- LoopKit.xcodeproj/project.pbxproj+4
- LoopKit.xcodeproj/xcshareddata/xcschemes/LoopKit Example.xcscheme+1-1
- LoopKit.xcodeproj/xcshareddata/xcschemes/Shared-watchOS.xcscheme+1-1
- LoopKit.xcodeproj/xcshareddata/xcschemes/Shared.xcscheme+1-1
- LoopKit/CarbKit/CachedCarbObject+CoreDataClass.swift-6
- LoopKit/DeviceManager/DeviceStatusHighlight.swift+11
- LoopKit/DeviceManager/PumpManager.swift+14
- LoopKit/InsulinKit/DoseStore.swift+1-1
- LoopKit/VersionUpdate.swift+6-6
- LoopKitTests/VersionCheckServiceTests.swift+1-1
- LoopKitUI/CGMManagerUI.swift+1-1
- LoopKitUI/CarbKit/DateAndDurationSteppableTableViewCell.swift+20-3
- LoopKitUI/OnboardingUI.swift+7-3
- LoopKitUI/PumpManagerUI.swift+1-1
- LoopKitUI/ServiceUI.swift+1
- LoopKitUI/SupportUI.swift+23-7
- LoopKitUI/Views/FractionalQuantityPicker.swift+2-2
- LoopKitUI/Views/HUDAssets.xcassets/reservoir/generic-reservoir-mask.imageset/Contents.json+12
- LoopKitUI/Views/HUDAssets.xcassets/reservoir/generic-reservoir-mask.imageset/generic-reservoir-fill.png
- LoopKitUI/Views/HUDAssets.xcassets/reservoir/generic-reservoir.imageset/Contents.json+12
- LoopKitUI/Views/HUDAssets.xcassets/reservoir/generic-reservoir.imageset/generic-reservoir-outline.png
- LoopKitUI/Views/ReservoirVolumeHUDView.xib+14-11
- LoopKitUI/Views/Settings Editors/DeliveryLimitsEditor.swift+14-9
- LoopKitUI/Views/Settings Editors/InsulinModelSelection.swift+15-10
- LoopKitUI/Views/Settings Editors/SuspendThresholdEditor.swift+14-9
- LoopKitUI/Views/Settings Editors/TherapySettingsView.swift+2-4
- LoopTestingKit/DateRelativeBasalEntry.swift+1-1
- LoopTestingKit/DeviceAction.swift+14
- LoopTestingKit/TestingCGMManager.swift+1-1
- LoopTestingKit/TestingDeviceManager.swift+3
- LoopTestingKit/TestingScenario.swift+13-3
- LoopTestingKit/TestingScenarioInstance.swift+12-2
- MockKit/MockCGMManager.swift+10-3
- MockKit/MockPumpManager.swift+21-2
- MockKit/MockPumpManagerState.swift+12-2
- MockKitUI/MockCGMManager+UI.swift+1-1
- MockKitUI/MockPumpManager+UI.swift+1-1
- MockKitUI/MockSupport.swift+15-3
- MockKitUI/View Controllers/MockPumpManagerSettingsViewController.swift+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Submodule TidepoolService updated 8 files
- TidepoolService.xcodeproj/xcshareddata/xcschemes/Shared.xcscheme+10-14
- TidepoolServiceKit/Extensions/Bundle.swift+17
- TidepoolServiceKit/IdentifiableDatum.swift-8
- TidepoolServiceKit/IdentifiableHKDatum.swift-8
- TidepoolServiceKit/TidepoolService.swift+2-9
- TidepoolServiceKitTests/TidepoolServiceTests.swift+1-1
- TidepoolServiceKitUI/SettingsView.swift-2
- TidepoolServiceKitUI/TidepoolService+UI.swift-1
0 commit comments