Re: [guardian-dev] NetCipher v2 alpha: supports OkHTTP, Volley, HttpClient and more

2016-08-15 Thread Hans-Christoph Steiner


Hans-Christoph Steiner:
> 
> Mark Murphy:
>> On Sat, Aug 13, 2016, at 09:49, Vanitas Vitae wrote:
>>> I want to use NetCipher in my application, but I get an error for the
>>> line
>>>
>>> compile 'info.guardianproject.netcipher-webkit:netcipher:2.0.0-alpha1'
>>>
>>> Android Studio tells me, that the library cannot be found.
>>
>> I run into the same problem with
>> 'info.guardianproject.netcipher-okhttp3:netcipher:2.0.0-alpha1'.
>>
>> Are you sure that these artifacts have been published?
> 
> They are showing up on jcenter:
> 
> https://jcenter.bintray.com/info/guardianproject/netcipher/netcipher/2.0.0-alpha1/
> 
> They are currently only on jcenter until I figure out how to easily
> publish to mavenCentral, so you'll need:
> 
> buildscript {
> repositories {
> jcenter()
> }
> ...
> 
> .hc

Oh, I see, the bintray web interface messed up the publishing into
folders.  It stuck them all into the 'netcipher' folder.  I fixed that,
these both work for me now:

compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1'

Also, I messed up the compile lines, these are the correct ones:

compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-chboye:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-httpclient:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-okhttp3:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-volley:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1'

.hc

-- 
PGP fingerprint: EE66 20C7 136B 0D2C 456C  0A4D E9E2 8DEA 00AA 5556
https://pgp.mit.edu/pks/lookup?op=vindex=0xE9E28DEA00AA5556
___
List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev
To unsubscribe, email:  guardian-dev-unsubscr...@lists.mayfirst.org


Re: [guardian-dev] NetCipher v2 alpha: supports OkHTTP, Volley, HttpClient and more

2016-08-14 Thread Mark Murphy
On Sat, Aug 13, 2016, at 09:49, Vanitas Vitae wrote:
> I want to use NetCipher in my application, but I get an error for the
> line
> 
> compile 'info.guardianproject.netcipher-webkit:netcipher:2.0.0-alpha1'
> 
> Android Studio tells me, that the library cannot be found.

I run into the same problem with
'info.guardianproject.netcipher-okhttp3:netcipher:2.0.0-alpha1'.

Are you sure that these artifacts have been published?

-- 
Mark Murphy (a Commons Guy)
https://commonsware.com | https://github.com/commonsguy
https://commonsware.com/blog | https://twitter.com/commonsguy
___
List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev
To unsubscribe, email:  guardian-dev-unsubscr...@lists.mayfirst.org


[guardian-dev] NetCipher v2 alpha: supports OkHTTP, Volley, HttpClient and more

2016-08-02 Thread Hans-Christoph Steiner

We're just finishing up a major overhaul of the NetCipher library, and
its ready for people to try out!  We have a new contributor, Mark
Murphy, aka @commonsguy, who did lots of work including adding support
for Google Volley, OkHTTP, and HttpClient for Android.

The library has also been restructured so that the core has no external
dependencies, only Android itself.  That is enough to work with the
built-in URL.openConnection() and HttpsURLConnection API, including
hardened TLS and easy Tor support.

There are also sample projects for each sub-library and a lot more tests
and those tests now run automatically in Travis-CI.

Here are the various components available via the default gradle repository:

compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher-chboye:netcipher:2.0.0-alpha1'
compile
'info.guardianproject.netcipher-httpclient:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher-okhttp3:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher-volley:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher-webkit:netcipher:2.0.0-alpha1'

To see the sample projects, clone the git repo:

git clone https://github.com/guardianproject/NetCipher.git

Please report issues, feedback, comments, etc. here via email or via the
bug tracker:

https://dev.guardianproject.info/projects/netcipher/issues/

.hc

-- 
PGP fingerprint: EE66 20C7 136B 0D2C 456C  0A4D E9E2 8DEA 00AA 5556
https://pgp.mit.edu/pks/lookup?op=vindex=0xE9E28DEA00AA5556



signature.asc
Description: OpenPGP digital signature
___
List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev
To unsubscribe, email:  guardian-dev-unsubscr...@lists.mayfirst.org