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
Incorporate sleep data into complication user info transfer calculations (#1217)
* Actually resolve them :-)
* Add what I have
* Add sleep permission
* Refine complication math
* Improvements to complication-refresh code
* Update to match dev
* Make cartfile accurate
* Add newline
* TimeInterval -> Date
* Ensure last update time is updated in case of failure
* Remove print statement
* Changes based on review
* More changes in response to review
* Avoid crash on HKSampleQuery error
* Fix crash due to incorrect error type
* Fix for authorization error
* Remove delay to mirror LoopKit
* Update ExponentialInsulinModelPreset.swift
Co-authored-by: Pete Schwamb <[email protected]>
Copy file name to clipboardExpand all lines: Loop/Base.lproj/InfoPlist.strings
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
"NSFaceIDUsageDescription" = "Face ID is used to authenticate insulin bolus.";
12
12
13
13
/* Privacy - Health Share Usage Description */
14
-
"NSHealthShareUsageDescription" = "Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation.";
14
+
"NSHealthShareUsageDescription" = "Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation. Sleep data from the Health database is used to improve the Apple Watch complication.";
15
15
16
16
/* Privacy - Health Update Usage Description */
17
17
"NSHealthUpdateUsageDescription" = "Carbohydrate meal data entered in the app and on the watch is stored in the Health database. Glucose data retrieved from the CGM is stored securely in HealthKit.";
0 commit comments