From b7cd71227c30745c3cefbb019bf6c039b915f438 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Mon, 2 Nov 2020 19:46:00 +0100 Subject: [PATCH 01/43] updated bubble-client-swift to commit 3c1a814 --- CGMBLEKit | 2 +- G4ShareSpy | 2 +- MKRingProgressView | 2 +- dexcom-share-client-swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CGMBLEKit b/CGMBLEKit index 7b4c1022e..4fea57fb3 160000 --- a/CGMBLEKit +++ b/CGMBLEKit @@ -1 +1 @@ -Subproject commit 7b4c1022eb6b91ae3975bfc8ce93fde8e496b4f3 +Subproject commit 4fea57fb346ab7480c9740ec813bb58acb7fa686 diff --git a/G4ShareSpy b/G4ShareSpy index 3b749bc7f..c80eedb42 160000 --- a/G4ShareSpy +++ b/G4ShareSpy @@ -1 +1 @@ -Subproject commit 3b749bc7f6323ad8303af6c755ba9b5649eff816 +Subproject commit c80eedb4260b47fdad56b1c568275f8ad1b814a5 diff --git a/MKRingProgressView b/MKRingProgressView index c343db0da..f548a5c64 160000 --- a/MKRingProgressView +++ b/MKRingProgressView @@ -1 +1 @@ -Subproject commit c343db0dac0da3c7defaa58454912e5c5415989d +Subproject commit f548a5c64832be2d37d7c91b5800e284887a2a0a diff --git a/dexcom-share-client-swift b/dexcom-share-client-swift index 68ea5d085..b9acf0578 160000 --- a/dexcom-share-client-swift +++ b/dexcom-share-client-swift @@ -1 +1 @@ -Subproject commit 68ea5d08588e00bf148518b126416b8352dbef64 +Subproject commit b9acf057851271aea0b5759c3062acd58ed9e8f9 From 92c93f5a636951ab73958d0ef6102d0b1412b867 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Mon, 2 Nov 2020 22:20:00 +0100 Subject: [PATCH 02/43] see commit inside Loop submodule --- Loop | 1 - 1 file changed, 1 deletion(-) delete mode 160000 Loop diff --git a/Loop b/Loop deleted file mode 160000 index 98f576d5a..000000000 --- a/Loop +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 98f576d5ad6d439b0b0e8efd4fc337ea0350e8fc From 20409ee805078ad3a3d8002610eae0fdec00e8c7 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Tue, 3 Nov 2020 20:38:04 +0100 Subject: [PATCH 03/43] reverted bubble-client-swift to commit 17a43ed --- bubble-client-swift | 1 - 1 file changed, 1 deletion(-) delete mode 160000 bubble-client-swift diff --git a/bubble-client-swift b/bubble-client-swift deleted file mode 160000 index 6e45f1ec1..000000000 --- a/bubble-client-swift +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6e45f1ec17dfb4d894eaae42e420346d5ba08af7 From d79a62b96e5ca3094d961ffee5664eb2e813f63e Mon Sep 17 00:00:00 2001 From: alekst1d Date: Thu, 10 Dec 2020 22:00:04 +0100 Subject: [PATCH 04/43] integrated xDrip4iOS CGM source by Julian Groen, removed Development Team from "Signing" --- Loop.xcworkspace/contents.xcworkspacedata | 3 ++ .../xcschemes/Loop (Workspace).xcscheme | 28 +++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/Loop.xcworkspace/contents.xcworkspacedata b/Loop.xcworkspace/contents.xcworkspacedata index 1c2736f38..df7ad590c 100644 --- a/Loop.xcworkspace/contents.xcworkspacedata +++ b/Loop.xcworkspace/contents.xcworkspacedata @@ -1,6 +1,9 @@ + + diff --git a/Loop.xcworkspace/xcshareddata/xcschemes/Loop (Workspace).xcscheme b/Loop.xcworkspace/xcshareddata/xcschemes/Loop (Workspace).xcscheme index 5665f341f..7e3cf5dc5 100644 --- a/Loop.xcworkspace/xcshareddata/xcschemes/Loop (Workspace).xcscheme +++ b/Loop.xcworkspace/xcshareddata/xcschemes/Loop (Workspace).xcscheme @@ -356,6 +356,34 @@ ReferencedContainer = "container:bubble-client-swift/BubbleClient.xcodeproj"> + + + + + + + + Date: Thu, 10 Dec 2020 22:08:58 +0100 Subject: [PATCH 05/43] added submodule xdrip-client-swift --- .gitmodules | 3 +++ xdrip-client-swift | 1 + 2 files changed, 4 insertions(+) create mode 160000 xdrip-client-swift diff --git a/.gitmodules b/.gitmodules index 0a7c7d3c7..360a6210c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,3 +38,6 @@ [submodule "bubble-client-swift"] path = bubble-client-swift url = https://github.com/bubbledevteam/bubble-client-swift +[submodule "xdrip-client-swift"] + path = xdrip-client-swift + url = https://github.com/alekst1d/xdrip-client-swift diff --git a/xdrip-client-swift b/xdrip-client-swift new file mode 160000 index 000000000..bb51e30e4 --- /dev/null +++ b/xdrip-client-swift @@ -0,0 +1 @@ +Subproject commit bb51e30e471a7bf9556205db85e2780969e74d6f From 38b13adf85bfcc2991a4020cc1a1d63e7c61e23f Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sat, 12 Dec 2020 23:09:15 +0100 Subject: [PATCH 06/43] in "xdrip-client-swift": added a timer to regularly fetch new BG values from xDrip4iOS, not just once with every Loop cycle --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index bb51e30e4..9413f7a97 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit bb51e30e471a7bf9556205db85e2780969e74d6f +Subproject commit 9413f7a97d43270fb0a43fc0e7062c966de51447 From 369e09aca3e324a595c646909eee040362d5bb42 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 13 Dec 2020 01:43:18 +0100 Subject: [PATCH 07/43] in "xdrip-client-swift": return noData instead of Error, returning Error seems to cause red Loops --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 9413f7a97..5ab0cf451 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 9413f7a97d43270fb0a43fc0e7062c966de51447 +Subproject commit 5ab0cf451376adba409f6136c4c224c37c6578e4 From 0c9626f2c9d7da45381da416764c953b7733f271 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 13 Dec 2020 21:58:32 +0100 Subject: [PATCH 08/43] requires iOS 14, in "xdrip-client-swift": fixed concurrency issues which caused the CGM source to stop retrieving BG values, instruct Loop not to upload the retrieved BGs to Nightscout and other remote services --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 5ab0cf451..1520e6391 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 5ab0cf451376adba409f6136c4c224c37c6578e4 +Subproject commit 1520e639158cf087f478323ae4c1c8a03b1a4415 From 57e4793408c5381c9127e3ac786e855bdc2882a1 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 20 Dec 2020 23:13:16 +0100 Subject: [PATCH 09/43] in "xdrip-client-swift": added a Kalman Filter to smoothen "jumpy" Libre readings (xDrip4iOS should be modified to provide the last 12 BG values), instruct Loop to upload the retrieved BGs to Nightscout and other remote services, prevent invalid casting of negative BG values to unsigned int --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 1520e6391..85e70cbb5 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 1520e639158cf087f478323ae4c1c8a03b1a4415 +Subproject commit 85e70cbb51df7b50c8012b59a48fa99842f712fb From e0329c3c7eb8d242aafd7632a70c3bb5141ca41f Mon Sep 17 00:00:00 2001 From: alekst1d Date: Thu, 24 Dec 2020 01:18:11 +0100 Subject: [PATCH 10/43] in "xdrip-client-swift": improvements for transmitters/sensors which provide a new reading more frequently than once every 5 minutes + several fixes --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 85e70cbb5..84e769ce1 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 85e70cbb51df7b50c8012b59a48fa99842f712fb +Subproject commit 84e769ce1cc8706bd1b0b31935eb55eddd56510f From c4b0166ce6a2bc5175858861fd8ebc09d95aeb44 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 27 Dec 2020 19:30:03 +0100 Subject: [PATCH 11/43] in "xdrip-client-swift": minor improvements in error handling --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 84e769ce1..ca0641867 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 84e769ce1cc8706bd1b0b31935eb55eddd56510f +Subproject commit ca064186746d2f42c9483b9b4a0f0da79b0d61e3 From 6111c6887e1249295078d832979e348a089ff1ff Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 27 Dec 2020 20:02:03 +0100 Subject: [PATCH 12/43] in "xdrip-client-swift": changed "isLocal" to "true" so that the cloud icon doesn't appear in glucose HUD --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index ca0641867..97384c05d 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit ca064186746d2f42c9483b9b4a0f0da79b0d61e3 +Subproject commit 97384c05d4ffb1eb2be302b312ed36ff25256fdd From 0528ca086a4c1312bfc024bb05fdefd9942ca454 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 10 Jan 2021 11:56:31 +0100 Subject: [PATCH 13/43] in "xdrip-client-swift": derive "startDate" from "latestBackfill" instead of using "CGMManagerDelegate.startDateToFilterNewData" in order to work around a "deadlock" condition --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 97384c05d..299e00dd8 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 97384c05d4ffb1eb2be302b312ed36ff25256fdd +Subproject commit 299e00dd8fd3be1a8298a563b6603246ba1047d6 From ff58a9f30bf1b5d37277c3774ebc1682afb880aa Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 10 Jan 2021 12:25:36 +0100 Subject: [PATCH 14/43] in "xdrip-client-swift": derive "startDate" using "CGMManagerDelegate.startDateToFilterNewData" if "latestBackfill" is "nil" --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 299e00dd8..512123cb9 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 299e00dd8fd3be1a8298a563b6603246ba1047d6 +Subproject commit 512123cb918905028a613aae64e710963fad2f1d From 14bcb217e2fd62c5fdbc58b7d244adc62f73667a Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 10 Jan 2021 12:49:58 +0100 Subject: [PATCH 15/43] in "xdrip-client-swift": fixed missing } --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 512123cb9..ef760727c 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 512123cb918905028a613aae64e710963fad2f1d +Subproject commit ef760727cdd0022e489b0c483d680134a88150c9 From b53d78fc73e80967ec706b626e71ec1e268c1c3d Mon Sep 17 00:00:00 2001 From: alekst1d Date: Thu, 21 Jan 2021 21:28:46 +0100 Subject: [PATCH 16/43] in "xdrip-client-swift": fixed that the CGM source did cause Loop to crash if the latest BG reading retrieved from xDrip4iOS was older than 65 minutes --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index ef760727c..2039b9e8d 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit ef760727cdd0022e489b0c483d680134a88150c9 +Subproject commit 2039b9e8d929c493bee040f63d24bcae94c4715e From 6df62045e2d99a12d0d32dc574de51b7233bc593 Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 31 Jan 2021 20:41:33 +0100 Subject: [PATCH 17/43] modified submodules to point to my corresponding forked repos --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 360a6210c..df4622590 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,6 @@ [submodule "rileylink_ios"] path = rileylink_ios url = https://github.com/ps2/rileylink_ios.git - branch = carthage-pin [submodule "Amplitude-iOS"] path = Amplitude-iOS url = https://github.com/LoopKit/Amplitude-iOS.git @@ -37,7 +36,8 @@ url = https://github.com/ivalkou/NightscoutAPIClient.git [submodule "bubble-client-swift"] path = bubble-client-swift - url = https://github.com/bubbledevteam/bubble-client-swift + url = https://github.com/alekst1d/bubble-client-swift [submodule "xdrip-client-swift"] path = xdrip-client-swift url = https://github.com/alekst1d/xdrip-client-swift + branch = master From 43849e08a000d1c001da4724130afb30638a414d Mon Sep 17 00:00:00 2001 From: alekst1d Date: Sun, 5 Sep 2021 14:34:04 +0200 Subject: [PATCH 18/43] in "xdrip-client-swift": changed display name to xDrip4iO5, fixed typo in comment, in "Loop": merged new commits by Ivan to align this fork with FreeAPS 176 --- xdrip-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip-client-swift b/xdrip-client-swift index 2039b9e8d..786b22453 160000 --- a/xdrip-client-swift +++ b/xdrip-client-swift @@ -1 +1 @@ -Subproject commit 2039b9e8d929c493bee040f63d24bcae94c4715e +Subproject commit 786b22453440a7542ffb333b8337cae2230bde7b From 3c77aff7211697d001151512c567cf0d61de7af5 Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Sat, 25 Sep 2021 11:57:14 +0200 Subject: [PATCH 19/43] removed the Git submodule for the DiaBox CGM source --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index df4622590..543821978 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,9 +34,6 @@ [submodule "NightscoutAPIClient"] path = NightscoutAPIClient url = https://github.com/ivalkou/NightscoutAPIClient.git -[submodule "bubble-client-swift"] - path = bubble-client-swift - url = https://github.com/alekst1d/bubble-client-swift [submodule "xdrip-client-swift"] path = xdrip-client-swift url = https://github.com/alekst1d/xdrip-client-swift From e0f1607971787af8e20931d544ede9954ca27349 Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Sat, 25 Sep 2021 11:59:15 +0200 Subject: [PATCH 20/43] removed a leftover file reference to the DiaBox CGM source in an Xcode project file --- Loop.xcworkspace/contents.xcworkspacedata | 3 --- 1 file changed, 3 deletions(-) diff --git a/Loop.xcworkspace/contents.xcworkspacedata b/Loop.xcworkspace/contents.xcworkspacedata index df7ad590c..af13e3eef 100644 --- a/Loop.xcworkspace/contents.xcworkspacedata +++ b/Loop.xcworkspace/contents.xcworkspacedata @@ -40,9 +40,6 @@ - - From 42035a5e3136f70c06f7d1ec28c80ddc5fa62927 Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Sat, 25 Sep 2021 12:16:57 +0200 Subject: [PATCH 21/43] Removed submodule bubble-client-swift --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 543821978..187f711ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,4 +37,4 @@ [submodule "xdrip-client-swift"] path = xdrip-client-swift url = https://github.com/alekst1d/xdrip-client-swift - branch = master + branch = master \ No newline at end of file From 4c151e0b33c0ee9e28eb632ab73fa545b1048303 Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Sat, 25 Sep 2021 22:09:19 +0200 Subject: [PATCH 22/43] Update .gitmodules: align FreeAPS with Loop release v 2.2.5 / 2.2.6 It is no longer relevant to keep in FreeAPS sync with Loop dev, syncing with Loop master v2.x instead --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 187f711ed..1540d5840 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,22 +5,18 @@ [submodule "LoopKit"] path = LoopKit url = https://github.com/LoopKit/LoopKit.git - branch = dev [submodule "CGMBLEKit"] path = CGMBLEKit url = https://github.com/LoopKit/CGMBLEKit.git - branch = dev [submodule "SwiftCharts"] path = SwiftCharts url = https://github.com/i-schuetz/SwiftCharts.git [submodule "dexcom-share-client-swift"] path = dexcom-share-client-swift url = https://github.com/LoopKit/dexcom-share-client-swift.git - branch = dev [submodule "G4ShareSpy"] path = G4ShareSpy url = https://github.com/LoopKit/G4ShareSpy.git - branch = dev [submodule "rileylink_ios"] path = rileylink_ios url = https://github.com/ps2/rileylink_ios.git From 85677f7a6d6912a680a2f745c49ed6b6a85aebfc Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Sun, 26 Sep 2021 17:47:39 +0200 Subject: [PATCH 23/43] Reorder submodule and additional assets folders etc Moved elements to the bottom of the list so that Loop is on top. --- Loop.xcworkspace/contents.xcworkspacedata | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Loop.xcworkspace/contents.xcworkspacedata b/Loop.xcworkspace/contents.xcworkspacedata index af13e3eef..4a0314fb8 100644 --- a/Loop.xcworkspace/contents.xcworkspacedata +++ b/Loop.xcworkspace/contents.xcworkspacedata @@ -1,18 +1,6 @@ - - - - - - - - @@ -43,4 +31,16 @@ + + + + + + + + From 49773372d9f11d439fb011ec5e0ef2f861575acb Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Wed, 29 Sep 2021 22:16:53 +0200 Subject: [PATCH 24/43] Merge branch 'alx-faps' into LnL-Axl-faps --- Loop | 1 + 1 file changed, 1 insertion(+) create mode 160000 Loop diff --git a/Loop b/Loop new file mode 160000 index 000000000..756b05833 --- /dev/null +++ b/Loop @@ -0,0 +1 @@ +Subproject commit 756b05833d3fcd02b197526b23391c2752d9ffa7 From ae0744780dd93982ab6e32188e072b03ec978063 Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Wed, 29 Sep 2021 22:56:39 +0200 Subject: [PATCH 25/43] Update submodule LoopKit: Loop release v/2.2.6 --- LoopKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoopKit b/LoopKit index 5f459ee56..6ebae595f 160000 --- a/LoopKit +++ b/LoopKit @@ -1 +1 @@ -Subproject commit 5f459ee56ecd17c740c5fa0142353f3eb5b6120d +Subproject commit 6ebae595f45d0293577989c52a4421b82822ccc2 From 6f6833733daac9d988f941ac9ba6a4607eeba56e Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Thu, 30 Sep 2021 18:20:14 +0200 Subject: [PATCH 26/43] Update submodule Loop: Localizable.strings: Typo fix in line 114 --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index 756b05833..0c0d3a656 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 756b05833d3fcd02b197526b23391c2752d9ffa7 +Subproject commit 0c0d3a656f7b35134d82ab52fca12d4d78484e0e From 0d3fe1a80fbaa56e28f78a79e4d22b3d6cd82e86 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Thu, 30 Sep 2021 13:36:02 -0700 Subject: [PATCH 27/43] point to Loop 1b06568, alx-faps-rebase branch --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index 0c0d3a656..1b065683c 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 0c0d3a656f7b35134d82ab52fca12d4d78484e0e +Subproject commit 1b065683c7d0f269e10c548e2b24e5da019f5206 From 815d50ae12e0da6323b2793269021ba242e04a6e Mon Sep 17 00:00:00 2001 From: marionbarker Date: Thu, 30 Sep 2021 15:03:50 -0700 Subject: [PATCH 28/43] No change to code, make SHA-1 for LoopKit match master from LoopKit/LoopWorkspace --- LoopKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoopKit b/LoopKit index 6ebae595f..3a67f4ac7 160000 --- a/LoopKit +++ b/LoopKit @@ -1 +1 @@ -Subproject commit 6ebae595f45d0293577989c52a4421b82822ccc2 +Subproject commit 3a67f4ac7a1f2484f8527304eb14f21e30f6ca95 From c0c4b778961f5085f8cf29516a243e2c44d3f75a Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:07:55 -0700 Subject: [PATCH 29/43] DO NOT USE THIS COMMIT: revert versions to update comments for each --- CGMBLEKit | 2 +- G4ShareSpy | 2 +- MKRingProgressView | 2 +- dexcom-share-client-swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CGMBLEKit b/CGMBLEKit index 4fea57fb3..7b4c1022e 160000 --- a/CGMBLEKit +++ b/CGMBLEKit @@ -1 +1 @@ -Subproject commit 4fea57fb346ab7480c9740ec813bb58acb7fa686 +Subproject commit 7b4c1022eb6b91ae3975bfc8ce93fde8e496b4f3 diff --git a/G4ShareSpy b/G4ShareSpy index c80eedb42..3b749bc7f 160000 --- a/G4ShareSpy +++ b/G4ShareSpy @@ -1 +1 @@ -Subproject commit c80eedb4260b47fdad56b1c568275f8ad1b814a5 +Subproject commit 3b749bc7f6323ad8303af6c755ba9b5649eff816 diff --git a/MKRingProgressView b/MKRingProgressView index f548a5c64..c343db0da 160000 --- a/MKRingProgressView +++ b/MKRingProgressView @@ -1 +1 @@ -Subproject commit f548a5c64832be2d37d7c91b5800e284887a2a0a +Subproject commit c343db0dac0da3c7defaa58454912e5c5415989d diff --git a/dexcom-share-client-swift b/dexcom-share-client-swift index b9acf0578..68ea5d085 160000 --- a/dexcom-share-client-swift +++ b/dexcom-share-client-swift @@ -1 +1 @@ -Subproject commit b9acf057851271aea0b5759c3062acd58ed9e8f9 +Subproject commit 68ea5d08588e00bf148518b126416b8352dbef64 From aab5790f7675182c4f5848d370184547b528f8eb Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:10:28 -0700 Subject: [PATCH 30/43] update submodule to Loop release v/2.2.5 --- CGMBLEKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGMBLEKit b/CGMBLEKit index 7b4c1022e..4fea57fb3 160000 --- a/CGMBLEKit +++ b/CGMBLEKit @@ -1 +1 @@ -Subproject commit 7b4c1022eb6b91ae3975bfc8ce93fde8e496b4f3 +Subproject commit 4fea57fb346ab7480c9740ec813bb58acb7fa686 From ba8267aff597734cafcc2a3c6abf2465825d89b4 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:10:45 -0700 Subject: [PATCH 31/43] update submodule, match Loop release v/2.2.5 --- G4ShareSpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G4ShareSpy b/G4ShareSpy index 3b749bc7f..c80eedb42 160000 --- a/G4ShareSpy +++ b/G4ShareSpy @@ -1 +1 @@ -Subproject commit 3b749bc7f6323ad8303af6c755ba9b5649eff816 +Subproject commit c80eedb4260b47fdad56b1c568275f8ad1b814a5 From 54db7981b82def810123b057fec776b0e99fe79f Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:11:06 -0700 Subject: [PATCH 32/43] update submodule to appex-safe --- MKRingProgressView | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MKRingProgressView b/MKRingProgressView index c343db0da..f548a5c64 160000 --- a/MKRingProgressView +++ b/MKRingProgressView @@ -1 +1 @@ -Subproject commit c343db0dac0da3c7defaa58454912e5c5415989d +Subproject commit f548a5c64832be2d37d7c91b5800e284887a2a0a From a92adc3cd6b40817d56c3f909fd078c5dfadb88b Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:11:20 -0700 Subject: [PATCH 33/43] update submodule, match Loop release v/2.2.5 --- dexcom-share-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexcom-share-client-swift b/dexcom-share-client-swift index 68ea5d085..b9acf0578 160000 --- a/dexcom-share-client-swift +++ b/dexcom-share-client-swift @@ -1 +1 @@ -Subproject commit 68ea5d08588e00bf148518b126416b8352dbef64 +Subproject commit b9acf057851271aea0b5759c3062acd58ed9e8f9 From 39b393508234883733538454fac25fc32c16f8e6 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:11:52 -0700 Subject: [PATCH 34/43] update submodule to FreeAPS v2.2 (201) --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index 1b065683c..9289bc462 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 1b065683c7d0f269e10c548e2b24e5da019f5206 +Subproject commit 9289bc4627d6aee403ae10d0879743689553c75c From d3d53aa42ed2f30a397b8f6fed0b9ad87ff87bf6 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:11:52 -0700 Subject: [PATCH 35/43] update submodule to FreeAPS v2.2 (202) --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index 1b065683c..9289bc462 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 1b065683c7d0f269e10c548e2b24e5da019f5206 +Subproject commit 9289bc4627d6aee403ae10d0879743689553c75c From 749884ca50d5964eb8522e09d99a02475fba7b95 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:19:26 -0700 Subject: [PATCH 36/43] revert submodule before plist update to fix typo --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index 9289bc462..1b065683c 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 9289bc4627d6aee403ae10d0879743689553c75c +Subproject commit 1b065683c7d0f269e10c548e2b24e5da019f5206 From b72a1cb161ad00d3cd4052caa4b72137ea168f33 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 09:19:53 -0700 Subject: [PATCH 37/43] update submodule to FreeAPS v2.2 (202) --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index 1b065683c..9289bc462 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 1b065683c7d0f269e10c548e2b24e5da019f5206 +Subproject commit 9289bc4627d6aee403ae10d0879743689553c75c From e5880c916c454e1dc428ca9e5cebeb594aa05e03 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 10:13:31 -0700 Subject: [PATCH 38/43] bump back versions to update comments --- CGMBLEKit | 2 +- G4ShareSpy | 2 +- MKRingProgressView | 2 +- dexcom-share-client-swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CGMBLEKit b/CGMBLEKit index 4fea57fb3..7b4c1022e 160000 --- a/CGMBLEKit +++ b/CGMBLEKit @@ -1 +1 @@ -Subproject commit 4fea57fb346ab7480c9740ec813bb58acb7fa686 +Subproject commit 7b4c1022eb6b91ae3975bfc8ce93fde8e496b4f3 diff --git a/G4ShareSpy b/G4ShareSpy index c80eedb42..3b749bc7f 160000 --- a/G4ShareSpy +++ b/G4ShareSpy @@ -1 +1 @@ -Subproject commit c80eedb4260b47fdad56b1c568275f8ad1b814a5 +Subproject commit 3b749bc7f6323ad8303af6c755ba9b5649eff816 diff --git a/MKRingProgressView b/MKRingProgressView index f548a5c64..c343db0da 160000 --- a/MKRingProgressView +++ b/MKRingProgressView @@ -1 +1 @@ -Subproject commit f548a5c64832be2d37d7c91b5800e284887a2a0a +Subproject commit c343db0dac0da3c7defaa58454912e5c5415989d diff --git a/dexcom-share-client-swift b/dexcom-share-client-swift index b9acf0578..68ea5d085 160000 --- a/dexcom-share-client-swift +++ b/dexcom-share-client-swift @@ -1 +1 @@ -Subproject commit b9acf057851271aea0b5759c3062acd58ed9e8f9 +Subproject commit 68ea5d08588e00bf148518b126416b8352dbef64 From e167ac9eff6ae6d535063f76d92dda4eaa12e29f Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 10:13:41 -0700 Subject: [PATCH 39/43] update submodule CGMBLEKit: Loop release v/2.2.5 --- CGMBLEKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGMBLEKit b/CGMBLEKit index 7b4c1022e..4fea57fb3 160000 --- a/CGMBLEKit +++ b/CGMBLEKit @@ -1 +1 @@ -Subproject commit 7b4c1022eb6b91ae3975bfc8ce93fde8e496b4f3 +Subproject commit 4fea57fb346ab7480c9740ec813bb58acb7fa686 From 42c3885c829e4314b805c9e85bb2ddd7e984f44e Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 10:13:51 -0700 Subject: [PATCH 40/43] update submodule G4ShareSpy: Loop release v/2.2.5 --- G4ShareSpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G4ShareSpy b/G4ShareSpy index 3b749bc7f..c80eedb42 160000 --- a/G4ShareSpy +++ b/G4ShareSpy @@ -1 +1 @@ -Subproject commit 3b749bc7f6323ad8303af6c755ba9b5649eff816 +Subproject commit c80eedb4260b47fdad56b1c568275f8ad1b814a5 From 95646b08f4f8390d96e24c8434b5139eb78014c9 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 10:13:58 -0700 Subject: [PATCH 41/43] update submodule MKRingProgressView to appex-safe --- MKRingProgressView | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MKRingProgressView b/MKRingProgressView index c343db0da..f548a5c64 160000 --- a/MKRingProgressView +++ b/MKRingProgressView @@ -1 +1 @@ -Subproject commit c343db0dac0da3c7defaa58454912e5c5415989d +Subproject commit f548a5c64832be2d37d7c91b5800e284887a2a0a From 0eed8dbe589696186de911863120645eb576ed93 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 10:14:07 -0700 Subject: [PATCH 42/43] update submodule dexcom-share-client-swift: Loop release v/2.2.5 --- dexcom-share-client-swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexcom-share-client-swift b/dexcom-share-client-swift index 68ea5d085..b9acf0578 160000 --- a/dexcom-share-client-swift +++ b/dexcom-share-client-swift @@ -1 +1 @@ -Subproject commit 68ea5d08588e00bf148518b126416b8352dbef64 +Subproject commit b9acf057851271aea0b5759c3062acd58ed9e8f9 From a9af132adfaaf20ca500c0acc77725a57510a8b3 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 Oct 2021 10:17:47 -0700 Subject: [PATCH 43/43] update submodule Loop: FreeAPS v2.2 (202) --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index 9289bc462..0641c67b5 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 9289bc4627d6aee403ae10d0879743689553c75c +Subproject commit 0641c67b5fd37fad81768e75e51c84f1c37f8726