<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_client.git/src, branch feature/async-api</title>
<subtitle>[bitmask_client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/'/>
<entry>
<title>fix path for gnome polkit agent (Closes: #6652)</title>
<updated>2015-01-30T16:11:44+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-19T18:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=c85f44d63ca040eed5963abcf27cf6e81e84a38b'/>
<id>c85f44d63ca040eed5963abcf27cf6e81e84a38b</id>
<content type='text'>
fix also a typo when logging errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix also a typo when logging errors
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the right provider to log in.</title>
<updated>2015-01-30T15:49:18+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-29T16:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=f7357bb1960ce11d85d0a2f2d70b3fe51d5b6dc7'/>
<id>f7357bb1960ce11d85d0a2f2d70b3fe51d5b6dc7</id>
<content type='text'>
FIX: Login attempt is made against previously selected provider.
Closes #6654.

Remove unused comments as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIX: Login attempt is made against previously selected provider.
Closes #6654.

Remove unused comments as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>do not terminate the session on the backend, moved to mail</title>
<updated>2015-01-28T21:08:02+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-21T15:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=d241cee3473a870663812a33f80ed2ea20b79df9'/>
<id>d241cee3473a870663812a33f80ed2ea20b79df9</id>
<content type='text'>
factory.do_Stop will handle this now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
factory.do_Stop will handle this now.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove use of threading.Condition</title>
<updated>2015-01-28T21:08:02+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-17T00:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=928850d8850dbf6631d3e9472387ffa798b5d2af'/>
<id>928850d8850dbf6631d3e9472387ffa798b5d2af</id>
<content type='text'>
we should deal with this with pure deferreds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we should deal with this with pure deferreds
</pre>
</div>
</content>
</entry>
<entry>
<title>pass userid correctly, and cast it to string</title>
<updated>2015-01-28T21:08:02+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-17T00:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=3636888834d80a4cba6a096847e031649905e381'/>
<id>3636888834d80a4cba6a096847e031649905e381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mail imports for new mail api (0.4.0)</title>
<updated>2015-01-28T21:08:02+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-16T15:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=593f1413a4124da7fc841edb4607ee0ab9f5a1e5'/>
<id>593f1413a4124da7fc841edb4607ee0ab9f5a1e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the incoming mail IService</title>
<updated>2015-01-28T21:08:02+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-01-15T15:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=4a913ddf1b76864ae4b944db3e98615da837f85a'/>
<id>4a913ddf1b76864ae4b944db3e98615da837f85a</id>
<content type='text'>
From kali: add some notes about the improper handling of the mailbox
required to initialize the account, and draft some notes about how
to improve this in next iterations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From kali: add some notes about the improper handling of the mailbox
required to initialize the account, and draft some notes about how
to improve this in next iterations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new keymanager async API</title>
<updated>2015-01-28T21:08:02+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2014-12-04T17:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=418e221c04ed163fac3711882087c18fbd028349'/>
<id>418e221c04ed163fac3711882087c18fbd028349</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all the Slot() decorators.</title>
<updated>2015-01-28T20:47:05+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-28T19:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=8cdeeadf9e258f31d401c133d73cfc29f86d9d29'/>
<id>8cdeeadf9e258f31d401c133d73cfc29f86d9d29</id>
<content type='text'>
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable signal connect/disconnect logic.</title>
<updated>2015-01-28T20:46:21+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-01-28T18:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=73de8eae2422bedae0899ff11d8203178e6f2dbb'/>
<id>73de8eae2422bedae0899ff11d8203178e6f2dbb</id>
<content type='text'>
Now it's working and no longer segfaults, so we can enable safely this
feature again.
Stop tracking the gui connections on wizard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it's working and no longer segfaults, so we can enable safely this
feature again.
Stop tracking the gui connections on wizard.
</pre>
</div>
</content>
</entry>
</feed>
