Skip to content

blaqone/AndroidAPS-autoIFS228

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidAPS with autoISF

What is autoISF?

AutoISF adds more power to the algorithm used in AndroidAPS by adjusting the insulin sensitivity based on different scenarios (e.g. high BG, accelerating/decelerating BG, BG plateau). autoISF has many different settings to fine-tune these adjustments. However, it is important to start with well-tested basal rate and settings for insulin sensitivity and carb ratios.

Where to find documentation about autoISF

Why do I get AutoISF here and not at ga-zelle's Repo?

How to build this branch in Android Studio

  1. Close any currently open projects in Android Stuidio
  2. Create a new project by using the "Get from VCS" button to tell it to retrieve the source from a remote version control system
  3. Use the url of this respository as a source (https://github.com/T-o-b-i-a-s/AndroidAPS.git)
  4. Now wait until Android has completed any initialization activities. As always deny any requests to upgrade Gradle.
  5. Android Studio now shows the name of the current branch in the lower right corner
  • Usually this will be master, which contains an out-dated version of AndroidAPS, do not use the master branch
  • If it is not already selected, switch to the branch you want to build by clicking on the branch name, choosing "show more" under "Remote branches" and look for the name of the branch with an "origin/" prefix: e.g. origin/3.1.0.3-ai2.2.8. Left-click that name and select "Checkout". The following screenshot shows how this will look like (a different branch was used here): Branch selection
  1. The system will now create a local branch with the same name as the remote branch and switch to that branch, which is indicated by the name of the branch being shown in the lower right corner
  2. You can now build the APK with Build -> Generate signed Bundle / APK
  3. In case of any error messages during the build, try to first run a "Clean build" by selecting Build -> Clean to remove any reminiants from previous builds

General remark: If you have been working with AndroidAPS 2.x before and this is the first time you build a 3.x version, please first build and run the regular AndroidAPS 3.x version from https://github.com/nightscout/AndroidAPS and doublce-check that this works fine. Only then upgrade to the version including autoISF.

For questions or feedback, please contact us at https://de.loopercommunity.org/t/woher-wie-autoisf/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 79.9%
  • Java 18.0%
  • JavaScript 2.1%