Andy Rozman
5c8f0a2a39
After merge changes
2019-11-09 16:38:05 +00:00
Andy Rozman
6387799ba4
Merge branch 'omnipod_eros_bart' of https://github.com/bartsopers/AndroidAPS into omnipod_eros_bart
2019-11-09 16:22:07 +00:00
Andy Rozman
ef50bc5365
Merge branch 'dev' into omnipod_eros_bart
2019-11-09 16:17:43 +00:00
Andy Rozman
4351b65a92
- changes to make driver running (no init pod yet), just fixed some running pains with driver
2019-11-09 13:58:43 +00:00
Andy Rozman
ea441466fc
Merge branch 'dev' into omnipod_eros_andy
2019-10-28 16:32:01 +00:00
Milos Kozak
c82fd6a56b
Merge pull request #2141 from andyrozman/double_bolus_debug
...
Double bolus debug
2019-10-26 18:21:07 +02:00
Andy Rozman
a87eceb950
- finalized added BolusDebug (added debug messages, added activation by configuraton)
...
- added battery type NiZn
- fixed problem with RileyLinkStatusGeneral
- added check if only one entry found, then we check if entry is in range (previously we returned the entry), and return only if value in range +- 2min
2019-10-26 16:45:34 +01:00
Milos Kozak
7233497dc9
fix index out of bounds
2019-10-26 11:48:43 +02:00
Andy Rozman
e5e291c4da
- adding configuration option
2019-10-25 12:22:24 +01:00
Andy Rozman
4917292806
Merge branch 'dev' into double_bolus_debug
2019-10-25 11:27:04 +01:00
Andy Rozman
68745a3525
Merge branch 'dev' into bug_2111_pump_stopped_when_not
2019-10-25 10:52:38 +01:00
Milos Kozak
68b0b25548
Merge pull request #2134 from andyrozman/bug_2080_rewind_via_pump
...
Bug 2080 rewind via pump
2019-10-24 23:14:58 +02:00
Andy Rozman
9f8df64f45
Merge branch 'dev' into bug_2111_pump_stopped_when_not
2019-10-24 10:39:35 +01:00
Milos Kozak
c867ae1104
VirtualPumpFragment -> kotlin
2019-10-23 22:55:49 +02:00
Andy Rozman
c1fe9e0954
Merge branch 'dev' into bug_2080_rewind_via_pump
2019-10-23 11:15:38 +01:00
Andy Rozman
66e7d0d29a
- Added a lot of logging for Double Bolus problem...
...
- Found one small problem when calling update treatment (if called from NS)...
2019-10-23 11:14:04 +01:00
Milos Kozak
d2a4aea9e2
remove MainApp::getSpecificPlugin
2019-10-18 13:12:45 +02:00
Andy Rozman
902422ddf0
Added BatteryChange event, as verification that pump is running.
2019-10-17 22:37:12 +01:00
Andy Rozman
0fcad5646e
Added processing of Prime records from Pump
...
- it only processes if record is less than 30 minutes old and if it was not processed already (we store last PrimeRecord)
2019-10-17 13:23:29 +01:00
Milos Kozak
6f03743ebc
fix recreating tabs
2019-10-15 20:44:03 +02:00
Milos Kozak
bc12e05b77
Merge pull request #2116 from MilosKozak/rxbus
...
RxBus
2019-10-15 17:12:04 +02:00
Milos Kozak
0d70102cab
Fix Insight 0.02U/h bug
2019-10-15 16:37:45 +02:00
Milos Kozak
c42ef8e5ff
Events to RxBus
2019-10-15 13:31:55 +02:00
Milos Kozak
6044335b1d
Events to RxBus
2019-10-15 09:52:48 +02:00
Milos Kozak
06f8af82d8
Events to RxBus
2019-10-15 00:54:30 +02:00
Milos Kozak
837cb0d4a2
Events to RxBus
2019-10-15 00:23:56 +02:00
Milos Kozak
30cf4f77da
Events to RxBus
2019-10-14 23:16:51 +02:00
Milos Kozak
64f16c5a7b
Events to RxBus
2019-10-14 19:50:22 +02:00
Milos Kozak
ada6e38f5f
Events to RxBus
2019-10-14 17:23:31 +02:00
Milos Kozak
98f874d1fe
use bolus size is DetailedBolusInfo search
2019-10-03 21:21:12 +02:00
Milos Kozak
4642f0ab5b
EventNewNotification, EventDismissNotification -> RxBus
2019-10-01 00:00:22 +02:00
Milos Kozak
a8f68e1182
Merge pull request #2061 from andyrozman/bug_1969_error_decoding_basal_profile
...
Bug 1969 error decoding basal profile
2019-09-20 08:01:03 +02:00
Andy Rozman
529d0111c5
- some error fixes, and changes around profile
2019-09-18 18:00:30 +01:00
Andy Rozman
7ab813ef22
- added CustomeAction for FillCanula
2019-09-18 17:45:18 +01:00
Bart Sopers
b9d0c8f875
Merge branch 'dev' into omnipod_eros_bart
2019-09-16 00:59:32 +02:00
Milos Kozak
de5a41b196
remove pump.iob for pump status
2019-09-15 10:17:38 +02:00
Andy Rozman
bdf65ab077
- fix for getting basal profile (getRawContentOfFrame needed to be rewritten to cut 1 character and then create fixed length of frame at 64 bytes (it seems that in some cases frame can contain crc at end)
2019-09-12 12:36:13 +01:00
Milos Kozak
a3bc942cd7
R: handle not received time, refactor to kotlin, unify SerialIOThread
2019-09-08 14:17:41 +02:00
Milos Kozak
118b4bc0d1
RS: handle not received time
2019-09-08 10:39:32 +02:00
Bart Sopers
d14789cf02
Apply new understandings of beep types
2019-09-01 23:30:11 +02:00
Bart Sopers
5ac0df4b4b
Introduce AapsOmnipodManager to match OmnipodCommunicationManagerInterface interface
2019-09-01 22:54:59 +02:00
Andy Rozman
d50d6087ea
- changed PumpMessage to be get correct frame from 523 and 554
2019-08-31 17:32:09 +01:00
Andy Rozman
c6d94284d7
- merge from bart
...
- added new dialogs (Omnipod Mgmt and InitPodWizard), extended OmnipodFragment code
- changes to OmnipodCommunicationManagerInterface
2019-08-30 16:20:18 +01:00
Andy Rozman
8581b00e8a
Merge branch 'omnipod_eros_andy' of https://github.com/andyrozman/AndroidAPS into omnipod_eros_andy
2019-08-30 11:29:29 +01:00
Andy Rozman
b7b47970ed
- started working on PodInitWizard
...
- changed OmnipodCommunicationManagerInterface a little to include operation Type and Receiver Interface (not fully done yet, but what is there can be used)
- started working on PodManagamentActivity.kt
2019-08-30 10:39:40 +01:00
Bart Sopers
0829f6e195
Add Exception message to PumpEnactResults
2019-08-29 21:43:29 +02:00
Bart Sopers
9fcec28970
Return PumpEnactResult on success in OmnipodManager
2019-08-29 21:21:02 +02:00
Bart Sopers
83d95f1e87
Return PumpEnactResult instead of throwing Exceptions in OmnipodManager
2019-08-29 21:06:33 +02:00
Bart Sopers
ed52070a4c
Replace PodCommsResponse with PumpEnactResult
2019-08-29 20:40:34 +02:00
Bart Sopers
78f402a367
Remove OmnipodCommunicationManager, make OmnipodManager implement OmnipodCommunicationManagerInterface
2019-08-29 01:07:28 +02:00