-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loopkit dev using submodules only and CGM plugin systems #15
Merged
avouspierre
merged 10 commits into
nightscout:loopkit_dev_submodules
from
avouspierre:loopkit_dev_submodules
Mar 17, 2024
Merged
Loopkit dev using submodules only and CGM plugin systems #15
avouspierre
merged 10 commits into
nightscout:loopkit_dev_submodules
from
avouspierre:loopkit_dev_submodules
Mar 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- use SPM as in LoopWorkspace 00f7b05 (05/06/2023) - MKRingProgressView branch = master - Deleted MKRingProgressView directory from Open-iAPS/Dependencies - Committed changes to Package.resolved - Committed an automated Swift package change to Dependencies/LibreTransmitter/LibreTransmitter/NotificationHelperOverride.swift
-copies LoopKit dependencies and git revisions to Open-iAPS/Dependencies
- LoopWorkspace dev ce74cf4 'Bring in OmniBLE updates' (Feb 21, 2024) - Deleted Open-iAPS/Dependencies/rileylink_ios, and copied RileyLinkKit into /Dependencies - Added RileyLinkKit to the Xcode workspace - Add missing frameworks to projects: Link binary with libraries - OmniKit: RileyLinkKit, RileyLinkBLEKit, RileyLinkKitUI - OmniKitUI: OmniKit - LoopKitUI G7SensorKit: LoopKitUI - The update_loopkit_dependencies.sh script adds git references to Open-iAPS/Dependencies/LoopKit_dependencies.txt
…tocol with the dev version of Loop framework in march 2024: - update the cgmManager() function for all CGM sensors - update the pumpManager protocol for all pumps - update the managerIdentifier -> pluginIdentifier - correction when use the simulator pump to allow to delete it after choosing it
use Loop submodules (WIP)
modify the swiftformat.sh script to exclude all loop packages avoiding to update this code
Use the PluginSource as a unique access to new CGM plugins published by Loop Update all the code to store new settings Update Nightscout to disable toggle button to upload glucose if pluginManager is used
Merged
Merged
4 tasks
mountrcg
pushed a commit
to mountrcg/Trio
that referenced
this pull request
Aug 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove all specific code for Dexcom and LibreTransmission
Use the PluginSource as a unique access to new CGM plugins published by Loop
Update all the code to store new settings
Update Nightscout to disable toggle button to upload glucose if pluginManager is used
libreTransmitter added with Loop dependencies
modify the swiftformat.sh script to exclude all loop packages avoiding to update this code