<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/src/se/leap/openvpn/VpnProfile.java, branch 1.0.1</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<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>
<entry>
<title>No sharedprefs methods in ConfigHelper.</title>
<updated>2014-01-14T18:54:58+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-01-14T18:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=1fe78d00244f52f903435c970c0ebf0071a08f36'/>
<id>1fe78d00244f52f903435c970c0ebf0071a08f36</id>
<content type='text'>
This means we obtain the SharedPreferences object each time we want to
use it. This yields to longer code lines while reading and writing to
them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means we obtain the SharedPreferences object each time we want to
use it. This yields to longer code lines while reading and writing to
them.
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenVPN notification contains location.</title>
<updated>2013-11-21T20:50:32+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-11-21T20:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=f9f69298e7d0b5e4258ea27095f50f9da7c6ff9b'/>
<id>f9f69298e7d0b5e4258ea27095f50f9da7c6ff9b</id>
<content type='text'>
Instead of plain domain, we're printing a new variable stored in vpnprofile (parsed in ConfigParser): location.

I'm substituing "__" by ", ", but I'm not uppercasing anything. We rely on the raw data from eip-service.json.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of plain domain, we're printing a new variable stored in vpnprofile (parsed in ConfigParser): location.

I'm substituing "__" by ", ", but I'm not uppercasing anything. We rely on the raw data from eip-service.json.
</pre>
</div>
</content>
</entry>
<entry>
<title>Special debug log: "OpenVPN log" tag</title>
<updated>2013-11-07T20:26:07+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-11-07T20:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=6ff02fbc614756991220dacf910dc447a4046f06'/>
<id>6ff02fbc614756991220dacf910dc447a4046f06</id>
<content type='text'>
The log shows all state commands, and notifies when bytecount values have not changed more than 3 times in a row.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The log shows all state commands, and notifies when bytecount values have not changed more than 3 times in a row.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored leapclient to bitmaskclient.</title>
<updated>2013-10-10T14:58:58+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-10-10T14:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=a2a38163202e53eea1328d7c20ec0e94b33f2fc6'/>
<id>a2a38163202e53eea1328d7c20ec0e94b33f2fc6</id>
<content type='text'>
I do not change the company (se.leap).

All references within strings.xml point to "bitmask" instead of to "leap".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I do not change the company (se.leap).

All references within strings.xml point to "bitmask" instead of to "leap".
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved all constants from ConfigHelper.</title>
<updated>2013-09-30T09:31:55+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-09-05T15:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=fdc8d5376c6d44c2a78ee023e89417cddabfbd44'/>
<id>fdc8d5376c6d44c2a78ee023e89417cddabfbd44</id>
<content type='text'>
They have been relocated to the corresponding classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They have been relocated to the corresponding classes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Quite basic staring and stopping of VPN</title>
<updated>2013-06-21T00:40:45+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-06-09T10:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=33338d43e0e83329a7c46807e096b8148e19aff7'/>
<id>33338d43e0e83329a7c46807e096b8148e19aff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace hardcoded package name string, FIXME but closes #1494</title>
<updated>2013-01-26T05:13:42+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-01-26T05:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=8dbb4517b07c42c3b37b0764d63973b5b1ed5ee6'/>
<id>8dbb4517b07c42c3b37b0764d63973b5b1ed5ee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start rebranding: a whole lotta string replacement, moving src/ file tree</title>
<updated>2013-01-23T05:26:08+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-01-23T05:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=2bb6e8c9a956c56658807c7f2d25ab850243bbe6'/>
<id>2bb6e8c9a956c56658807c7f2d25ab850243bbe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
