2013-08-02 11:50:50 +00:00
|
|
|
AntiFeatures:Tracking,Ads
|
2013-11-02 00:16:14 +00:00
|
|
|
Categories:Internet
|
2013-03-15 14:06:55 +00:00
|
|
|
License:GPLv3
|
|
|
|
Web Site:http://adblockplus.org/en/android
|
|
|
|
Source Code:https://hg.adblockplus.org/adblockplusandroid
|
|
|
|
Issue Tracker:https://adblockplus.org/forum/viewforum.php?f=11
|
2013-03-27 20:26:10 +00:00
|
|
|
# Links to Paypal currently
|
2013-03-15 14:06:55 +00:00
|
|
|
Donate:http://adblockplus.org/en/contribute#donate
|
2013-03-27 20:26:10 +00:00
|
|
|
FlattrID:454073
|
2013-03-15 14:06:55 +00:00
|
|
|
|
2013-06-15 16:23:15 +00:00
|
|
|
Auto Name:Adblock Plus
|
2013-03-15 14:06:55 +00:00
|
|
|
Summary:Ad blocker
|
|
|
|
Description:
|
2014-02-02 18:43:11 +00:00
|
|
|
'''N.B''' If you get a http error 400 when updating the F-Droid client, it is
|
2013-06-09 20:27:18 +00:00
|
|
|
probably caused by this app and you will need to disable ad-blocking
|
2013-08-02 11:50:50 +00:00
|
|
|
to allow the F-Droid repos to update correctly.
|
2013-05-15 16:44:30 +00:00
|
|
|
|
2013-04-09 21:38:55 +00:00
|
|
|
Adblock Plus runs in the background and filters ads, using the same filters as
|
|
|
|
the Adblock Plus browser extension.
|
2013-05-27 10:08:12 +00:00
|
|
|
Without needing root, it uses a proxy feature that comes with Android 3.1+
|
2013-05-15 16:44:30 +00:00
|
|
|
to block ads over WiFi ; but if your phone comes with
|
2013-04-09 21:38:55 +00:00
|
|
|
extra proxy settings (e.g. Samsung or Custom ROMs), it can be
|
2013-05-27 10:08:12 +00:00
|
|
|
configured for Android 3.0 and below.
|
2013-04-29 16:03:21 +00:00
|
|
|
Instructions are provided in the app or on their
|
|
|
|
[https://adblockplus.org/en/android-config website].
|
2013-03-15 14:06:55 +00:00
|
|
|
|
2013-08-02 11:50:50 +00:00
|
|
|
Requires root: No. Without root it uses a local proxy to filter ads for all apps
|
2013-05-27 10:08:12 +00:00
|
|
|
'''over WiFi only''' ; if you allow root the app can edit the hosts file too and
|
|
|
|
block ads on cellular data access points.
|
2013-05-15 16:44:30 +00:00
|
|
|
The proxy does use quite a bit of RAM but the root method does not.
|
2013-08-02 11:50:50 +00:00
|
|
|
|
2014-02-02 18:43:11 +00:00
|
|
|
Anti-features: Tracking: The app checks regularly for new versions
|
|
|
|
on the developers' website. Ads: Adblock plus have an 'acceptable ads'
|
2013-09-07 07:25:38 +00:00
|
|
|
policy so ads from certain companies won't be blocked. The ads aren't been shown
|
|
|
|
within this app so this anti-feature serves as a temporary warning.
|
2013-08-02 11:50:50 +00:00
|
|
|
|
|
|
|
''Firefox'' has addons for Adblock Plus and Adblock Edge which will block ads
|
|
|
|
just within Firefox and no other app is needed.
|
2013-03-15 14:06:55 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:hg
|
|
|
|
Repo:https://hg.adblockplus.org/adblockplusandroid
|
|
|
|
|
2013-11-15 03:58:10 +00:00
|
|
|
Build:1.0.1,168
|
|
|
|
commit=1.0.1
|
|
|
|
init=rm -rf iptables/ libs/RootTools-1.7.jar build.xml && \
|
|
|
|
git clone https://android.googlesource.com/platform/external/iptables
|
2014-01-19 14:50:49 +00:00
|
|
|
srclibs=RootTools@1.7
|
2013-11-15 03:58:10 +00:00
|
|
|
prebuild=echo "source.dir=src;$$RootTools$$/src" >> ant.properties && \
|
|
|
|
cd iptables && \
|
|
|
|
git apply ../iptables.patch && \
|
|
|
|
sed -i 's@ndk-build@$$NDK$$/ndk-build@g' Makefile && \
|
|
|
|
make fixextensions build && \
|
|
|
|
mv libs/armeabi/iptables ../assets/install/
|
|
|
|
buildjni=yes
|
|
|
|
|
|
|
|
Build:1.1,238
|
|
|
|
commit=1.1
|
2014-02-10 09:51:50 +00:00
|
|
|
init=rm -rf iptables/ libs/* obj/ build.xml && \
|
2013-11-15 03:58:10 +00:00
|
|
|
git clone https://android.googlesource.com/platform/external/iptables
|
|
|
|
update=.;submodules/actionbarsherlock/library;submodules/android-switch-backport
|
2014-01-19 14:50:49 +00:00
|
|
|
srclibs=RootTools@1.7
|
2013-11-15 03:58:10 +00:00
|
|
|
prebuild=echo "source.dir=src;$$RootTools$$/src" >> ant.properties && \
|
|
|
|
cd iptables && \
|
|
|
|
git apply ../iptables.patch && \
|
|
|
|
sed -i 's@ndk-build@$$NDK$$/ndk-build@g' Makefile && \
|
|
|
|
make fixextensions build && \
|
|
|
|
mv libs/armeabi/iptables ../assets/install/
|
|
|
|
buildjni=yes
|
|
|
|
|
|
|
|
Build:1.1.1,248
|
|
|
|
commit=1.1.1
|
2014-02-10 09:51:50 +00:00
|
|
|
init=rm -rf iptables/ libs/* obj/ build.xml && \
|
2013-11-15 03:58:10 +00:00
|
|
|
git clone https://android.googlesource.com/platform/external/iptables
|
|
|
|
update=.;submodules/actionbarsherlock/library;submodules/android-switch-backport
|
2014-01-19 14:50:49 +00:00
|
|
|
srclibs=RootTools@1.7
|
2013-11-15 03:58:10 +00:00
|
|
|
prebuild=echo "source.dir=src;$$RootTools$$/src" >> ant.properties && \
|
|
|
|
cd iptables && \
|
|
|
|
git apply ../iptables.patch && \
|
|
|
|
sed -i 's@ndk-build@$$NDK$$/ndk-build@g' Makefile && \
|
|
|
|
make fixextensions build && \
|
|
|
|
mv libs/armeabi/iptables ../assets/install/
|
|
|
|
buildjni=yes
|
|
|
|
|
|
|
|
Build:1.1.2,253
|
|
|
|
commit=1.1.2
|
2014-01-19 14:50:49 +00:00
|
|
|
srclibs=RootTools@1.7;iptables@android-4.2.2_r1
|
2013-11-15 03:58:10 +00:00
|
|
|
prebuild=rm libs/RootTools-1.7.jar && \
|
|
|
|
cp -r $$iptables$$ . && \
|
|
|
|
echo "source.dir=src;$$RootTools$$/src" >> ant.properties && \
|
|
|
|
cd iptables && \
|
|
|
|
git apply ../iptables.patch && \
|
|
|
|
python extensions/fixinit.py
|
|
|
|
build=cd iptables && \
|
|
|
|
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk && \
|
|
|
|
mv libs/armeabi/iptables ../assets/install/
|
|
|
|
buildjni=no
|
|
|
|
|
|
|
|
Build:1.1.3,270
|
|
|
|
commit=1.1.3
|
2014-01-19 14:50:49 +00:00
|
|
|
srclibs=RootTools@1.7;iptables@android-4.2.2_r1
|
2013-11-15 03:58:10 +00:00
|
|
|
prebuild=rm libs/RootTools-1.7.jar && \
|
|
|
|
cp -r $$iptables$$ . && \
|
|
|
|
echo "source.dir=src;$$RootTools$$/src" >> ant.properties && \
|
|
|
|
cd iptables && \
|
|
|
|
git apply ../iptables.patch && \
|
|
|
|
python extensions/fixinit.py
|
|
|
|
build=cd iptables && \
|
|
|
|
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk && \
|
|
|
|
mv libs/armeabi/iptables ../assets/install/
|
|
|
|
buildjni=no
|
2013-03-15 14:06:55 +00:00
|
|
|
|
2013-11-17 08:51:24 +00:00
|
|
|
Build:1.1.4,286
|
|
|
|
commit=1.1.4
|
2014-01-29 11:22:59 +00:00
|
|
|
disable=blobs in jni
|
2014-01-19 14:50:49 +00:00
|
|
|
srclibs=RootTools@1.7;iptables@android-4.2.2_r1
|
2014-02-15 23:30:38 +00:00
|
|
|
scanignore=jni/v8
|
2013-11-17 08:51:24 +00:00
|
|
|
prebuild=rm libs/RootTools-1.7.jar && \
|
|
|
|
cp -r $$iptables$$ . && \
|
|
|
|
echo "source.dir=src;$$RootTools$$/src" >> ant.properties && \
|
|
|
|
cd iptables && \
|
|
|
|
git apply ../iptables.patch && \
|
|
|
|
python extensions/fixinit.py
|
|
|
|
build=cd iptables && \
|
|
|
|
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk && \
|
|
|
|
mv libs/armeabi/iptables ../assets/install/
|
|
|
|
buildjni=no
|
|
|
|
|
2014-01-23 12:26:52 +00:00
|
|
|
Build:1.2,307
|
|
|
|
commit=1.2
|
|
|
|
disable=blobs in jni
|
|
|
|
srclibs=RootTools@1.7
|
2014-02-15 23:30:38 +00:00
|
|
|
scanignore=jni/v8
|
2014-01-23 12:26:52 +00:00
|
|
|
extlibs=iptables-script_1.4.20.zip
|
|
|
|
rm=buildtools;libs/RootTools-1.7.jar;assets/install/iptables
|
|
|
|
prebuild=sed -i 's/android-7/android-8/' build.xml && \
|
|
|
|
echo "source.dir=src;$$RootTools$$/src" >> ant.properties && \
|
2014-02-15 23:30:38 +00:00
|
|
|
echo "ndk.dir=$$NDK$$" >> local.properties && \
|
2014-01-23 12:26:52 +00:00
|
|
|
unzip libs/iptables-script_1.4.20.zip && \
|
|
|
|
sed -i 's/arm x86 mips/arm/g' external/Makefile && \
|
|
|
|
rm libs/iptables-script_1.4.20.zip
|
|
|
|
build=make -C external NDK=$$NDK$$ && \
|
|
|
|
mv external/iptables_arm assets/install/iptables
|
|
|
|
buildjni=no
|
|
|
|
|
2014-02-15 23:30:38 +00:00
|
|
|
Maintainer Notes:
|
|
|
|
We should really be rebuilding the libraries in jni/v8 (they're from the
|
|
|
|
platform) to verify them properly.
|
|
|
|
.
|
|
|
|
|
2013-03-15 14:06:55 +00:00
|
|
|
Auto Update Mode:None
|
2013-09-15 20:52:09 +00:00
|
|
|
Update Check Mode:Tags
|
2013-11-30 04:04:57 +00:00
|
|
|
Current Version:1.2
|
|
|
|
Current Version Code:307
|
2013-03-15 14:06:55 +00:00
|
|
|
|