-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy Port Fixes #715
Proxy Port Fixes #715
Conversation
Also fixes #707 |
81a5c1d
to
b1f33b6
Compare
extraLines.append("SafeSocks 0").append('\n'); | ||
extraLines.append("TestSocks 0").append('\n'); | ||
} else { | ||
extraLines.append("SOCKSPort 0.0.0.0:").append(socksPortPref).append("\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should isolate/ipv6 be added here too? 51216a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, thank you. added
5ba7ce9 has a missing symbol |
It looks like R.id.tvSnowflake is undefined |
This fixes the problem: syphyr@ef7d989 |
Thanks @syphyr , I just forgot to commit the XML file. I'll throw it up next time I'm online |
One other thing I noticed is that the version string is only showing up for obfs4 in "About" screen. |
Odd, I was seeing both versions. Will revisit when I commit the missing XML file ... |
15cbe18
to
13217fa
Compare
eh, guardianproject/tor-android#84 was merged and released? weren't these supposed to be together? |
This branch is dependent on guardianproject/tor-android#84 being released in tor-android and should not be merged until that is released
Fixes: #708 and #709