summaryrefslogtreecommitdiff
path: root/app/src/test/java/se/leap/bitmaskclient/testutils
AgeCommit message (Collapse)Author
2020-01-23fix testscyberta
2020-01-21implement no-dns fallback using okhttp's Dns interfacecyberta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-09-30improve output for bundle comparisons in testscyBerta
2019-09-30add test for failing fetches of eip-service.jsoncyBerta
2019-08-02squashed commit for Pluggable TransportscyBerta
* implement handling of different provider API version (v1 and v2) * detect provider's obfs support * shapeshifter-dispatcher installation * necessary changes to control shapeshifter-dispatcher from Bitmask * route openvpn traffic over shapeshifter-dispatcher
2019-07-12replace 'Bitmask' in strings with variable for a better client customizationcyBerta
2019-05-21* show error dialog if provider is misconfigured and has not allowed ↵cyBerta
registration nor anonymous usage * 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
2018-03-18refactor ConfigHelper, split into multiple helper classescyBerta
2018-02-21#8858 write tests for ProviderManager and some related refactoringscyBerta
2018-02-138827 - add ProviderTest & DefaultedURLTestFup Duck
2018-02-138827 - add mockConfigHelpperFup Duck
2018-02-098827 - merge request discussionsFup Duck
* add NullPointer checks to EipFragment * add Provider to DownloadFailedDialog * remove unused code * store certificates for pinning in SharedPreferences
2018-02-068827 - remove UserStatus referencesFup Duck
2018-02-068827 - handle switch provider correctlyFup Duck
* 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
2018-01-29#8818 test NavigationDrawer with espresso test and update sdk thereforecyBerta
2018-01-108773 more test cases and clean-upcyBerta
2018-01-098773 refactoring ProviderAPI for testability, setting up basic unit test ↵cyBerta
framework