Xcode 27 + Liquid Glass + SwiftCharts#2464
Open
Camji55 wants to merge 13 commits into
Open
Conversation
* Fixes presets training ctas * Fixes presets training ctas
…e on plugin-load miss (LoopKit#2469) * Preserve persisted pump/CGM state when a plugin can't be instantiated instantiateDeviceManagers restored a manager by assigning pumpManager/cgmManager = the result of ...FromRawValue(...). When the plugin wasn't available in the running build, that returned nil, and the nil assignment fired the didSet, which wrote rawPumpManager/rawCGMManager = nil and DELETED the persisted state — so launching a build missing a plugin permanently wiped the pod pairing (incl. session keys) or CGM config. Only assign when the manager instantiates; otherwise log and leave the saved state on disk so a later build that includes the plugin can restore it. * Wire pump BLE heartbeat to the CGM reading schedule Send the pump a PumpHeartbeatRequest (last CGM reading date + expected reading interval) when it must provide the BLE heartbeat, or nil when the CGM wakes the app itself, via the new setBLEHeartbeatRequest API. The last-reading time is refreshed after every CGM reading (processCGMReadingResult already calls updatePumpManagerBLEHeartbeatPreference), so the pump's heartbeat cadence tracks the actual reading schedule. --------- Co-authored-by: Pete Schwamb <[email protected]>
…amji55/Loop into pull-request/iphone-se-toolbar
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.
Uh oh!
There was an error while loading. Please reload this page.