<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/app/src/main/res/values-es, 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>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>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>Creating a user session fragment.</title>
<updated>2015-04-29T10:26:23+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-29T10:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=f008b5ec8e1c74968e4a605d2de5423edf91b854'/>
<id>f008b5ec8e1c74968e4a605d2de5423edf91b854</id>
<content type='text'>
I've separated the user session management to it, and encapsulated
ProviderAPICommand into its own class.

Putting the fragment statically in dashboard.xml isn't working, Android
complains about it being duplicated, so I'm going to add it dynamically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've separated the user session management to it, and encapsulated
ProviderAPICommand into its own class.

Putting the fragment statically in dashboard.xml isn't working, Android
complains about it being duplicated, so I'm going to add it dynamically.
</pre>
</div>
</content>
</entry>
<entry>
<title>Seem good sizes, but layout is ugly.</title>
<updated>2015-04-28T09:59:03+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-28T09:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=d0e6f53c5a9e901181cf8470d247a27f3ed5782f'/>
<id>d0e6f53c5a9e901181cf8470d247a27f3ed5782f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a button to the UI</title>
<updated>2015-04-27T16:08:59+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-27T16:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=bd68fe662af7734d94a8853b38f418f19879e389'/>
<id>bd68fe662af7734d94a8853b38f418f19879e389</id>
<content type='text'>
Turn on VPN touching that button, and leave the image as a mere indicator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn on VPN touching that button, and leave the image as a mere indicator.
</pre>
</div>
</content>
</entry>
<entry>
<title>testEveryProvider also works</title>
<updated>2015-04-27T15:10:20+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-27T15:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=8707f9e9a07f8c53955df14ef9b26d13a0eb60da'/>
<id>8707f9e9a07f8c53955df14ef9b26d13a0eb60da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pinning connection to provider.json</title>
<updated>2015-04-22T10:03:09+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-21T18:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=e2b289726f3c1813f9fafecc94bc61a70dbdb899'/>
<id>e2b289726f3c1813f9fafecc94bc61a70dbdb899</id>
<content type='text'>
Using AndroidPinning library from Moxie, I make sure the provider.json
file Bitmask downloads is fetched from a pinned https connection, so
that the api certificate fingerprint is the good one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using AndroidPinning library from Moxie, I make sure the provider.json
file Bitmask downloads is fetched from a pinned https connection, so
that the api certificate fingerprint is the good one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set accept-language in ProviderAPI, language-country</title>
<updated>2015-04-15T08:42:34+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-15T08:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=c8994b645b607723bdaba4c2aa1ff0d19a9c0c13'/>
<id>c8994b645b607723bdaba4c2aa1ff0d19a9c0c13</id>
<content type='text'>
String locale = Locale.getDefault().getLanguage() + Locale.getDefault().getCountry();
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
String locale = Locale.getDefault().getLanguage() + Locale.getDefault().getCountry();
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo, segunda persona</title>
<updated>2015-04-14T16:35:20+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-04-14T16:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=e522e5e325e6ed19b1316fd251f3c212a2344d7c'/>
<id>e522e5e325e6ed19b1316fd251f3c212a2344d7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
