<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/app/src/main/java/se/leap, branch 0.5.3</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<entry>
<title>Show "Logged out." message.</title>
<updated>2014-06-25T17:44:14+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-25T17:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=b5c84602ebb9bf2f593d4352dfe51029f44731b0'/>
<id>b5c84602ebb9bf2f593d4352dfe51029f44731b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We don't predict future certificate.</title>
<updated>2014-06-24T08:29:09+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-24T08:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=55e9c0c60b94c09f8321dccd2971b32d92ec72a1'/>
<id>55e9c0c60b94c09f8321dccd2971b32d92ec72a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the authentication bits from VpnProfile.</title>
<updated>2014-06-20T10:44:02+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-20T01:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=a7408bea88dc5eedecaba0ef430e63c6cca9ec20'/>
<id>a7408bea88dc5eedecaba0ef430e63c6cca9ec20</id>
<content type='text'>
Now we embed the openvpn cert, the corresponding ca cert and the user
key directly from EIP, while creating a vpn profile. We leave VpnProfile untouched.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we embed the openvpn cert, the corresponding ca cert and the user
key directly from EIP, while creating a vpn profile. We leave VpnProfile untouched.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed setDefinition from ConfigParser.</title>
<updated>2014-06-20T10:44:02+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-20T00:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=93d5f11aed48eb822f02a9fede4a2819d053ad83'/>
<id>93d5f11aed48eb822f02a9fede4a2819d053ad83</id>
<content type='text'>
We now directly use the parseConfiguration method, translating the
eip-service.json openvpn options to a string containing the
corresponding openvpn config file lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now directly use the parseConfiguration method, translating the
eip-service.json openvpn options to a string containing the
corresponding openvpn config file lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed isRunning from OpenVpnService.</title>
<updated>2014-06-20T10:44:02+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-19T22:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=d0383a325d3ec81be8dc354cb806f74b8d047c23'/>
<id>d0383a325d3ec81be8dc354cb806f74b8d047c23</id>
<content type='text'>
We use the broadcasted eip status from ics-openvpn to know if we're
connected or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use the broadcasted eip status from ics-openvpn to know if we're
connected or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>provider.json is downloaded before ca.crt</title>
<updated>2014-06-20T09:48:04+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-18T18:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=b762eed7b3f9117ec682fc6e44125934dddc8d41'/>
<id>b762eed7b3f9117ec682fc6e44125934dddc8d41</id>
<content type='text'>
We don't assume ca.crt is in /ca.crt anymore, but fetch the complete url
from provider.json.

We also signup against users.json file instead of simple "users", which
worked for *.bitmask.net domains.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't assume ca.crt is in /ca.crt anymore, but fetch the complete url
from provider.json.

We also signup against users.json file instead of simple "users", which
worked for *.bitmask.net domains.
</pre>
</div>
</content>
</entry>
<entry>
<title>Progressbar can be null if there is no EIP service</title>
<updated>2014-06-17T10:24:36+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-17T10:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=55c7a76f27b04db8a05400882897f88f8436bfac'/>
<id>55c7a76f27b04db8a05400882897f88f8436bfac</id>
<content type='text'>
This happens when you've used a eip enabled provider, and then you
switch to a non eip enabled one (e.g., choosing demo.bitmask.net and
then switching to cdev.bitmask.net in their current configurations).

I've also disabled the build task dependency on updating
ics-openvpn. It's causing problems, while not fixing anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This happens when you've used a eip enabled provider, and then you
switch to a non eip enabled one (e.g., choosing demo.bitmask.net and
then switching to cdev.bitmask.net in their current configurations).

I've also disabled the build task dependency on updating
ics-openvpn. It's causing problems, while not fixing anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if there is an active gateway selected.</title>
<updated>2014-06-16T20:31:50+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-16T20:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=ee49de021bab8838ed44897f1046cb7d0f8f5921'/>
<id>ee49de021bab8838ed44897f1046cb7d0f8f5921</id>
<content type='text'>
The active gateway cannot be null.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The active gateway cannot be null.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disconnect works, eip status receiver.</title>
<updated>2014-06-13T09:31:36+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-13T09:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=36247e71df88fa13c6c5a887de3b11d9a883615f'/>
<id>36247e71df88fa13c6c5a887de3b11d9a883615f</id>
<content type='text'>
Disconnect uses the ics-openvpn activity, and the dialog prompting the
user to confirm the disconnection is only shown when eip is connected or
is trying to connect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disconnect uses the ics-openvpn activity, and the dialog prompting the
user to confirm the disconnection is only shown when eip is connected or
is trying to connect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Notify the user we're waiting for a server reply</title>
<updated>2014-06-12T10:02:44+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-12T10:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=3de8647fb934dc07279f9fbc014f57e1e74f79f6'/>
<id>3de8647fb934dc07279f9fbc014f57e1e74f79f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
