diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-15 12:04:39 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-15 12:04:39 -0600 |
commit | 8235393ce37a45e139b0f3617fe547d8373eecbd (patch) | |
tree | 0716b299cee5229014c2823c9544a3545ee5afbc /app/src/main/java/me/brysonsteck/wiimmfiwatcher | |
parent | 9c960dd90600c416f966fc2cfe17dd0abb086e11 (diff) | |
download | wiimmfi-watcher-8235393ce37a45e139b0f3617fe547d8373eecbd.tar wiimmfi-watcher-8235393ce37a45e139b0f3617fe547d8373eecbd.tar.gz wiimmfi-watcher-8235393ce37a45e139b0f3617fe547d8373eecbd.tar.bz2 |
moved donations from app to readme (thanks google)
Diffstat (limited to 'app/src/main/java/me/brysonsteck/wiimmfiwatcher')
-rw-r--r-- | app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java | 8 |
1 files changed, 0 insertions, 8 deletions
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."); |