<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_thunderbird.git, branch 0.0.4</title>
<subtitle>[bitmask_thunderbird] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/'/>
<entry>
<title>Merge branch 'release-0.0.4' into develop</title>
<updated>2015-01-08T17:39:54+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2015-01-08T17:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=60abdca26f5945efbed670a3ae43b73b6114dd55'/>
<id>60abdca26f5945efbed670a3ae43b73b6114dd55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix changelog date.</title>
<updated>2015-01-08T14:47:30+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2015-01-08T14:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=f3f8ab3b8b2c2a3fd444bc67f4a11d2e93fbfb0c'/>
<id>f3f8ab3b8b2c2a3fd444bc67f4a11d2e93fbfb0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make git ignore .xpi files.</title>
<updated>2015-01-07T19:53:41+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2015-01-07T18:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=7cda84a6c0c73b6c9570b6d7f90e5f8670cc27a9'/>
<id>7cda84a6c0c73b6c9570b6d7f90e5f8670cc27a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update maximum thunderbird compatible version.</title>
<updated>2015-01-07T19:53:40+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2015-01-07T18:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=7fd31d730d3661a59be8f863daf2042a4269829a'/>
<id>7fd31d730d3661a59be8f863daf2042a4269829a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Makefile with changes for debian packaging.</title>
<updated>2015-01-07T19:53:37+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2015-01-07T18:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=5b2e42a8d57037b33964fe59022829e466ab0987'/>
<id>5b2e42a8d57037b33964fe59022829e466ab0987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fold in changes.</title>
<updated>2015-01-07T13:06:41+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2015-01-07T13:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=03d3427b30f7bd242d77a07c6fdca1b51a51cdc9'/>
<id>03d3427b30f7bd242d77a07c6fdca1b51a51cdc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the status bar overlay (#6613).</title>
<updated>2015-01-06T19:08:47+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2015-01-06T19:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=b37aaf3f4677fe62ef5948460898abbf6a1ded71'/>
<id>b37aaf3f4677fe62ef5948460898abbf6a1ded71</id>
<content type='text'>
Initially, the status bar overlay was used for three purposes: indicate
whether there was a bitmask account configured, as an entry point to the
bitmask account wizard (by clicking on it), and as a watchdog that would popup
the bitmask account wizard everytime thunderbird started, if there was no
account configured.

We don't want any of these features, so this commit completelly removes the
status bar overlay. The issue indicated above (#6613) has to do with removal
of the last of these features (i.e. automated wizard popup).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initially, the status bar overlay was used for three purposes: indicate
whether there was a bitmask account configured, as an entry point to the
bitmask account wizard (by clicking on it), and as a watchdog that would popup
the bitmask account wizard everytime thunderbird started, if there was no
account configured.

We don't want any of these features, so this commit completelly removes the
status bar overlay. The issue indicated above (#6613) has to do with removal
of the last of these features (i.e. automated wizard popup).
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error message when configuring account (#4881).</title>
<updated>2014-09-15T15:17:53+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2014-09-15T15:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=4f931e73a5154242ed0f9e51cff63cddd73756c0'/>
<id>4f931e73a5154242ed0f9e51cff63cddd73756c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changes file (#4871).</title>
<updated>2014-09-15T15:17:15+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2014-09-15T15:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=1446702fffb157c232e51b8dc99e71ff3636ed6f'/>
<id>1446702fffb157c232e51b8dc99e71ff3636ed6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove status bar messages (#4871).</title>
<updated>2014-09-15T15:04:53+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-09-15T15:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=6bfef35987ec87292cdc561361f37bfc6754b421'/>
<id>6bfef35987ec87292cdc561361f37bfc6754b421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
