Commit graph

9723 commits

Author SHA1 Message Date
Milos Kozak
7459adbcc6 DynamicISF: prevent crash with no TDD 2022-02-20 21:48:47 +01:00
Philoul
fabcc741fc Fix Size and layout for TT icon in Wizard 2022-02-20 21:01:59 +01:00
Milos Kozak
ad8c2297a0 Combo: cleanup code 2022-02-20 19:27:01 +01:00
Milos Kozak
c81ff64777
Merge pull request #1337 from Philoul/New/WizardIcons
Wizard Dialog Add TT Icon + Iob icon/checkbox always enabled
2022-02-20 18:29:19 +01:00
Milos Kozak
4429e8197c
Merge pull request #1340 from swissalpine/patch-6
Background images needs another sizing
2022-02-20 18:27:47 +01:00
Milos Kozak
44279f78a8
Merge pull request #1351 from tim2000s/dev
Dev
2022-02-20 18:27:14 +01:00
Milos Kozak
723e3e9b01
Merge pull request #1352 from swissalpine/patch-1
Fix for DynamicISF safety limiter bug
2022-02-20 18:25:59 +01:00
swissalpine
6a961eb4d8
Fix for DynamicISF safety limiter bug
https://github.com/nightscout/AndroidAPS/issues/1349
https://github.com/nightscout/AndroidAPS/issues/1346
2022-02-20 17:24:36 +01:00
t_j_s
304edd87eb Formatting fixes in sens logic 2022-02-20 16:06:34 +00:00
t_j_s
035e9742af Use of calculation step reverted back to value / 60 * 5, as calculation step method was producing incorrect, very large numbers. 2022-02-20 15:58:06 +00:00
t_j_s
58d9ce78d7 Noticed typo in console logging line 310. Fixed. 2022-02-20 15:45:32 +00:00
t_j_s
b2e3399597 UPdated code to include rolling 24 hour TDD in TDD calculator; incuding updating the calculation steps code.
DYnamic ISF now based off rolling 24 hour TDD instead of estimated daily TDD in midnight to midnight period.
2022-02-20 15:43:45 +00:00
Philoul
c216e41e1c New shortname for Dynamic ISF plugin 2022-02-20 11:53:06 +01:00
swissalpine
a2c6db4b57
Centered Icons
@ Philoul: Thanks for the suggestion!
2022-02-19 00:56:31 +01:00
Edward Robinson
2eb5a4dc27 Making it so that the percentage increments by 5% each time rather than 1% 2022-02-18 11:35:11 -05:00
swissalpine
0acda9454d
Some space at the top 2022-02-18 11:04:05 +01:00
swissalpine
f89b05dbcc
Background images needs another sizing
Sorry for the renewed PR - but I was not aware that the size ratios of the background images differ from the "normal" images.
2022-02-18 10:39:46 +01:00
Philoul
dc1706fde7 Add TT Icon + Improve IOB/COB 2022-02-17 22:26:12 +01:00
Milos Kozak
0aa34a3fb4 3.0.0.1-dev-a 2022-02-17 22:16:10 +01:00
Milos Kozak
72d9dd398e Merge branch 'rxjava3' of https://github.com/nightscout/AndroidAPS into rxjava3 2022-02-17 21:48:47 +01:00
Milos Kozak
e27bb2d04c Merge branch 'dev' into rxjava3 2022-02-17 21:45:20 +01:00
Milos Kozak
3ef758d4cf
Merge pull request #1325 from nightscout/DynamicISF
Dynamic ISF
2022-02-17 21:28:43 +01:00
Milos Kozak
dc5846daf9 AutoISF -> DynamicISF 2022-02-17 21:08:50 +01:00
Milos Kozak
cf7773bda4 DynamicISF: show on overview 2022-02-17 20:28:28 +01:00
Milos Kozak
857ab4a4c0 Dynamic ISF safety update. replace #1334 2022-02-17 18:43:19 +01:00
swissalpine
09e818c8f9
Size specifiactions for checkboxes
Unfortunately, I had forgotten the new size specifications when revising ...
2022-02-17 15:48:53 +01:00
swissalpine
e592632808
Switch to checkboxes 2022-02-17 15:12:46 +01:00
swissalpine
9d9cda6101
On click icons in a row above cancel/ok
If you like it, you can merge it.
This should be the layout shown in
https://github.com/nightscout/AndroidAPS/issues/1330
2022-02-17 12:13:43 +01:00
Milos Kozak
f9fd899a4d SMB: fix basal rounding 2022-02-16 21:52:05 +01:00
Milos Kozak
69a610b0e5 remove lastBolusNormalTime 2022-02-16 13:01:49 +01:00
Milos Kozak
842fea6ac2 proper use of calculationStep 2022-02-16 13:00:18 +01:00
Milos Kozak
8a19267a39 AutoISF -> separate plugin 2022-02-16 00:03:21 +01:00
Milos Kozak
e32515a369 Merge branch 'dev' into DynamicISF 2022-02-15 20:25:30 +01:00
Milos Kozak
99a1253019
Merge branch 'dev' into rxjava3 2022-02-13 18:47:13 +01:00
Milos Kozak
286cf83215
Merge pull request #1306 from Philoul/Fix/WizardInfoMmol
Add forgotten units
2022-02-13 18:45:30 +01:00
Milos Kozak
07f530aa12
Merge pull request #1310 from Andries-Smit/a11y/apply-labels-numberpicker
A11y/apply labels number picker
2022-02-13 18:43:31 +01:00
t_j_s
da0eef1a42 Fixed a typo in TDDAIMI7 2022-02-12 19:57:53 +00:00
t_j_s
7c3480b6d0 Allows use of basal if TDD7 is not available from Database. 2022-02-12 19:57:53 +00:00
t_j_s
809827eb9e Modified Master to replace profile sens with Chris Wilson's Dynamic ISF in OpenAPSSMB.
The rule of 277700 ISF using current BG is used for all predictions, while for dosing, if delta >=0 positive, or eventual BG > target bg with negative delta, current bg is used, however, if delta is -ve, future bg is used.
2022-02-12 19:57:53 +00:00
t_j_s
f98175755e Modified Master to replace profile sens with Chris Wilson's Dynamic ISF in OpenAPSSMB.
The rule of 277700 ISF using current BG is used for all predictions, while for dosing, if delta is =0 r positive, current bg is used, however, if delta is -ve, future bg is used.
2022-02-12 19:57:53 +00:00
Andries Smit
606a7d6c27 Add percentage in quickwizard 2022-02-12 09:30:55 +01:00
Andries Smit
eda1c097a9 Wear: add pref sync maxCarbs maxBolus 2022-02-12 09:30:55 +01:00
Andries Smit
2013332d70 Wear: add explain message quickwizard 2022-02-12 09:30:55 +01:00
Andries Smit
0233db8226 Wear: ad quick wizard tile 2022-02-12 09:30:55 +01:00
Andries Smit
baf0784df8 Wear: send units wiz % preference to watch 2022-02-12 09:30:54 +01:00
Andries Smit
6321758634 Wear: support tt presets 2022-02-12 09:30:51 +01:00
Andries Smit
ad43f57f7f Wear: add tile tt and action with config 2022-02-12 09:30:50 +01:00
Andries Smit
2e5827f27f a11y: apply screenreaders labels for numberpickers 2022-02-12 08:26:07 +01:00
Philoul
a3cae139c7 Add forgotten unit 2022-02-11 14:33:38 +01:00
Milos Kozak
34c4dc2a98 prevent NPE 2022-02-11 13:39:15 +01:00
Milos Kozak
22670943be
Merge pull request #1200 from Andries-Smit/a11y/overview
a11y overview screen reader accessibility
2022-02-11 12:14:00 +01:00
Andries Smit
ebf943dd1e fix state enabled checkbox wizard 2022-02-11 10:58:23 +01:00
Andries Smit
acc7720d68 chore: rename referenced bg image name 2022-02-11 10:57:34 +01:00
Andries Smit
ba4ac7552e fix spelling 2022-02-11 10:56:28 +01:00
Andries Smit
0dce111e4e chore: fix merge conficts 2022-02-11 10:15:37 +01:00
Milos Kozak
738f30b1e6
Merge pull request #1301 from Philoul/Fix/WizardInfoMmol
Fix WizardInfoDialogMmol
2022-02-11 09:50:17 +01:00
Andries Smit
22a1a68e95 a11y add bg outdated state to description 2022-02-11 09:08:22 +01:00
Andries Smit
29d5c5f76a Improve statuslight alligning and spacing 2022-02-11 09:08:05 +01:00
Andries Smit
e1e7b4a7a8 Improve screenreader accesibility 2022-02-11 09:06:35 +01:00
Milos Kozak
7ea3aeba72
Merge pull request #1251 from Andries-Smit/a11y/grouping-tables
Improve a11y table structure with row focus for screen readers
2022-02-11 08:45:29 +01:00
Milos Kozak
7a742ffa05
Merge pull request #1252 from Andries-Smit/a11y/hide-decoration-images
Improve a11y hide dialog header image for screen reader
2022-02-11 08:44:40 +01:00
Milos Kozak
6499fe053f
Merge pull request #1253 from Andries-Smit/a11y/treatment-dialog
Improve a11y wizard dialog
2022-02-11 08:41:28 +01:00
Philoul
c5d13147f3 Fix WizardInfoDialogMmol 2022-02-11 00:37:41 +01:00
Milos Kozak
fa2029b9ca
Merge pull request #1264 from Andries-Smit/feat/status-light-icon
feat: show patch pump icon instead of cannula
2022-02-10 22:35:41 +01:00
Milos Kozak
064642339e
Merge pull request #1292 from Andries-Smit/new-profile-editor
profile editor add DIA and Target Chart
2022-02-10 22:25:24 +01:00
Milos Kozak
87c01a4ab4
Merge pull request #1300 from Andries-Smit/feat/list-group-by-date
Group lists treatments and BG by date
2022-02-10 22:19:13 +01:00
Andries Smit
e71bf3f69b chore: use long label for profile configuration 2022-02-10 21:17:33 +01:00
Andries Smit
d9ad3e35d9 chore: rewrite to use not function 2022-02-10 20:21:22 +01:00
Andries Smit
a0fbf9ec96 Group list treatments and BG by date 2022-02-10 19:21:42 +01:00
Milos Kozak
0a39388f81 rxjava2 -> 3 2022-02-10 19:11:58 +01:00
Milos Kozak
668a5bbdb9 unify version naming 2022-02-10 17:13:42 +01:00
Andries Smit
f51df08c1f Add isPatchPump to pump description for Omnipod 2022-02-09 09:06:31 +01:00
Andries Smit
7410333177 Add profile chart trarget and dia 2022-02-08 20:14:44 +01:00
Andries Smit
b6e2eaf0ef Moved area graph to core 2022-02-08 20:14:05 +01:00
Milos Kozak
a3cad65240
New Crowdin updates (#1289)
* Update source file strings.xml

* New translations strings.xml (Turkish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Spanish)

* New translations strings.xml (French)

* New translations strings.xml (Danish)

* New translations strings.xml (Danish)

* New translations strings.xml (Danish)

* New translations strings.xml (Danish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Hebrew)

* New translations objectives.xml (Danish)

* New translations strings.xml (Danish)

* New translations strings.xml (Danish)

* New translations strings.xml (Danish)

* New translations validator.xml (Danish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Czech)

* New translations strings.xml (Danish)

* New translations strings.xml (Portuguese)

* New translations exam.xml (Korean)

* New translations strings.xml (Czech)

* New translations strings.xml (German)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Polish)

* New translations exam.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Turkish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (Czech)

* New translations strings.xml (German)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Italian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Dutch)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Polish)

* New translations strings.xml (Russian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Turkish)

* New translations strings.xml (Portuguese)

* Update source file strings.xml
2022-02-07 22:37:46 +01:00
Milos Kozak
c31f90b2c5
Merge pull request #1269 from Andries-Smit/fix/rounding-smb-smb-reason
fix: rounding cob, basal in SMB AMA reason
2022-02-07 16:47:27 +01:00
Milos Kozak
3a1ca9e061
Merge pull request #1285 from BernhardRo/master
Fixes for issue [3.0.0] CGM Eversense integration does not work #1257
2022-02-07 15:53:22 +01:00
Milos Kozak
b79395628d
Merge pull request #1267 from Andries-Smit/fix/profile-ic-graph
fix profile ic graph
2022-02-07 15:03:16 +01:00
Milos Kozak
24a647d9a0
Merge pull request #1268 from Andries-Smit/fix/spacing-smb-script
fix strip duplicate spacing from smb debug script
2022-02-07 15:02:15 +01:00
Andries Smit
33c7ff2ac6 a11y hide dialog header image for screen reader 2022-02-06 21:29:48 +01:00
Andries Smit
55927df935 chore: convert if to kotlin let 2022-02-06 19:50:39 +01:00
Andries Smit
6d9a6eb29f Bolus wizard show no action dialog 2022-02-06 19:50:39 +01:00
Andries Smit
43619b32f3 a11y improve wizard dialog 2022-02-06 19:50:39 +01:00
Bernhard
92d50ea9e5 Fixed Eversense reading
Integration of Eversense CGM was broken in AAPS 3.0.0. This fixes it.
2022-02-06 18:44:11 +01:00
Andries Smit
bdf4df4bc3 Fix register carbs only treatment dialog 2022-02-03 21:33:56 +01:00
Andries Smit
ca0478572a fix: rounding cob basal in SMB AMA 2022-02-03 14:04:25 +01:00
Andries Smit
36b6a6aee6 fix strip duplicate spacing from smb debug script 2022-02-03 13:01:14 +01:00
Andries Smit
ab36ae4b53 fix profile ic graph 2022-02-03 10:53:52 +01:00
Andries Smit
58f418cd6c feat: show pod icon instead of cannula 2022-02-03 08:54:48 +01:00
Milos Kozak
479bfc4103 NSClient: enable sync controls without engineering mode #2 2022-02-01 21:55:55 +01:00
Milos Kozak
b3e08c5096
Merge pull request #1260 from Andries-Smit/omnipod/hide-insulin-age-status
Feat: hide insulin age for omnipod
2022-02-01 21:04:55 +01:00
Andries Smit
ebc0c5b836 Feat: hide insulin age for omnipod 2022-02-01 19:45:57 +01:00
Milos Kozak
53ee64f6e1 bump 3.0.0.1 2022-02-01 18:49:39 +01:00
Milos Kozak
da9caa2b04 NSClient: enable sync controls without engineering mode 2022-02-01 18:48:31 +01:00
Milos Kozak
91ce436dcc AndroidAPS 3.0.0 2022-01-31 20:56:32 +01:00
Milos Kozak
cfe8c29f58 engineering_mode 2022-01-31 20:51:12 +01:00
Andries Smit
cd3e529716 a11y table strucutre focus row for screenreaders 2022-01-31 14:34:19 +01:00
Milos Kozak
8c28dd0f52 G6: ignore too old values 2022-01-30 19:59:44 +01:00
Milos Kozak
edc963da25
New Crowdin updates (#1228)
* New translations strings.xml (Russian)

* New translations strings.xml (Spanish)

* New translations strings.xml (Danish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Spanish)
2022-01-30 19:52:49 +01:00
Milos Kozak
65eb96a580
Merge pull request #1235 from Andries-Smit/fix/carbs-event-time
Fix carbs event time
2022-01-30 19:52:17 +01:00