diff --git a/src/keepass2android/AboutDialog.cs b/src/keepass2android/AboutDialog.cs
index c26a2dae..e1f70884 100644
--- a/src/keepass2android/AboutDialog.cs
+++ b/src/keepass2android/AboutDialog.cs
@@ -96,6 +96,9 @@ namespace keepass2android
TextView tvdesigners = (TextView)FindViewById(Resource.Id.designers);
tvdesigners.Text = Context.GetString(Resource.String.designers, new Java.Lang.Object[] { Context.GetString(Resource.String.designer_names) });
+
+ TextView tvsupporters = (TextView)FindViewById(Resource.Id.supporters);
+ tvsupporters.Text = Context.GetString(Resource.String.supporters, new Java.Lang.Object[] { Context.GetString(Resource.String.supporter_names) });
}
private void SetVersion() {
diff --git a/src/keepass2android/Resources/layout/about.xml b/src/keepass2android/Resources/layout/about.xml
index 18037a07..e4547c0f 100644
--- a/src/keepass2android/Resources/layout/about.xml
+++ b/src/keepass2android/Resources/layout/about.xml
@@ -144,11 +144,18 @@
android:layout_below="@id/further_authors"
android:autoLink="web"
/>
+
https://github.com/PhilippC/keepass2android
Alex Vallat, Ben Rush, Matthieu, Wiktor Ławski, gilbsgilbs, Chih-Hsuan Yen, DDoSolitary, marcoDallas
Niki Hüttner (http://www.close-cut.de), Stefano Pignataro (http://www.spstudio.at)
+ Arno Welzel
https://github.com/PhilippC/keepass2android/issues
market://details?id=org.openintents.filemanager
https://openintents.googlecode.com/files/FileManager-2.0.2.apk
diff --git a/src/keepass2android/Resources/values/strings.xml b/src/keepass2android/Resources/values/strings.xml
index 26c1d0a4..ebe40d6d 100644
--- a/src/keepass2android/Resources/values/strings.xml
+++ b/src/keepass2android/Resources/values/strings.xml
@@ -277,6 +277,7 @@
Keepass2Android is developed by Philipp Crocoll.
Thanks to code contributions by %1$s.
Thanks to icon and layout design contributions by %1$s.
+ Thanks to financial support by %1$s.
The Twofish Cipher Plugin for Keepass was developed by Scott Greenberg and is included in KP2A.
android-filechooser was developed by Hai Bison
The KP2A keyboard is based on the Gingerbread keyboard by the Android Open Source Project and uses the Plugin Manager code from Hacker\'s Keyboard by Klaus Weidner.