<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ics_openvpn.git/main/src, branch v0.6.11</title>
<subtitle>[ics_openvpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/'/>
<entry>
<title>Resurrect code for OpenVPN C++ core</title>
<updated>2014-03-11T15:04:47+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-11T15:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=9fed5954c68119d05be09951f209c452a45a00c3'/>
<id>9fed5954c68119d05be09951f209c452a45a00c3</id>
<content type='text'>
--HG--
rename : jni/Android.mk =&gt; main/jni/Android.mk
rename : jni/Application.mk =&gt; main/jni/Application.mk
rename : ovpn3/Android.mk =&gt; main/ovpn3/Android.mk
rename : ovpn3/boostsrc/error_code.cpp =&gt; main/ovpn3/boostsrc/error_code.cpp
rename : src/de/blinkt/openvpn/VpnProfile.java =&gt; main/src/main/java/de/blinkt/openvpn/VpnProfile.java
rename : src/de/blinkt/openvpn/OpenVpnManagementThread.java =&gt; main/src/main/java/de/blinkt/openvpn/core/OpenVpnManagementThread.java
rename : src/de/blinkt/openvpn/OpenVpnService.java =&gt; main/src/main/java/de/blinkt/openvpn/core/OpenVpnService.java
rename : src/de/blinkt/openvpn/LogWindow.java =&gt; main/src/main/java/de/blinkt/openvpn/fragments/LogFragment.java
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : jni/Android.mk =&gt; main/jni/Android.mk
rename : jni/Application.mk =&gt; main/jni/Application.mk
rename : ovpn3/Android.mk =&gt; main/ovpn3/Android.mk
rename : ovpn3/boostsrc/error_code.cpp =&gt; main/ovpn3/boostsrc/error_code.cpp
rename : src/de/blinkt/openvpn/VpnProfile.java =&gt; main/src/main/java/de/blinkt/openvpn/VpnProfile.java
rename : src/de/blinkt/openvpn/OpenVpnManagementThread.java =&gt; main/src/main/java/de/blinkt/openvpn/core/OpenVpnManagementThread.java
rename : src/de/blinkt/openvpn/OpenVpnService.java =&gt; main/src/main/java/de/blinkt/openvpn/core/OpenVpnService.java
rename : src/de/blinkt/openvpn/LogWindow.java =&gt; main/src/main/java/de/blinkt/openvpn/fragments/LogFragment.java
</pre>
</div>
</content>
</entry>
<entry>
<title>replace assert with BuildConfig+Assert.assert...</title>
<updated>2014-03-10T18:22:17+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-10T18:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=a52f8dcdaa9274a65b93699a65849e355b8b3df6'/>
<id>a52f8dcdaa9274a65b93699a65849e355b8b3df6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix passwords starting with ;</title>
<updated>2014-03-10T18:21:52+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-10T18:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=2ffe5b49fa7d7baf86d97c1f5ef29344bb546f82'/>
<id>2ffe5b49fa7d7baf86d97c1f5ef29344bb546f82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NPE reported by dev console</title>
<updated>2014-03-10T18:21:38+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-10T18:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=718e01c219b030b90e0714c6af65c860719b9cfc'/>
<id>718e01c219b030b90e0714c6af65c860719b9cfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch SecurityExceptions when opening streams</title>
<updated>2014-03-10T15:21:39+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-10T15:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=377c086f35d78312cb9da787f8647e989d89037f'/>
<id>377c086f35d78312cb9da787f8647e989d89037f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable ABI building for now, always use DOCUMENT_OPEN intent</title>
<updated>2014-03-09T12:05:50+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-09T12:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=a0be242ffc728d75f8fa5b583dfac836e8c071c5'/>
<id>a0be242ffc728d75f8fa5b583dfac836e8c071c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fix for Samsung Android which does not have a nice GET_CONTENT method .....</title>
<updated>2014-03-07T21:48:46+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-07T21:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=0f2dd21b8c647b9e8ecc8ec35422fcccd6f2c8fc'/>
<id>0f2dd21b8c647b9e8ecc8ec35422fcccd6f2c8fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>increase gradle version of other modules too</title>
<updated>2014-03-07T21:28:56+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-07T21:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=b598f9462f0fd65590f1ba5226af898e3cf3ea62'/>
<id>b598f9462f0fd65590f1ba5226af898e3cf3ea62</id>
<content type='text'>
--HG--
extra : amend_source : 6e57f04c9fea59526651f428d0453a422e963d9a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 6e57f04c9fea59526651f428d0453a422e963d9a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mistake when adding excluded routes (closes issue #238)</title>
<updated>2014-03-06T16:57:58+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-06T16:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=25c069898bedd8d4cdca5c5cc51ab92556e8cdf3'/>
<id>25c069898bedd8d4cdca5c5cc51ab92556e8cdf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update translations/translations fetch script.</title>
<updated>2014-03-03T11:15:37+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2014-03-03T11:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=6e2d9f06b8c276b6ccf879ff58f02d95c19dcbaf'/>
<id>6e2d9f06b8c276b6ccf879ff58f02d95c19dcbaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
