<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_android.git/app/src/test/java/se/leap/bitmaskclient/testutils, branch 1.0.0</title>
<subtitle>[bitmask_android] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/'/>
<entry>
<title>replace 'Bitmask' in strings with variable for a better client customization</title>
<updated>2019-07-12T11:28:36+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2019-07-12T11:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=5ea927f89626cef98495b5fead628cdc01d2a39a'/>
<id>5ea927f89626cef98495b5fead628cdc01d2a39a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* show error dialog if provider is misconfigured and has not allowed registration nor anonymous usage</title>
<updated>2019-05-21T09:54:20+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2019-05-21T09:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=caadb236f39b4b6139a697eec57aa2796595422f'/>
<id>caadb236f39b4b6139a697eec57aa2796595422f</id>
<content type='text'>
* always download provider.json, Use preseeded provider.json only to check if the  client
  can connect with preseeded certificate. Keeps the provider.json updated if provider changes it's
  config
* Tests for both cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* always download provider.json, Use preseeded provider.json only to check if the  client
  can connect with preseeded certificate. Keeps the provider.json updated if provider changes it's
  config
* Tests for both cases
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor ConfigHelper, split into multiple helper classes</title>
<updated>2018-03-18T02:37:20+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2018-03-18T02:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=ac7204c4daa0ae7e68ddfb89845c4f115b8a646c'/>
<id>ac7204c4daa0ae7e68ddfb89845c4f115b8a646c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#8858 write tests for ProviderManager and some related refactorings</title>
<updated>2018-02-21T14:00:40+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2018-02-21T14:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=8e23cc34861f1b9fe5e04cdcf24563ffedf568b0'/>
<id>8e23cc34861f1b9fe5e04cdcf24563ffedf568b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>8827 - add ProviderTest &amp; DefaultedURLTest</title>
<updated>2018-02-13T10:31:18+00:00</updated>
<author>
<name>Fup Duck</name>
<email>fupduck@sacknagel.com</email>
</author>
<published>2018-02-13T10:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=3cc60ff642134e7442500e309c6b1248c819c0e8'/>
<id>3cc60ff642134e7442500e309c6b1248c819c0e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>8827 - add mockConfigHelpper</title>
<updated>2018-02-13T10:05:01+00:00</updated>
<author>
<name>Fup Duck</name>
<email>fupduck@sacknagel.com</email>
</author>
<published>2018-02-13T10:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=710fdd182dc1a470c949f50701d3aace4d67134c'/>
<id>710fdd182dc1a470c949f50701d3aace4d67134c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>8827 - merge request discussions</title>
<updated>2018-02-09T11:48:20+00:00</updated>
<author>
<name>Fup Duck</name>
<email>fupduck@sacknagel.com</email>
</author>
<published>2018-02-09T11:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=9e6fe0e215e32343b38cdf20080de209a31287dd'/>
<id>9e6fe0e215e32343b38cdf20080de209a31287dd</id>
<content type='text'>
* add NullPointer checks to EipFragment
* add Provider to DownloadFailedDialog
* remove unused code
* store certificates for pinning in SharedPreferences
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add NullPointer checks to EipFragment
* add Provider to DownloadFailedDialog
* remove unused code
* store certificates for pinning in SharedPreferences
</pre>
</div>
</content>
</entry>
<entry>
<title>8827 - remove UserStatus references</title>
<updated>2018-02-06T17:06:38+00:00</updated>
<author>
<name>Fup Duck</name>
<email>fupduck@sacknagel.com</email>
</author>
<published>2018-02-06T17:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=43fd861a1404293185bced6095410900c2417b65'/>
<id>43fd861a1404293185bced6095410900c2417b65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>8827 - handle switch provider correctly</title>
<updated>2018-02-06T16:02:00+00:00</updated>
<author>
<name>Fup Duck</name>
<email>fupduck@sacknagel.com</email>
</author>
<published>2018-02-06T16:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=268a7f205fa09edc145aace8bed30f75270a801f'/>
<id>268a7f205fa09edc145aace8bed30f75270a801f</id>
<content type='text'>
* ProviderAPI no longer stores values in SharedPreferences
* use EipCommand to start / stop EIP
* update NavigationDrawer after changing provider
* use Broadcasts for ProviderAPI
* parse more properties from definition into Provider
* ProviderApi no longer uses static variables
* no more static Context in ProviderApiCommand
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ProviderAPI no longer stores values in SharedPreferences
* use EipCommand to start / stop EIP
* update NavigationDrawer after changing provider
* use Broadcasts for ProviderAPI
* parse more properties from definition into Provider
* ProviderApi no longer uses static variables
* no more static Context in ProviderApiCommand
</pre>
</div>
</content>
</entry>
<entry>
<title>#8818 test NavigationDrawer with espresso test and update sdk therefore</title>
<updated>2018-01-29T15:10:15+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2018-01-29T15:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_android.git/commit/?id=a22a22d8fffb312b0d6dfdf545ff6fe6f05dbcee'/>
<id>a22a22d8fffb312b0d6dfdf545ff6fe6f05dbcee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
