From 1b01438cfaf99c5ddf6cdbf27ca491281b19a857 Mon Sep 17 00:00:00 2001 From: "Emmanuele (WolfSolver)" Date: Sun, 10 Nov 2024 19:08:39 +0100 Subject: [PATCH] Remove GooglePlus and update privacypolicy.md close #1857 --- .../money/manager/ex/about/AboutFragment.java | 6 ----- app/src/main/res/layout/about_fragment.xml | 7 ------ docs/privacypolicy.md | 22 ------------------- 3 files changed, 35 deletions(-) diff --git a/app/src/main/java/com/money/manager/ex/about/AboutFragment.java b/app/src/main/java/com/money/manager/ex/about/AboutFragment.java index f86db18ef8..8830949b7c 100644 --- a/app/src/main/java/com/money/manager/ex/about/AboutFragment.java +++ b/app/src/main/java/com/money/manager/ex/about/AboutFragment.java @@ -130,12 +130,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa clickListenerFeedback.setUrl("http://www.moneymanagerex.org/?utm_campaign=Application_Android&utm_medium=MMEX_" + version + "&utm_source=Website"); txtReport.setOnClickListener(clickListenerFeedback); - // image view google plus - OnClickListenerUrl clickListenerGooglePlus = new OnClickListenerUrl(); - clickListenerGooglePlus.setUrl("http://goo.gl/R693Ih"); - ImageView imageViewGooglePlus = view.findViewById(R.id.imageViewGooglePlus); - imageViewGooglePlus.setOnClickListener(clickListenerGooglePlus); - // image view github OnClickListenerUrl clickListenerGithub = new OnClickListenerUrl(); clickListenerGithub.setUrl("https://github.com/moneymanagerex/android-money-manager-ex"); diff --git a/app/src/main/res/layout/about_fragment.xml b/app/src/main/res/layout/about_fragment.xml index ecbbd68505..0a30a00b82 100644 --- a/app/src/main/res/layout/about_fragment.xml +++ b/app/src/main/res/layout/about_fragment.xml @@ -98,13 +98,6 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal"> - -