Commit 1b8ede2
authored
Release 1.3.1 (#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 (#377)
Show the glucose chart in the widget. Thanks @bharat!
* Swift 3.1 - rebuild all frameworks, clean up all swift warnings (#421)
* Rebuild all frameworks with swift 3.1
* Resolve all Swift 3.1 warnings
* Swift 3.1 - update LoopKit to 1.2.1 (#423)
update LoopKit to 1.2.1
* Swift 3.1 - post widget merge cleanups (#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 (#422)
update dexcom-share-client-swift and G4ShareSpy frameworks
* Project and margin cleanups (#427)
* support share-only cgm source (#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, (#434)
regardless of the units used in the StatusExtensionContext.
* Break the tie between two visual constraints. (#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 (#441)1 parent 66ca9e6 commit 1b8ede2
File tree
214 files changed
+2253
-1129
lines changed- Carthage/Build
- iOS
- Amplitude.framework
- Headers
- CarbKit.framework
- CarbKit.storyboardc
- Headers
- Modules/CarbKit.swiftmodule
- Crypto.framework
- GlucoseKit.framework
- Headers
- Modules/GlucoseKit.swiftmodule
- InsulinKit.framework
- Base.lproj/InsulinKit.storyboardc
- Headers
- Model.momd
- Modules/InsulinKit.swiftmodule
- LoopKit.framework
- Headers
- Modules/LoopKit.swiftmodule
- MinimedKit.framework
- Headers
- Modules/MinimedKit.swiftmodule
- NightscoutUploadKit.framework
- Headers
- Modules/NightscoutUploadKit.swiftmodule
- RileyLinkBLEKit.framework
- RileyLinkKit.framework
- Headers
- Modules/RileyLinkKit.swiftmodule
- SwiftCharts.framework
- Headers
- Modules/SwiftCharts.swiftmodule
- xDripG5.framework
- Headers
- Modules/xDripG5.swiftmodule
- Common
- Extensions
- Models
- DoseMathTests
- Loop Status Extension
- Base.lproj
- Loop.xcodeproj
- LoopTests
- LoopUI
- Extensions
- Managers
- Models
- Views
- Loop
- Base.lproj
- Extensions
- Managers
- CGM
- Models
- View Controllers
- Views
- WatchApp Extension
- WatchApp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
214 files changed
+2253
-1129
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
7 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments