You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reorder build phases for Xcode 13
* LOOP-3980 Avoid cancelling temp basal on launch. (#499)
* Avoid cancelling temp basal on launch
* Add test for ignoring initial value of isClosedLoop
* COASTAL-651: Adds PersistedAlertStore for looking up outstanding alerts (#501)
* Checkpoint: AlertSearcher
* checkpoint
* COASTAL-651: Adds PersistedAlertStore for looking up outstanding alerts
Adds ability to query CoreData for all outstanding (i.e. "unretracted") alerts from a given `managerIdentifier`.
https://tidepool.atlassian.net/browse/COASTAL-651
* unit tests
* This makes issuing and retracting alerts synchronous, so when the functions return CoreData may be queried
(This is not ideal, but in practice the performance hit will be minimal)
* Better version of previous commit: make writes to AlertStore synchronous so subsequent reads get latest data.
(Again, performance hit should be minimal)
* PR Feedback
* COASTAL-668: Fix crash when alert acknowledgement fails (#502)
If alert acknowledgement fails, we display another in-app modal alert but need to do so on the main queue.
https://tidepool.atlassian.net/browse/COASTAL-668
* COASTAL-625: Relax requirement that HUDProvider needs to provide LevelHUDView (#503)
LevelHUDView is for providing a view that displays a thermometer level, which not all Pumps may provide (e.g. Coastal). This relaxes the requirement and just requires returning a BaseHUDView.
https://tidepool.atlassian.net/browse/COASTAL-625
* [COASTAL-674] record already retracted alert and look up all alerts matching identifier (#504)
* record already retracted alert and look up all alerts matching identifier
* response to PR comments
* Fix merge issues
Co-authored-by: Rick Pasetto <[email protected]>
Co-authored-by: Nathaniel Hamming <[email protected]>
message =String(format:NSLocalizedString("%1$@ is unable to clear the alert from your device", comment:"Message for alert shown when alert acknowledgement fails for a device, and the device does not provide a LocalizedError. (1: app name)"),Bundle.main.bundleDisplayName)
message =String(format:NSLocalizedString("%1$@ is unable to clear the alert from your device", comment:"Message for alert shown when alert acknowledgement fails for a device, and the device does not provide a LocalizedError. (1: app name)"),Bundle.main.bundleDisplayName)
0 commit comments