yasminaabdelhameed / sandrob

Automatically exported from code.google.com/p/sandrob
0 stars 0 forks source link

Proxy settings should be active only on wifi connections #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
And maybe different for different wifi connections.
As is implemented now user must manually change proxy settings 
when switches between network providers. 

Original issue reported on code.google.com by supp.san...@gmail.com on 30 Jul 2011 at 9:23

GoogleCodeExporter commented 8 years ago
Please make this optional. I'm regularly using ssh forwards to a remote proxy 
when on a 3g connection and I guess I'm not alone.

One click on/off proxy option or a proxy on/off per url regexp would be nice 
too.

Original comment by aivan...@gmail.com on 5 Aug 2011 at 2:07

GoogleCodeExporter commented 8 years ago
There will be on/off setting
Menu->Settings->Proxy only on wifi

There are so many possible proxy configuration 
that is hard to cover them with static logic.

I'm looking to use BeanShell like are used for example in webscarab.
https://www.owasp.org/index.php/Scripting_in_WebScarab
So advanced users can write custom logic how SandroB act on some predefined 
events.
For example request/response intercept, is proxy active, ...

Also in consideration:
http://android-developers.blogspot.com/2011/07/custom-class-loading-in-dalvik.ht
ml
http://code.google.com/p/android-scripting/

Original comment by supp.san...@gmail.com on 7 Aug 2011 at 6:39