-
-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.3 1. New App Name inside of iAPS and in iPhone settings 2. New icons for APS app made by Tom Barrows. 3. I made a new App icon chooser in iAPS setting. Thanks for the idea, @becksen! 4. I made a makeover of the experimental Temp Target slider. I simplified it a lot and also added for advanced sets to change at which target glucose to reduce the basal to half of normal (it sounds complicated but the UX will make it clear, I hope). When using the Slider some settings are automatically enabled during the TT you set, to make it easier for you not having to worry about which setting does what. When TT ends everything returns to normal. 4. I created profiles for iAPS. Using this is like using an override in Loop (if you ever used this app), but much better, of course. You can set a duration or enable the Profile Override indefinitely (from now on until you disable it). All Profile Basal rates, scheduled ISFs and CRs will be adjusted. In total your total insulin delivered will be adjusted with this override. To use when sick for many days, when hiking for may days or hours or for whatever purpose. Current Overide % and time remaining of override will be displayed in info panel in main view. 5. Several Meal presets can now be combined when adding carbs etc in Add Carbs View. Use + and - button to remove or add several instances of presets. I added a "waiters notepad" for easier overview for test. Will improve the UI later. 6. Pierre Avous' awesome shooting implementation, mainly intended for G7 and perhaps G6, is now also uploading smoothed readings to NS. 6. New complications from Tom Barrows (Thanks!). Old pegasus replaced with new images. 7. "FreeAPS X" text in Fastlane instructions replaced with "iAPS". Thanks Bjørn Ole! 8. Bug fixes and refactoring. To build this new release you need to do a completely new clone via terminal or use "Open with Xcode" via GitHub. Fastlane/GH Action build method is currently not working. Doing an update is also not recommended for this version. Many big files deleted and added and Xcode settings changed. See readme for some basic build instructions: https://github.com/Artificial-Pancreas/iAPS If you're using a ConfigOverride file to override default config settings in Xcode, you need to comment out or delete any references to APP_ICON in this file (but not the normal Config file!).
- Loading branch information
Showing
171 changed files
with
1,519 additions
and
555 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
APP_DISPLAY_NAME = iAPS | ||
APP_VERSION = 1.1.2 | ||
APP_VERSION = 1.3.0 | ||
APP_BUILD_NUMBER = 1 | ||
COPYRIGHT_NOTICE = | ||
DEVELOPER_TEAM = ##TEAM_ID## | ||
BUNDLE_IDENTIFIER = ru.artpancreas.$(DEVELOPMENT_TEAM).FreeAPS | ||
APP_GROUP_ID = group.com.$(DEVELOPMENT_TEAM).loopkit.LoopGroup | ||
APP_ICON = AppIcon | ||
APP_ICON = pod_colorful | ||
|
||
#include? "ConfigOverride.xcconfig" | ||
#include? "../../ConfigOverride.xcconfig" | ||
//#include? "../../ConfigOverride.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,6 +138,13 @@ | |
"scale" : "3x", | ||
"size" : "29x29" | ||
}, | ||
{ | ||
"idiom" : "watch", | ||
"role" : "notificationCenter", | ||
"scale" : "2x", | ||
"size" : "33x33", | ||
"subtype" : "45mm" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "watch", | ||
|
@@ -154,13 +161,34 @@ | |
"size" : "44x44", | ||
"subtype" : "40mm" | ||
}, | ||
{ | ||
"idiom" : "watch", | ||
"role" : "appLauncher", | ||
"scale" : "2x", | ||
"size" : "46x46", | ||
"subtype" : "41mm" | ||
}, | ||
{ | ||
"idiom" : "watch", | ||
"role" : "appLauncher", | ||
"scale" : "2x", | ||
"size" : "50x50", | ||
"subtype" : "44mm" | ||
}, | ||
{ | ||
"idiom" : "watch", | ||
"role" : "appLauncher", | ||
"scale" : "2x", | ||
"size" : "51x51", | ||
"subtype" : "45mm" | ||
}, | ||
{ | ||
"idiom" : "watch", | ||
"role" : "appLauncher", | ||
"scale" : "2x", | ||
"size" : "54x54", | ||
"subtype" : "49mm" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "watch", | ||
|
@@ -184,6 +212,20 @@ | |
"size" : "108x108", | ||
"subtype" : "44mm" | ||
}, | ||
{ | ||
"idiom" : "watch", | ||
"role" : "quickLook", | ||
"scale" : "2x", | ||
"size" : "117x117", | ||
"subtype" : "45mm" | ||
}, | ||
{ | ||
"idiom" : "watch", | ||
"role" : "quickLook", | ||
"scale" : "2x", | ||
"size" : "129x129", | ||
"subtype" : "49mm" | ||
}, | ||
{ | ||
"idiom" : "watch-marketing", | ||
"scale" : "1x", | ||
|
@@ -193,8 +235,5 @@ | |
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"pre-rendered" : true | ||
} | ||
} |
Oops, something went wrong.