Commit graph

11701 commits

Author SHA1 Message Date
Andrei Vereha fc919f24cd save temp basal to pod state 2021-06-05 18:14:13 +02:00
Andrei Vereha ffe3246fc0 remove 'Using connected state for unconfirmed commands' 2021-06-05 15:23:03 +02:00
Andrei Vereha 70eb5e6d0c recover unconfirmed basal 2021-06-05 14:52:58 +02:00
Andrei Vereha 7c20bfb7f0 implement basals 2021-06-05 14:18:04 +02:00
Andrei Vereha 33243a7ed4 create fake TBR on suspend. Fix createHistory timing bug 2021-06-04 22:56:58 +02:00
Andrei Vereha 5d3b2faeb9 pumpsync on suspend/resume 2021-06-04 19:32:00 +02:00
dependabot[bot] eb11a43d69
Bump firebase-crashlytics-gradle from 2.6.1 to 2.7.0
Bumps firebase-crashlytics-gradle from 2.6.1 to 2.7.0.

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-crashlytics-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 06:52:34 +00:00
Andrei Vereha 76a0e93ee2 stop testing failed commands 2021-06-03 22:19:51 +02:00
Andrei Vereha 17c61db256 merge 2021-06-03 22:18:25 +02:00
Andrei Vereha 3dc4781692 use delivery status for checking if there is a tempbasal to cancel 2021-06-03 22:15:26 +02:00
Andrei Vereha 311d12ffe6
Merge pull request #31 from 0pen-dash/avereha/merge-dev
avereha/merge dev
2021-06-03 22:01:30 +02:00
Andrei Vereha 34103931f5 add comment 2021-06-03 22:00:42 +02:00
Andrei Vereha 25141d3939 undo the last change 2021-06-03 21:48:03 +02:00
Andrei Vereha 2afe220d28 suspend/resume 2021-06-03 19:43:59 +02:00
Milos Kozak 13245df279 Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-06-03 19:01:42 +02:00
Milos Kozak b2fc621375 Dana reset buffer at connect 2021-06-03 19:01:38 +02:00
Milos Kozak c0dba456d7 fix lst bolus query and smb pocessing 2021-06-02 22:40:30 +02:00
Milos Kozak 74dfe80433 immutable flag for PendingIntent 2021-06-02 16:56:13 +02:00
Milos Kozak ec73c4b0cb Insight vibrate permission 2021-06-02 16:55:19 +02:00
Milos Kozak f74955d062 Improve APS result logging 2021-06-02 16:54:58 +02:00
dependabot[bot] 328704eb5b
Bump byteBuddyVersion from 1.11.0 to 1.11.1
Bumps `byteBuddyVersion` from 1.11.0 to 1.11.1.

Updates `byte-buddy` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.0...byte-buddy-1.11.1)

Updates `byte-buddy-android` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.0...byte-buddy-1.11.1)

Updates `byte-buddy-agent` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.0...byte-buddy-1.11.1)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 06:00:22 +00:00
Milos Kozak fedba23405 code cleanup 2021-06-01 22:51:16 +02:00
Milos Kozak db95670be5 fix loop dialog 2021-06-01 22:34:18 +02:00
Andrei Vereha d392caa6e9 move private fun at the end 2021-06-01 22:00:16 +02:00
Andrei Vereha 432e06adaa simplify: use lastUpdatedSystem for lastConnection 2021-06-01 21:50:55 +02:00
Andrei Vereha b91e8506a0 move the common code to getCommandConfirmationFromState 2021-06-01 21:41:13 +02:00
Milos Kozak 1d12883f95 fix receiving NOTEs form NS 2021-06-01 20:04:59 +02:00
Milos Kozak 4b017cd0ea fix sendig logs 2021-06-01 19:48:25 +02:00
Milos Kozak c00d7448e2 fix NS IOB upload 2021-06-01 10:32:42 +02:00
Andrei Vereha c8fee31ae8 cleanup 2021-06-01 08:12:03 +02:00
Andrei Vereha d0b1757268 bugfix: send error when we can't send the command 2021-06-01 00:18:38 +02:00
Andrei Vereha e867b1397d remove maybeMarkActiveCommandFailed. this logic was moved in "updateActiveCommand" 2021-05-31 22:15:39 +02:00
Andrei Vereha a20cc1cca3 simplify 2021-05-31 22:09:49 +02:00
Milos Kozak 23bf22a5b9
Merge pull request #547 from andyrozman/mdt_new_fix_1
- fix of the problem encountered by Ghosa Sardes
2021-05-31 21:40:37 +02:00
Milos Kozak 1e1fac90b3 RS refactor & test fix 2021-05-31 21:35:03 +02:00
Andrei Vereha 9d61c8ee8a remove unused function 2021-05-31 21:00:54 +02:00
Milos Kozak ffde47d531 fix Dana 5 BLE comm 2021-05-31 18:03:57 +02:00
Milos Kozak 596012ab10 move logs, eng_mode to AAPS directory 2021-05-31 15:29:42 +02:00
Andy Rozman a95fabee68 - fix of the problem encountered by Ghosa Sardes 2021-05-31 13:41:31 +01:00
Milos Kozak 5867ff8b93
Merge pull request #535 from nightscout/dependabot/gradle/dev/kotlin_version-1.5.10
Bump kotlin_version from 1.5.0-release-764 to 1.5.10
2021-05-31 09:09:20 +02:00
dependabot[bot] 8904c7d2a7
Bump kotlin_version from 1.5.0-release-764 to 1.5.10
Bumps `kotlin_version` from 1.5.0-release-764 to 1.5.10.

Updates `kotlin-gradle-plugin` from 1.5.0-release-764 to 1.5.10

Updates `kotlin-stdlib-jdk7` from 1.5.0-release-764 to 1.5.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits/v1.5.10)

Updates `kotlin-reflect` from 1.5.0-release-764 to 1.5.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits/v1.5.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 05:45:46 +00:00
Andrei Vereha 7dc01cb1f8 add comments 2021-05-31 00:13:52 +02:00
Andrei Vereha a2b3ab5991 add TODO 2021-05-31 00:04:25 +02:00
Andrei Vereha 8e64ca134f ktlintFormat 2021-05-31 00:01:54 +02:00
Andrei Vereha c989c6a1c5 duration is in ms 2021-05-30 23:55:47 +02:00
Andrei Vereha 3ca88ef51b bugfix: set the tempbasal timestamp to the time when the historyEntry was created, not a random number :) 2021-05-30 23:09:15 +02:00
Andrei Vereha 91957930ed display bluetooth connection status. display deliveryStatus. display lastConnection 2021-05-30 22:49:35 +02:00
Andrei Vereha 3b26068faf set temp basal beeps 2021-05-30 19:03:26 +02:00
Andrei Vereha 3314df7bb7 implement TempBasal pumpSync and confirmation 2021-05-30 18:35:53 +02:00
Milos Kozak 67297d60d3 Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-05-30 14:52:30 +02:00