Credit to JSch author

This commit is contained in:
Philipp Crocoll 2013-12-31 10:50:13 +01:00
parent aa643c2fc6
commit a03aaaf5a5
3 changed files with 1344 additions and 1331 deletions

File diff suppressed because it is too large Load Diff

View File

@ -126,6 +126,12 @@
android:layout_height="wrap_content"
android:layout_below="@id/android_filechooser_contrib"
android:text="@string/CreditsText" />
<TextView
android:id="@+id/Credit2"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/Credit"
android:text="@string/CreditsTextSFTP" />
</RelativeLayout>
</ScrollView>

View File

@ -5,6 +5,7 @@
<string name="about_homepage">Homepage</string>
<string name="AboutText">Keepass2Android is a password manager providing read/write access to KeePass 2.x databases on Android.</string>
<string name="CreditsText">The User Interface is based on a port of KeepassDroid developed by Brian Pellin. Code for database operations is based on KeePass by Dominik Reichl. The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.</string>
<string name="CreditsTextSFTP">SFTP support is implemented using the JSch library under BSD licence, created by JCraft, Inc.</string>
<string name="accept">Accept</string>
<string name="add_entry">Add entry</string>
<string name="add_url_entry">Create entry for URL</string>