<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_android.git/res/menu, branch master</title>
<subtitle>[leap_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/'/>
<entry>
<title>New menu option to go back to ConfigurationWizard.</title>
<updated>2013-07-12T20:26:28+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-06-29T15:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=e3dd09bb37f6727a09a2d5da7c880997555b4d1f'/>
<id>e3dd09bb37f6727a09a2d5da7c880997555b4d1f</id>
<content type='text'>
It works ok (it simply starts ConfigurationWizard activity for result),
but when entering again to Dashboard a NullPointer happens in
serviceItemEIP(((ViewStub)
findViewById(R.id.eipOverviewStub)).inflate();).

It also adds (I forgot to commit before leaving the retry-login branch)
ProgressDialogs to login and logout operations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It works ok (it simply starts ConfigurationWizard activity for result),
but when entering again to Dashboard a NullPointer happens in
serviceItemEIP(((ViewStub)
findViewById(R.id.eipOverviewStub)).inflate();).

It also adds (I forgot to commit before leaving the retry-login branch)
ProgressDialogs to login and logout operations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added menu to ConfigurationWizard.</title>
<updated>2013-07-12T17:56:36+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-06-29T15:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=f6efff1a7ec06d68bad27cd65e66d33e72572c37'/>
<id>f6efff1a7ec06d68bad27cd65e66d33e72572c37</id>
<content type='text'>
It only contains the "About LEAP" option.

If the user clicks again that option while the About fragment is up, no
new fragment is added and pressing 1 time the back button drives him/her
to the ConfigurationWizard activity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It only contains the "About LEAP" option.

If the user clicks again that option while the About fragment is up, no
new fragment is added and pressing 1 time the back button drives him/her
to the ConfigurationWizard activity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Log in and Log out options are shown only if allow registration is true.</title>
<updated>2013-05-09T15:29:38+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-05-09T15:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=84a11bb1620d2b9080992427c847b58007f2304a'/>
<id>84a11bb1620d2b9080992427c847b58007f2304a</id>
<content type='text'>
Allow registration is present in provider.json.

Provider.json is downloaded from both preseeded and custom providers.

Authentication success or fail is notified correctly to the user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow registration is present in provider.json.

Provider.json is downloaded from both preseeded and custom providers.

Authentication success or fail is notified correctly to the user.
</pre>
</div>
</content>
</entry>
<entry>
<title>Coded dialog (now there is a button in the Dashboard), time to test.</title>
<updated>2013-04-29T15:09:12+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2013-04-22T16:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=75728462433b19567710f54a9d4767681b10be95'/>
<id>75728462433b19567710f54a9d4767681b10be95</id>
<content type='text'>
I need to implement bypass for dev.bitmask.net, because bitmask.net is
down.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I need to implement bypass for dev.bitmask.net, because bitmask.net is
down.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor ProviderListActivity.class into ConfigurationWizard.class,</title>
<updated>2013-02-07T08:33:03+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-02-07T08:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=6e0142a335eafe8a9b0e41b0e968038c0aeabd11'/>
<id>6e0142a335eafe8a9b0e41b0e968038c0aeabd11</id>
<content type='text'>
Moves towards our wizard flow; Addresses #1497 #1500
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moves towards our wizard flow; Addresses #1497 #1500
</pre>
</div>
</content>
</entry>
<entry>
<title>Put some About love in the menu</title>
<updated>2013-01-31T06:10:26+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-01-31T06:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=4bcb53cff01cb13530e1011fb6d5ac105be1ba25'/>
<id>4bcb53cff01cb13530e1011fb6d5ac105be1ba25</id>
<content type='text'>
Needs attention, as the AboutFragment does not fill the layout
You can still see providerLine
Creates Issue #1592
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needs attention, as the AboutFragment does not fill the layout
You can still see providerLine
Creates Issue #1592
</pre>
</div>
</content>
</entry>
<entry>
<title>Beginnings of a Dashboard Activity</title>
<updated>2013-01-31T05:54:56+00:00</updated>
<author>
<name>Sean Leonard</name>
<email>meanderingcode@aetherislands.net</email>
</author>
<published>2013-01-31T05:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=c849913fba3f5b692309570415f85e9bdb8cceeb'/>
<id>c849913fba3f5b692309570415f85e9bdb8cceeb</id>
<content type='text'>
Matching layout and menu XML
And don't forget strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Matching layout and menu XML
And don't forget strings
</pre>
</div>
</content>
</entry>
<entry>
<title>Make send mini dump work with non Gmail Mail app, make google sending better placed</title>
<updated>2012-12-24T06:47:50+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-12-24T06:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=192410e3f1d5588712a85bbd7e9fd801dc5a0989'/>
<id>192410e3f1d5588712a85bbd7e9fd801dc5a0989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add google-breakpad support to ics-openvpn</title>
<updated>2012-12-22T16:47:59+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-12-22T16:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=1fb9c1158ecb1df4499ccfef98fa71568a35fb90'/>
<id>1fb9c1158ecb1df4499ccfef98fa71568a35fb90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow editing the VPN Config from the log screen to ease configuration iterations</title>
<updated>2012-08-13T21:09:21+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-08-13T21:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_android.git/commit/?id=661cc31f36331dd9565df7c4a0ebd8e6ba510051'/>
<id>661cc31f36331dd9565df7c4a0ebd8e6ba510051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
