321f5eec3cMark exceptions in packet transports as certain failures when it is not the last packet for the message
Bart Sopers
2019-12-07 15:21:16 +0100
3bbf3a1104Verify all actions that send NonceResyncableMessageBlock
Bart Sopers
2019-12-07 15:01:07 +0100
85ee3519fd(#2240) Fixed open loop notifications on wear os - support for Android O channel config
Dominik Dzienia
2019-12-04 01:38:01 +0100
d40f6c9fceI think allmost all strings used in wear watch are created I also created strings for items in menu (ex Quick lefty, Modern Sparse, ...) And for missing new watchfaces (Cockpit, Steampunk, AAPSv2) I tried to be simple for string names (category_english_label_lower_case)
Philoul
2019-12-03 21:31:09 +0100
5f19e32504revert mockito version
Milos Kozak
2019-12-03 21:12:17 +0100
a66b3f7090allow sorting of automation tasks
Milos Kozak
2019-12-03 21:07:31 +0100
fecfdeb03eBlock until bolus is finished in AapsOmnipodManager and make PodStateCHangedHandler in PodSessionState transient
Bart Sopers
2019-12-03 08:19:36 +0100
87d3c43a33low_mark, high_mark to setup wizard
Milos Kozak
2019-12-02 00:07:08 +0100
2eff26062bLast commit to delete original lines... With little modification of String.format_bg_isf it's all good...
Philoul
2019-12-01 22:23:09 +0100
36b009d56cmove processing of unit dependent preferences to extra function
Milos Kozak
2019-12-01 22:03:17 +0100
c0ad125934warn if profile is not uploadable to NS
Milos Kozak
2019-12-01 21:59:12 +0100
62cc365dc4I tried to replace hard coded units for ISF, IC and U by formated text from strings (translated in WizardDialog.kt but not in WizardInfoDialog.kt) => It's not perfect but I don't know how to do it better so I pull this proposal: - for BG I think we could replace DecimalFormatter.to1Decimal by DecimalFormatter.to0Decimal but it also doesn't work (in french comma is replaced by point for bg but not for ISF i.e. "83,0 ISF: 50,0" => "83.0 SI: 50,0") but if we change default String format : format_bg_isf="%1$s ISF: %2$.1f" by "%1$.0f ISF: %2$.1f" I think it's good
Philoul
2019-12-01 21:44:05 +0100
0caf0d5f28I tried to replace hard coded units for ISF, IC and U by formated text from strings (translated in WizardDialog.kt but not in WizardInfoDialog.kt) => It's not perfect but I don't know how to do it better so I pull this proposal: - For Carbs and COB, adding DecimalFormatter.to0Decimal doesn't work (AAPS freeze when I tried to add DecimalFormatter ???) so values has 1 decimal ( I think it's better to have 1 decimal for COB but not for carbs ) - for BG I think we could replace DecimalFormatter.to1Decimal by DecimalFormatter.to0Decimal but it also doesn't work (in french comma is replaced by point for bg but not for ISF i.e. "83,0 ISF: 50,0" => "83.0 SI: 50,0")
Philoul
2019-12-01 21:18:26 +0100
5c1728489aFix floating point parameter in Omnipod string resource
Bart Sopers
2019-12-01 15:23:38 +0100
951a23af28Update version as per requested by @MilosKozak
Bart Sopers
2019-12-01 15:06:17 +0100
9c4982becdRemove redundant sending of EventOmnipodPumpValuesChanged
Bart Sopers
2019-12-01 15:05:28 +0100
ab7e87fa02Extended Ack Alerts functionality: - added own event (so we don't refresh whole page), - added ackAcknowledgeText variable - changed refresh (own method, own event listener) - added log for Status change (to monitor what PodState information is displayed on Tab)
Andy Rozman
2019-12-01 12:43:33 +0000
4ce5600434Fix compilation error in testcase
Bart Sopers
2019-12-01 02:27:49 +0100
b808bc3228Merge branch 'dev' into omnipod_eros
Bart Sopers
2019-12-01 02:21:49 +0100
ee6bdfe5f8Added TODO for updating active alerts in UI
Bart Sopers
2019-12-01 01:21:02 +0100
e955331259see previous commit corrent
Andy Rozman
2019-11-30 12:17:02 +0000
a2ad20f616- Fixed RemovePod to NOT forcebully remove the Pod if failed (Cancel) - CHanged InitPodFragment, to respond onli to that call, and NOT to PumpResultEvent
Andy Rozman
2019-11-30 12:15:25 +0000