aviau
125141d326
SetupWizard: only ask for patient age once
2019-08-28 23:38:23 -04:00
Milos Kozak
9d55ef9120
Merge pull request #1992 from twain47/loggerhelper-readability
...
Clean up log output from determine-basal.js
2019-08-28 21:03:28 +02:00
Andy Rozman
b48fec4624
- changed bolus step to 0.05 for 523 and 554
2019-08-28 19:29:18 +01:00
Andy Rozman
e1b24eb900
Merge branch 'dev' into bug_1954_mdt_wrong_min_bolus_for_554
2019-08-28 19:24:19 +01:00
Milos Kozak
7d9d70fba8
better notification layout
2019-08-28 17:57:48 +02:00
Milos Kozak
47ec03efec
Merge commit 'd827c10161c621664f5041b3ee586b8fe76a7707' into dev
2019-08-28 15:38:27 +02:00
Andy Rozman
f0ccf57e69
- fixing reading profile
2019-08-28 14:10:28 +01:00
Milos Kozak
6f9aec95e5
fix NPE
2019-08-28 13:55:51 +02:00
Milos Kozak
b9c965ac95
Merge branch 'dev' into bw
2019-08-27 21:36:51 +02:00
Milos Kozak
66512dbe38
limit TT values
2019-08-27 20:16:51 +02:00
Milos Kozak
f184aa0c6a
TriggerDelta show units
2019-08-27 19:35:37 +02:00
Milos Kozak
022ca2fe6e
TriggerDelta default value 0
2019-08-27 19:28:28 +02:00
Milos Kozak
e6ae4f03d5
fix limit values in InputBg
2019-08-27 19:07:05 +02:00
Milos Kozak
52830f620f
Allow comma in NumberPicker
2019-08-27 18:07:17 +02:00
Milos Kozak
46968aa597
fix NPE
2019-08-27 09:47:18 +02:00
Milos Kozak
3fed995d51
fix disappearing save button
2019-08-26 22:40:54 +02:00
Milos Kozak
0866b480ac
fix reset button in local profile
2019-08-26 20:30:00 +02:00
Milos Kozak
775214676e
fix bug in TimeListEdit
2019-08-26 20:21:07 +02:00
Milos Kozak
21ee334218
workaround for https://github.com/nightscout/cgm-remote-monitor/issues/4929
2019-08-26 18:42:17 +02:00
Milos Kozak
4c7b8ef210
fast >>>Loading ...<<< notification on app start
2019-08-26 17:33:20 +02:00
Milos Kozak
1eff4697fa
Fragments cleanup & Synchonized updateGui
2019-08-26 16:15:16 +02:00
Milos Kozak
b04641e466
Revert "DataService as JobIntentService"
...
This reverts commit e0c2e7d579
.
2019-08-26 15:06:34 +02:00
Brian Quinion
e6994bd4b3
Clean up log output from determine-basal.js
2019-08-25 21:27:53 +01:00
Brian Quinion
157dc097d1
Clean up log output from determine-basal.js
2019-08-25 21:23:47 +01:00
Andy Rozman
2569e66bce
- minor change. New absoluteValue is now put through pumpType.determineCorreectBasalValue method, so that we get correct value
2019-08-25 19:25:36 +01:00
Andy Rozman
d4d1110d68
- added fake method TBR Percent. If pecent is 0, it calls absolute methods with 0, if not, it calculates value, writes log and then starts absolute method
2019-08-25 14:48:00 +01:00
Milos Kozak
c53e8d5615
lint issue fix
2019-08-24 19:33:09 +02:00
Milos Kozak
11264dff51
Merge pull request #1984 from MilosKozak/updated1976
...
Allow for Battery Optimization failing on some platforms
2019-08-24 19:26:40 +02:00
Milos Kozak
792a1d7ddd
code cleanup
2019-08-24 18:58:17 +02:00
Milos Kozak
719f90a3ac
remove ctx from PersistentNotificationPlugin
2019-08-24 18:33:04 +02:00
Milos Kozak
cdb42f671f
Merge branch 'dev' into pull/1975
2019-08-24 18:28:01 +02:00
Milos Kozak
0aec043696
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2019-08-24 17:07:32 +02:00
Milos Kozak
a6ea69bad0
Cleanup
2019-08-24 10:56:36 +02:00
Milos Kozak
cd550e4c0f
Merge pull request #1979 from andyrozman/bug_1972_double_bolus_fill_cancula
...
Fix for fill canula double bolus
2019-08-23 22:09:41 +02:00
Milos Kozak
2c712bd1c0
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2019-08-23 21:48:07 +02:00
Milos Kozak
6d91938b3f
allow disable automation event
2019-08-23 21:48:00 +02:00
Milos Kozak
0a77fb9bcb
implement percentage in wizard, refactoring to kotlin
2019-08-23 16:31:30 +02:00
Milos Kozak
40ffb6f199
force use iob when cob is selected
2019-08-22 21:33:10 +02:00
Milos Kozak
5ca170e660
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2019-08-22 20:33:50 +02:00
Milos Kozak
d414b9b651
fixed TimeListEdit when time is localized, larger add/remove buttons
2019-08-22 20:33:18 +02:00
Brian Quinion
75be27485c
Typo in battery optimization code
2019-08-22 10:29:13 +01:00
Johannes Mockenhaupt
91bd2c5b4f
Log an uncaught exception before it crashes the app.
...
According to https://fabric.io/kits/android/crashlytics/features (Step 3, 2nd paragraph), registering an UncaughtExceptionHandler before Fabric is set up does not interfere with Fabric.
2019-08-22 11:25:40 +02:00
Johannes Mockenhaupt
fb6bcfdccd
Log an uncaught exception before it crashes the app.
2019-08-22 11:12:15 +02:00
Andy Rozman
2384573831
Fix for fill canula double bolus
2019-08-21 20:41:29 +01:00
Brian Quinion
d0335e56fa
Allow for Battery Optimization failing on some platforms
2019-08-21 17:45:31 +01:00
Brian Quinion
450a25c3b8
Allow for Battery Optimization failing on some platforms
2019-08-21 17:38:01 +01:00
Johannes Mockenhaupt
e0421b509c
LocationService: invoke startForeground in onCreate().
2019-08-21 17:41:54 +02:00
Andy Rozman
7946e3ad73
- changed bolus configuration for 523 and 554
2019-08-20 09:00:34 +01:00
Andy Rozman
b1486c5ed6
- fixing the problem with minimal bolus that can be used for Medtronic Pumps.
2019-08-18 09:16:16 +01:00
Milos Kozak
0bdaa17082
Insulin activity scale detection
2019-08-15 17:54:57 +02:00
Milos Kozak
bfedc3d9d7
MedtronicFragment synchronized
2019-08-15 17:11:07 +02:00
Milos Kozak
1cb93c630d
EventChargingState not extending Event
2019-08-15 17:10:36 +02:00
Milos Kozak
b5bc80bc52
Merge branch 'pull/1956' into dev
2019-08-15 14:40:19 +02:00
Milos Kozak
56d6a04e2b
MDT prefs translatable=false
2019-08-14 17:49:01 +02:00
Milos Kozak
156ff4ec93
Remove HandlerThread from MedtronicHistoryActivity
2019-08-13 08:20:20 +02:00
Milos Kozak
49c4e4cba1
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2019-08-13 08:17:05 +02:00
Milos Kozak
d8795f4d80
Remove Sync button from DanaRHistoryActivity
2019-08-13 08:16:46 +02:00
Milos Kozak
899c801822
Remove unused HandlerThread
2019-08-13 08:08:59 +02:00
Milos Kozak
c68c7e5cb4
Remove unneeded HandlerThreads
2019-08-13 00:01:33 +02:00
Andy Rozman
a1bbf29230
- added check before bolus is attempted, if we have enough in reservoir (from local info, we don't query the pump,
...
while this might not always be 100% correct, it is updated every hour (if under 50 U and every 4h if over
50U and every 15 minutes if under 20U, so it should be accurate, information is not accurate only if you cancel bolus midway...
2019-08-12 17:20:38 +01:00
Milos Kozak
5b4a88ed1b
remove NSClient restart receiver
2019-08-09 16:00:41 +02:00
Milos Kozak
e0c2e7d579
DataService as JobIntentService
2019-08-09 14:17:17 +02:00
Milos Kozak
9d6654eecf
fix SingleFragmentActivity
2019-08-08 21:16:15 +02:00
Milos Kozak
dd8229ef7d
MedtronicHistoryActivity extends NoSplashActivity
2019-08-08 20:59:05 +02:00
Milos Kozak
d21080169d
run LocationService on foreground
2019-08-08 19:53:25 +02:00
Milos Kozak
f26069db00
run DummyService on start instead of NSClientService
2019-08-08 19:44:22 +02:00
Milos Kozak
d467d679df
Merge pull request #1928 from triplem/firebase_events_test
...
disable firebase for tests
2019-08-08 19:27:37 +02:00
Milos Kozak
2b3dc396fe
EventMedtronicDeviceStatusChange fix
2019-08-08 18:48:16 +02:00
Milos Kozak
6802c0ea85
fix activities
2019-08-08 18:39:56 +02:00
Milos Kozak
b653b5096d
remove butterknife from gradle
2019-08-07 23:05:05 +02:00
Milos Kozak
829aa98097
MedtronicFragment -> kotlin
2019-08-07 23:00:02 +02:00
Milos Kozak
20859e9662
fix Fragment Rx lifecycle
2019-08-07 19:44:40 +02:00
Milos Kozak
858759873a
MedtronicFragment remove static variables
2019-08-07 18:45:33 +02:00
Milos Kozak
9226a561db
remove butterknife from HistoryBrowseActivity
2019-08-07 16:58:57 +02:00
Milos Kozak
607d7c4b24
Merge remote-tracking branch 'origin/dev' into loopkotlin
2019-08-07 16:23:03 +02:00
Milos Kozak
4f562d8f86
fix crash in Dana fragment
2019-08-07 16:22:33 +02:00
Milos Kozak
8f3c4e25c5
DanaRFragment -> kotlin
2019-08-07 15:50:37 +02:00
Andy Rozman
163c043492
- preliminary fix for #1940 (if calculated voltage is under 0, we set it to 1%)
2019-08-07 11:59:47 +01:00
Andy Rozman
d06c5fdcc8
- fixed 4 (or more) crashalytics problems
2019-08-07 11:48:37 +01:00
Milos Kozak
a0eef61745
remove @BindView from RileyLinkStatusActivity
2019-08-06 23:22:56 +02:00
Milos Kozak
fe716bdc2e
LogSettingActivity -> kotlin
2019-08-06 23:15:06 +02:00
Milos Kozak
949cde143a
NSProfileFragment -> kotlin
2019-08-06 22:53:09 +02:00
Milos Kozak
73e8d21ca0
OpenAPSPlugins -> kotlin
2019-08-06 21:50:08 +02:00
Milos Kozak
d2c01501a8
ConfigBuilderFragment -> kotlin
2019-08-06 20:46:35 +02:00
Milos Kozak
63e45fd549
PluginViewHolder -> kotlin
2019-08-06 20:27:17 +02:00
Milos Kozak
9b6312a495
remove dead code
2019-08-06 02:58:50 +02:00
Milos Kozak
9e962b953f
eliminate PluginSwitcher
2019-08-06 02:34:57 +02:00
Milos Kozak
c1a1cc3108
ProfileViewerDialog -> kotlin
2019-08-06 01:19:24 +02:00
Milos Kozak
9608f5185f
lint warnings
2019-08-05 16:04:16 +02:00
Milos Kozak
89d2ff9de8
LoopFragment -> kotlin
2019-08-05 14:12:39 +02:00
AdrianLxM
8bc9828a8b
Update LocalProfileFragment.java
2019-08-04 11:44:19 +01:00
Milos Kozak
4bbb77907f
separate config for pumpcontrol
2019-08-03 23:22:30 +02:00
Milos Kozak
4831eb9193
Merge branch 'dev' into batteryopt
2019-08-03 23:17:02 +02:00
Milos Kozak
49ae8747fd
remove code redundancy
2019-08-03 21:22:24 +02:00
Milos Kozak
93ecd43e2e
handle callback from ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
2019-08-03 20:01:55 +02:00
Milos Kozak
81eeb66538
SDK checking cleanup 2
2019-08-03 20:00:56 +02:00
Milos Kozak
c9d1cc6a24
SDK checking cleanup
2019-08-03 19:11:16 +02:00
Milos Kozak
f439f1c6dd
revert skippable in wizard
2019-08-03 18:54:53 +02:00
Milos Kozak
43c0ce25ba
startForeground in onCreate
2019-08-03 18:19:38 +02:00
Milos Kozak
e4a3b0656e
ErrorHelperActivity, ErrorDialog -> kotlin
2019-08-02 22:33:35 +02:00
Milos Kozak
628adf25ba
better check soundid passed to AlarmSoundService
2019-08-02 21:55:34 +02:00
Milos Kozak
b572d110d8
remove splash on other activities
2019-08-02 17:15:57 +02:00
Milos Kozak
a738672dbb
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2019-08-02 16:32:20 +02:00
Milos Kozak
442d48b4c2
fix OPAS fragments
2019-08-02 16:31:57 +02:00
Brian Quinion
0c3d3f0dd8
Make needwhitelisting skippable to avoid issues with not being able to detect step being completed
2019-08-02 14:44:39 +01:00
Brian Quinion
246186f03f
Check we have battery optimisation with PowerManager (required in addition to REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission)
2019-08-02 14:13:57 +01:00
triplem
c9f054bd47
disable firebase for tests
2019-08-01 21:20:17 +02:00
Milos Kozak
7db98bf810
Splash logo
2019-08-01 16:29:20 +02:00
Milos Kozak
b0eecac00e
BolusProgress code cleanup
2019-08-01 10:26:31 +02:00
Paulus
d827c10161
CR #1903 initial commit
2019-08-01 00:47:57 +02:00
Milos Kozak
32ff72b620
Merge pull request #1923 from jotomo/rotating-bolus-progress-dialog
...
BolusProgressDialog: persist/resurrect state message across restarts.
2019-07-31 19:15:01 +02:00
Johannes Mockenhaupt
056125ffb3
BolusProgressDialog: persist/resurrect state message across restarts.
...
Intents to solve #1909 .
2019-07-31 18:48:31 +02:00
Milos Kozak
0d9578763d
fix warnClock from NS
2019-07-31 15:11:20 +02:00
Milos Kozak
978b68eee7
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2019-07-31 14:56:39 +02:00
Milos Kozak
8290d5a954
fix issuing another SMB is one is currently running
2019-07-31 14:56:30 +02:00
Andy Rozman
c8faf49cd7
- changed bolus size for medtronic 512- 522 models
2019-07-31 11:56:21 +01:00
Andy Rozman
de00fb83ea
Fixed problems found on Crashalytics (5 of them)
2019-07-30 10:33:30 +01:00
Milos Kozak
27ec907611
fix NPE in Automation
2019-07-29 23:48:23 +02:00
Milos Kozak
6daba3b9e7
fix crash in NumberPicker
2019-07-29 23:24:55 +02:00
Milos Kozak
c0ec445fbe
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2019-07-29 23:21:14 +02:00
Milos Kozak
2fbc9be152
fix Tidepool crash
2019-07-29 23:20:44 +02:00
Milos Kozak
4834a2ba7c
fix adding zero deviations
2019-07-29 16:36:37 +02:00
Milos Kozak
b518077c50
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2019-07-28 13:26:32 +02:00
Milos Kozak
68d9a5af70
prevent NPE in test
2019-07-28 13:26:15 +02:00
Milos Kozak
e98ae5078f
Merge pull request #1857 from MilosKozak/iobfix
...
calculate iob prediction based on autosens
2019-07-28 11:38:21 +02:00
Milos Kozak
53b9d97f5d
Merge pull request #1893 from MilosKozak/lint
...
lint recommendations - code style
2019-07-28 10:28:17 +02:00
Milos Kozak
7db694044d
Merge branch 'dev' into iobfix
2019-07-28 01:49:52 +02:00
Milos Kozak
74bcf3e73e
Rx drivers: set new TBR if running is expiring
2019-07-28 01:37:44 +02:00
Milos Kozak
f58a219d2d
pass enforceNew properly
2019-07-28 01:22:00 +02:00
Milos Kozak
4bf1b777a2
Rx drivers: set new TBR if running is expiring
2019-07-27 23:59:27 +02:00
Milos Kozak
84ecb92771
lint recommendations
2019-07-27 19:56:07 +02:00
Milos Kozak
b448bbe670
Merge branch 'dev' into signature_verifier
2019-07-26 22:28:22 +02:00
Milos Kozak
3b2c9248a1
remove forgotten file
2019-07-26 22:20:02 +02:00
Milos Kozak
48316dbd4c
fix calculation, conditional rendering
2019-07-26 20:30:58 +02:00
Milos Kozak
595bf0314c
Merge branch 'dev' into iobfix
2019-07-26 00:39:40 +02:00
Milos Kozak
7735612daf
Merge pull request #1888 from MilosKozak/bwfix
...
Bolus wizard confirmation
2019-07-25 23:59:41 +02:00
Milos Kozak
76439777b0
Better bolus wizard warning
2019-07-25 23:32:00 +02:00
Johannes Mockenhaupt
d9de09d7f0
Confirm pump plugin activation for all hardware pumps (MDT, Insight).
2019-07-25 22:30:47 +02:00
Johannes Mockenhaupt
cf1bcf9943
Dedup pump activation confirmation.
2019-07-25 22:30:25 +02:00
Milos Kozak
75baa473f1
fix carbtime in BolusWizard
2019-07-25 21:45:54 +02:00
Milos Kozak
09270f36bf
Merge branch 'dev' into automation
2019-07-25 16:17:16 +02:00
Andy Rozman
29d0545d47
- fixed manufacturer and model
2019-07-25 13:41:57 +01:00
Milos Kozak
51bc5d3618
Merge branch 'dev' into medtronic_andy_merge
2019-07-25 13:40:37 +02:00
Andy Rozman
b1320c4bcb
- added keys for preferences and fixes on all other places
2019-07-23 16:09:56 +01:00
Milos Kozak
f778e0ac0d
fix code after merge
2019-07-23 13:32:21 +02:00
Milos Kozak
e02681ac31
Merge branch 'dev' into automation
2019-07-23 13:13:26 +02:00
Milos Kozak
29c8740e08
Merge pull request #1879 from MilosKozak/psfix
...
ProfileSwitch validation
2019-07-23 09:18:12 +02:00
Milos Kozak
ae7332df2d
cleanup
2019-07-23 00:26:59 +02:00
Milos Kozak
47ed0acec2
ChooseTriggerDialog to kotlin
2019-07-23 00:04:44 +02:00
Milos Kozak
063c27fb89
ChooseActionDialog to kotlin
2019-07-22 22:47:26 +02:00
Milos Kozak
a809c0ac35
ActionListAdapter to kotlin
2019-07-22 21:41:42 +02:00
Milos Kozak
e539dbc112
fix tests, use location form service
2019-07-22 16:58:25 +02:00
Milos Kozak
c3b90275aa
relocate trigger dummy objects
2019-07-22 16:28:53 +02:00
Milos Kozak
12f436c681
hide ok button on wrong input
2019-07-22 13:58:50 +02:00
Milos Kozak
11edd1b4a0
Merge pull request #1876 from andyrozman/ref_manufacturer
...
Ref manufacturer
2019-07-22 09:56:43 +02:00
Milos Kozak
03bcdf82b3
validate on focus change
2019-07-19 11:44:43 +02:00
Milos Kozak
d25f6f07b0
migrate to kotlin, remove butterknife, code claeanup
2019-07-18 23:49:59 +02:00
Andy Rozman
7de907f3d6
- fixed NPE in RiuleyLinkStatus History
...
- added 2 Broadcast Receivers:
- TimeDateOrTZChangeReceiver, this one in registered with MainApp in MainApp
- RileyLinkBluetoothReceiver, this one is registered with MainApp from RileyLinkService
2019-07-18 18:09:49 +01:00
Milos Kozak
1b937bfe08
fix passcode generation
2019-07-17 21:16:36 +02:00
Milos Kozak
1c8aae9757
fix tests
2019-07-16 22:35:46 +02:00
Andy Rozman
cd4868f781
- changed manufacturer() and model() methods in PumpInterface... both now return enums...
...
- manufacturer can be used with ManufacturerType.getDescription()
- model can be used with PumpType.getModel()
2019-07-16 21:12:36 +01:00
Milos Kozak
58da7fc854
Preconditions, code cleanup
2019-07-16 21:57:45 +02:00
Andy Rozman
be05ff3510
- Added 2 receivers...
2019-07-16 20:36:37 +01:00
Andy Rozman
cfc1d7135f
- Removed double methods that are not used
2019-07-16 18:40:35 +01:00
Milos Kozak
67b06f51fe
remove loop from actions
2019-07-16 17:05:51 +02:00
Milos Kozak
888a63a5b0
Merge branch 'automation' of https://github.com/MilosKozak/AndroidAPS into automation
2019-07-16 16:00:21 +02:00
Milos Kozak
75b2f7f77f
Location interval as constant
2019-07-16 15:58:47 +02:00
Milos Kozak
c0d85e85a0
Merge branch 'dev' into iobfix
2019-07-15 15:52:02 +02:00
Milos Kozak
b26b583f2b
Merge pull request #1867 from Paulusma/IA-in-BG-graph
...
Insulin Activity in bg graph
2019-07-15 15:27:04 +02:00
Milos Kozak
7ddf5dd5f6
make translation easier
2019-07-15 12:33:03 +02:00
Andy Rozman
c3de5d7f58
Changed files with changes to PumpInterface and Profile
2019-07-14 22:24:41 +01:00
Andy Rozman
f0cc3d4ab2
Merge pull request #5 from jotomo/mdt-dialogs
...
Mdt dialogs
2019-07-14 20:18:40 +01:00
Milos Kozak
c4ba821dc1
Merge branch 'dev' into automation
2019-07-14 20:00:42 +02:00
Milos Kozak
8c2c2b21ea
Merge branch 'dev' into medtronic_andy_merge
2019-07-14 19:50:07 +02:00
Milos Kozak
72ff3e1e7f
Merge branch 'dev' into IA-in-BG-graph
2019-07-14 19:44:01 +02:00
Milos Kozak
9d15ea608e
static version in OpenDatasetMessage
2019-07-14 17:13:07 +01:00
Johannes Mockenhaupt
9ee6194ce3
Use OKDialog, ErrorHelper in place of MessageDialog.
2019-07-14 17:18:53 +02:00
Milos Kozak
d7a28bf713
Session test
2019-07-14 16:11:27 +01:00
Johannes Mockenhaupt
240c83e83a
Proper exception logging.
2019-07-14 16:59:00 +02:00
Milos Kozak
beb4e004bf
better null checks
2019-07-14 15:01:12 +01:00
Andy Rozman
675dcc1b5b
Fixes:
...
- removed unneeded classes and xml
- some fixes: MedtronicUtil, using different method to determine if pump driver is selected
2019-07-13 19:15:44 +01:00
Paulus
106d30394c
Included insulin activity on both primary and secondary graphs
2019-07-13 18:28:16 +02:00
Paulus
2a4e9e2cc6
Changed scale factor so IA is always displayed at same scale (even if only selected option)
2019-07-13 17:54:27 +02:00
Paulus
d528e800f6
Fixed code so IA is also correctly displayed in ssecondary if it is the only selected option.
2019-07-13 17:46:57 +02:00
Milos Kozak
968bccaacc
Merge branch 'dev' into tidepool
2019-07-13 17:45:34 +02:00
Paulus
96d20d835f
Modified string resources, included IA on both primary and secondary graph
2019-07-13 17:03:04 +02:00
Andy Rozman
8c8fba5522
- Added separate method for TreatmentService.createOrUpdate for Medtronic (createOrUpdateMedtronic)
...
- MedtronicUtil added method to detect if pump is Medtronic (reads ConfigBuilder.getActivePump().deviceID)
- TreatementService call from NS checks pump type and calls correct method
- TreatmentPlugin checks pumptype and calls correct createOrUpdate method
2019-07-13 14:28:24 +01:00
Andy Rozman
0b1ef81d40
Updated files that had only formating changes and removed lcoal files.
2019-07-13 12:26:42 +01:00
Paulus
d7cb84e693
Fixed handling of null profile
2019-07-13 10:26:15 +02:00
Milos Kozak
1eed348fe0
Merge branch 'dev' into automation
2019-07-13 10:11:14 +02:00
Milos Kozak
606122bae0
fix kotlin warnings
2019-07-13 10:09:57 +02:00
Andy Rozman
39c3f5ddfe
Added engineering mode for Medtronic driver.
2019-07-12 19:31:43 +01:00
Andy Rozman
a5a36332f3
Prepared for PR
2019-07-12 19:29:36 +01:00
Andy Rozman
264bbdee20
Merge branch 'dev' into medtronic_andy
2019-07-12 18:54:15 +01:00
Paulus
fc1dd360b3
split menu for 1st & secondary graphs
2019-07-11 21:17:41 +02: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
Paulus
4ff9206dad
#1851 included code from fra-orolo, now using color identifier for activity and line is optional in graph
2019-07-09 11:42:40 +02:00
Andy Rozman
7aa4716870
- changed all ui files to conform to androidx classes/implementation
2019-07-05 16:04:54 +01:00
Andy Rozman
992f69daaa
medtronic-0.12.0-SNAPSHOT
...
- Merge branch 'dev' into medtronic_andy
2019-07-05 14:18:28 +01:00
Andy Rozman
4088b38883
- minor change in code
...
- renamed version to 0.11, preparing for tag
2019-07-05 12:21:49 +01:00
Paulus
4b5189403c
#1851 initial commit
2019-07-05 12:12:19 +02:00
Milos Kozak
635e7cc60f
uncomment
2019-07-05 00:28:19 +01:00
Milos Kozak
f48cb6af2c
automation in engineering mode
2019-07-05 00:22:45 +01:00
Milos Kozak
9706f68be2
automation -> jetpack
2019-07-05 00:21:31 +01:00
Andy Rozman
7713270524
medtronic-0.11.12-SNAPSHOT
...
- another look at duplicate bolus problem. This should have fixed the problem, if we still get duplicated, we will
have to investigate NS angle
2019-07-05 00:15:45 +01:00
Johannes Mockenhaupt
a17947ff12
RuffyScripter: reset unparsableMenuEncountered flag on command start.
2019-07-05 00:57:07 +02:00
Milos Kozak
c0345ce56c
Merge branch 'dev' into automation
2019-07-04 23:37:36 +01:00
Milos Kozak
6258d473b0
fix merge
2019-07-04 20:28:22 +01:00
Milos Kozak
61097b3ac6
Merge branch 'dev' into sdk28
2019-07-04 20:06:09 +01:00
Andy Rozman
38f13cd6db
medtronic-0.11.11-SNAPSHOT
...
- #152 fixed double bolus problem: code is now looking for AAPS Events that happened within 2 minutes.
2019-07-04 13:24:46 +01:00
Andy Rozman
be5c79f370
medtronic-0.11.10-SNAPSHOT
...
- #151 - when searching for AAPS events (treatments, TempBasals) we don't look at +/- 5 min anymore, just +/- 40s
2019-07-02 17:20:36 +01:00
Andy Rozman
08cae9a3bb
medtronic-0.11.9-SNAPSHOT
...
- #150 BolusWizard512 problems
2019-07-01 12:00:50 +01:00
AdrianLxM
b274647f68
get last notification
2019-06-30 15:58:04 +02:00
AdrianLxM
1282e3ed9e
Get Singleton Notification
2019-06-30 15:57:04 +02:00
Milos Kozak
323c282b9f
Tidepool in engineering mode only
2019-06-30 15:38:30 +02:00
AdrianLxM
d42794137f
call startForeground()
2019-06-30 15:38:04 +02:00
AdrianLxM
bdf0b0e07d
Make updateNotification public
2019-06-30 15:36:30 +02:00
AdrianLxM
3dc5c61984
DummyService has nonNull notification
2019-06-30 14:12:40 +02:00
AdrianLxM
b2c46b67b6
Always create Notification
2019-06-30 14:07:41 +02:00
Milos Kozak
e86094a250
updateGui to Rx
2019-06-30 01:05:33 +02:00
Andy Rozman
f544f19a02
- Small fix in case that saved date is invalid (shouldn't be)
2019-06-29 21:02:51 +01:00
Andy Rozman
9a1377fd78
- Small log change in DateTimeUtil.toLocalDate
2019-06-29 19:49:35 +01:00
Andy Rozman
982a5001b3
medtronic-0.11.8-SNAPSHOT
...
- #147 - Prevent update of tive if over 24h
- #148 - Pump History Dialog has filter
- #146 - Battery not updated every hour
- #149 - If BasalProfile fails its never retried
2019-06-29 16:24:47 +01:00
Milos Kozak
1512064c53
always run startForeground()
2019-06-29 12:49:29 +02:00
Milos Kozak
df2ae1c52f
start DummyService only if there is Notification ready
2019-06-29 10:59:10 +02:00
Milos Kozak
6ccf3788be
fix dummy service start
2019-06-27 22:05:22 +02:00
Andy Rozman
f0b8aefc14
medtronic-0.11.6-SNAPSHOT
...
- fixed problem with GettingBasal
- fixed problem with writing data into logs
2019-06-26 23:02:35 +01:00
Andy Rozman
570e93273c
medtronic-0.11.5-SNAPSHOT
...
- little more cleanup
- removed code that reads 1.5 days history on every start
2019-06-26 13:26:03 +01:00
Andy Rozman
32fad688fc
Merge branch 'dev' into medtronic_andy
2019-06-25 14:50:41 +01:00
Andy Rozman
2a680cd8e9
medtronic-0.11.3-SNAPSHOT:
...
- fix for problem with TBRs
- added code to prevent crashing if it comes to error by parsing (will possibly be removed later) or modified
- fixed problem with configuration parsing (returns error/or rather retries if configuration is too short)
- added validation for BasalProfiles... might need to extend that though...
2019-06-25 14:18:52 +01:00
Roumen Georgiev
93aa22a48a
Merge branch 'triggerLastBolus' of https://github.com/PoweRGbg/AndroidAPS into triggerLastBolus
2019-06-24 16:26:15 +03:00
Andy Rozman
5878a33ac7
Medtronic-0.11.2-SNAPSHOT
...
- #122 - TBRs processing
- #139 - Set Time in Pump
- #126 - Calculate Battery
- #140 - Be aware of Time/TZ changes
2019-06-23 00:01:11 +01:00
Roumen Georgiev
c5efe01163
addedd missing L
2019-06-21 16:41:36 +03: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
Milos Kozak
8d9c18dd35
Merge pull request #1834 from MilosKozak/boluswizard
...
BolusWizard -> kt, code consolidation
2019-06-21 14:54:45 +02:00
Tebbe Ubben
d014962fc8
Merge pull request #1843 from MilosKozak/foreground-service-fix
...
resolve dangling else and private constructor for singleton
2019-06-21 14:32:08 +02:00
AdrianLxM
45805ed410
BolusWizard privacy
2019-06-21 13:23:37 +02:00
Milos Kozak
7b15cfb395
fix comparing bolus size granularity
2019-06-21 11:41:50 +02:00
AdrianLxM
f87b30771b
resolve dangling else and private constructor for singleton
2019-06-21 09:05:39 +02:00
Tebbe Ubben
412c06bd15
Merge pull request #1841 from MilosKozak/foreground-service-fix
...
Also show notification when no profile is set
2019-06-20 23:25:17 +02:00
Tebbe Ubben
bbd26f047d
Also show notification when no profile is set
2019-06-20 23:22:10 +02: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
Milos Kozak
66e2ce5180
don't call update if == null
2019-06-19 09:24:16 +02:00
Tebbe Ubben
5af80ceb02
Support for new Dexcom app
2019-06-19 01:38:55 +02:00
Andy Rozman
654b8ab0f6
0.11.1-SNAPSHOT
...
- fix to suspend code
2019-06-18 21:37:21 +01: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
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
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
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
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
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
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
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
43c472da17
0.10.4-SNAPSHOT
...
- fixed Tune up
- displaying power
2019-06-01 22:18:30 +01:00
Milos Kozak
6f4d79bca8
fix copy paste errors
2019-06-01 18:51:41 +02:00
Milos Kozak
9b1acf6958
add missing classes. convert to use AAPS data
2019-06-01 18:40:33 +02:00
Andy Rozman
86ffc3370a
Merge branch 'dev' into medtronic_andy
2019-06-01 17:34:30 +01:00
Milos Kozak
15e997abb3
cleanup
2019-05-31 10:44:38 +02:00
Roumen Georgiev
5c4910ed5b
added trigger Delta
2019-05-30 12:16:42 +03:00
Andy Rozman
67862d3385
- fix for task #126 - battery display, it will work for Alakaline and Lithium battery, but probably not for recharchargables
2019-05-26 14:44:33 +01:00
Roumen Georgiev
af739a3b66
Fixing after comments
2019-05-23 10:59:28 +03:00
Roumen Georgiev
27eb11e5df
unavailable data and IS_NOT_AVAILABLE case
2019-05-20 11:21:51 +03:00
Andy Rozman
5a7146d3a9
- fix bolus saving
2019-05-18 20:28:25 +01:00