<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git, branch 0.2.2</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<entry>
<title>Merge branch 'release-0.2.2'</title>
<updated>2013-11-16T03:27:22+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-11-16T03:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=ecd01db4ca5c0000d671e888ebdf97c3fdbd51cc'/>
<id>ecd01db4ca5c0000d671e888ebdf97c3fdbd51cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump build and version</title>
<updated>2013-11-16T03:24:15+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-11-16T03:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=a43deacc6d5882c96be5e862ce4451797c489bfd'/>
<id>a43deacc6d5882c96be5e862ce4451797c489bfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changelog</title>
<updated>2013-11-16T03:23:46+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-11-16T03:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=863336cc0c7dadf38b6d97f95d361d00c1702070'/>
<id>863336cc0c7dadf38b6d97f95d361d00c1702070</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Going back from providerdetails show all providers</title>
<updated>2013-11-15T23:30:07+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-10-14T11:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=a904408946b058496e6c34e4987212ede32e469a'/>
<id>a904408946b058496e6c34e4987212ede32e469a</id>
<content type='text'>
I missed a notifyDataSetChanged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I missed a notifyDataSetChanged.
</pre>
</div>
</content>
</entry>
<entry>
<title>Real VPN status is returned from Eip.isRunning().</title>
<updated>2013-11-15T22:53:51+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-10-09T10:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=df580ff4ca160bee13bb071e1db86c0a0945557e'/>
<id>df580ff4ca160bee13bb071e1db86c0a0945557e</id>
<content type='text'>
retrieveVpnService now uses BIND_AUTO_CREATE flag, so that if the OpenVpnService has not been started, the state is still notified.

retrieveVpnService now returns a boolean, so that if bindService fails false is returned.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
retrieveVpnService now uses BIND_AUTO_CREATE flag, so that if the OpenVpnService has not been started, the state is still notified.

retrieveVpnService now returns a boolean, so that if bindService fails false is returned.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dashboard asks for real VPN state.</title>
<updated>2013-11-15T22:53:51+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-10-07T14:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=d9c8729bfdead18aa695ceddac3a12efe6c8b568'/>
<id>d9c8729bfdead18aa695ceddac3a12efe6c8b568</id>
<content type='text'>
Right now, the answer is always "disconnected", I think it's a problem in EIP.isRunning().

I've also added some new strings, trying to minimize the number of them scattered through litterals around the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now, the answer is always "disconnected", I think it's a problem in EIP.isRunning().

I've also added some new strings, trying to minimize the number of them scattered through litterals around the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switching provider offers all providers from list.</title>
<updated>2013-11-15T22:25:17+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-10-03T14:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=76d52773a237da8fcae3670a959bbe2bfe609796'/>
<id>76d52773a237da8fcae3670a959bbe2bfe609796</id>
<content type='text'>
This fixes bug #4004: With new progress bars branch, if user switches provider the list of providers is not complete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes bug #4004: With new progress bars branch, if user switches provider the list of providers is not complete.
</pre>
</div>
</content>
</entry>
<entry>
<title>ProviderDetail login works with new progressbar.</title>
<updated>2013-11-15T22:25:17+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-09-02T18:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=180b4d31526e442dd4978ca321a304f26b32240c'/>
<id>180b4d31526e442dd4978ca321a304f26b32240c</id>
<content type='text'>
A nullpointer occurred, due to a progressbar view assigned when the screen
did not showed it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A nullpointer occurred, due to a progressbar view assigned when the screen
did not showed it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Label for the CW progressbar.</title>
<updated>2013-11-15T22:25:16+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-09-02T18:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=a9904f63729fc01c6f7c4fe767cf9540f7405360'/>
<id>a9904f63729fc01c6f7c4fe767cf9540f7405360</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New provider hides other providers.</title>
<updated>2013-11-15T22:25:16+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-09-02T17:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=e865889715b8511dd432b89958e27975592d98ea'/>
<id>e865889715b8511dd432b89958e27975592d98ea</id>
<content type='text'>
If a new provider is added, it gets selected automatically hiding all
other providers, as if it had been selected clicking on it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a new provider is added, it gets selected automatically hiding all
other providers, as if it had been selected clicking on it.
</pre>
</div>
</content>
</entry>
</feed>
