Base basal rate, TBR, last bolus are redundant, they're already displayed on the overview
and the treatment tab. When they're not in sync, that's an error of the ComboPlugin.
* origin/dev: (126 commits)
ConfigBuilder: hide disabled plugins by default.
sum on name for LP
log to debug not error
logger reformat
logging
rhinoAMA first full run
rhinoAMA first crashfree call
rhino some more cleanups
rhino logging and cleanups
rhino MA looping
rhino first real detemine-basal call
rhino small refactor
NDK filters to work around j2v8 vs. libBleCommandUtil issue.
NewTreatmentDialog: sanitize inputs, fixes#417.
rhino complex parameter passing
rhino first parameter passing
rhino function passing
first rhino
location permission for BLE scanning
use customized name only for LocalProfile
...
* experimental: (28 commits)
Refactor, clean out stuff, add RuffyCommands interface.
ExperimentalBolusCommand: update progress when starting to programm the pump.
Remove GetReservoirLevelCommand, will be a method in the future.
Add TODO.
Make access to RuffyScripter.currentMenu safer.
Update pref descriptions.
Disable incomplete parts in ExperimentalBolusCommand.
Declare RuffyScripter.currentMenu nullable.
Wait for currentMenu to be != null
Option to ignore TBR failures: also ignore errors when reading pump state.
Refactorings and notes.
A little less broken CancellableBolusCommand.
Update pref descriptions
Add pref to disable all pump comm alerts.
Move RuffyScripter to PumpCombo package.
Add option to skip small TBR changes, add summaries to prefs.
Refactor.
Move confirmAlert method to scripter.
SetTbrCommand: extract confirrmAlert method.
Experimental options: for specifc prefs, always check experimental options are turned on.
...