<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/app/src/androidTest/java/se/leap, branch 0.7.0</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<entry>
<title>network up &amp; down 3 times: sometimes fails</title>
<updated>2014-07-24T14:50:48+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-07-10T18:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=623f81b5e52a5155549731e4afe35ca054f97a3f'/>
<id>623f81b5e52a5155549731e4afe35ca054f97a3f</id>
<content type='text'>
I simulate removing the network at the end of the test.

Sometimes, the test fails because a openvpn tries to close a bad file
descriptor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I simulate removing the network at the end of the test.

Sometimes, the test fails because a openvpn tries to close a bad file
descriptor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simulate network down.</title>
<updated>2014-07-24T14:50:48+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-07-10T16:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=98f2fcedc3c645b38ecf168d57e28287c4a7a76e'/>
<id>98f2fcedc3c645b38ecf168d57e28287c4a7a76e</id>
<content type='text'>
The tests say they failed, but it's because the adb server is no longer
able to communicate with the emulator due to switching network
connectivity off (and being the adb server connected to a local tcp port
of the emulator, this port dissapears once connectivity is down).

To see if all tests passed, take a look at the logcat.
Once tests are finished, issue "adb kill-server" from the development
machine, and then "adb logcat".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests say they failed, but it's because the adb server is no longer
able to communicate with the emulator due to switching network
connectivity off (and being the adb server connected to a local tcp port
of the emulator, this port dissapears once connectivity is down).

To see if all tests passed, take a look at the logcat.
Once tests are finished, issue "adb kill-server" from the development
machine, and then "adb logcat".
</pre>
</div>
</content>
</entry>
<entry>
<title>We don't need support library from Robotium.</title>
<updated>2014-07-24T14:50:48+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-07-10T10:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=629a0b279a80938212b01c096e55c402d91739d4'/>
<id>629a0b279a80938212b01c096e55c402d91739d4</id>
<content type='text'>
I've also fixed a simple test that wasn't letting the suite to finish
correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've also fixed a simple test that wasn't letting the suite to finish
correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Signup protocol coded. UI next.</title>
<updated>2014-05-07T11:55:46+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-05-07T11:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=69c299b9c891d92ff7e5bc87e32b9acb10901b91'/>
<id>69c299b9c891d92ff7e5bc87e32b9acb10901b91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testAddNewProvider adds calyx.net</title>
<updated>2014-04-14T16:19:04+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-04-14T16:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=cf09213cdf201362e1a6c38e125b096e99d39476'/>
<id>cf09213cdf201362e1a6c38e125b096e99d39476</id>
<content type='text'>
The test that checked how many providers were listed was failing
because this test added dev.bm.net, which was already present in the
debug apk, so no new provider was added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test that checked how many providers were listed was failing
because this test added dev.bm.net, which was already present in the
debug apk, so no new provider was added.
</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>Next step: compile jni sources correctly.</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-07T18:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=c206a91d320995f37f8abb33188bfd384249da3d'/>
<id>c206a91d320995f37f8abb33188bfd384249da3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
