Skip to content

Commit

Permalink
remove eu cookie consent banner
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed May 22, 2018
1 parent b36ed08 commit 265aeb7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion SMSdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ dependencies {
implementation 'com.google.android.gms:play-services-ads:10.2.6'
implementation 'de.ub0r.android.lib:lib:1.1.1'
implementation 'de.ub0r.android.logg0r:logg0r:2.0.0'
implementation 'de.ub0r.android.eucookieconsent:library:0.2.0@aar'
}
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ public void onCreate(final Bundle savedInstanceState) {
setContentView(R.layout.conversationlist);
}

if (DonationHelper.hideAds(this)) {
findViewById(R.id.cookie_consent).setVisibility(View.GONE);
}

// debug info
showRows(this);

Expand Down
7 changes: 0 additions & 7 deletions SMSdroid/src/main/res/layout/conversationgrid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,4 @@
android:scrollingCache="true"
android:stretchMode="columnWidth"
android:verticalSpacing="1dp"/>
<de.ub0r.android.eucookieconsent.EuCookieConsentView
android:id="@+id/cookie_consent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="8dp"
android:paddingRight="8dp"
app:urlLeanMore="@string/privacy_policy_url"/>
</LinearLayout>
7 changes: 0 additions & 7 deletions SMSdroid/src/main/res/layout/conversationlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,4 @@
android:drawSelectorOnTop="false"
android:fastScrollEnabled="true"
android:scrollingCache="true"/>
<de.ub0r.android.eucookieconsent.EuCookieConsentView
android:id="@+id/cookie_consent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="8dp"
android:paddingRight="8dp"
app:urlLeanMore="@string/privacy_policy_url"/>
</LinearLayout>

0 comments on commit 265aeb7

Please sign in to comment.