Skip to content

Commit

Permalink
Mark 1.1-Beta-1 and bump versionCode for beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Jul 1, 2015
1 parent bd8047b commit 68585cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -101,7 +95,6 @@ public void onItemSaved() {
}
}


/**
* Callback method from {@link ConfigListFragment.Callbacks}
* indicating that the item with the given ID was selected.
Expand All @@ -123,7 +116,7 @@ public void onItemSelected(String nick) {
.commit();
}
}

protected void onNewIntent(Intent intent) {
super. onNewIntent(intent);
setIntent(intent);
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
default ssh client to try to connect to the port you are opening.
</p>
<p>
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.
</p>
<p>This app is open source software, Licensed GPLv2+. The source can be found <a href="https://github.com/oneru/Fwknop2">on github</a>. Please report any bugs here.</p>
<p>Credits: Based on fwknop and libfko written by <a href="https://www.cipherdyne.org/fwknop/"> Michael Rash</a></p>
Expand Down

0 comments on commit 68585cd

Please sign in to comment.