update org.adblockplus.android to 1.1.2 ...
mention that it only blocks ads without root when WiFi is used. Still phones home for updates :-|
This commit is contained in:
parent
166044149b
commit
4771d94537
|
@ -9,21 +9,23 @@ FlattrID:454073
|
|||
|
||||
Summary:Ad blocker
|
||||
Description:
|
||||
'''N.B''' The app checks for new versions and offers new ones but they can't
|
||||
be installed on top of this because of different signatures.
|
||||
|
||||
Adblock Plus runs in the background and filters ads, using the same filters as
|
||||
the Adblock Plus browser extension.
|
||||
It uses a proxy feature that comes with Android 3.1+ but if your phone comes with
|
||||
Without needing root, it uses a proxy feature that comes with Android 3.1+
|
||||
to block ads over WiFi ; but if your phone comes with
|
||||
extra proxy settings (e.g. Samsung or Custom ROMs), it can be
|
||||
configured for Android 3.0 and below.
|
||||
Instructions are provided in the app or on their
|
||||
[https://adblockplus.org/en/android-config website].
|
||||
If you are using Android 4.1.2 or after you will also need to go manual.
|
||||
|
||||
The app checks for new versions and offers new ones but they can't
|
||||
be installed on top of this because of different signatures.
|
||||
|
||||
Requires root: No. It uses a local proxy to filter ads
|
||||
but if you allow root the app can edit the hosts file too. The proxy
|
||||
does use quite a bit of RAM but the root method does not.
|
||||
Requires root: No. Without root it uses a local proxy to filter ads
|
||||
'''over WiFi only''' ; if you allow root the app can edit the hosts file too and
|
||||
block ads on cellular data access points.
|
||||
The proxy does use quite a bit of RAM but the root method does not.
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
|
@ -49,9 +51,15 @@ git clone https://android.googlesource.com/platform/external/iptables,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 Version:1.1.2,253,1.1.2,srclibs=RootTools@211,\
|
||||
update=.;submodules/actionbarsherlock/library;submodules/android-switch-backport,\
|
||||
init=rm -rf bin/ gen/ iptables/ libs/* obj/ build.xml && \
|
||||
git clone https://android.googlesource.com/platform/external/iptables,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 && \
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.1.1
|
||||
Current Version Code:248
|
||||
Current Version:1.1.2
|
||||
Current Version Code:253
|
||||
|
||||
|
|
Loading…
Reference in a new issue