Philoul
87f7dc0422
Delta added and clone lightened
2020-06-15 19:15:06 +02:00
Philoul
acfd9621b7
replace 4 LowRes Icons (add, remove, clone and as)
...
For add, remove and clone I set width and height to 16dp (automatically scaled in Local Profile layout but not in automation)
for as, I replaced low res icon by double arrows of overview fragment (size a little bit increased because in automation icons are very small)
2020-06-15 16:48:35 +02:00
Philoul
129c3d82d6
Seven loop icons done
2020-06-14 01:57:54 +02:00
Philoul
5ef52ea90f
Some new vector icons again
2020-06-13 17:37:52 +02:00
Philoul
d3e98fb09b
Create vector icon to replace png
2020-06-12 22:17:15 +02:00
Milos Kozak
dae717d524
try to fix crash
2020-06-11 23:33:29 +02:00
Milos Kozak
b5c72cb4a9
Merge pull request #2614 from Tornado-Tim/carbs-required
...
Show Carbs required - Updated from #1974
2020-06-11 20:42:43 +02:00
Milos Kozak
e09fd75a9b
Merge pull request #2680 from Lexsus/dev_Milos
...
add PUMP CONNECT and PUMP DISCONNECT commands
2020-06-11 14:14:39 +02:00
Milos Kozak
deb99f236b
better automation logging
2020-06-11 12:26:38 +02:00
Milos Kozak
8b45464f30
secondary graphs layout improvements
2020-06-04 16:24:53 +02:00
Tim Gunn
8142df9487
Merge branch 'dev' of github.com:MilosKozak/AndroidAPS into carbs-required
2020-06-02 23:57:15 +12:00
Lexsus
94390ca32f
fixed after review.
2020-06-01 19:29:37 +03:00
Milos Kozak
3f97530b02
Merge pull request #2691 from Philoul/AbsCurveBackgroung
...
ABS Curve in background
2020-06-01 13:28:03 +02:00
Tim Gunn
8fefa0b5aa
Merge branch 'dev' of github.com:MilosKozak/AndroidAPS into carbs-required
2020-06-01 02:14:17 +12:00
Milos Kozak
55bccafef5
Large display skin
2020-05-31 12:02:42 +02:00
Milos Kozak
09de329934
libs update & cleanup
2020-05-31 11:27:12 +02:00
Philoul
a39b7be520
Order in menu changed too for consistency
...
So it's necessary to select again curves in secondary graphs...
2020-05-31 00:52:32 +02:00
Philoul
51739c31b7
ABS Curve in background
...
I didn't change order in selection menu (otherwise selected curves are changed in secondary graphs...)
2020-05-31 00:18:23 +02:00
Milos Kozak
f4293d4183
Merge pull request #2688 from Philoul/Add_Translation_Secondary_Graph_Title
...
Add translation for secondary graph title
2020-05-30 21:50:02 +02:00
Lexsus
4af06620fb
add tests for PUMP DISCONNECT sms command
2020-05-29 19:15:11 +03:00
Tim Gunn
15717f0271
fix duplicate vals
2020-05-29 22:42:54 +12:00
Lexsus
9a1993c5f6
corrections.
...
add some test for sms commands
2020-05-28 17:33:51 +03:00
Philoul
1a94d3d55e
Add Strings for secondary graph title for translation
2020-05-28 16:26:57 +02:00
Milos Kozak
0abfb4c4f3
Merge branch 'dev' into carbs-required
2020-05-27 23:19:24 +02:00
Milos Kozak
c5aa12c5ba
double SMB fix
2020-05-26 19:58:50 +02:00
Lexsus
11f768636e
add PUMP CONNECT and PUMP DISCONNECT commands
2020-05-26 12:48:21 +03:00
Milos Kozak
8a731a9187
SMSCommunicator LOOP command auth
2020-05-24 23:40:51 +02:00
Milos Kozak
0a33f4c0db
fix TriggerRecurringTime #2
2020-05-24 21:10:44 +02:00
Milos Kozak
1cb648c09a
fix TriggerRecurringTime
2020-05-24 20:23:22 +02:00
Milos Kozak
8ae817cdda
nsalarm notifications fix
2020-05-23 21:54:01 +02:00
Milos Kozak
88adf04652
Merge pull request #2663 from Tornado-Tim/show-targets
...
Show oref internal overridden targets
2020-05-23 18:01:28 +02:00
Milos Kozak
d40188f04e
Default language option
2020-05-23 15:39:05 +02:00
AdrianLxM
06e97400f7
Simplify show-targets view logic
2020-05-20 22:34:09 +02:00
Tim Gunn
bf412ea798
refractor
2020-05-21 04:19:22 +12:00
Tim Gunn
723c029228
Deal with 0.0 if AMA is used
2020-05-21 02:20:38 +12:00
Tim Gunn
77a5af75e2
Display when Target BG is overidden
2020-05-21 00:11:36 +12:00
Philoul
6229161c96
Add constraintChecker for autosens icon in overview
2020-05-19 19:32:27 +02:00
Tim Gunn
3ae1bb669d
Merge branch 'dev' of github.com:MilosKozak/AndroidAPS into carbs-required
2020-05-20 00:09:57 +12:00
Milos Kozak
b2b1485c27
fix Actions buttons visibility
2020-05-19 13:22:02 +02:00
Milos Kozak
d9b8a32aea
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2020-05-19 12:52:15 +02:00
Milos Kozak
eeb4ce1686
fix HistoryBrowser injection
2020-05-19 12:52:01 +02:00
Philoul
72e541908c
Revert "Fix Wear Control Kotlin doesn't like regex... (AAPS crashed on these lines with ""\\s+", replaced by a space)"
...
=> Second proposal better than my first one, split works with regex if it is of type Regex (it doesn't recognize first \ as a regex string but as an escape character...)
This reverts commit 480542a1
2020-05-17 08:09:58 +02:00
Philoul
480542a143
Fix Wear Control
...
Kotlin doesn't like regex... (AAPS crashed on these lines with ""\\s+", replaced by a space)
2020-05-17 01:58:07 +02:00
Milos Kozak
8729fe18bd
fix urgent NS alarm preference
2020-05-16 22:43:18 +02:00
Milos Kozak
ca94e6cc67
layout #2
2020-05-15 22:41:14 +02:00
Tim Gunn
b1c6b81bb7
Merge branch 'dev' of github.com:MilosKozak/AndroidAPS into carbs-required
2020-05-15 16:26:23 +12:00
Milos Kozak
be883afabe
Merge pull request #2644 from Philoul/Sensitivity_Icon
...
Sensitivity icon
2020-05-14 21:13:33 +02:00
Milos Kozak
2d3f1323dd
layout update
2020-05-14 21:07:51 +02:00
Philoul
66c2bab60f
Sensitivity Icon end proposal with a new icon
...
Svg file added in icons folder
2020-05-14 14:39:27 +02:00
Philoul
47725ad5d5
Sensitivity Icon (50% alpha if autosens disable)
2020-05-14 12:42:33 +02:00