Commit graph

9914 commits

Author SHA1 Message Date
Philoul a548b9c55c Try to Fix Linefeed in level values 2020-10-18 18:15:37 +02:00
Philoul 4dc042a772 Remove addition Layout and update to remove Level in NsClient Version 2020-10-18 16:52:05 +02:00
Philoul 9f0f2c2c2f Replace LinearLayout by TableLayout 2020-10-18 16:20:14 +02:00
Philoul 84c2e7e86e Update of layout for low res screen to avoid line feed in level values 2020-10-17 23:07:40 +02:00
Philoul b5c77522ab Patch of xDripPlugin and Eversens plugin to disable Sensor battery level in Action tab
- xDrip disabled because of an issue in xDrip today (Phone battery level sent and not Sensor battery level)
- Eversens disabled because I'm not sure of data sent (String, Int ?) to avoid error or crash
2020-10-17 22:26:03 +02:00
Philoul 961ee4ccf4 Add Sensor Battery Level information
It works with xDrip and Miaomiao2, but today there is a bug in xDrip (xDrip sends Phone battery level and not Sensor Battery level...)
2020-10-17 22:22:09 +02:00
bartsopers f3ec652893
Merge pull request #9 from AAPS-Omnipod/omnipod_eros_dev_properly_decode_pod_info_02
Properly decode Pod info response type 02 + pairing fixes for Activation Time Exceeded errors
2020-10-17 20:43:25 +02:00
Bart Sopers eb5fb334c9 Small fixes 2020-10-17 20:20:48 +02:00
Philoul 3f4b3149db Add new interface for BgSource to get SensorBatteryLevel
Note, for xDrip, an Int is sent but I don't know what type of value is sent for Eversens that has a sensor battery level too...
2020-10-17 20:12:58 +02:00
Bart Sopers f64cc66298 Improve Setup Wizard for Omnipod 2020-10-17 19:47:39 +02:00
Bart Sopers e58fa0aff6 Decrease action verification tries to 1 2020-10-17 18:32:58 +02:00
Bart Sopers b4813ad708 Rename SetupProgress to ActivationProgress 2020-10-17 17:08:47 +02:00
Bart Sopers fb1ed7588a Merge branch 'omnipod_eros_dev' into omnipod_eros_dev_properly_decode_pod_info_02 2020-10-17 12:53:05 +02:00
Bart Sopers b3933e510d Re-introduce SetupProgress in order to be able to correctly handle Activation Time Exceeded errors 2020-10-17 12:50:08 +02:00
Philoul bd3cba8a1a First version of Layout and interface 2020-10-17 11:00:38 +02:00
Bart Sopers 2fcae4b19a - Rename and refactor PodInfoFaultEvent to PodInfoDetailedStatus
- introduce ActivationTimeExceededException
2020-10-17 10:45:28 +02:00
Sam Spycher b355511f33 Validate durationStep from tbrSettings in Pumptype when setting TBR via SMS
Fixes nightscout/AndroidAPS#38
2020-10-16 18:27:04 +02:00
Dominik Dzienia 926e9099bb Fixes import of legacy preferences 2020-10-15 20:29:58 +02:00
bartsopers 2d4f1378bd
Merge pull request #18 from samspycher/tbr_response_enhancement
Return programmed duration and rate when setting TBR, fixes AAPS-Omni…
2020-10-12 18:21:20 +02:00
Philoul c0ebb8f206 Remove BG decimal if mg/dl unit in Calculator 2020-10-11 20:41:37 +02:00
Philoul 06bbae6092 Fix Dia in Profile_Compare 2020-10-11 19:22:05 +02:00
rICTx-T1D 3c5e8de22a
Merge pull request #1 from nightscout/dev
Update from ref
2020-10-09 20:07:52 +02:00
rICTx-T1D 1013ce30cd more styles and options added and amount on picture-resource-files reduced 2020-10-09 15:37:03 +02:00
rICTx-T1D 6c23ba7547 more styles and options added and amount on picture-resource-files reduced 2020-10-09 14:50:41 +02:00
mh 86a66276e7 Merge remote-tracking branch 'origin/rICTx-T1D_watchface01' into rICTx-T1D_watchface01 2020-10-08 22:26:57 +02:00
rICTx-T1D 6add71230f Show week number, when turn on in watchface setting menu. 2020-10-08 22:26:13 +02:00
rICTx-T1D 92570ae098 Show week number, when torn on in watchface setting menu. 2020-10-08 22:25:18 +02:00
rICTx-T1D 6bd7bf65a8 optimize font-size of time, when date is off 2020-10-08 21:33:19 +02:00
rICTx-T1D cd91d6a3a5 Reduce resource files as background images for shapes and use color tint method instead. Now a combination of 73 colors and 4 styles are possible. 2020-10-08 19:48:50 +02:00
Sam Spycher 26e0df1182 Return programmed duration and rate when setting TBR, fixes AAPS-Omnipod/AndroidAPS#12 2020-10-08 11:53:15 +02:00
Sam Spycher e903e10671 Add translation for TBR validation failure response 2020-10-08 11:35:57 +02:00
Sam Spycher 90bb4c0a26 Merge branch 'omnipod_eros_dev' into tbr_duration_validation 2020-10-08 11:05:34 +02:00
Sam Spycher 8b3a32bb57 Validate basal duration, fixes AAPS-Omnipod / AndroidAPS#13
Basal rate durations must be non-zero, and in the case of the Omnipod Pump or multiple of 30 minutes.

- Introduce OmnipodConstants.BASAL_STEP_DURATION
- throw IllegalArgumentException on validation failure in RateEntry.createEntries
- return failed PumpEnactResult and explanatory comments on validation failure in OmnipodPumpPlugin.setTempBasalAbsolute
2020-10-07 22:02:28 +02:00
Bart Sopers e1e9d992e9 Merge branch 'omnipod_eros_dev' into omnipod_eros_dev_properly_decode_pod_info_02 2020-10-07 19:45:43 +02:00
bartsopers 45f620cb10
Merge pull request #11 from samspycher/implement_tbr_percentage
TBR value as percentages
2020-10-07 17:26:19 +02:00
bartsopers 47f94ce2d8
Merge pull request #14 from samspycher/tbr_duration_validation
throw IllegalArgumentException for zero or negative durations
2020-10-07 17:05:32 +02:00
Sam Spycher 3a6d1f286c throw IllegalArgumentException for zero or negative durations 2020-10-05 13:45:13 +02:00
Sam Spycher badfba2993 Unit test for setting temporary basal rate with percentages 2020-10-05 13:32:22 +02:00
Sam Spycher f1ee6c2757 replace text referring to Medtronic with text referring to Omnipod 2020-10-03 13:59:32 +02:00
Sam Spycher 04f5efca0b Implement setting TBR value as percentages, see AAPS-Omnipod/AndroidAPS#10 2020-10-02 12:17:19 +02:00
Milos Kozak cbdee2b81b
Merge pull request #7 from AAPS-Omnipod/omnipod_eros_dev_upstream_merge
Latest Omnipod updates + custom queue commands
2020-10-02 09:40:45 +02:00
Milos Kozak 3e1e1711bf
New Crowdin updates (#22)
* New translations strings.xml (Polish)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Polish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Polish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Italian)

* New translations strings.xml (Norwegian)

* New translations insight_alert_descriptions.xml (Norwegian)

* New translations insight_alert_codes.xml (Norwegian)

* New translations insight_alert_titles.xml (Norwegian)

* New translations insight_exceptions.xml (Norwegian)

* New translations strings.xml (Polish)

* New translations exam.xml (Norwegian)

* New translations objectives.xml (Norwegian)

* New translations strings.xml (Russian)
2020-10-02 09:37:42 +02:00
Bart Sopers fa84cbd513 Replace Arrays.toString() with ByteUtil.shortHexString() in PodInfo.toString() 2020-10-02 03:00:51 +02:00
Bart Sopers e93a9eb34e Properly decode pod info response type 02 2020-10-02 02:51:16 +02:00
Bart Sopers 6fa01f88e3 Add FIXME 2020-10-02 00:56:54 +02:00
Bart Sopers 6b030aaf59 Merge branch 'omnipod_eros_dev' into omnipod_eros_dev_upstream_merge 2020-10-01 22:16:00 +02:00
Bart Sopers ef10121737 Add confirmation dialog before starting cannula insertion in Activate Pod wizard 2020-10-01 22:15:05 +02:00
Bart Sopers 79241dcee9 Revert changes to string resources in other languages 2020-10-01 21:19:11 +02:00
Bart Sopers b4bd05dc32 Merge branch 'omnipod_eros_dev' into omnipod_eros_dev_upstream_merge 2020-10-01 21:06:14 +02:00
bartsopers 2d9443ad36
Merge pull request #7 from AAPS-Omnipod/omnipod_eros_dev_wizard
Split Change Pod wizard into Activate Pod wizard and Deactivate Pod wizard
2020-10-01 21:03:19 +02:00