<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/app/src/main/res, branch 0.9.4</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<entry>
<title>Resized account icon according to vpn icons</title>
<updated>2015-06-16T09:17:16+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-06-16T09:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=4bf4f2e08e1da24227b538c2e8e2a22e01cd84a6'/>
<id>4bf4f2e08e1da24227b538c2e8e2a22e01cd84a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Transparent background of the FabButton, yay!</title>
<updated>2015-06-12T15:01:35+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-06-12T15:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=d1c6e3c1756cee8104a98718b70e2f3169d24a09'/>
<id>d1c6e3c1756cee8104a98718b70e2f3169d24a09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update java and xml files</title>
<updated>2015-06-11T08:56:45+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-06-11T08:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=2d55413d913b4d6fc0f10900f80f13532ea74809'/>
<id>2d55413d913b4d6fc0f10900f80f13532ea74809</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 libraries, simplified user status fragment</title>
<updated>2015-05-29T08:33:51+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-05-29T08:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=de63a99c74bb05c271b0c7a5903b6bfab9ec0a5b'/>
<id>de63a99c74bb05c271b0c7a5903b6bfab9ec0a5b</id>
<content type='text'>
Updated butterknife, dagger, renderers, fabbuton and gson, as well as
gradle plugin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated butterknife, dagger, renderers, fabbuton and gson, as well as
gradle plugin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename user session fragment, add icon resource.</title>
<updated>2015-05-05T09:28:01+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-05-05T09:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=6d2e86277cdf02d3c731d963656e2c4a0f8fea5f'/>
<id>6d2e86277cdf02d3c731d963656e2c4a0f8fea5f</id>
<content type='text'>
The FabButton doesn't scale the icon as big as I want it to be, and it
doesn't let me set the size to "wrap_content" because the library sets
the sizes to match_parent.
I'm going to try to modify my fork of FabButton to see if I can obtain
what I want in its demo: just an icon and the progress indicator, the
icon as big as possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The FabButton doesn't scale the icon as big as I want it to be, and it
doesn't let me set the size to "wrap_content" because the library sets
the sizes to match_parent.
I'm going to try to modify my fork of FabButton to see if I can obtain
what I want in its demo: just an icon and the progress indicator, the
icon as big as possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better layout, xlarge adaptation too.</title>
<updated>2015-04-30T17:09:31+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-30T17:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=436de7afeea2cd234db8a4b70ace396101126e88'/>
<id>436de7afeea2cd234db8a4b70ace396101126e88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Works smoothly, correct texts.</title>
<updated>2015-04-30T11:52:04+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-30T11:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=237e51e09ea7ae13c4cdf7fd9247447f6d75fb9a'/>
<id>237e51e09ea7ae13c4cdf7fd9247447f6d75fb9a</id>
<content type='text'>
Next step: beautify.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Next step: beautify.
</pre>
</div>
</content>
</entry>
<entry>
<title>Functional.</title>
<updated>2015-04-29T16:21:03+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-29T16:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=9a54c425f6d96e1872899eabf78fb60082a8d234'/>
<id>9a54c425f6d96e1872899eabf78fb60082a8d234</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dynamically load user session fragment.</title>
<updated>2015-04-29T10:47:43+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-29T10:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=8833acbafe00eb2941cfa052cb679fc2684b5290'/>
<id>8833acbafe00eb2941cfa052cb679fc2684b5290</id>
<content type='text'>
Tests click new button, instead of action bar's.

Fixing more bugs...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests click new button, instead of action bar's.

Fixing more bugs...
</pre>
</div>
</content>
</entry>
</feed>
