Mark Murphy: > On Mon, Mar 21, 2016, at 06:47, Hans-Christoph Steiner wrote: >>> I have reconfirmed that it is working for me. I had some bugs related to >>> detecting the installation, but the explicit Intent is sufficient to >>> take a freshly-installed Orbot (at least the edition on the Play Store) >>> and get it running to the point where we can make requests through the >>> HTTP proxy. >> >> Is this in the HTTPStacks.zip bundle already? I'd like to try it. I >> want to get this change and the SNI support into NetCipher ASAP to make >> a new release. > > Yes.
As for a plan for integrating this into NetCipher, I'd like to start with the HttpURLConnection first, especially the SNI stuff. Ideally, it would all fit into the existing TlsOnlySocket* stuff, without the need for a Sni-specific subclass. As for OrbotInitializier, ideally that would be merged into OrbotHelper somehow. I see you made a StatusCallback interface. Is there any need to have separate Orbot status handling for each HTTP API? Seems to me that it should just be all handled by OrbotHelper and nothing specific to the code specific to each HTTP API. .hc -- PGP fingerprint: EE66 20C7 136B 0D2C 456C 0A4D E9E2 8DEA 00AA 5556 https://pgp.mit.edu/pks/lookup?op=vindex&search=0xE9E28DEA00AA5556 _______________________________________________ List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev To unsubscribe, email: [email protected]
