aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeoabout.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/cgeoabout.java')
-rw-r--r--main/src/cgeo/geocaching/cgeoabout.java32
1 files changed, 32 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/cgeoabout.java b/main/src/cgeo/geocaching/cgeoabout.java
index 41d7230..a335566 100644
--- a/main/src/cgeo/geocaching/cgeoabout.java
+++ b/main/src/cgeo/geocaching/cgeoabout.java
@@ -52,34 +52,66 @@ public class cgeoabout extends AbstractActivity {
}
}
+ /**
+ * @param view
+ * unused here but needed since this method is referenced from XML layout
+ */
public void donateMore(View view) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FMLNN8GXZKJEE")));
}
+ /**
+ * @param view
+ * unused here but needed since this method is referenced from XML layout
+ */
public void donateLess(View view) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FMLNN8GXZKJEE")));
}
+ /**
+ * @param view
+ * unused here but needed since this method is referenced from XML layout
+ */
public void author(View view) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://carnero.cc/")));
}
+ /**
+ * @param view
+ * unused here but needed since this method is referenced from XML layout
+ */
public void support(View view) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("mailto:support@cgeo.org")));
}
+ /**
+ * @param view
+ * unused here but needed since this method is referenced from XML layout
+ */
public void website(View view) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.cgeo.org/")));
}
+ /**
+ * @param view
+ * unused here but needed since this method is referenced from XML layout
+ */
public void facebook(View view) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.facebook.com/pages/cgeo/297269860090")));
}
+ /**
+ * @param view
+ * unused here but needed since this method is referenced from XML layout
+ */
public void twitter(View view) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://twitter.com/android_gc")));
}
+ /**
+ * @param view
+ * unused here but needed since this method is referenced from XML layout
+ */
public void nutshellmanual(View view) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.cgeo.org/")));
}