summaryrefslogtreecommitdiff
path: root/app/src/test/java/se/leap/bitmaskclient/eip
AgeCommit message (Collapse)Author
2020-07-24add test that geoip service is only fetched when the timeout was reachedcyBerta
2020-07-24add test for case if geoip service is not available/downcyBerta
2020-07-23finish happy path unit test for geoipservice apicyBerta
2020-07-23adapt existing tests for geoipservice apicyBerta
2020-07-01inject preshipped geoip url to provider objectcyBerta
2020-01-23fix testscyberta
2020-01-23fix tests with regard to provider initializationcyberta
2020-01-21implement no-dns fallback using okhttp's Dns interfacecyberta
2019-10-21change gateway manager test - mocking method firstcyBerta
2019-10-21fix flaky GatewaysManagerTestcyBerta
2019-10-21single GatewaysManager objects for each testcyBerta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-10-11exclude failing test for insecure build flavorcyBerta
2019-10-08fixing testscyBerta
2019-10-05ignore gateways with invalid transports while still adding gateways with ↵cyBerta
valid configurations
2019-10-01Merge branch 'pluggableTransports2'cyBerta
2019-09-30add test for failing fetches of eip-service.jsoncyBerta
2019-09-20add supportsPluggableTransports() to Provider class including TestscyBerta
2019-09-08New icon and text for Excluded Apps. Using PreferenceHelper. Test done.akuma
2019-08-02remove unused context from GatewaysManagercyBerta
2019-08-02create one vpnprofile per transport per gateway. implement basis to switch ↵cyBerta
between obfs4 and plain openvpn connections
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-12get rid of ics-openvpn's ProfileManager, reduces boilerplate and dead codecyBerta
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-12-27add test and minor refactoring for gateway selectioncyBerta
2018-03-18refactor ConfigHelper, split into multiple helper classescyBerta
2018-02-18#8797 fix brokem testscyBerta
2018-02-158797 - pair programming effortFup Duck
2018-02-138827 - add ProviderTest & DefaultedURLTestFup Duck
2018-02-138827 - add mockConfigHelpperFup Duck
2018-02-13Merge branch 'leap_0.9.8' into 8827_handle_switch_providerFup Duck
2018-02-12#8837 update tests and fix VPN_Paused implementation for EipStatuscyBerta
2018-02-088827 - fix testsFup Duck
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-16resolve commented issuesFup Duck
* recreate activity correctly after changing orientation * replace getApplicationActivity
2018-01-108773 more test cases and clean-upcyBerta
2018-01-098773 refactoring ProviderAPI for testability, setting up basic unit test ↵cyBerta
framework
2017-12-14Update constants renamingcyBerta
2017-12-12Add Splash StartActivityFup Duck
* added Splash StartActivity to handle updates and initialization * created global Constants * move EIPConstants to Constants * create update possibility * use VectorDrawable as background for StartActivity
2017-12-07add some tests for EipStatuscyBerta
2017-10-28#8757 refactores ProviderAPI for insecure flavor, fixes tests, renames ↵cyBerta
confusing constants, updates robotium
2017-10-13Merge branch '8758_switch_providers' into 'master'cyberta
#8758 fix switching providers See merge request leap/bitmask_android!11
2017-10-09#8758 fix switching providerscyBerta
2017-10-09#8746 fixes client must honor the protocol default specified by the providercyBerta