aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md17
-rw-r--r--app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java8
-rw-r--r--app/src/main/res/layout/about_fragment.xml26
3 files changed, 17 insertions, 34 deletions
diff --git a/README.md b/README.md
index 276d4d2..9e833ff 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,19 @@ This is officially my first project and Google Play app that I'm maintaining, so
If you found any bugs in the `master` branch (i. e. the most recent Google Play release), **PLEASE READ MY [TODO LIST](https://github.com/brysonsteck/wiimmfi-watcher/blob/dev/TODO.md) FIRST** to make sure that the bug you found isn't something I'm already aware of. Once you have made sure of that, you can then create an issue or fill out this [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSd6qCONAP2tsbHPgzu_CdZcHVHL5nx7q0XFqrVfExEc84kqUQ/viewform).
-## Software
+## Donations
+
+Since this application is free and the code is open source, I do not receive income from maintaining this app. Because of that, I'd appreciate any donations! Donating is not required to use the app and does not add or remove functionality from the app.
+* PayPal: @bryzinga
+* Venmo: @brysonsteck
+* Bitcoin: 1Kbnp5JMTKd7a3Zs2WWm2JMCjfVb5tpcky
+* Litecoin: LRboJVNzoJCjXHmwN6RQgyvYEQjjaFzEA7
+* Dogecoin: DMx362YBEBYw1uDGetX3svdg8RypHsWTCS
+
+You can also donate to the Wiimmfi service [here.]() Without them, this app wouldn't exist. Again, donating to Wiimmfi is not required to use this app nor does it add or remove functionality from the app.
+
+## Credits
+
+Wiimmfi Watcher is made possible by the following:
+* [Jsoup](https://jsoup.org) HTML parser, version 1.13.1
-Wiimmfi Watcher is made possible using the Jsoup HTML parser, version 1.13.1. You can visit their website [here.](jsoup.org)
diff --git a/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java b/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java
index 8f9111c..aaf9073 100644
--- a/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java
+++ b/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java
@@ -32,7 +32,6 @@ public class AboutFragment extends Fragment {
TextView aboutWatcher = view.findViewById(R.id.about_watcher_text);
TextView aboutMe = view.findViewById(R.id.about_me_text);
TextView github = view.findViewById(R.id.github_text);
- TextView donations = view.findViewById(R.id.donations_text);
TextView contact = view.findViewById(R.id.contact_text);
TextView bugs = view.findViewById(R.id.bugs_text);
@@ -50,13 +49,6 @@ public class AboutFragment extends Fragment {
github.setText(R.string.github);
- donations.setText("Since this application is free and the code is open source, I do not receive income from maintaining this app. Because of that, I'd appreciate any donation in the following methods:\n\n" +
- "PayPal: @bryzinga\n" +
- "Venmo: @brysonsteck\n" +
- "Bitcoin: 1Kbnp5JMTKd7a3Zs2WWm2JMCjfVb5tpcky\n" +
- "Litecoin: LRboJVNzoJCjXHmwN6RQgyvYEQjjaFzEA7\n" +
- "Dogecoin: DMx362YBEBYw1uDGetX3svdg8RypHsWTCS");
-
contact.setText("If you would like to get ahold of me for any reason unrelated to bug reports or this app in general, you can contact me through email at steck.bryson@gmail.com " +
"or on Discord at bryzinga#9971.");
diff --git a/app/src/main/res/layout/about_fragment.xml b/app/src/main/res/layout/about_fragment.xml
index ce55068..7fb085a 100644
--- a/app/src/main/res/layout/about_fragment.xml
+++ b/app/src/main/res/layout/about_fragment.xml
@@ -75,28 +75,6 @@
app:layout_constraintTop_toBottomOf="@+id/textView7" />
<TextView
- android:id="@+id/textView8"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:text="Donations"
- android:textSize="24sp"
- android:textStyle="bold"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.0"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/github_text" />
-
- <TextView
- android:id="@+id/donations_text"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:text="TextView"
- android:paddingBottom="15dp"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/textView8" />
-
- <TextView
android:id="@+id/textView9"
android:layout_width="0dp"
android:layout_height="wrap_content"
@@ -106,7 +84,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/donations_text" />
+ app:layout_constraintTop_toBottomOf="@+id/github_text" />
<TextView
android:id="@+id/contact_text"
@@ -132,7 +110,7 @@
android:id="@+id/textView13"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:text="Bugs?"
+ android:text="Bugs and Feedback"
android:textSize="24sp"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"