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
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
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
Bart Sopers
75ae6844f3
Merge branch 'dev' into omnipod_eros_bart
2019-08-28 23:53:06 +02:00
Andy Rozman
b48fec4624
- changed bolus step to 0.05 for 523 and 554
2019-08-28 19:29:18 +01:00
Andy Rozman
e1b24eb900
Merge branch 'dev' into bug_1954_mdt_wrong_min_bolus_for_554
2019-08-28 19:24:19 +01:00
Milos Kozak
6f9aec95e5
fix NPE
2019-08-28 13:55:51 +02:00
Milos Kozak
46968aa597
fix NPE
2019-08-27 09:47:18 +02:00
Milos Kozak
1eff4697fa
Fragments cleanup & Synchonized updateGui
2019-08-26 16:15:16 +02:00
Andy Rozman
2569e66bce
- minor change. New absoluteValue is now put through pumpType.determineCorreectBasalValue method, so that we get correct value
2019-08-25 19:25:36 +01:00
Andy Rozman
d4d1110d68
- added fake method TBR Percent. If pecent is 0, it calls absolute methods with 0, if not, it calculates value, writes log and then starts absolute method
2019-08-25 14:48:00 +01:00
Milos Kozak
a6ea69bad0
Cleanup
2019-08-24 10:56:36 +02:00
Bart Sopers
089f2313eb
Merge branch 'dev' into omnipod_eros_bart
2019-08-23 23:35:41 +02:00
Andy Rozman
7946e3ad73
- changed bolus configuration for 523 and 554
2019-08-20 09:00:34 +01:00
Andy Rozman
b1486c5ed6
- fixing the problem with minimal bolus that can be used for Medtronic Pumps.
2019-08-18 09:16:16 +01:00
Milos Kozak
bfedc3d9d7
MedtronicFragment synchronized
2019-08-15 17:11:07 +02:00
Milos Kozak
b5bc80bc52
Merge branch 'pull/1956' into dev
2019-08-15 14:40:19 +02:00
Milos Kozak
56d6a04e2b
MDT prefs translatable=false
2019-08-14 17:49:01 +02:00
Andy Rozman
3203ad5cde
- added dash package so that I can split the two implementations
...
- working on omnipod implementation
- changed display fragment
2019-08-14 16:22:19 +01:00
Andy Rozman
f81df4fed1
- small change
2019-08-13 17:55:39 +01:00
Andy Rozman
9a1262cc4e
- refactoring to use OmnipodCommunicationManager with existing code
...
- added kt for OmnipodFragment
2019-08-13 12:30:23 +01:00
Milos Kozak
156ff4ec93
Remove HandlerThread from MedtronicHistoryActivity
2019-08-13 08:20:20 +02:00
Milos Kozak
d8795f4d80
Remove Sync button from DanaRHistoryActivity
2019-08-13 08:16:46 +02:00
Andy Rozman
a1bbf29230
- added check before bolus is attempted, if we have enough in reservoir (from local info, we don't query the pump,
...
while this might not always be 100% correct, it is updated every hour (if under 50 U and every 4h if over
50U and every 15 minutes if under 20U, so it should be accurate, information is not accurate only if you cancel bolus midway...
2019-08-12 17:20:38 +01:00
Bart Sopers
aa15c80924
Add files from Omnipod test app
2019-08-11 22:59:18 +02:00
Bart Sopers
ca325c18e9
Merge branch 'omnipod_eros_andy' into omnipod_eros_bart
2019-08-11 15:56:45 +02:00
Milos Kozak
dd8229ef7d
MedtronicHistoryActivity extends NoSplashActivity
2019-08-08 20:59:05 +02:00
Milos Kozak
2b3dc396fe
EventMedtronicDeviceStatusChange fix
2019-08-08 18:48:16 +02:00
Milos Kozak
6802c0ea85
fix activities
2019-08-08 18:39:56 +02:00
Andy Rozman
14fa8a9eb0
- added interface
2019-08-07 23:44:41 +01:00
Milos Kozak
b653b5096d
remove butterknife from gradle
2019-08-07 23:05:05 +02:00
Milos Kozak
829aa98097
MedtronicFragment -> kotlin
2019-08-07 23:00:02 +02:00
Milos Kozak
20859e9662
fix Fragment Rx lifecycle
2019-08-07 19:44:40 +02:00
Milos Kozak
858759873a
MedtronicFragment remove static variables
2019-08-07 18:45:33 +02:00
Milos Kozak
607d7c4b24
Merge remote-tracking branch 'origin/dev' into loopkotlin
2019-08-07 16:23:03 +02:00
Milos Kozak
4f562d8f86
fix crash in Dana fragment
2019-08-07 16:22:33 +02:00
Milos Kozak
8f3c4e25c5
DanaRFragment -> kotlin
2019-08-07 15:50:37 +02:00
Andy Rozman
163c043492
- preliminary fix for #1940 (if calculated voltage is under 0, we set it to 1%)
2019-08-07 11:59:47 +01:00