diff --git a/.idea/misc.xml b/.idea/misc.xml index e4c5604..20a63c8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -13,7 +13,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index c690599..636fea9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { applicationId "org.cipherdyne.fwknop2" minSdkVersion 15 targetSdkVersion 19 - versionCode 6 - versionName "1.0.2" + versionCode 7 + versionName "1.1-Beta-1" ndk { moduleName 'libfwknop' ldLibs 'log' diff --git a/app/src/main/java/biz/incomsystems/fwknop2/ConfigListActivity.java b/app/src/main/java/biz/incomsystems/fwknop2/ConfigListActivity.java index 4b8d1e4..3929bbb 100644 --- a/app/src/main/java/biz/incomsystems/fwknop2/ConfigListActivity.java +++ b/app/src/main/java/biz/incomsystems/fwknop2/ConfigListActivity.java @@ -84,12 +84,6 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) { fragment.onActivityResult(requestCode, resultCode, data); } } - - // This is important if you want to be able to interact with JuiceSSH sessions that you - // have started otherwise the plugin won't have access. - //if(requestCode == 2585){ - // client.gotActivityResult(requestCode, resultCode, data); - // } } public void onItemSaved() { @@ -101,7 +95,6 @@ public void onItemSaved() { } } - /** * Callback method from {@link ConfigListFragment.Callbacks} * indicating that the item with the given ID was selected. @@ -123,7 +116,7 @@ public void onItemSelected(String nick) { .commit(); } } - + protected void onNewIntent(Intent intent) { super. onNewIntent(intent); setIntent(intent); diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f93e7fa..afe621f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -69,8 +69,8 @@ default ssh client to try to connect to the port you are opening.

- Once the data is filled in, select "Save Config" from the menu. Then, to send a SPA knock, long tap the - Saved config you want to use, and select "Send Knock" + Once the data is filled in, select "Save Config" from the menu. Then, to send a SPA knock, select the + Saved config you want to use, and tap the "Send Knock" button at the bottom of the list.

This app is open source software, Licensed GPLv2+. The source can be found on github. Please report any bugs here.

Credits: Based on fwknop and libfko written by Michael Rash