diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-16 10:01:01 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-16 10:01:01 +0200 |
commit | 7cf676f9bd65f7f3fe834161effedad93fd29e80 (patch) | |
tree | 379414076159ba9cb118d6cc12aecc537fb12935 /app/src/main/res | |
parent | b83538d08d9bd22c11810cc18c44093df5cedb46 (diff) |
Google doesn't want to enable others to support free open source software
Revert "preferences: add donation link"
This reverts commit e5455f579aec48abb30ba68b0248b02d79303126.
The app was removed from the Play Store for violating their payments
policy. Upon filing an appeal, I was told that they do not allow
donations to projects like WireGuard.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6cc50f2d..33470706 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -67,8 +67,6 @@ <string name="dark_theme_title">Use dark theme</string> <string name="delete">Delete</string> <string name="deselect_all">Deselect All</string> - <string name="donate_title">♥ Donate to the WireGuard Project</string> - <string name="donate_summary">Every contribution helps.</string> <string name="dns_servers">DNS servers</string> <string name="edit">Edit</string> <string name="endpoint">Endpoint</string> diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index e27b607d..9c09ae89 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -16,5 +16,4 @@ android:summaryOff="@string/dark_theme_summary_off" android:summaryOn="@string/dark_theme_summary_on" android:title="@string/dark_theme_title" /> - <com.wireguard.android.preference.DonatePreference /> </androidx.preference.PreferenceScreen> |