9 files changed
+11
-20
lines changedSubmodule Amplitude-iOS updated 132 files
- Cartfile+6-6
- Cartfile.resolved+6-6
- Common/Extensions/NSBundle.swift+13-1
- Common/Extensions/NSTimeInterval.swift+9
- Common/ar.lproj/Intents.strings-8
- Common/ar.lproj/Localizable.strings-56
- DoseMathTests/DoseMathTests.swift+401-19
- DoseMathTests/Info.plist+1-1
- Learn/Info.plist+1-1
- Loop Status Extension/Info.plist+1-1
- Loop.xcconfig+1-1
- Loop.xcodeproj/project.pbxproj+20-9
- Loop.xcodeproj/xcshareddata/xcschemes/Cartfile.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/Complication - WatchApp.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/DoseMathTests.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/Learn.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/Loop Status Extension.xcscheme+2-1
- Loop.xcodeproj/xcshareddata/xcschemes/Loop.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/LoopTests.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/Notification - WatchApp.xcscheme+1-1
- Loop.xcodeproj/xcshareddata/xcschemes/WatchApp.xcscheme+1-1
- Loop/AppDelegate.swift+1
- Loop/Base.lproj/Localizable.strings+4
- Loop/Base.lproj/Main.storyboard+58-1
- Loop/Info.plist+1-1
- Loop/Managers/DeviceDataManager.swift+58-17
- Loop/Managers/DoseMath.swift+108-11
- Loop/Managers/LoopDataManager.swift+83-57
- Loop/Managers/NightscoutDataManager.swift+9-9
- Loop/Managers/ProfileExpirationAlerter.swift+55
- Loop/Managers/RemoteDataManager.swift+1-1
- Loop/Managers/TestingScenariosManager.swift+7-3
- Loop/Models/LoopError.swift+5-1
- Loop/Models/ManualBolusRecommendation.swift+4-4
- Loop/Models/ServiceAuthentication/AmplitudeService.swift+1-2
- Loop/View Controllers/BolusViewController+LoopDataManager.swift+51
- Loop/View Controllers/BolusViewController.swift+1-1
- Loop/View Controllers/DosingStrategySelectionViewController.swift+93
- Loop/View Controllers/InsulinModelSettingsViewController.swift+1-1
- Loop/View Controllers/SettingsTableViewController.swift+33
- Loop/View Controllers/StatusTableViewController.swift+31-17
- Loop/Views/PredictionInputEffectTableViewCell.swift+3-5
- Loop/en.lproj/Localizable.strings+3
- Loop/ar.lproj/InfoPlist.strings-18
- Loop/ar.lproj/Localizable.strings-392
- Loop/ar.lproj/Main.strings-144
- LoopCore/IdentifiableClass.swift+1-1
- LoopCore/Info.plist+1-1
- LoopCore/LoopSettings.swift+45
- LoopCore/NSUserDefaults.swift+15
- LoopTests/Info.plist+1-1
- LoopUI/Info.plist+1-1
- LoopUI/ar.lproj/Localizable.strings-32
- Scripts/capture-build-details.sh+78-10
- WatchApp Extension/Info.plist+1-1
- WatchApp/Info.plist+1-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
467 |
| - | |
468 | 459 |
| |
469 | 460 |
| |
470 | 461 |
| |
|
- Extensions/IdentifiableClass.swift+1-1
- LoopKit.xcodeproj/project.pbxproj+5-4
- LoopKit.xcodeproj/xcshareddata/xcschemes/LoopKit Example.xcscheme+3-7
- LoopKit.xcodeproj/xcshareddata/xcschemes/Shared-watchOS.xcscheme+1-1
- LoopKit.xcodeproj/xcshareddata/xcschemes/Shared.xcscheme+10-14
- LoopKit/CarbKit/CarbStore.swift+1-1
- LoopKit/DeviceManager/CGMManager.swift+1-1
- LoopKit/DeviceManager/DeviceManager.swift+1-1
- LoopKit/DeviceManager/DoseProgressReporter.swift+2-2
- LoopKit/DeviceManager/PumpManager.swift+1-1
- LoopKit/InsulinKit/DoseStore.swift+2-2
- LoopKit/Persistence/PersistenceController.swift+1-1
- LoopKit/ServiceAuthentication.swift+1-1
- LoopKitUI/CGMManagerUI.swift+1-1
- LoopKitUI/CarbKit/FoodTypeShortcutCell.swift+1-1
- LoopKitUI/CompletionNotifying.swift+1-1
- LoopKitUI/HUDProvider.swift+1-1
- LoopKitUI/PumpManagerUI.swift+1-1
- LoopKitUI/View Controllers/BasalScheduleTableViewController.swift+1-1
- LoopKitUI/View Controllers/DailyValueScheduleTableViewController.swift+1-1
- LoopKitUI/View Controllers/DeliveryLimitSettingsTableViewController.swift+2-2
- LoopKitUI/View Controllers/EmojiInputController.swift+1-1
- LoopKitUI/View Controllers/GlucoseEntryTableViewController.swift+1-1
- LoopKitUI/View Controllers/PercentageTextFieldTableViewController.swift+1-1
- LoopKitUI/View Controllers/RadioSelectionTableViewController.swift+1-1
- LoopKitUI/View Controllers/SetupTableViewController.swift+1-1
- LoopKitUI/View Controllers/SingleValueScheduleTableViewController.swift+1-1
- LoopKitUI/View Controllers/TextFieldTableViewController.swift+1-1
- LoopKitUI/Views/AuthenticationTableViewCell.swift+1-1
- LoopKitUI/Views/DatePickerTableViewCell.swift+1-1
- LoopKitUI/Views/GlucoseRangeTableViewCell.swift+1-1
- LoopKitUI/Views/SetConstrainedScheduleEntryTableViewCell.swift+1-1
- LoopKitUI/Views/TextFieldTableViewCell.swift+1-1
- MockKitUI/View Controllers/GlucoseTrendTableViewController.swift+1-1
- MockKitUI/View Controllers/RandomOutlierTableViewController.swift+1-1
- MockKitUI/View Controllers/SineCurveParametersTableViewController.swift+1-1
Submodule rileylink_ios updated 55 files
- Cartfile+1-1
- Common/IdentifiableClass.swift+1-1
- Common/NumberFormatter.swift+9-1
- MinimedKit/PumpManager/MinimedPumpManager.swift+66-2
- MinimedKit/PumpManager/MinimedPumpManagerState.swift+51-65
- MinimedKit/PumpManager/PumpMessageSender.swift+1-1
- MinimedKit/PumpManager/PumpOps.swift+1-1
- MinimedKit/PumpManager/PumpState.swift+9-2
- MinimedKit/PumpManager/RileyLinkDevice.swift+1-1
- MinimedKitTests/PumpOpsSynchronousTests.swift+1-1
- MinimedKitUI/CommandResponseViewController.swift-35
- MinimedKitUI/MinimedPumpSettingsViewController.swift+25-5
- MinimedKitUI/RadioSelectionTableViewController.swift+10
- MinimedKitUI/RileyLinkMinimedDeviceTableViewController.swift+1-13
- MinimedKitUI/Setup/MinimedPumpIDSetupViewController.swift+2-1
- OmniKit/MessageTransport/MessageBlocks/DetailedStatus.swift+50-17
- OmniKit/MessageTransport/MessageBlocks/StatusResponse.swift+3-3
- OmniKit/MessageTransport/MessageBlocks/VersionResponse.swift+68-29
- OmniKit/MessageTransport/MessageTransport.swift+2-2
- OmniKit/Model/AlertSlot.swift+83-5
- OmniKit/Model/BasalDeliveryTable.swift+3
- OmniKit/Model/FaultEventCode.swift+1-4
- OmniKit/Model/Pod.swift+12-6
- OmniKit/Model/PodProgressStatus.swift+1-5
- OmniKit/PumpManager/OmnipodPumpManager.swift+119-123
- OmniKit/PumpManager/OmnipodPumpManagerState.swift+16-15
- OmniKit/PumpManager/PodComms.swift+63-13
- OmniKit/PumpManager/PodCommsSession.swift+135-54
- OmniKit/PumpManager/PodState.swift+14-3
- OmniKitTests/MessageTests.swift+40-4
- OmniKitTests/PodInfoTests.swift+16-16
- OmniKitTests/StatusTests.swift+1-1
- OmniKitUI/PumpManager/OmnipodHUDProvider.swift+1-1
- OmniKitUI/ViewControllers/CommandResponseViewController.swift+47-32
- OmniKitUI/ViewControllers/InsertCannulaSetupViewController.swift+55-14
- OmniKitUI/ViewControllers/OmnipodSettingsViewController.swift+193-195
- OmniKitUI/ViewControllers/PairPodSetupViewController.swift+2-3
- OmniKitUI/ViewControllers/ReplacePodViewController.swift+15-4
- RileyLink.xcodeproj/project.pbxproj+29-21
- RileyLinkBLEKit/Command.swift+2-2
- RileyLinkBLEKit/CommandSession.swift+13-4
- RileyLinkBLEKit/PeripheralManager+RileyLink.swift+247-16
- RileyLinkBLEKit/PeripheralManager.swift+26-35
- RileyLinkBLEKit/PeripheralManagerError.swift+16-7
- RileyLinkBLEKit/Response.swift+1-1
- RileyLinkBLEKit/RileyLinkConnectionManager.swift+2-2
- RileyLinkBLEKit/RileyLinkDevice.swift+219-27
- RileyLinkBLEKit/RileyLinkDeviceError.swift+6-1
- RileyLinkBLEKit/RileyLinkDeviceManager.swift+7-3
- RileyLinkKit/PumpOpsSession.swift+1-58
- RileyLinkKit/RileyLinkDevice.swift-16
- RileyLinkKit/RileyLinkPumpManager.swift+18
- RileyLinkKitUI/CommandResponseViewController.swift+62
- RileyLinkKitUI/RileyLinkDeviceTableViewCell.swift+5-1
- RileyLinkKitUI/RileyLinkDeviceTableViewController.swift+485-70
0 commit comments