Commit graph

6933 commits

Author SHA1 Message Date
Roumen Georgiev
f15ead9c6f fixed tests and added DeltaType testing 2019-06-17 16:49:57 +03:00
Roumen Georgiev
6e14e3df90 working again 2019-06-17 16:03:35 +03:00
Roumen Georgiev
2a023232a7 added enum DeltaType 2019-06-17 11:22:58 +03:00
Andy Rozman
c460d1d3ef - Process Suspend delivery items 2019-06-16 20:12:10 +01:00
Andy Rozman
1290457b5a Changed version number 2019-06-16 18:41:23 +01:00
Milos Kozak
af0d4f23b1 kotlin lint 2019-06-16 09:11:11 +02:00
Milos Kozak
09e4106182 BolusWizard -> kt, code consolidation 2019-06-16 09:00:47 +02:00
Milos Kozak
1cb0f27254
Merge pull request #1833 from jotomo/tidepool-fragement
Tidepool fragement
2019-06-16 08:52:33 +02:00
Andy Rozman
00f141aa03 Medtronic 0.10.6:
- Fix Superbolus problem #138
- Fix Disconnect problem #136
- Fix Clear Bolus Block #137
- Fix problem with history DalyTotal515 (for RaulAC)
- Clean code from driver
- Fix RileyLink status, before Pump initialized #130
- Fixed basal profile rounding #134
2019-06-15 19:52:20 +01:00
Johannes Mockenhaupt
ab96e62ded
Incomplete TidepoolFragment with kotlin-android-extension. 2019-06-15 18:13:57 +02:00
Johannes Mockenhaupt
1b0d6ff413
Reflect name of Kotlin class. 2019-06-15 18:13:45 +02:00
Milos Kozak
c9bea2ae09 New translations strings.xml (Hebrew) 2019-06-15 14:22:53 +02:00
Milos Kozak
d4858305a9 fix double value 2019-06-14 12:09:27 +02:00
Milos Kozak
89fef312c5
Merge pull request #1830 from andyrozman/bug_1828
Solution for bug 1828
2019-06-14 11:44:24 +02:00
Milos Kozak
dd022ecda6
Merge pull request #1831 from andyrozman/bug_1631_and_similar
Fix for problem 1631, problem with issuing of super bolus.
2019-06-14 11:42:59 +02:00
Milos Kozak
d9bd1c6c98 remove unneeded file 2019-06-14 10:53:13 +02:00
Milos Kozak
75c13cef8f bus observeOn, Tandem as manufacture 2019-06-14 10:52:41 +02:00
Andy Rozman
125fa5fef9 Fix for problem 1631, problem with issueing of super bolus. We now check what type of TBR pump has, if its absolute it calles tempBasalAbsolute or else tempBasalPercent method 2019-06-13 23:57:36 +01:00
Andy Rozman
1432ad81e6 Solution for bug 1828 - If suspend is called from Overview, it checks which TBR type is supported by default and
then starts correct TBR method...
2019-06-13 00:14:28 +01:00
Andy Rozman
85381af2fb Fixing problem with history
Fix for log
2019-06-09 22:26:50 +01:00
Andy Rozman
bb466595e6 Minor change with collection 2019-06-09 18:54:19 +01:00
Andy Rozman
a19d71df89 0.10.5-SNAPSHOT
- added custom comnand for reseting RL configuration
- removed guava Splitter and use my own code
- remove old unsused code
2019-06-09 16:58:23 +01:00
Milos Kozak
9d90c36a94 process TBR correctly 2019-06-09 15:17:16 +02:00
Milos Kozak
243e6c5801 pump manufacters etc 2019-06-09 14:02:33 +02:00
Milos Kozak
c49da9a818 conditional upload 2019-06-08 23:39:14 +02:00
Milos Kozak
d2e7cc9041 Provide manufacter, model, SN for pump 2019-06-08 22:39:26 +02:00
Milos Kozak
edb4844b7a more kotlin, less java 2019-06-07 16:09:10 +02:00
Milos Kozak
7d6ed94491 Scrollview 2019-06-07 15:40:05 +02:00
Milos Kozak
a7451c9b16 CompositeDisposable 2019-06-07 14:46:24 +02:00
Milos Kozak
ccf49b5e5a rx lib update 2019-06-07 12:50:59 +02:00
Milos Kozak
10584d9b00 RxBus 2019-06-07 12:46:08 +02:00
Milos Kozak
643ddfae52 cleanup, hook to preferences change 2019-06-07 11:07:08 +02:00
Milos Kozak
01006b32ce remove explicit enable checkbox, test login 2019-06-07 09:13:29 +02:00
Milos Kozak
5dbdd5e437 layout improvement 2019-06-06 23:25:21 +02:00
Milos Kozak
ba0b7ec83d code tweaking, upload profile 2019-06-06 22:15:57 +02:00
Milos Kozak
21a49f731c code cleanup, set uuid properly 2019-06-05 16:29:19 +02:00
Milos Kozak
a0c00273bc remove window latency 2019-06-05 10:47:32 +02:00
Milos Kozak
8ea5968f4d reset time button 2019-06-05 00:22:57 +02:00
Milos Kozak
e32801ca6b preferences, button 2019-06-04 07:38:17 +02:00
Milos Kozak
4a07e01b7d fix NPE 2019-06-03 22:07:38 +02:00
Milos Kozak
5ab79f7f5a New login after removed dataset 2019-06-03 22:00:53 +02:00
Milos Kozak
b3d3ec8a27 remove lombok 2019-06-03 21:17:21 +02:00
Roumen Georgiev
b4920a20b3
Merge branch 'automation' into deltaTrigger 2019-06-03 15:14:05 +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
Milos Kozak
048ea4d489 Tidepool test UI 2019-06-03 00:03:06 +02:00
Milos Kozak
e2364561ed transform to kotlin, cleanup, sort 2019-06-02 16:24:51 +02:00
Andy Rozman
6d771d8918 - fixed string 2019-06-01 22:56:14 +01:00
Andy Rozman
43c472da17 0.10.4-SNAPSHOT
- fixed Tune up
- displaying power
2019-06-01 22:18:30 +01:00
Milos Kozak
42ceaac0f7 remove activeandroid 2019-06-01 22:29:57 +02:00
Milos Kozak
6f4d79bca8 fix copy paste errors 2019-06-01 18:51:41 +02:00