enable org.adaway
This commit is contained in:
parent
8c53643e5d
commit
72b407a927
|
|
@ -1,26 +1,25 @@
|
||||||
Category:System
|
Category:System
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:http://code.google.com/p/ad-away/
|
Web Site:https://code.google.com/p/ad-away
|
||||||
Source Code:https://github.com/dschuermann/ad-away
|
Source Code:https://github.com/dschuermann/ad-away
|
||||||
Issue Tracker:http://code.google.com/p/ad-away/issues/list
|
Issue Tracker:https://code.google.com/p/ad-away/issues/list
|
||||||
Donate:http://flattr.com/thing/369138
|
Donate:https://code.google.com/p/ad-away
|
||||||
FlattrID:369138
|
FlattrID:369138
|
||||||
|
|
||||||
Summary:Block advertisements
|
Summary:Block advertisements
|
||||||
Description:
|
Description:
|
||||||
An ad blocker that uses the hosts file.
|
An ad blocker that uses the hosts file. The hosts file
|
||||||
|
contains a list of mappings between hostnames and IP addresses. When
|
||||||
|
an app requests an ad, that request is directed to localhost which does
|
||||||
|
nothing. There are options to run a web server
|
||||||
|
to respond to blocked hostnames and to direct requests to the IP
|
||||||
|
address of your choosing. You can download hosts files from the
|
||||||
|
app but it is possible to use your own and to add certain sites
|
||||||
|
to the white- and black-lists.
|
||||||
|
|
||||||
Permissions:
|
[http://htmlpreview.github.com/?https://github.com/dschuermann/ad-away/edit/master/CHANGELOG Changelog]
|
||||||
*'''Internet access''': To download hosts files
|
|
||||||
*'''SD card''': To export lists to SD card
|
|
||||||
*'''Wakelock''': Wake up phone when AdAway updates in background
|
|
||||||
|
|
||||||
Help with translating AdAway on
|
Requires root: Yes. The hosts files is located in /system which is normally read-only.
|
||||||
[https://www.transifex.net/projects/p/adaway Transifex].
|
|
||||||
Donations are welcome in the f-droid.org repo so it is possible to
|
|
||||||
donate using a number of methods within the app with this build.
|
|
||||||
|
|
||||||
Requires Root: Yes. The hosts files is located in /system which is normally read-only.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Requires Root:Yes
|
Requires Root:Yes
|
||||||
|
|
@ -58,7 +57,7 @@ echo "android.library.reference.4=android-libs/HtmlSpanner/htmlspanner" >> proje
|
||||||
find . -type f -print0 | xargs -0 sed -i 's/org.rootcommands/org.sufficientlysecure.rootcommands/g' && \
|
find . -type f -print0 | xargs -0 sed -i 's/org.rootcommands/org.sufficientlysecure.rootcommands/g' && \
|
||||||
cp android-libs/Donations/ant-templates/other/DonationsConfig.java \
|
cp android-libs/Donations/ant-templates/other/DonationsConfig.java \
|
||||||
android-libs/Donations/src/org/donations/,buildjni=yes
|
android-libs/Donations/src/org/donations/,buildjni=yes
|
||||||
Build Version:2.3,42,!needs checking v2.3,subdir=AdAway,srclibs=RootCommands@c940b0e503,\
|
Build Version:2.3,42,v2.3,subdir=AdAway,srclibs=RootCommands@c940b0e503,\
|
||||||
extlibs=htmlcleaner/htmlcleaner-2.2.jar,init=rm android-libs/Donations/custom_rules.xml && \
|
extlibs=htmlcleaner/htmlcleaner-2.2.jar,init=rm android-libs/Donations/custom_rules.xml && \
|
||||||
git clone https://github.com/dschuermann/HtmlSpanner android-libs/HtmlSpanner,\
|
git clone https://github.com/dschuermann/HtmlSpanner android-libs/HtmlSpanner,\
|
||||||
update=.;android-libs/Donations;android-libs/ActionBarSherlock;\
|
update=.;android-libs/Donations;android-libs/ActionBarSherlock;\
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue