Conversation
Lets the G7 plugin detect an installed Dexcom app.
dnzxy
added a commit
to nightscout/Trio
that referenced
this pull request
Sep 18, 2026
Points G7SensorKit at loopandlearn feat/trio-g7-direct, which carries the direct-connection work from LoopKit/G7SensorKit#67 plus the changes needed to build against the LoopKit Trio ships. The direct G7 stack originates in DexKit by Erik Tolboom (MIT), built and proven with Trio tester feedback over several weeks; Pete Schwamb ported it into G7SensorKit in #67. Per-file attribution headers are retained in that repository. No picker change needed: the existing Dexcom G7 / ONE+ entry already routes through G7UICoordinator, so onboarding picks up direct pairing with no re-pairing. Info.plist gains dexcomoneplus and stelo for the app-detection warning (LoopKit/Loop#2512; dexcomg7 was already present) and a camera usage description, without which TCC kills the app when the onboarding package scanner asks for access. Co-authored-by: ETolboom <e.s.tolboom@student.tue.nl> Co-authored-by: Pete Schwamb <pete@schwamb.net>
loudestnoise
pushed a commit
to loudestnoise/Trio
that referenced
this pull request
Sep 18, 2026
Points G7SensorKit at loopandlearn feat/trio-g7-direct, which carries the direct-connection work from LoopKit/G7SensorKit#67 plus the changes needed to build against the LoopKit Trio ships. The direct G7 stack originates in DexKit by Erik Tolboom (MIT), built and proven with Trio tester feedback over several weeks; Pete Schwamb ported it into G7SensorKit in nightscout#67. Per-file attribution headers are retained in that repository. No picker change needed: the existing Dexcom G7 / ONE+ entry already routes through G7UICoordinator, so onboarding picks up direct pairing with no re-pairing. Info.plist gains dexcomoneplus and stelo for the app-detection warning (LoopKit/Loop#2512; dexcomg7 was already present) and a camera usage description, without which TCC kills the app when the onboarding package scanner asks for access. Co-authored-by: ETolboom <e.s.tolboom@student.tue.nl> Co-authored-by: Pete Schwamb <pete@schwamb.net>
This file contains hidden or 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
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.
Adds
dexcomg7,dexcomoneplusandstelotoLSApplicationQueriesSchemes, so the G7 plugin can detect an installed Dexcom app.Also reloads the status screen when
cgmHasValidSensorSessionchanges, so a CGM status highlight that changes without a glucose reading (a sensor paired, expired or failed) shows without waiting for one.Needed by LoopKit/G7SensorKit#67.