<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/app/assets/urls, branch develop</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<entry>
<title>Remove pins (solves #8455)</title>
<updated>2016-09-19T20:17:50+00:00</updated>
<author>
<name>kwadronaut</name>
<email>kwadronaut@leap.se</email>
</author>
<published>2016-09-19T20:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=99a4d71753f0a840b2e6b46c6d49b7a1043085cd'/>
<id>99a4d71753f0a840b2e6b46c6d49b7a1043085cd</id>
<content type='text'>
remove pins, because didn\'t work this way (solves #8455)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove pins, because didn\'t work this way (solves #8455)
</pre>
</div>
</content>
</entry>
<entry>
<title>s/buildtype/flavor, changed riseup's pin</title>
<updated>2015-06-08T18:04:03+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-06-08T17:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=b0a0805ab81aaa4e204ecfc77d3a6a7f7ed66b2f'/>
<id>b0a0805ab81aaa4e204ecfc77d3a6a7f7ed66b2f</id>
<content type='text'>
Riseup's EE certificate expired (EE = End-Entity, the commercial
certificate signed by the issuer), and we weren't able to fetch
provider.json because the pin wasn't valid.

This problem needs to be avoided in the future, using
HKPK (https://tools.ietf.org/html/rfc7469), which Micah's implementing
on Riseup.

Switching from build types from flavors enables us to run tests against
production apk, not just debug. I didn't detect this pinning problem
because tests were run only against the debug apk, which trusted
preseeded providers by default (thus bypassing pinning issue).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Riseup's EE certificate expired (EE = End-Entity, the commercial
certificate signed by the issuer), and we weren't able to fetch
provider.json because the pin wasn't valid.

This problem needs to be avoided in the future, using
HKPK (https://tools.ietf.org/html/rfc7469), which Micah's implementing
on Riseup.

Switching from build types from flavors enables us to run tests against
production apk, not just debug. I didn't detect this pinning problem
because tests were run only against the debug apk, which trusted
preseeded providers by default (thus bypassing pinning issue).
</pre>
</div>
</content>
</entry>
<entry>
<title>Pinning connection to provider.json</title>
<updated>2015-04-22T10:03:09+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-21T18:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=e2b289726f3c1813f9fafecc94bc61a70dbdb899'/>
<id>e2b289726f3c1813f9fafecc94bc61a70dbdb899</id>
<content type='text'>
Using AndroidPinning library from Moxie, I make sure the provider.json
file Bitmask downloads is fetched from a pinned https connection, so
that the api certificate fingerprint is the good one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using AndroidPinning library from Moxie, I make sure the provider.json
file Bitmask downloads is fetched from a pinned https connection, so
that the api certificate fingerprint is the good one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Calyx and Riseup are preseeded providers.</title>
<updated>2014-12-15T17:06:51+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-12-10T07:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=8f178d430b50cb1eccec75facf99d94c3554a5c3'/>
<id>8f178d430b50cb1eccec75facf99d94c3554a5c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Back to the standard "app" module.</title>
<updated>2014-04-09T14:07:34+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-04-09T14:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=1684c8f398922065a97e7da4dac4ac6a33cc5218'/>
<id>1684c8f398922065a97e7da4dac4ac6a33cc5218</id>
<content type='text'>
This return to "app" instead of "bitmask_android" is due to this reading: https://developer.android.com/sdk/installing/studio-build.html#projectStructure
I'll have to tweak the final apk name in build.gradle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This return to "app" instead of "bitmask_android" is due to this reading: https://developer.android.com/sdk/installing/studio-build.html#projectStructure
I'll have to tweak the final apk name in build.gradle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename app-&gt;bitmask_android</title>
<updated>2014-04-08T10:04:17+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-04-08T10:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=3c3421afd8f74a3aa8d1011de07a8c18f9549210'/>
<id>3c3421afd8f74a3aa8d1011de07a8c18f9549210</id>
<content type='text'>
This way, gradle commands generate apks correctly named.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way, gradle commands generate apks correctly named.
</pre>
</div>
</content>
</entry>
<entry>
<title>Compiles correctly: app/build-native + gradle.</title>
<updated>2014-04-08T09:43:27+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-04-08T09:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=5fc5d37330d3535a0f421632694d1e7918fc22d7'/>
<id>5fc5d37330d3535a0f421632694d1e7918fc22d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
