File tree
9 files changed
+40
-5
lines changed- LoopWorkspace.xcworkspace
9 files changed
+40
-5
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
| 59 | + | |
| 60 | + |
Submodule LibreTransmitter added at 53587cb
- Loop.xcodeproj/project.pbxproj-32
- Loop/Info.plist+2
- Loop/Loop.entitlements+4
- Loop/Managers/DeviceDataManager.swift+10-145
- Loop/Managers/LoopAppManager.swift+1-1
- Loop/Managers/LoopDataManager.swift+122
- Loop/Managers/NotificationManager.swift+2-23
- Loop/Managers/RemoteDataServicesManager.swift+29-20
- Loop/Managers/ServicesManager.swift+164-1
- Loop/Models/Remote/BolusAction.swift-46
- Loop/Models/Remote/CarbAction.swift-73
- Loop/Models/Remote/OverrideAction.swift-57
- Loop/View Controllers/CarbEntryViewController.swift+2-2
- LoopTests/Models/Remote/BolusActionTests.swift-101
- LoopTests/Models/Remote/CarbActionTests.swift-402
- LoopTests/Models/Remote/OverrideActionTests.swift-152
- LoopKit.xcodeproj/project.pbxproj+4-32
- LoopKit/InsulinKit/DoseStore.swift+6-7
- LoopKit/Notification/LoopNotificationCategory.swift-1
- LoopKit/Service/Remote/Actions/Action.swift-16
- LoopKit/Service/Remote/Actions/BolusAction.swift-18
- LoopKit/Service/Remote/Actions/CarbAction.swift-24
- LoopKit/Service/Remote/Actions/OverrideAction.swift-23
- LoopKit/Service/Remote/Actions/OverrideCancelAction.swift-19
- LoopKit/Service/Remote/RemoteActionDelegate.swift+16
- LoopKit/Service/Remote/RemoteCommand.swift-13
- LoopKit/Service/RemoteDataService.swift+2-3
- LoopKit/Service/Service.swift+1-1
- LoopKitTests/DoseStoreTests.swift+78-73
- MockKit/MockService.swift+1-7
Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
275 | 303 |
| |
276 | 304 |
| |
277 | 305 |
| |
|
Submodule NightscoutService updated 21 files
- NightscoutService.xcodeproj/project.pbxproj+45-12
- NightscoutServiceKit/NightscoutService.swift+70-27
- NightscoutServiceKit/OTPManager.swift+1-1
- NightscoutServiceKit/RemoteCommands/Actions/Action.swift+62
- NightscoutServiceKit/RemoteCommands/Actions/BolusAction.swift+18
- NightscoutServiceKit/RemoteCommands/Actions/CarbAction.swift+24
- NightscoutServiceKit/RemoteCommands/Actions/OverrideAction.swift+23
- NightscoutServiceKit/RemoteCommands/Actions/OverrideCancelAction.swift+19
- NightscoutServiceKit/RemoteCommands/NightscoutRemoteCommand.swift-36
- NightscoutServiceKit/RemoteCommands/RemoteCommandSource.swift+1-1
- NightscoutServiceKit/RemoteCommands/RemoteCommandSourceV1.swift-47
- NightscoutServiceKit/RemoteCommands/V1/Notifications/BolusRemoteNotification.swift+11-12
- NightscoutServiceKit/RemoteCommands/V1/Notifications/CarbRemoteNotification.swift+10-11
- NightscoutServiceKit/RemoteCommands/V1/Notifications/OverrideCancelRemoteNotification.swift+8-10
- NightscoutServiceKit/RemoteCommands/V1/Notifications/OverrideRemoteNotification.swift+7-9
- NightscoutServiceKit/RemoteCommands/V1/Notifications/RemoteNotification.swift+18-3
- NightscoutServiceKit/RemoteCommands/V1/RemoteCommandSourceV1.swift+41
- NightscoutServiceKit/RemoteCommands/Validators/ExpirationValidator.swift+1-1
- NightscoutServiceKit/RemoteCommands/Validators/OTPValidator.swift+1-1
- NightscoutServiceKit/RemoteCommands/Validators/RemoteCommandValidator.swift+2-2
- NightscoutServiceKitTests/OverrideCancelRemoteNotificationTestCase.swift+1-1
0 commit comments