AndroidAPS
AndroidAPS copied to clipboard
Opensource automated insulin delivery system (closed loop)
Bumps androidx.datastore:datastore-preferences from 1.1.4 to 1.1.5. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
As a user, I would like to see the estimated bolus progress properly fill the progress bar, blocking the UI while a bolus is in progress. This may help prevent...
Bumps com.google.android.libraries.places:places from 4.1.0 to 4.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
 I am very sorry to bother everyone again, but it’s really been quite challenging to understand, and I’ve been struggling to figure it out. Here’s the question: Under what...
**Version:** 3.3.2.0 (ba55) **Issue:** This PR (#3818) changed the way the timer is set for reminder to eat. But it did not update the carb timestamp AAPS uses in the...
With the current master (3.3) I face a serious problem with the calculation of the deltas. Most of the time, the delta is calculated as zero although the bg values...
Implement bolus sms feature in AAPS client, if feature is enabled in menu and target phone number is provided it allows to send SMS directly from insulin/calc wizard dialog instead...
Tidepool is planning to deprecate our legacy authentication APIs in favor of new OAuth2 / OpenID Connect standards based APIs. You can find the documentation here: https://developer.tidepool.org/TidepoolApi/#tag/Authentication/operation/Authorize https://developer.tidepool.org/TidepoolApi/#tag/Authentication/operation/ObtainToken We see...
Problem: Currently during export and import of settings all possible settings are transferred. For most users this is very useful, but for a lot of patch pump users, this means...
After I found that my Deltas are displayed incorrectly (See issue [#3688 ](https://github.com/nightscout/AndroidAPS/issues/3688) I started prodding around in the code, with my little experience in Kotlin and less than zero...