<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/.gitignore, branch 1.0.7</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<entry>
<title>add compiled go libs to gitignore</title>
<updated>2020-11-09T15:18:29+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2020-11-09T15:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=307c1417160405835ad7909b1cf698f30ae016ea'/>
<id>307c1417160405835ad7909b1cf698f30ae016ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add currentReleases directory to .gitignore</title>
<updated>2019-12-08T22:09:40+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2019-12-08T22:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=777a59fd8bd27cf4358322cb3f82b0c0910aa6df'/>
<id>777a59fd8bd27cf4358322cb3f82b0c0910aa6df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add path to go sdk to gitignore</title>
<updated>2019-08-01T23:49:37+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2019-07-19T15:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=bddfee15cbf8f67c9d808ea32dd7740cdeb1d5c2'/>
<id>bddfee15cbf8f67c9d808ea32dd7740cdeb1d5c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add releases folder to .gitignore</title>
<updated>2019-08-01T23:49:37+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2019-05-24T16:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=ded4693e7acf273cccd939fa1f30de589b316ed2'/>
<id>ded4693e7acf273cccd939fa1f30de589b316ed2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>increase heap size for Gradle deamon</title>
<updated>2019-05-31T13:05:01+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2019-05-31T13:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=d92f8c84dc914a2150d14e34e6f8cf17c1d63092'/>
<id>d92f8c84dc914a2150d14e34e6f8cf17c1d63092</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#8832 update .gitignore</title>
<updated>2018-02-01T14:31:17+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2018-02-01T14:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=8efc3a639d9c97426d4bb749c7da84eb5e0d76fd'/>
<id>8efc3a639d9c97426d4bb749c7da84eb5e0d76fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ics-openvpn as a submodule! beautiful</title>
<updated>2015-06-04T17:20:15+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-06-04T17:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=27594eeae6f40a402bc3110f06d57975168e74e3'/>
<id>27594eeae6f40a402bc3110f06d57975168e74e3</id>
<content type='text'>
ics-openvpn is now officially on GitHub, and they track openssl and
openvpn as submodules, so it's easier to update everything. Just a git
submodule update --recursive.

I've also set up soft links to native modules from ics-openvpn in app,
so that we don't copy files in Gradle (which was causing problems with
the submodules .git* files, not being copied). That makes the repo
cleaner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ics-openvpn is now officially on GitHub, and they track openssl and
openvpn as submodules, so it's easier to update everything. Just a git
submodule update --recursive.

I've also set up soft links to native modules from ics-openvpn in app,
so that we don't copy files in Gradle (which was causing problems with
the submodules .git* files, not being copied). That makes the repo
cleaner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated ics-openvpn to last rev 14 Nov 2014.</title>
<updated>2014-12-12T17:04:08+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-12-12T17:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=97aded26654ede8204a313dd6967b678a72a2a10'/>
<id>97aded26654ede8204a313dd6967b678a72a2a10</id>
<content type='text'>
Material design!

It still doesn't run properly on my tablet, openvpn keeps getting down
and exiting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Material design!

It still doesn't run properly on my tablet, openvpn keeps getting down
and exiting.
</pre>
</div>
</content>
</entry>
<entry>
<title>OVPNGateway extracted from EIP.</title>
<updated>2014-11-26T12:00:28+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-11-17T21:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=06bc3b1898e1a419693c7fc3d6a48322ad6881e6'/>
<id>06bc3b1898e1a419693c7fc3d6a48322ad6881e6</id>
<content type='text'>
Fixed a silly typo on .gitignore which was ignoring "G*"!.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a silly typo on .gitignore which was ignoring "G*"!.
</pre>
</div>
</content>
</entry>
<entry>
<title>Gitignore ovpnlibs</title>
<updated>2014-09-23T16:18:26+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2014-09-23T16:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=6fa7a801199bcd19f6f1629fe91ae873d754f41c'/>
<id>6fa7a801199bcd19f6f1629fe91ae873d754f41c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
