Code Monkey home page Code Monkey logo

andblock's People

andblock's Issues

AdBlock Plus format

please support format fully and subscription to multiple sources like


Easylist
Fanboy
Adversity




Original issue reported on code.google.com by [email protected] on 19 Sep 2011 at 2:43

bad socket

What steps will reproduce the problem?

1. point a browser (ff on pc/webkit on device) to m.admob.de
2. sniff packets
3. local socket write will break on request:
    "GET http://m.admob.com/home HTTP/1.1"

This is not reproducable with netcat and the sniffed traffic!

What is the expected output? What do you see instead?

a solid connection.

Original issue reported on code.google.com by felix.bechstein on 12 Oct 2009 at 4:45

disable filter

toggle filter by one-click button

Original issue reported on code.google.com by felix.bechstein on 9 Nov 2009 at 1:53

Does not work on Samsung Galaxy 10.1N

What steps will reproduce the problem?

1. I installed adblock and start/reloaded it on port 8080
2. I loaded www.chip.de
3. The advertisement was not blocked

Das Programm blockiert Nichts. Auch mit einer zusätzlichen eingefügten Zeile 
http://chip01.chipimages.de bleibt die Werbung komplett erhalten.

Es funktioniert weder über W-LAN noch über UMTS.


Original issue reported on code.google.com by [email protected] on 9 May 2012 at 4:02

hanging socket

What steps will reproduce the problem?
1. connect browser (ff on pc/webkit on device) to m.hvv.de
2. surf to search
3. fill in form
4. press "search"
5. socket hangs

this is not reproducable with netcat and sniffed traffic

What is the expected output? What do you see instead?
traffic should be send through proxy to m.hvv.de

Original issue reported on code.google.com by felix.bechstein on 12 Oct 2009 at 4:47

enhancement req: clear block list

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Thrive tab

Please provide any additional information below.
Imported fanboy list. Huge. Can't clear. Like it though. Suggestions? 

Original issue reported on code.google.com by [email protected] on 25 Sep 2011 at 4:24

POST Content-length

What steps will reproduce the problem?
1. open new issue on google code
2. submit issue

What is the expected output? What do you see instead?
expected: POST results in new issue
see: HTTP 411 result - Length required, POST request require a
Content-length header.

maybe this is not a problem of admob. but a buildin browser problem.

Original issue reported on code.google.com by felix.bechstein on 10 Nov 2009 at 8:45

Does not install on Honeycomb

What steps will reproduce the problem?
1.Get a honeycomb tablet
2.Download the apk
3.Tab on the download. Dialog box is shown with install, cancel buttons.
4.Tap on install, no response. I can only tab on the cancel buttons

What is the expected output? What do you see instead?
User should be able to install.

What version of the product are you using? On what operating system?
Acer Iconia A500. Honeycomb 3.2.1. Non rooted. Allow unknown source is checked.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 4:46

Android 2.1 compatibility

What steps will reproduce the problem?
1. I cannot access APN settings on Android 2.1


What is the expected output? What do you see instead?
Nothing. Menu is unavailable

What version of the product are you using? On what operating system?
AdBlock v0.5

Please provide any additional information below.
Android 2.1

Original issue reported on code.google.com by [email protected] on 8 Jun 2010 at 5:32

Support for wifi only devices?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
-Expected wifi proxy settings to work (Settings > Wireless & networks > Wifi 
settings > (menu key) advanced > Wifi Proxy 

-Instead App doesn't block anything

What version of the product are you using? On what operating system?
Using v0.5 on Android 2.3.4 on WIFI ONLY HTC Flyer

Please provide any additional information below.

Imported the easylist 

Original issue reported on code.google.com by [email protected] on 8 Dec 2011 at 12:46

Slow filtering (with advice to fix)

I've looked at the code. 
Currently, to check if an URL matches one in the filter, you're doing a O(N) 
filtering with Java's String.indexOf function.

There are few issues with this:
1) It doesn't accept all the expression the adblock plus list is giving (like 
regular expression)
2) It's slow. The larger the list, the longer it'll take to filter. 

If you don't care about regular expression, you probably should use another 
algorithm for matching URL, and if possible as O(log N). You could use a 
ternary tree for this ( http://en.wikipedia.org/wiki/Ternary_search_tree ) or 
at least a Trie (like this implementation: http://code.google.com/p/radixtree/ )

Also, since all request has to get through another layer (local HTTP proxying), 
and this is a bit slower, such software is interesting only if the overall gain 
is larger than the cost. 

You probably should not block the ads "fetching" from the browser, but instead 
replace the ads by a local file 1 x 1px transparent GIF.

Original issue reported on code.google.com by [email protected] on 7 Dec 2010 at 3:02

Hilfe nötig

wie kann man denn zum Beispiel die easylist germany hinzufügen? wie beim 
Adblock fürn Firefox!?

Sonst wird nämlich nix geblockt



Newest Version available

Original issue reported on code.google.com by [email protected] on 19 Jun 2011 at 4:22

not working on m.accuweather.com

What steps will reproduce the problem?
1. added .ads. and cloudfront (part of ad url)
2. refreshed m.accuweather.com
3.

What is the expected output? What do you see instead?
still show ads (located top and bottom of screen)

What version of the product are you using? On what operating system?
v0.5
LG Optimus-T running release 2.2, linux 2.6.32.9, build FRF91

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Aug 2011 at 5:51

Ads are removed but unfortunately replaced by little placeholders

What steps will reproduce the problem?
1. Enable AndBlock
2. Surf to www.spiegel.de
3. Observe what happened to the ads

What is the expected output? What do you see instead?

Expected is to simply see the ads removed with nothing else in their place,
just like Adblock Plus does it on Firefox. Instead, the browser will show
little blue boxes with questionmarks and links to the former ads.

What version of the product are you using? On what operating system?

v0.5


Original issue reported on code.google.com by [email protected] on 28 Apr 2010 at 12:23

filterlist import produces garbage

Import filterlist from DrEvil
URL: http://adblock.maltekraus.de/adblock.Etxt

Adblock shows only garbage in the filter overview.
This behaviour occurs on other filterlists, too. I am using a HTC Hero with
official ROMs, nothing customized.

Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 9:02

Filter doesn't work

Filter .admob.com doesn't work. I want to block in-app ads, but this filter 
does't work.

Original issue reported on code.google.com by [email protected] on 17 Nov 2012 at 7:14

log of last http queries

It would be nice to have a log of the last 100 http queries, so that it
would be easy to exclude an URL with a single tap.

Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 8:09

no list link in app or website

What steps will reproduce the problem? Come on r u kidding me
1. Add a friggin drop box in the app for filters
2. Add a link list on your website wtf
3. Instructions how to set up aka modify network add proxy local host

What is the expected output? What do you see instead?
A shitty little empty box to paste a link

What version of the product are you using? On what operating system?
Your version

Please provide any additional information below.
See above
Fix it

Original issue reported on code.google.com by [email protected] on 2 Oct 2011 at 7:56

ABP on Google Apps

What steps will reproduce the problem?
1. install & configure ABP proxy
2. reconnect wifi network
3.

What is the expected output? What do you see instead?
chrome & other google provided softwares are not connecting to web.

What version of the product are you using? On what operating system?
Nexus 7, chrome/hangout/gmail app - most recent

Please provide any additional information below.
other softwares like facebook app/messenger are connecting to web.

Original issue reported on code.google.com by [email protected] on 15 Sep 2014 at 6:43

Missing content-type on beta.apk

There's no content-type header on the beta.apk file. This means that it is not 
correctly recognised as an APK by the browser either on the phone or otherwise.

I recommend hosting it on google code and providing a link to that download 
instead. It will serve to move bandwidth off your main site, and google code 
will probably count the downloads for you as well. :-)

Original issue reported on code.google.com by [email protected] on 21 Jul 2011 at 5:38

google voice connection fails

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Latest ver as of post date. Toshiba thrive tablet. Honeycomb 3.1

Please provide any additional information below.
Changing wifi connection props from local host proxy to no proxy fixes problem. 
Using fanboy block list. 

Original issue reported on code.google.com by [email protected] on 25 Sep 2011 at 4:18

Totally useless


After laboriously - tediously - copying a few filters from ABP Firefox add-on 
on my laptop I tested it on a webpage in which ads were blocked using ADB on 
desktop and mobile. Nothing was blocked using this app.

I only tried Andblock because ABP is unstable, constantly having to restart 
filtering. But unlike ABP which blocks all ads, Andblock blocks nothing.

And why you can't have access to filters within the app itself is beyond me - 
ABP, Adaway, Adfree all have this.


Original issue reported on code.google.com by [email protected] on 4 Dec 2013 at 6:03

Network proxy

What steps will reproduce the problem?
1. connect to a network that has a proxy infront of the internet
2.enable adblock proxy and tell android to connect through it
3. Try, and fail to connect to the internet.

It would be good to make adblock able to connect through a network proxy if 
required. At the moment, adblock is not a viable solution on such networks.

Original issue reported on code.google.com by [email protected] on 14 Feb 2011 at 11:09

Cannot set device to use AdBlock

What steps will reproduce the problem?
1. Follow docs on setting Droid to use AdBlock's proxy
2. Find that there is no way to set the APN settings
3. Note that AdBlock is thus non-functional

What is the expected output? What do you see instead?
  I expect to be able to follow the directions to set my device to use 
  the application, only to find that there are no such settings


What version of the product are you using? On what operating system?
  AdBlock (beta) v.0.5.  Android 2.3.3 (Gingerbread) on a Verizon 
  Droid X

Original issue reported on code.google.com by [email protected] on 15 Jun 2011 at 3:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.