Milos Kozak
af1ee97d83
cleanup
2021-02-14 15:09:06 +01:00
Milos Kozak
7b4a30865a
UserEntry logging
2021-02-09 17:57:28 +01:00
Milos Kozak
887819edf4
eliminate BgReading::class in favor of GlucoseValue::class
2021-02-08 10:05:21 +01:00
Milos Kozak
7763a96d6a
migrate BG code
2021-02-06 00:30:27 +01:00
Milos Kozak
cfe23cef96
AapsSchedulers
2021-02-04 20:54:09 +01:00
Milos Kozak
230cc943af
Merge pull request #280 from nightscout/dataservice
...
Dataservice
2021-02-04 18:03:19 +01:00
Milos Kozak
99185f3d1f
EditQuickWizardDialog -> jetpack
2021-02-01 20:36:58 +01:00
Milos Kozak
920cba5219
DataService refactor
2021-01-30 22:34:05 +01:00
AdrianLxM
9da8f188b7
open app on notification press
2021-01-23 22:26:18 +01:00
Milos Kozak
e26ae1af7d
asking for permissions refactor
2021-01-18 22:47:55 +01:00
Milos Kozak
65a39d91be
refactor import/export to create DaggerAppCompatActivityWithResult
2021-01-18 17:36:18 +01:00
Milos Kozak
22f9ccab32
simplify code
2021-01-16 18:29:18 +01:00
Milos Kozak
80c12a2c21
engineering__mode
2021-01-12 11:07:26 +01:00
AdrianLxM
b509d13073
avoid concurrent button press crash in TimeListEdit - now for real
2021-01-10 03:54:51 +01:00
AdrianLxM
4c25272969
avoid concurrent button press crash in TimeListEdit
2021-01-10 03:41:54 +01:00
Stephen Brown II
151fb270df
Remove extra minus sign from Bolus Wizard timeshift result
2021-01-04 16:22:21 -07:00
Milos Kozak
e59fa702ec
Merge branch 'wizard' into dev
2020-12-28 16:42:43 +01:00
Milos Kozak
c8f7dae2c8
Bolus advisor
2020-12-28 16:42:00 +01:00
Milos Kozak
ce8fbc5580
fix typo in LocalAlertUtils
2020-12-27 21:46:13 +01:00
Milos Kozak
03c59d6e19
SMS: report pump unreachable
2020-12-25 12:06:54 +01:00
Milos Kozak
5f3aaf6b54
code cleanup
2020-12-06 15:09:32 +01:00
Milos Kozak
30624053e3
transfer overview configuration to NSClient
2020-12-04 17:55:35 +01:00
AdrianLxM
ea57e9b6cb
use new permission system and fix a few compiler warnings
2020-11-29 20:44:57 +01:00
Bart Sopers
eff37e8c33
Remove instead of invalidate uncertain Omnipod TBR after recovery
2020-11-22 21:04:33 +01:00
Milos Kozak
edd5dd7980
fix Stats
2020-11-12 22:56:03 +01:00
Brian Quinion
e89eb67236
Update hard limits based on looping in pregnancy group feedback
2020-11-08 16:31:10 +00:00
Brian Quinion
aa53ac11f2
Move PREGNANT to a correct key/value pair
2020-11-08 00:45:49 +00:00
Brian Quinion
21b1117655
Add 'pregnant' age option to allow for higher insulin requirements during pregnancy
2020-10-29 12:53:01 +00:00
Milos Kozak
7ac74f5a9e
firebase libs update
2020-10-19 22:42:26 +02:00
Milos Kozak
154d2af774
activity -> FragmentActivity
2020-10-19 18:40:17 +02:00
Milos Kozak
0a207cbecc
lint recommendation
2020-10-19 17:54:41 +02:00
Milos Kozak
04f2b0aa15
Merge pull request #15 from osodebailar/import_export_fix_for_very_small_displays
...
fix for small displays that cannot import settings due to scroll and…
2020-10-01 18:03:54 +02:00
osodebailar
42e37710f2
fix bottom button and change layout again to fit better
2020-09-30 20:15:07 +02:00
Dominik Dzienia
252063d822
Make enginering mode enabled only when turned on
2020-09-28 22:36:20 +02:00
Bart Sopers
b0d0ea3476
Merge remote-tracking branch 'upstream/2.7.0-rc5' into omnipod_eros_dev_upstream_merge
2020-09-01 21:57:40 +02:00
Bart Sopers
01c4d34df8
Display last connection in Omnipod tab in either red or white based on local alerts settings
2020-08-29 01:44:31 +02:00
Milos Kozak
134b79dd8a
show tir range
2020-08-27 10:38:53 +02:00
Milos Kozak
20e7020b07
Merge pull request #2917 from GermanBluefox/patch-3
...
Show time string instead of ms in JSON structures
2020-08-24 21:51:27 +02:00
Bluefox
f224cb1af1
Show time string instead of ms in JSON structures
2020-08-22 17:17:43 +02:00
Bart Sopers
1f3e8a4102
Merge remote-tracking branch 'upstream/2.7.0-rc4' into omnipod_eros_dev
2020-08-21 15:34:47 +02:00
Milos Kozak
09e5c82d4d
unify units spacing
2020-08-19 21:24:01 +02:00
bartsopers
6c3e7a8f43
Merge pull request #143 from smuething/move-protection-to-core
...
Move protection to core
2020-08-18 20:00:57 +02:00
Steffen Müthing
d0cbaeeb32
Move protection infrastructure to core
...
The protection infrastructure is useful for other modules like pump drivers,
so it should be in core.
2020-08-18 19:33:50 +02:00
Steffen Müthing
75cbc87b4a
Move SingleClickButton to core
...
SingleClickButton is a utility used in a number of modules and such should be
in core. While the app seems to built with the button in app, this wrong
structure should be fixed.
As the button is a UI element, the patch also moves the class to the package
info.nightscout.androidaps.utils.ui.
2020-08-18 15:09:14 +02:00
Steffen Müthing
80f1ed52b3
Move CryptoUtil to core
...
CryptoUtil is a dependency of ProtectionCheck, so it needs to move to core.
2020-08-18 12:36:25 +02:00
Bart Sopers
a3cb8ff648
Merge remote-tracking branch 'upstream/dev' into omnipod_eros_dev_merge_from_upstream
2020-08-16 12:37:28 +02:00
Milos Kozak
3dfa066cf5
MINDIA = 5.0
2020-08-14 11:25:30 +02:00
Bart Sopers
0584cbd6af
Use PodStateManager as a source for displaying info in Omnipod tab (and some other small changes)
2020-08-11 21:00:03 +02:00
Bart Sopers
a55be8d33f
- Fix local alerts
...
- Remove duplicate RL error from Pod tab
2020-08-10 22:27:52 +02:00
Milos Kozak
1bbca2787b
BolusWizard typographic
2020-08-10 12:35:59 +02:00