Commit graph

11874 commits

Author SHA1 Message Date
AdrianLxM 275fe74044 fix gradle dependency versioning 2021-07-09 17:51:49 +02:00
Milos Kozak ad98bcec2e Fix RS protocol=5 pumps 2021-07-08 00:04:18 +02:00
Andrei Vereha 3a4001a1a6 make it compile 2021-07-04 18:28:19 +02:00
Andrei Vereha e467e9f7b6 simplify observeNoActiveCommand 2021-07-04 18:21:12 +02:00
Milos Kozak fdc71785e2
Merge pull request #595 from miyeongkim/dev
updated firmware version check
2021-07-02 09:29:47 +02:00
miyeongkim 641a712216 restore gradle file 2021-07-02 10:07:31 +09:00
miyeongkim ba64816a47
Merge branch 'nightscout:dev' into dev 2021-07-02 09:39:03 +09:00
Milos Kozak 444d5aeebd
Merge pull request #571 from andyrozman/mdt_new_fix_2
Fixes for medtronic driver refactoring
2021-07-01 12:38:51 +02:00
youn7986 f157d4186c BigAPSMainInfoInquirePacket is activated from version 3.0 or higher. 2021-07-01 17:09:45 +09:00
Andrei Vereha 1d925aee12 Merge branch 'avereha/merge-small-fixes' into avereha/conn 2021-06-29 19:46:18 +02:00
Andrei Vereha 33891e509a connect 2021-06-29 19:46:11 +02:00
Andrei Vereha 131c187bb1 fake tbr when the pod is not active 2021-06-28 23:02:16 +02:00
Andrei Vereha b4777a1312 wip: stop connecting 2021-06-28 20:54:47 +02:00
Andrei Vereha 0582fe0326 timeout for service discovery 2021-06-27 22:12:21 +02:00
Andrei Vereha 9c0aa54e6b stop on CountDownLatch 2021-06-27 13:19:06 +02:00
Milos Kozak 272cdbbb00 use package for nsclient broadcast 2021-06-27 12:39:42 +02:00
Andrei Vereha ca0f7482f3 Merge branch 'avereha/merge' into avereha/conn 2021-06-27 11:34:30 +02:00
Andrei Vereha 2133a90ac5 Merge remote-tracking branch 'upstream/dev' into avereha/merge 2021-06-27 11:30:50 +02:00
Andrei Vereha e1a996b3f7 wip 2021-06-27 01:38:34 +02:00
Andy Rozman d5a8838cab - changed/reverted change 2021-06-26 22:00:29 +01:00
Milos Kozak cf006790b9 make automation profile switch based on last profile switch instead of profile store 2021-06-26 22:57:40 +02:00
Milos Kozak dc90c6b140 fix switching to virtual pump 2021-06-26 22:52:51 +02:00
Andy Rozman 3288eb2966 Merge branch 'dev' into mdt_new_fix_2 2021-06-26 21:50:00 +01:00
Milos Kozak e08af1e7e4 fix NS sync issue 2021-06-26 22:15:02 +02:00
Milos Kozak 49776c8872 remove unused import 2021-06-26 20:54:13 +02:00
Milos Kozak 62cb1bb506 reduce warnings amount 2021-06-26 19:53:09 +02:00
Andy Rozman c8d11c375a - problem with evaluating Rewing/NoDelivery records 2021-06-26 17:12:03 +01:00
Andrei Vereha 8cc6ab260d compile 2021-06-26 15:59:05 +02:00
Andrei Vereha 7b0702b8eb compile. fix build warnings 2021-06-26 15:58:40 +02:00
Andrei Vereha fc7c1bd957 merge 2021-06-26 15:50:29 +02:00
Andrei Vereha 1018a41346 Merge remote-tracking branch 'upstream/dev' into avereha/conn 2021-06-26 15:21:40 +02:00
Andrei Vereha 4755d749d1
Merge pull request #53 from 0pen-dash/avereha/fixes-v2
Avereha/fixes v2
2021-06-26 15:11:26 +02:00
Andrei Vereha cb45e51b99 add logging. try to prevent race condition 2021-06-26 15:06:57 +02:00
Andrei Vereha b9acc21633 update notifications 2021-06-26 11:40:01 +02:00
Andrei Vereha 2a35c60e81 notification on pod suspend. try to getpodstatus on activecommands 2021-06-26 11:10:27 +02:00
Andrei Vereha c803f6504b add both INSULIN and CANULA change 2021-06-25 23:34:38 +02:00
Andrei Vereha 80c24a23dc do not display last connection if the pod is not activated 2021-06-25 23:26:38 +02:00
Andrei Vereha 4e4cc4cdfa pumpSync on new pod 2021-06-25 22:39:05 +02:00
Andrei Vereha 8f5ecfd0d6 restart service discovery 2021-06-25 22:14:05 +02:00
Andrei Vereha a62b5f7f70 dismiss notifications 2021-06-25 21:50:25 +02:00
Andrei Vereha 989a20d023 less notifications on unconfirmed commands when switching profile 2021-06-25 21:38:01 +02:00
Andrei Vereha efd3acbb2a save tx after setting basal. save basal in pod state when the basal command is confirmed 2021-06-25 20:52:32 +02:00
Andrei Vereha d882428cc0 set timezone 2021-06-25 19:45:38 +02:00
Andrei Vereha 26de3376d2
Merge pull request #52 from vanelsberg/tvelsberg-fixes-v2
Fixing Podstate loading, expiry calculation, and Pos times on overview
2021-06-25 19:20:03 +02:00
Theo van Elsberg b82d9cf457 - Redo Pod expiry datetime based on activation time 2021-06-25 14:37:54 +02:00
Theo van Elsberg 3ed9cd0f78 - Fixed loading PodState (failed to serialize)
- Moved Pod expiry time calculation to Pod Manager/PodState
- Show local date/time in overview (TODO: handle TZ)
2021-06-25 13:40:32 +02:00
Milos Kozak 71ada7203a Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-06-25 07:57:47 +02:00
Milos Kozak 93b5701a89 add diaconn for translations 2021-06-25 07:54:35 +02:00
Andrei Vereha 19ff58ac95 fix timeOnPod 2021-06-24 23:08:32 +02:00
Andrei Vereha 22d78f356b recover pod activation status when lost during activation 2021-06-24 22:37:29 +02:00