Milos Kozak
d25f6f07b0
migrate to kotlin, remove butterknife, code claeanup
2019-07-18 23:49:59 +02:00
Milos Kozak
1c8aae9757
fix tests
2019-07-16 22:35:46 +02:00
Milos Kozak
c4ba821dc1
Merge branch 'dev' into automation
2019-07-14 20:00:42 +02:00
Milos Kozak
d7a28bf713
Session test
2019-07-14 16:11:27 +01:00
Milos Kozak
f5c22a33ff
icons
2019-07-11 18:56:50 +01:00
Milos Kozak
4df1127a8c
jetpack compliance, code cleanup, extracted resources
2019-07-11 18:18:05 +01:00
Milos Kozak
829ef9b6ad
fix test import
2019-07-05 00:49:41 +01:00
Milos Kozak
c0345ce56c
Merge branch 'dev' into automation
2019-07-04 23:37:36 +01:00
Milos Kozak
7e8059c3d8
Merge branch 'automation' into triggerLastBolus
2019-06-21 15:34:06 +02:00
Milos Kozak
a9d8420451
Merge branch 'automation' into deltaTrigger
2019-06-21 15:22:40 +02:00
Roumen Georgiev
ca60ed9ca8
add L.class to test
2019-06-20 13:15:59 +03:00
Roumen Georgiev
046e2b7495
added triggerCob
2019-06-20 11:12:03 +03:00
Roumen Georgiev
15f6a577c2
trigger bolusAgo
2019-06-19 14:58:13 +03:00
Roumen Georgiev
f8b3878899
icon
2019-06-19 12:11:10 +03:00
Roumen Georgiev
3f86788eb4
Added DeltaType tests and negative delta values allowed
2019-06-18 14:47:44 +03:00
Roumen Georgiev
b9ddbe7011
tests
2019-06-18 10:56:27 +03:00
Roumen Georgiev
f15ead9c6f
fixed tests and added DeltaType testing
2019-06-17 16:49:57 +03:00
Roumen Georgiev
116865896b
Automation ( #69 ) ( #70 )
...
* Adding trigger AutosensValue
* new trigger and tests
* AS value in %
* adding tests
* fixed tests
* fix for maxValue and tests
* Using InputDouble
* icon added
* unavailable data and IS_NOT_AVAILABLE case
* Fixing after comments
* Autosens !=0 && IS_NOT_AVAILABLE doesn't exist enymore
* cleanup
2019-06-03 15:06:40 +03:00
Roumen Georgiev
5c4910ed5b
added trigger Delta
2019-05-30 12:16:42 +03:00
Roumen Georgiev
63d5ef4aa7
Autosens !=0 && IS_NOT_AVAILABLE doesn't exist enymore
2019-05-23 11:01:16 +03:00
Roumen Georgiev
27eb11e5df
unavailable data and IS_NOT_AVAILABLE case
2019-05-20 11:21:51 +03:00
Milos Kozak
a20efab567
remove deprecated calls
2019-05-16 19:54:35 +02:00
Roumen Georgiev
ccd66d498c
icon added
2019-05-16 16:03:05 +03:00
Roumen Georgiev
4aaca7acb1
Using InputDouble
2019-05-16 12:08:36 +03:00
Roumen Georgiev
3280f220ad
fix for maxValue and tests
2019-05-15 17:11:47 +03:00
Roumen Georgiev
31224f894d
fixed tests
2019-05-15 15:29:18 +03:00
Roumen Georgiev
8e9ef8cb6f
adding tests
2019-05-15 14:52:30 +03:00
Milos Kozak
a33e1f6d3c
TriggerLocation
2019-05-03 07:37:49 +02:00
Milos Kozak
3ab2a142d1
Merge remote-tracking branch 'origin/dev' into automation
2019-05-02 22:27:54 +02:00
Milos Kozak
a678c6509c
TriggerWifiSsid, UI tweaking
2019-04-22 22:47:59 +02:00
AdrianLxM
0361ee8589
update logic version checker
2019-04-22 14:10:12 +02:00
Milos Kozak
1840ddabb3
TriggerTempTarget
2019-04-22 12:42:19 +02:00
Milos Kozak
bef170699f
Merge pull request #1756 from schmitzn/automation-patch1
...
Check value after setting unit
2019-04-22 09:37:17 +02:00
Milos Kozak
45312d9ffe
ActionProfileSwitchPercent
2019-04-21 23:48:05 +02:00
Milos Kozak
42cd2ddaa3
TriggerProfilePercent
2019-04-21 22:32:06 +02:00
Nico Schmitz
3fec2ce16c
Check value after setting unit
...
This makes sure that the value is in the range of minValue and maxValue. Also, it sets an inital value != 0 as it's called in the constructor.
2019-04-21 20:01:29 +02:00
Milos Kozak
e679f5eaff
ActionNotification
2019-04-21 16:17:25 +02:00
Milos Kozak
5f32eea488
Merge branch 'dev' into automation
2019-04-21 10:39:24 +02:00
Milos Kozak
8ca3d7cba2
TriggerIob, refactoring, lint cleanup, tests
2019-04-21 10:04:30 +02:00
Milos Kozak
27783fe33e
TriggerIob, more fixes
2019-04-19 09:20:59 +02:00
Milos Kozak
a08f01e69b
more TriggerBg tests
2019-04-18 21:06:16 +02:00
Milos Kozak
89ec81a850
UI and logic tweaking
2019-04-18 19:33:23 +02:00
AdrianLxM
6c6b23066b
mocking the time
2019-04-18 00:33:24 +02:00
AdrianLxM
9be0ffffa9
verify static calls on mocked classes
2019-04-17 21:28:32 +02:00
Milos Kozak
bfb39d81e7
fix test
2019-04-17 00:00:44 +02:00
AdrianLxM
f739980988
testing and SP logic
2019-04-15 08:04:56 +02:00
AdrianLxM
04618156cc
restructure and test version checker
2019-04-11 12:43:52 +02:00
Johannes Mockenhaupt
cefee4827b
TDDing
2019-04-10 14:58:01 +02:00
Johannes Mockenhaupt
85cc61934c
add test
2019-04-10 14:51:50 +02:00
Milos Kozak
1f62c820ca
Automation: split recurring and nonrecurring time
2019-04-02 00:05:12 +02:00