Skip to content

Commit

Permalink
Updated for Galaxy store.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldestlivingboy committed Oct 5, 2020
1 parent b2c8f60 commit 1dbc8bb
Show file tree
Hide file tree
Showing 4 changed files with 4,575 additions and 21 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "com.rocketshipapps.adblockfast"
minSdkVersion 21
targetSdkVersion 25
versionCode 7
versionName "2.0.0"
versionCode 8
versionName "2.1.0"
}
buildTypes {
release {
Expand Down
4,568 changes: 4,551 additions & 17 deletions android/app/src/main/res/raw/blocked.txt

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions android/app/src/main/res/raw/unblocked.txt
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
[Adblock Fast]
!
! Copyright 2016–2019 Rocketship <https://rocketshipapps.com/>
!
! This program is free software: you can redistribute it and/or modify it under
! the terms of the GNU General Public License as published by the Free Software
! Foundation, either version 3 of the License, or (at your option) any later
! version.
!
! This program is distributed in the hope that it will be useful, but WITHOUT
! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License along with
! this program. If not, see https://www.gnu.org/licenses/.
!
! Authors (one per line):
!
! Brian Kennish <[email protected]>
!
! The output cannot be empty.
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<string name="about">About</string>
<string name="settings_summary">To block ads in Samsung Internet:</string>
<string name="install_summary">Adblock Fast requires Samsung Internet 4.0+.</string>
<string name="settings_details"><![CDATA[Go to <font color="#de0421"><u>your home screen > Internet > <small>MORE</small> > Extensions > Block content</u></font> then turn the switch on and make sure <b>Adblock Fast</b> is selected.<br><br>To unblock ads, come back to this app then tap the Adblock Fast button.]]></string>
<string name="settings_details"><![CDATA[Go to <font color="#de0421"><u>your home screen > Internet > ⋮ (the browser menu) > Extensions > Content blockers</u></font> then switch <b>Adblock Fast</b> to <b><small>ON</small></b>.<br><br>To unblock ads, come back to this app then tap the Adblock Fast button.]]></string>
<string name="install_details"><![CDATA[Install or update to the latest version of the <a href="https://play.google.com/store/apps/details?id=com.sec.android.app.sbrowser">Samsung Internet browser from Google Play</a> then come back to this app for instructions on how to block ads.]]></string>
<string name="contact"><![CDATA[If you have any questions or comments, follow and message <a href="https://www.facebook.com/adblockfast">us on Facebook</a> or <a href="https://twitter.com/adblockfast">on Twitter</a>.]]></string>
<string name="tagline"><![CDATA[The world’s fastest ad blocker<i>!</i>]]></string>
<string name="copyright"><![CDATA[© <a href="https://rocketshipapps.com/">Rocketship</a>.]]></string>
<string name="copyright"><![CDATA[© <a href="https://rocketshipapps.com/">Rocketship</a> · <a href="https://www.facebook.com/rocketship">Facebook</a> · <a href="https://twitter.com/rocketship">Twitter</a>]]></string>
<string name="dismiss">Close</string>
</resources>

0 comments on commit 1dbc8bb

Please sign in to comment.