WIP notes, combo fragement expansion

This commit is contained in:
Johannes Mockenhaupt 2017-10-19 13:24:18 +02:00
parent 5fc9da885a
commit 8fe72e1474
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -25,8 +25,13 @@ import info.nightscout.androidaps.plugins.PumpCombo.events.EventComboPumpUpdateG
public class ComboFragment extends Fragment implements View.OnClickListener {
private static Logger log = LoggerFactory.getLogger(ComboFragment.class);
// TODO rename to sync, shall sync everything, purge an ongoing alert and raise an AAPS notification for it
private Button refresh;
// TODO create tabs: Status/Overview (like Dana), Errors, Stats (TDD)
// boluses, tbrs, refills, battery change ... all covered already by Treatments, CP,
// boluses & tbrs are synced from pump;
// profile: will also be viewable already, no need to duplicate;
private TextView statusText;
private TextView tbrPercentageText;