Skip to content
Snippets Groups Projects
Commit f6c78cf5 authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Make features that are in development unaccessible.

Add missing imports.
Prep for release 0.5.0 - Sandgroper
parent e7545597
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
.withSelectedItem(-1)
.addDrawerItems(
itemSettings,
itemUpdateProfile,
//itemUpdateProfile, // TODO - re-add when we to add Basal Profile Upload
itemRegisterUsb,
itemCheckForUpdate,
itemClearLog,
......@@ -399,8 +399,9 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case R.id.action_menu_status:
Intent intent = new Intent(this, StatusActivity.class);
startActivity(intent);
// TODO - remove when we want to re-add the status menu item
//Intent intent = new Intent(this, StatusActivity.class);
//startActivity(intent);
break;
}
return true;
......
package info.nightscout.android.medtronic.message;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
import info.nightscout.android.USB.UsbHidDriver;
import info.nightscout.android.medtronic.MedtronicCnlSession;
import info.nightscout.android.medtronic.exception.ChecksumException;
import info.nightscout.android.medtronic.exception.EncryptionException;
......
app/src/main/res/drawable/drawer_header.jpg

62.7 KiB | W: | H:

app/src/main/res/drawable/drawer_header.jpg

60.4 KiB | W: | H:

app/src/main/res/drawable/drawer_header.jpg
app/src/main/res/drawable/drawer_header.jpg
app/src/main/res/drawable/drawer_header.jpg
app/src/main/res/drawable/drawer_header.jpg
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment