This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Legacy version without crash reporting or ads for GPlay API 10-15.
- Loading branch information
Showing
7 changed files
with
43 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RelativeLayout | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:ads="http://schemas.android.com/apk/res-auto" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
|
||
<FrameLayout | ||
android:id="@+id/content" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:layout_above="@+id/fl_ad_container"/> | ||
|
||
<FrameLayout | ||
android:id="@+id/fl_ad_container" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentBottom="true" | ||
android:background="@color/material_blue_grey_900"> | ||
|
||
<com.google.android.gms.ads.AdView | ||
android:id="@+id/adv_banner" | ||
android:visibility="visible" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
ads:adSize="SMART_BANNER" /> | ||
</FrameLayout> | ||
</RelativeLayout> | ||
<FrameLayout android:id="@+id/content" | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Wed Apr 10 15:27:10 PDT 2013 | ||
#Thu Mar 29 06:05:08 CEST 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
Privacy policy for the app "Root Validator" (for app version 2.0+) | ||
Privacy policy for the app "Root Validator" (for app versions 2.2.X) | ||
|
||
I make use of "Crashlytics" to track app crashes: | ||
https://www.crashlytics.com/ | ||
No data is collected. | ||
|
||
Crashlytics privacy policy can be found here: | ||
https://try.crashlytics.com/terms/ | ||
|
||
This app can contains ads, they are displayed via "AdMob": | ||
https://www.google.com/admob/ | ||
|
||
AdMob is owned by Google, the privacy policy can be found here: | ||
https://www.google.com/intl/en/policies/privacy/ | ||
|
||
If you have any questions, just send a mail to [email protected]. | ||
If you have any questions, feel free to mail [email protected]. |