<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/ui/app, branch 0.10a3</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[bug] fix uri for reporting issues</title>
<updated>2017-07-29T01:10:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-07-28T22:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=184e335b50803f6bd2bcedce9fe746dc97c40eb6'/>
<id>184e335b50803f6bd2bcedce9fe746dc97c40eb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Add a 'fetch' flag to key export</title>
<updated>2017-06-15T09:27:32+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-06-15T09:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=fe67a55d8744aede22f69b53b5ce0b983a3f4823'/>
<id>fe67a55d8744aede22f69b53b5ce0b983a3f4823</id>
<content type='text'>
If is set keyamanger will try to discover and download the key.

- Resolves: #8821
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If is set keyamanger will try to discover and download the key.

- Resolves: #8821
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] refactor and add tests for Center and Confirmation</title>
<updated>2017-05-22T11:46:44+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-19T03:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=6abb5f1449b582f50796c71bbf20d8e4aac2f4de'/>
<id>6abb5f1449b582f50796c71bbf20d8e4aac2f4de</id>
<content type='text'>
As a couple of initial, example tests, Center and Confirmation were
refactored and tests were set up and added with mocha, enzyme and
chai. Spinner was also refactored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a couple of initial, example tests, Center and Confirmation were
refactored and tests were set up and added with mocha, enzyme and
chai. Spinner was also refactored.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Don't update VPN status component for wrong domain</title>
<updated>2017-05-19T18:29:57+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-16T00:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=feb2818a275830372e452dba7228bfd322f49bf8'/>
<id>feb2818a275830372e452dba7228bfd322f49bf8</id>
<content type='text'>
Previously, if the active VPN was in the connecting state and the VPN
status component for another account was rendered the status for the
new account would show as connecting. This was because it didn't check
the domain returned from the status endpoint when parsing the returned
data and setting "connecting" as the status. We can safely assume that
a non active VPN is in the "down" state, so that's what this commit
does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, if the active VPN was in the connecting state and the VPN
status component for another account was rendered the status for the
new account would show as connecting. This was because it didn't check
the domain returned from the status endpoint when parsing the returned
data and setting "connecting" as the status. We can safely assume that
a non active VPN is in the "down" state, so that's what this commit
does.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix flex styling for vpn indicator</title>
<updated>2017-05-19T11:09:59+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-19T03:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=ee18bba52be78cebf1e34362aafe87f5746587ca'/>
<id>ee18bba52be78cebf1e34362aafe87f5746587ca</id>
<content type='text'>
The version of webkit we're using doesn't understand display: flex,
instead it needs display: -webkit-flex.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version of webkit we're using doesn't understand display: flex,
instead it needs display: -webkit-flex.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add icon to account list indicating account with active VPN</title>
<updated>2017-05-16T12:18:41+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-05-15T23:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=28deb3ba651d7669375c451ca600d6de6ccd1b8f'/>
<id>28deb3ba651d7669375c451ca600d6de6ccd1b8f</id>
<content type='text'>
This adds a lock icon to the account list next to the account with the
currently active VPN. The icon is green if the VPN is connected,
yellow if the VPN is connectiong, and red in any other case.

- Resolves: #8853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a lock icon to the account list next to the account with the
currently active VPN. The icon is green if the VPN is connected,
yellow if the VPN is connectiong, and red in any other case.

- Resolves: #8853
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Go to first open line when enter is pressed</title>
<updated>2017-05-04T14:27:23+00:00</updated>
<author>
<name>Simon Fondrie-Teitler</name>
<email>simonft@riseup.net</email>
</author>
<published>2017-04-27T00:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=aa8cf504f876182048e1f0e5b72b234b10a7f472'/>
<id>aa8cf504f876182048e1f0e5b72b234b10a7f472</id>
<content type='text'>
When filling out the signup or login pages, and when adding an
additional service provider, the enter key will trigger the submit
action. When on the choose provider page, enter will take you to the
next page.

- Resolves: #8841
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When filling out the signup or login pages, and when adding an
additional service provider, the enter key will trigger the submit
action. When on the choose provider page, enter will take you to the
next page.

- Resolves: #8841
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] wording</title>
<updated>2017-05-04T13:39:40+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-05-04T13:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=89c5bcaba27e655baa7f56e42884d4e066eda230'/>
<id>89c5bcaba27e655baa7f56e42884d4e066eda230</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>for now, don't catch javascript errors</title>
<updated>2017-04-26T06:43:09+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2017-04-26T06:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=ace78ba83bbf202a455e9cfd9b82e316393563f8'/>
<id>ace78ba83bbf202a455e9cfd9b82e316393563f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor: fix indentation</title>
<updated>2017-04-26T06:42:21+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2017-04-26T06:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f0392a4937bb4c558f413d743daa4d71d0523478'/>
<id>f0392a4937bb4c558f413d743daa4d71d0523478</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
