Andy Rozman
387a134795
Merge branch 'dev' into omnipod_eros_dev_dagger
2020-04-25 16:55:07 +01:00
Andy Rozman
a3b0c8ce3b
- changed code to use dagger
2020-04-24 11:00:31 +01:00
Milos Kozak
e068bf4337
StatusLights thresholds adjustable in preferences
2020-04-23 22:54:28 +02:00
Milos Kozak
639dfd3f77
remove unused code
2020-04-23 02:48:38 +02:00
Milos Kozak
9d83ff0cc3
StatusLights cleanup
2020-04-23 02:42:50 +02:00
Milos Kozak
228bd76e78
No protection by default
2020-04-20 01:18:10 +02:00
Milos Kozak
731bd1c8cb
Merge pull request #2228 from Tornado-Tim/update-oref
...
Update Oref to 0.7.0
2020-04-06 09:45:15 +02:00
Dominik Dzienia
f1770c093b
Introduced Patient name, refactored SMS OTP and Prefs Export to use it
2020-04-05 21:35:19 +02:00
Tim Gunn
6d064fb56c
fix preference screen to conform to norms
2020-04-05 23:03:19 +12:00
Tim Gunn
acab0b87be
Merge branch 'dagger3' of github.com:MilosKozak/AndroidAPS into update-oref
2020-04-05 00:45:47 +13:00
Dominik Dzienia
1c97f8a720
Preferences Encryption:
...
- encrypted JSON format support
- using master password & password prompt
- refactored alerts
2020-04-01 13:59:10 +02:00
Milos Kozak
c477649276
Fix wear preferences, expand single preference by default
2020-03-27 21:32:47 +01:00
Tim Gunn
d8ccaadc03
Merge branch 'dagger3' of github.com:MilosKozak/AndroidAPS into update-oref
2020-03-26 12:17:08 +13:00
Tim Gunn
e1d8691af2
Merge branch 'dev' of github.com:MilosKozak/AndroidAPS into update-oref
2020-03-25 13:30:12 +13: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
0e9f643241
Merge branch 'biometric' into dagger3
2020-03-22 19:59:35 +01:00
Milos Kozak
a12762f034
Move OTP settings to preferences
2020-03-20 17:31:30 +01:00
Milos Kozak
4d88786fb6
Force TOTP
2020-03-20 16:22:38 +01:00
Milos Kozak
5d32bfec95
Merge branch 'dagger3' into TOTP
2020-03-20 15:58:17 +01:00
Milos Kozak
8d111cb819
Merge branch 'dev' into dagger3
2020-03-10 19:20:22 +01:00
Andy Rozman
f482250b70
Merge branch 'omnipod_eros_dev' of https://github.com/AAPS-Omnipod/AndroidAPS into omnipod_eros_dev
2020-03-07 19:51:25 +00:00
Andy Rozman
44cc3f6119
- problem with settings
2020-03-07 19:50:51 +00:00
Bart Sopers
3eea2598f2
Merge tag '2.6.0' into omnipod_eros_dev
2020-03-03 21:33:31 +01:00
Milos Kozak
ca000a5f33
key_ns_upload_only true by default
2020-02-29 21:33:50 +01:00
Andy Rozman
bba4c36294
- changed TimeDateOrTZChangeReceiver, to not reach on date change (bug), and extended detections (and also logs)...
...
- Pump drivers will now be notified that there was time/timezone change with more details. TimeChangeType is sent that tells if change was TZ or DST Start/End or Time change
- added setting to Omnipod settings, that can disable event
- partitial fix for #55
2020-02-29 16:27:42 +00:00
Dominik Dzienia
0f0452a1c4
Support for Time-based One-time Passwords (TOTP) in SMS Communicator
2020-02-11 12:16:41 +01:00
Tim Gunn
0ea13b5671
Merge Upstream
2020-01-29 22:37:44 +13:00
Bart Sopers
bc06b6b24a
Disable instead of remove 'Enable pump unreachable' preference for pumps that have a fixed unreachable warning; make pump unreachable threshold configurable for pumps that have a fixed unreachable warning
2020-01-19 22:27:00 +01:00
Bart Sopers
6f2e39dca7
Remove pump unreachable preferences for pumps that have a fixed unreachable warning
2020-01-19 21:40:37 +01:00
Milos Kozak
0d85ad4f69
Preference xml files cleanup
2020-01-09 21:41:02 +01:00
Milos Kozak
5c8c263c17
Textvalidator ( #2343 ), Preference to jetpack
2020-01-08 20:20:20 +01:00
Milos Kozak
a622bfa559
FabricPrivacy, notifications
2020-01-03 14:30:39 +01:00
Milos Kozak
040d999004
Merge branch 'dagger3' of https://github.com/MilosKozak/AndroidAPS into dagger3
2019-12-30 23:27:01 +01:00
Milos Kozak
1242236821
Source plugins injection
2019-12-30 23:26:48 +01:00
Milos Kozak
65f107b01d
wearplugin -> dagger
2019-12-30 19:23:17 +01:00
Milos Kozak
377b5a9991
StatusLinePlugin -> kt, dagger
2019-12-28 15:00:16 +01:00
Bart Sopers
e8ca4259e1
Rename pulse log related stuff in UI
2019-12-27 14:27:18 -05:00
Andy Rozman
c589993985
- added Pod debug button (its 5th button and needs to be enabled in configuration)
...
- changed PodHistoryActivity to use PodHistory entries, removed filter for now, and values are not yet supported
- added configuration for debug button
- extended DatabaseHelper t retrive PodHistory for last day...
2019-12-25 19:21:22 +01:00
Andy Rozman
b16e685ecc
- added option for Beep TBR
...
- added line to DatabaseHelper that can be uncommented in case we make any change tp PodHistory database
- isPumpSuspended evaluates PodSessionState.isSuspended too
2019-12-22 12:28:19 +01:00
Johannes Mockenhaupt
c5fde79499
OpenAPS SMB: max SMB minutes: restrict to valid inputs.
2019-12-12 22:17:51 +01:00
Milos Kozak
b69af95791
apply percentage to QuickWizard entries
2019-12-09 21:26:08 +01:00
Andy Rozman
ad6223046c
- PodManagemntActivity:
...
- when reset is done, buttons are refreshed
- when dialog is closed, tab is refreshed
- Configuration added: PumpStatus, preference dialog
2019-12-08 18:20:11 +00:00
Milos Kozak
9d787505cf
Merge branch 'dev' into biometric
2019-12-08 16:43:07 +01:00
Tim Gunn
a9e7590756
Merge Dev
2019-12-06 18:34:29 +13:00
Tim Gunn
280e075ada
Remove Bolus Increment setting
2019-12-06 18:16:09 +13:00
Bart Sopers
b808bc3228
Merge branch 'dev' into omnipod_eros
2019-12-01 02:21:49 +01:00
Tim Gunn
8eeb91a0a8
Add New preferences for oref 0.7.0
2019-11-29 21:23:12 +13:00
Tim Gunn
1dbc4a7aa2
Merge branch 'dev' of github.com:MilosKozak/AndroidAPS into update-oref
2019-11-29 19:35:24 +13:00
Milos Kozak
ec535b9c61
low_mark, high_mark units dependent
2019-11-28 19:54:59 +01:00
Milos Kozak
599261081b
upload local profile to NS
2019-11-28 00:30:22 +01:00