Commit graph

60 commits

Author SHA1 Message Date
Milos Kozak
886dc6d0a4 DetailedBolusInfo -> interfaces 2022-11-10 09:40:49 +01:00
Milos Kozak
f43e090296 move more to interfaces module 2022-11-08 21:17:46 +01:00
Milos Kozak
34320ad8ca sync -> plugins module 2022-11-08 17:34:47 +01:00
Milos Kozak
ed91df6341 add interfaces -> shared dependency (ResourceHelper) 2022-11-08 11:08:14 +01:00
Milos Kozak
4643b12414 Rx module 2022-11-06 12:28:35 +01:00
Milos Kozak
c5ae87d344 migrate out of app module 2022-11-04 14:34:05 +01:00
Milos Kozak
f8a8e90d7b ConstraintChecker -> ConstriantsImpl -> implementation module 2022-11-03 13:33:22 +01:00
Milos Kozak
8e70308150 BgGraphBuilder -> kt 2022-04-23 18:34:04 +02:00
Milos Kozak
2ebaffa4ad Wear: migrate to RxBus comm and data classes 2022-04-22 22:19:10 +02:00
Milos Kozak
85140a9c2e Loop cleanup 2021-11-30 17:08:31 +01:00
Milos Kozak
0db34981d4 rename CommandQueue 2021-11-07 17:19:06 +01:00
Milos Kozak
756957ed8c resourceHelper -> rh 2021-11-04 10:56:12 +01:00
Milos Kozak
c4765b42f0 enable logging of EVENTS again 2021-10-30 18:29:00 +02:00
Milos Kozak
1dd64b5958 relocate default profile 2021-10-30 14:14:37 +02:00
Milos Kozak
1f65ee38c7 RxBusWrapper -> RxBus 2021-10-15 14:56:22 +02:00
Milos Kozak
b2c45d0a26 remove PowerMock from all modules except wear 2021-09-23 17:35:55 +02:00
Milos Kozak
bee6d289c0 HistoryBrowseActivity 2021-05-25 17:42:21 +02:00
Milos Kozak
37e3c4532a Profiles -> room (no NS sync yet) 2021-04-29 20:42:45 +02:00
Milos Kozak
cada2919d1 prepare Profile interface 2021-04-19 18:44:17 +02:00
Milos Kozak
c04993ddad rename interfaces, cleanup 2021-04-14 00:45:30 +02:00
Milos Kozak
3aa38d46bb ConfigBuilderInterface rename 2021-04-13 23:27:55 +02:00
Milos Kozak
36040b7ed2 IobCobCalculator refactor 2021-04-13 18:33:44 +02:00
Milos Kozak
c637b7072c IobCobCalculator refactor 2021-04-12 19:49:12 +02:00
Milos Kozak
998eba8b9f DateUtil -> kt, static funcs removed 2021-04-11 17:47:55 +02:00
Milos Kozak
2463f8fc47 ExtendedBolus, TemporaryBasal -> room, DanaRS working 2021-04-05 22:41:28 +02:00
Milos Kozak
cb298a2646 eliminate treatments cache from TreatmentsPlugin 2021-03-29 19:15:46 +02:00
AdrianLxM
3cb07c215e Refactor GlucoseStatusProvider out of GlucoseStatus 2021-03-07 20:22:03 +01:00
Milos Kozak
72176edfb9 core -> kt, move tests to core 2021-03-07 00:49:18 +01:00
Milos Kozak
8562a3e481 more test to core 2021-02-18 18:12:39 +01:00
Milos Kozak
6d32516aec move test to core 2021-02-18 17:01:41 +01:00
Milos Kozak
6f3266e845 IobCobCalculatorPlugin -> kt 2021-02-16 13:48:59 +01:00
Milos Kozak
7506c7e2ab remove findbug 2021-02-11 18:10:14 +01:00
Milos Kozak
cfe23cef96 AapsSchedulers 2021-02-04 20:54:09 +01:00
Milos Kozak
f9ec47010e fix test 2020-12-28 23:45:53 +01:00
Milos Kozak
e053d3601d regional independent test 2020-05-20 19:53:16 +02:00
Milos Kozak
70e9d3e88a fix tests 2020-05-07 23:40:59 +02:00
Milos Kozak
120c526b80 move to core 2020-05-07 09:54:36 +02:00
Dominik Dzienia
9dca938698 Refactored CryptoUtil to make it injectable and more testable
Added checks for vanilla JVM AES 256 issues in tests
2020-04-06 23:48:25 +02:00
Milos Kozak
7e6501bded Logging in tests 2020-03-31 15:49:57 +02:00
Dominik Dzienia
6e9ccc593f Support for master password and storing password as hashes (HMAC) instead of plaintext,
additional crypto utils with tests (partialy for in-progress pref export encryption),
changed PasswordCheck to more common UI and to use lambdas (will need given password in lambda callback for prefs enc)
2020-03-25 01:21:20 +01:00
Milos Kozak
46efb92d3d tests cleanup 2020-03-17 23:45:51 +01:00
Milos Kozak
7e9402b939 remove ProfileFunctions dependency 2020-03-17 22:56:14 +01:00
Milos Kozak
bac9de1f66 Tests 2020-03-12 19:47:54 +01:00
Milos Kozak
7518537108 wizard injection 2019-12-31 11:57:58 +01:00
Milos Kozak
7f8abcf591 Constraints, Dialogs daggerize 2019-12-27 19:20:38 +01:00
Milos Kozak
8af8d584eb use profile store units as fallback 2019-12-17 18:08:28 +01:00
Milos Kozak
788ff545ca Merge branch 'dev' into localprofile 2019-11-19 23:22:08 +01:00
Milos Kozak
3c025e97a8 fix some tests 2019-11-12 17:37:44 +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
Milos Kozak
d2d4d5054f better check for finishing objectives 2019-09-30 14:39:57 +02:00