summaryrefslogtreecommitdiff
path: root/app/src/test/resources
AgeCommit message (Collapse)Author
2021-11-07Add provider setup unit tests wrt. Tor handlingcyBerta
2021-11-07fix test provider json api v4cyBerta
2021-04-22add tests for getGatewayLocationscyBerta
2021-04-22add test for city based gateway selection with geo-ip service v1cyBerta
2021-04-22write tests for city based gateway selectioncyBerta
2021-04-22Adapt gateway selector to check for nearest gateway within a city. Also ↵cyBerta
optionally parse sortedGateways json object from menshen backend reponse
2021-04-22add an example menshen response, containing a host's load ratecyBerta
2021-02-16adapt eip-service.json parsing to support ipv6cyBerta
2021-01-12fix existing tests and add one to test if a default data-ciphers parameter ↵cyBerta
gets added correctly
2020-07-24fix bug in gateway selection - always iterate through all gateways and count ↵cyBerta
those supporting the requested transport in order to get the nClosest gateway; adding more tests
2020-07-23implement gateway selection based on geoip servicecyBerta
2020-07-01inject preshipped geoip url to provider objectcyBerta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-10-19add new eip service setups for unit testscyBerta
2019-10-06add missing test jsoncyBerta
2019-10-05change flag iat-mode to iatMode for now - due to changed demo provider setupcyBerta
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-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-12-27add test and minor refactoring for gateway selectioncyBerta
2018-02-21#8858 write tests for ProviderManager and some related refactoringscyBerta
2018-02-18#8797 fix brokem testscyBerta
2018-01-108773 more test cases and clean-upcyBerta
2018-01-098773 refactoring ProviderAPI for testability, setting up basic unit test ↵cyBerta
framework
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