<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/app/src/main/java/se, branch 0.5.2</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<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>
<entry>
<title>Menu option to show the log window.</title>
<updated>2014-06-12T09:25:49+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-12T09:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=4a020a0116f1d3b8ea2a87e64cc8e6a926c0c179'/>
<id>4a020a0116f1d3b8ea2a87e64cc8e6a926c0c179</id>
<content type='text'>
In case there is an error, user will not be prompted with a strange log
window, but the app will provide it if s/he really wants to see it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case there is an error, user will not be prompted with a strange log
window, but the app will provide it if s/he really wants to see it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide logwindow by default.</title>
<updated>2014-06-12T08:39:43+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-12T08:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=ac43a914c9720e6950708d3c22d17f8f6cd0aae0'/>
<id>ac43a914c9720e6950708d3c22d17f8f6cd0aae0</id>
<content type='text'>
Next step: show it when an error occurs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Next step: show it when an error occurs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly connects to millipede.</title>
<updated>2014-06-11T17:50:54+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-06-11T09:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=3e121542d8b7ab5201c47bbd3ba5611a23c54759'/>
<id>3e121542d8b7ab5201c47bbd3ba5611a23c54759</id>
<content type='text'>
Location keyword on android.cfg isn't supported, EIP corresponding code
has been commented out. I think we should support it in ics-openvpn, so
that we can show the location instead of the server name.

I've updated all opensssl, openvpn, etc. subprojects from rev 813 of
ics-openvpn, and jni too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Location keyword on android.cfg isn't supported, EIP corresponding code
has been commented out. I think we should support it in ics-openvpn, so
that we can show the location instead of the server name.

I've updated all opensssl, openvpn, etc. subprojects from rev 813 of
ics-openvpn, and jni too.
</pre>
</div>
</content>
</entry>
<entry>
<title>ics-openvpn receives ifconfig from the server.</title>
<updated>2014-05-29T18:19:24+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-05-29T18:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=e50339824809da28beabfaf9ecea7414c131cbfe'/>
<id>e50339824809da28beabfaf9ecea7414c131cbfe</id>
<content type='text'>
Refactored AndroidManifest to include launchvpn and openvpnservice.

Imported changes from ics-openvpn-upstream
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactored AndroidManifest to include launchvpn and openvpnservice.

Imported changes from ics-openvpn-upstream
</pre>
</div>
</content>
</entry>
<entry>
<title>Thread management has changed. Updated.</title>
<updated>2014-05-29T08:45:00+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-05-29T08:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=2ee8fb46dc2b719426e9735ba4a80729f1edc1d8'/>
<id>2ee8fb46dc2b719426e9735ba4a80729f1edc1d8</id>
<content type='text'>
Now the thread managment doesn't happen statically, but through the
binded openvpn service.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the thread managment doesn't happen statically, but through the
binded openvpn service.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy some necessary icons from ics-openvpn.</title>
<updated>2014-05-15T15:41:41+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-05-15T15:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=80dc0167cf9fb91cd9373bdd2a93793f71b901dd'/>
<id>80dc0167cf9fb91cd9373bdd2a93793f71b901dd</id>
<content type='text'>
I'm hardcoding their values based on the compilation errors (i.e., the
drawables referenced by de.blinkt.openvpn.core.OpenVpnService). If a new
drawable were introduced, build.gradle should be updated accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm hardcoding their values based on the compilation errors (i.e., the
drawables referenced by de.blinkt.openvpn.core.OpenVpnService). If a new
drawable were introduced, build.gradle should be updated accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy all java files from ics-openvpn.</title>
<updated>2014-05-14T18:05:30+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-05-14T18:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=b79fd315dd89e7a9f648c6a500b41ce7d9970081'/>
<id>b79fd315dd89e7a9f648c6a500b41ce7d9970081</id>
<content type='text'>
imports from se.leap.bitmaskclient java files have also been updated.

WARNING: compiling errors for de.blinkt.openvpn.R, aidl.de.blinkt.openvpn.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
imports from se.leap.bitmaskclient java files have also been updated.

WARNING: compiling errors for de.blinkt.openvpn.R, aidl.de.blinkt.openvpn.
</pre>
</div>
</content>
</entry>
<entry>
<title>Signup option in login dialog.</title>
<updated>2014-05-08T10:08:47+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-05-08T10:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=de649fdd31f2d673de8eca9684ff5c66fbd53ef3'/>
<id>de649fdd31f2d673de8eca9684ff5c66fbd53ef3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
