Re: [guardian-dev] NetCipher Book Chapter, and HTTP Stack Integration

2016-02-25 Thread Hans-Christoph Steiner
Mark Murphy: > On Thu, Feb 25, 2016, at 08:40, Hans-Christoph Steiner wrote: >> So I guess the key bit there in terms of making the Intent start Orbot >> not matter what its state is the Intent.setComponent() call? > > Sorry, you lost me there. Is Intent.setComponent() the thing that makes the

Re: [guardian-dev] NetCipher Book Chapter, and HTTP Stack Integration

2016-02-25 Thread Hans-Christoph Steiner
Mark Murphy: > On Thu, Feb 25, 2016, at 08:01, Hans-Christoph Steiner wrote: >> Any chance of viewing this in git? > > Not until it gets released. At that point, it will be in my book's > massive repo (https://github.com/commonsguy/cw-omnibus), along with the > rest of my book samples. > >>

Re: [guardian-dev] NetCipher Book Chapter, and HTTP Stack Integration

2016-02-25 Thread Mark Murphy
On Thu, Feb 25, 2016, at 08:01, Hans-Christoph Steiner wrote: > Any chance of viewing this in git? Not until it gets released. At that point, it will be in my book's massive repo (https://github.com/commonsguy/cw-omnibus), along with the rest of my book samples. > I'll start digging into these.

Re: [guardian-dev] NetCipher Book Chapter, and HTTP Stack Integration

2016-02-25 Thread Hans-Christoph Steiner
Mark Murphy: > I have written a chapter for _The Busy Coder's Guide to Android > Development_ on the use of NetCipher. Along the way, I wrote integration > code to tie NetCipher into: > > - OkHttp3 (including using it with Retrofit) > - HttpURLConnection > - Apache's independent packaging of