Skip to content

Commit

Permalink
Merge pull request #1877 from wolfsolver/master
Browse files Browse the repository at this point in the history
Remove GooglePlus and update privacypolicy.md
  • Loading branch information
guanlisheng authored Nov 11, 2024
2 parents fb83353 + 1b01438 commit 2dceacb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
7 changes: 0 additions & 7 deletions app/src/main/res/layout/about_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,6 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal">

<ImageView
android:id="@+id/imageViewGooglePlus"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_margin="4dp"
app:srcCompat="@drawable/ic_social_google_plus"/>

<ImageView
android:id="@+id/imageViewGithub"
android:layout_width="48dp"
Expand Down
22 changes: 0 additions & 22 deletions docs/privacypolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ We use your Personal Information only for providing and improving the App. By us

While using the App, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Pesonally identifiable information may include, but is not limited to your name ("Personal Information").

### Dropbox

Personal Data: User's database, potentially including account numbers with financial institutions.

### Google Analytics

Personal Data: Cookie and Usage data
Expand Down Expand Up @@ -70,24 +66,6 @@ If you have any questions about this Privacy Policy, please contact us.

Personal Data is collected for the following purposes and using the following services:

### Google Analytics

The services contained in this section enable the Owner to monitor and analyze web traffic and can be used to keep track of User behavior.
Google Analytics (Google Inc.)

Google Analytics is a web analysis service provided by Google Inc. (“Google”). Google utilizes the Data collected to track and examine the use of this Application, to prepare reports on its activities and share them with other Google services.
Google may use the Data collected to contextualize and personalize the ads of its own advertising network.

Personal Data collected: Cookie and Usage data.

Place of processing: USA – [Privacy Policy](http://www.google.com/intl/en/policies/privacy/)[Opt Out](http://tools.google.com/dlpage/gaoptout?hl=en)

No data is collected by MoneyManagerEx project that can identify a user. All the data is collected anonymously to track the usage patterns inside the App.

### Dropbox

We register for access to only a specific application folder in your Dropbox account and use this to store a copy of your database, if you link the app to your Dropbox account.

## Additional information about Data collection and processing

### Legal action
Expand Down

0 comments on commit 2dceacb

Please sign in to comment.