Andy Rozman
d177e08355
- changed build file
...
- some changes to RileyLinkBLE to handle displaying Error
- loadSessionState from util used
- remove driver specific identifier functionality from RileyLinkService
2020-05-09 12:03:17 +01:00
Andy Rozman
e2e4c6a17f
- show RL status
2020-05-08 18:38:04 +01:00
Andy Rozman
480aac2d18
- RL status refresh
2020-05-08 15:23:02 +01:00
Andy Rozman
745b59cbed
-initpodtask possible fix
2020-05-08 12:20:29 +01:00
Andy Rozman
bd39e246f3
- refactor OmnipodUIComm to support Dagger injections
...
- added DeviceCommandExecutor interface
- added method to interface RileyLinkPumpDevice
2020-05-07 22:41:24 +01:00
Andy Rozman
a915c279d4
Merge branch 'omnipod_eros_dev' of github.com:AAPS-Omnipod/AndroidAPS into omnipod_eros_dev
2020-05-07 21:22:22 +01:00
Andy Rozman
6f3379037b
- added logging at RfSpy where we select frequency
2020-05-07 21:21:47 +01:00
Bart Sopers
4dc3440637
Restore null check in RuleyLinkCommunicationManager
2020-05-07 22:09:23 +02:00
Bart Sopers
c1fc6d4864
Merge branch 'dev' into omnipod_eros_dev
2020-05-07 21:11:12 +02:00
Andy Rozman
674cd1c0ae
Merge branch 'omnipod_eros_dev' of github.com:AAPS-Omnipod/AndroidAPS into omnipod_eros_dev
2020-05-07 00:43:18 +01:00
Andy Rozman
4f79b49e10
- changed loader to OmnipodUtil
...
- Modules
2020-05-06 23:34:05 +01:00
Bart Sopers
bafffad44a
Use transient keyword instead of Gson annotation for PodSessionState members that should be exluded of (de)serialization
2020-05-06 21:41:33 +02:00
Milos Kozak
bba7adc9aa
fix Runnables after protection check, cleanup
2020-05-05 22:42:16 +02:00
Andy Rozman
f3c4b4e5e7
Merge branch 'omnipod_eros_dev' of github.com:AAPS-Omnipod/AndroidAPS into omnipod_eros_dev
2020-05-05 13:50:53 +01:00
Andy Rozman
e51e3daeb1
- added Expose attribute to all varaiables in PodSessionState
...
- OmnipodUtil: Gson now uses only Expose fields
2020-05-05 13:49:55 +01:00
Bart Sopers
9b089621fa
Use allowed default for SP.getString in RileyLinkOmnipodService
2020-05-05 13:35:49 +02:00
Andy Rozman
2de1761555
- look at current pump service (either MDT or POD), RL Boradcast Receiver worked with internal instance, which wasn't correct, might need to refactor RileyLinkBroadcastReceiver further to be singelton...
2020-05-05 10:32:25 +01:00
Bart Sopers
32ce3ee18a
enable PUMPBTCOMM by default for Omnipod branch
2020-05-05 02:34:08 +02:00
Bart Sopers
53e6cd4ef2
Apply several fixed from @andyrozman after Omnipod dagger merge
2020-05-05 02:03:01 +02:00
Bart Sopers
20f9f88d4b
Use allowed default for SP.getString
2020-05-05 01:05:57 +02:00
Bart Sopers
f7f5e0ce19
Replace static reference with member reference
2020-05-05 00:28:27 +02:00
Andy Rozman
7db7e07a70
- added SP to OmnipodUtil
2020-05-04 23:25:03 +01:00
Bart Sopers
7fa1ebfe38
Merge branch 'omnipod_eros_dev' into omnipod_eros_dev_dagger_with_initialization_fixes
2020-05-05 00:15:44 +02:00
Bart Sopers
d8eb777b4c
Restore more formatting
2020-05-04 23:36:00 +02:00
Bart Sopers
df2de82810
Apply @andyrozman's fixes for compilation errors
2020-05-04 23:06:15 +02:00
Bart Sopers
71d5409344
Revert "- removed dependencies to omnipod: Myprefernces, ActivitiesmOdules, AppComponent"
...
This reverts commit ea0b89cbf8
.
2020-05-04 22:50:08 +02:00
Andy Rozman
ea0b89cbf8
- removed dependencies to omnipod: Myprefernces, ActivitiesmOdules, AppComponent
...
- fixed commpiling problem
- removed OmnipodService from Manifest
2020-05-04 17:51:06 +01:00
Bart Sopers
1798d260eb
Merge branch 'dev' into omnipod_eros_dev_dagger_history_fix
2020-05-04 17:36:29 +02:00
Milos Kozak
7e6f82d068
Lgging cleanup
2020-05-04 00:14:23 +02:00
Andy Rozman
02366cad62
- small cosmetic change
2020-05-03 16:02:41 +01:00
Bart Sopers
57be461fd4
Don't keep next Pod address in AapsOmnipodManager
2020-05-03 13:59:33 +02:00
Bart Sopers
5b96e18234
Don't log full stack trace of ignored Exception in OmnipodCommunicationService.exchangePackets
2020-05-03 13:50:11 +02:00
Bart Sopers
b676638942
Remove next pod address after succesful pairing
2020-05-03 13:43:06 +02:00
Bart Sopers
79d64dff64
Use static Pod address in between pairing retries and remove unused methods from OmnipodUtil
2020-05-03 13:31:19 +02:00
Bart Sopers
a0b4e0c7ce
Update PodProgressStatus values to match Omnikit Wiki
2020-05-03 12:59:24 +02:00
Andy Rozman
634042b40d
- omnipod eros driver and REQUIRED changes
2020-05-02 21:49:15 +01:00
Andy Rozman
0149378b13
- clean up after merge prepare
2020-05-02 21:42:49 +01:00
Andy Rozman
ce48bba868
Merge branch 'dev' into omnipod_eros_dev_dagger
...
Added Module Omnipod
2020-05-02 10:52:52 +01:00
Andy Rozman
48572d64fc
- fully daggerized omnipod
2020-05-01 10:55:48 +01:00
Milos Kozak
585b45fb97
MainApp cleanup
2020-04-30 18:39:52 +02:00
Milos Kozak
18820441a4
remove some deprecated calls
2020-04-30 10:55:10 +02:00
Andy Rozman
4d39cbba95
- daggerizing omnipod
2020-04-29 17:35:55 +01:00
Andy Rozman
b1a220499d
Merge branch 'dev' into omnipod_eros_dev_dagger
...
Refcator omnipod to work with Dagger - Phase 2
2020-04-29 16:40:53 +01:00
Bart Sopers
a0e5ec74fa
Improve exception handling
2020-04-29 00:10:53 +02:00
Bart Sopers
b482f0690f
WIP on always retrying 0x07 and 0x03 messages together
2020-04-29 00:01:11 +02:00
Bart Sopers
b515fbae92
Update VersionResponse
2020-04-28 23:11:32 +02:00
Milos Kozak
bb39dd994a
fix logging
2020-04-28 00:48:43 +02:00
Andy Rozman
67a41dedc4
- added activities to ActivitiesModule
...
- fixed RileyLinkBLEScanActivity to work with omnipod
2020-04-27 22:22:19 +01:00
Bart Sopers
5d25e39dd1
Verify the message address before accepting
2020-04-27 23:14:00 +02:00
Milos Kozak
1b21b74878
MDT refactor pass 17
2020-04-27 23:02:12 +02:00