dlvoy
0e370fee02
[ #2210 ][ #728 ] Ignoring JaCoCo runtime-injected fields that affected tests
2019-11-26 10:49:01 +01:00
dlvoy
48aa7a887a
[ #2210 ][ #728 ] Tests for complications related, formating, perisitence, utils and data-model code of wear module
2019-11-26 09:30:46 +01:00
dlvoy
1042e8aab8
[ #728 ] Post review / test related minor improvements:
...
- improving mockability when Android classes are used
- POJO Pair instead Java
- old BGWatchData cleanup fix
- Persistence getDataMap fix
- minor fixes and improvements to display formating
2019-11-26 09:30:45 +01:00
dlvoy
20eae8eb12
[ #728 ] Fix for complications update period (from @jotomo review)
2019-11-26 09:30:27 +01:00
dlvoy
e9e1fbae2f
[ #2210 ][ #728 ] - Code coverage config for wear module
...
- Fixed mockito configuration for bug in 2.X
2019-11-26 09:14:39 +01:00
dlvoy
1240deb4d3
Merge branch 'dev' into feature/728_wearos_complication
2019-11-22 15:58:41 +01:00
Milos Kozak
477f78203d
Merge pull request #2212 from dlvoy/feature/2210_wearos_unit_tests
...
Unit test configuration for Wear OS, first tests
2019-11-22 00:42:02 +01:00
Dominik Dzienia
07ca4b6524
Unit test configuration for Wear OS, first tests
2019-11-21 16:04:18 +01:00
Milos Kozak
b2079aa316
Warn 12h before DST change
2019-11-21 00:20:01 +01:00
Milos Kozak
9aa77122ba
Use on Rx for NetworkChange
2019-11-21 00:07:50 +01:00
Milos Kozak
2fe276d101
accept data 1 month back in Dexcom plugin
2019-11-20 22:03:31 +01:00
Milos Kozak
117f56e247
Merge pull request #2204 from andyrozman/double_bolus_debug_master
...
Fix for some Double bolus problems
2019-11-19 17:35:15 +01:00
Andy Rozman
fe7726b5bf
Reset VERSION number in build.gradle
2019-11-15 23:33:23 +00:00
Dominik Dzienia
11665a1d89
[ #728 ] Complication support - Watch OS selection of Short, Long and Image complications with current AAPS status (SGV, trend, delta, BR, IoB, CoB, phone/uploader battery)
2019-11-15 11:23:50 +01:00
Milos Kozak
c6bbc0fe8b
Merge pull request #2198 from jotomo/log-unhandled-exceptions-again
...
Log unhandled exceptions again
2019-11-14 22:40:15 +01:00
Andy Rozman
740b795b42
Little bit of cleanup:
...
- removed some unsused (commented) code
- removed few logs that were very useless
2019-11-14 21:22:03 +00:00
Johannes Mockenhaupt
db403dc39d
MDT logging fixup.
2019-11-14 20:49:29 +01:00
Johannes Mockenhaupt
94f10a44a5
Rethrow unhandled exceptions in tests as runtime exception.
2019-11-14 18:04:36 +01:00
Johannes Mockenhaupt
b9d600edf4
Log unhandled exceptions as errors.
2019-11-14 17:50:32 +01:00
Milos Kozak
3e5206b4cd
Merge pull request #2178 from 2flea/dev
...
Countdown time for temporary PS in overview
2019-11-14 11:39:01 +01:00
Milos Kozak
232555b407
Merge pull request #2195 from boc-the-git/rounding-changes
...
Rounding: Use BigDemical for more accurate comparison
2019-11-14 11:07:14 +01:00
Johannes Mockenhaupt
dc38615ec9
Ignore InternalErrors during app shutdown.
2019-11-12 13:44:02 +01:00
Johannes Mockenhaupt
cce3a77a37
Log unhandled exception rather than printing to stdout.
2019-11-12 13:41:36 +01:00
Milos Kozak
37ea3b3e30
better skipping objective message
2019-11-12 07:40:49 +01:00
boc-the-git
b682432ca0
Change roundTo method to use BigDecimal rather than Double for more accurate comparison. Update tests to introduce more scenarios where without the code change, they'd fail.
2019-11-12 15:39:42 +11:00
Andy Rozman
1d1549105b
Merge branch 'double_bolus_debug_master' of https://github.com/andyrozman/AndroidAPS into double_bolus_debug_master
2019-11-11 23:02:49 +00:00
Andy Rozman
4b7fc10402
- changed how edit is done.. We now edit Treatment object directly without DetailedBolusInfo object.
2019-11-11 23:00:07 +00:00
Milos Kozak
25b18d93d9
fix max_daily_basal to support insight min rate
2019-11-11 16:47:09 +01:00
Milos Kozak
09c1ab5960
smbmaxminutes fix
2019-11-11 14:57:56 +01:00
Milos Kozak
99e31cad9a
Merge pull request #2187 from twain47/notes-missing-from-wizard
...
Re-run calculateInsulin when OK is pressed
2019-11-07 17:44:35 +01:00
Brian Quinion
1467361d54
re-run calculateInsulin when OK is pressed to ensure changes to notes fields are used
2019-11-07 11:46:55 +00:00
andreas
2044fe6860
Instead of computing name in overview fragment add function
...
ProfileFunctions.getInstance().getProfileNameWithDuration()
to be called
2019-11-05 15:43:11 +01:00
Milos Kozak
ff70299625
Merge pull request #2175 from rkresha/dev
...
Typo with Daylight Savings Time strings
2019-11-05 12:03:11 +01:00
Andy Rozman
3797e7671a
- one missing core log
2019-11-04 12:25:21 +00:00
Andy Rozman
220bd20f1f
medtronic-2.5.1.1
...
- DetailedBolusInfo.add is used when Bolus delivered
- fixed some logging problems with Gson for core objects
- when bolus is given, date is changed to when it was actually delivered (in case contacting pump takes longer than exprected)
2019-11-04 12:21:29 +00:00
Andy Rozman
7371ae3315
- added DetailedBolusInfoStorage add to deliverBolus
2019-11-04 11:55:34 +00:00
Andreas
70172bf8e4
Add temporary PS remaining time in profile name
2019-11-03 16:20:20 +01:00
Andreas
3be191df4c
Merge pull request #3 from MilosKozak/dev
...
Dev
2019-11-03 12:45:54 +01:00
Rob Kresha
64dba46a96
Typo with Daylight Savings Time strings
...
-2 strings with Daylight missing a 't'
-Savings not capitalized in the 3 string
2019-11-02 16:41:21 -05:00
AdrianLxM
3c4b16378b
Merge branch 'master' into dev and update version
2019-11-01 00:22:06 +01:00
AdrianLxM
eb98ca7658
Merge pull request #2169 from MilosKozak/prep2.5.1
...
2.5.1
2019-11-01 00:12:59 +01:00
AdrianLxM
cdecf790e1
Merge pull request #2163 from MilosKozak/adrian/semantic-versioning
...
Adrian/semantic versioning
2019-10-31 08:38:44 +01:00
AdrianLxM
c87c68f84c
Merge pull request #2162 from MilosKozak/adrian/NCRworkaround
...
ncr-workaround
2019-10-31 08:36:26 +01:00
AdrianLxM
83f31aeeb6
bump 2.5.1
2019-10-31 08:34:44 +01:00
AdrianLxM
9ccda7cfee
semantic versioning
2019-10-31 08:28:27 +01:00
AdrianLxM
d2b059fd6b
Update Tests for new versioning
2019-10-31 08:20:00 +01:00
AdrianLxM
7189115c3e
no more singletons - what is heap space if we can have tasty side effects
2019-10-29 22:25:02 +01:00
AdrianLxM
9798c9b47a
public cton on NetworkChangeReceiver
2019-10-29 22:23:23 +01:00
Milos Kozak
0da6377687
SignatureVerifierPluginTest
2019-10-28 13:45:42 +01:00
Milos Kozak
c10963dcbd
fix NPE
2019-10-27 15:48:09 +01:00