diff --git a/Daniel.txt b/Daniel.txt deleted file mode 100644 index 51432e0..0000000 --- a/Daniel.txt +++ /dev/null @@ -1,7 +0,0 @@ -- add toggle button to action bar -- forget networks after discovery -- stop discovery after successful negotiation -- display states in frontend - - p2p discovery active -> stop button - - negotiation sockets active -> stop button -- refactor NegotiationClientTask and NegotiationServerTask ( -> common code base) diff --git a/app/src/main/java/com/flashwifi/wifip2p/DesktopActivity.java b/app/src/main/java/com/flashwifi/wifip2p/DesktopActivity.java deleted file mode 100644 index 2ea33ff..0000000 --- a/app/src/main/java/com/flashwifi/wifip2p/DesktopActivity.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.flashwifi.wifip2p; - -import android.content.Intent; -import android.support.v7.app.AppCompatActivity; -import android.os.Bundle; - -public class DesktopActivity extends AppCompatActivity { - - private String password; - private String seed; - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_desktop); - - // get the secrets from the login screen - Intent intent = getIntent(); - password = intent.getStringExtra("password"); - seed = intent.getStringExtra("seed"); - } -} diff --git a/app/src/main/res/layout/activity_desktop.xml b/app/src/main/res/layout/activity_desktop.xml deleted file mode 100644 index 69c1865..0000000 --- a/app/src/main/res/layout/activity_desktop.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -