Skip to content

Tags: Kdisimone/Loop

Tags

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Hotfix: Update to LoopKit 1.5.4 (LoopKit#664)

* Updating to LoopKit 1.5.4

* bump version

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request LoopKit#650 from LoopKit/dev

Release 1.5.1

v1.5.0

Toggle v1.5.0's commit message
Merge pull request LoopKit#584 from LoopKit/dev

v1.5.0

v1.4.0

Toggle v1.4.0's commit message
Merge pull request LoopKit#535 from LoopKit/dev

v1.4.0

v1.3.3

Toggle v1.3.3's commit message
Merge pull request LoopKit#479 from LoopKit/dev

v1.3.3

v1.3.2

Toggle v1.3.2's commit message
Merge pull request LoopKit#472 from LoopKit/dev

v1.3.2

v1.3.1

Toggle v1.3.1's commit message
Release 1.3.1 (LoopKit#442)

* refactor of CGM device management

* Adding missing files from last cgm refactor pr

* Fail if any command in pipeline fails

* handling a memory warning and tweaks to the diagnostic report

* Fix tests that had been breaking for a while but were hidden by xcpretty swallowing exit code

* Show the glucose chart in the widget (LoopKit#377)

Show the glucose chart in the widget. Thanks @bharat!

* Swift 3.1 - rebuild all frameworks, clean up all swift warnings (LoopKit#421)

* Rebuild all frameworks with swift 3.1

* Resolve all Swift 3.1 warnings

* Swift 3.1 - update LoopKit to 1.2.1 (LoopKit#423)

update LoopKit to 1.2.1

* Swift 3.1 - post widget merge cleanups (LoopKit#424)

* Extend ChartColorPalette in Loop target to add a .default() palette

* Update chart appropriately when we remove glucose targets

* Drop the first predicted glucose entry. It's the current glucose and its interval to the second is not uniform with the interval for the rest

* Use predictedGlucose.startIndex for clarity instead of hardcoding indexes

* Swift 3.1 - update dexcom-share-client-swift and G4ShareSpy frameworks (LoopKit#422)

update dexcom-share-client-swift and G4ShareSpy frameworks

* Project and margin cleanups (LoopKit#427)

* support share-only cgm source (LoopKit#426)

* fall back to getting cgm data from share if no others are configured

* use absence of g5 transmitter to indicate share-only setup.

* Widget should always display data using the preferred dispay unit, (LoopKit#434)

regardless of the units used in the StatusExtensionContext.

* Break the tie between two visual constraints. (LoopKit#439)

"<NSLayoutConstraint:0x600000097430 LoopUI.ChartContentView:0x7f808c50aae0.height >= 100   (active)>",
"<NSLayoutConstraint:0x60000009c2f0 'UISV-hiding' LoopUI.ChartContentView:0x7f808c50aae0.height == 0   (active)>"

Lower the priority of the height >= 100 constraint.

* bump version (LoopKit#441)

v1.3.0

Toggle v1.3.0's commit message
Merge pull request LoopKit#403 from LoopKit/dev

Version 1.3.0

v1.2.0

Toggle v1.2.0's commit message
Merge pull request LoopKit#336 from LoopKit/dev

v1.2.0

v1.1.2

Toggle v1.1.2's commit message
Merge pull request LoopKit#261 from LoopKit/fix-improper-usage-of-ret…

…rospective-correction

Fix improper usage of retrospective correction.