summaryrefslogtreecommitdiff
path: root/app/src/test
AgeCommit message (Expand)Author
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 optio...cyBerta
2021-04-22add an example menshen response, containing a host's load ratecyBerta
2021-02-26Merge branch 'ipv6_gateway_selection' into 'beta-release'cyberta
2021-02-26adapt testscyBerta
2021-02-16adapt eip-service.json parsing to support ipv6cyBerta
2021-01-18fix commentcyBerta
2021-01-18fix de-/serialization of Connection objects. Fixes VPN auto-restart on reboot...cyBerta
2021-01-12fix existing tests and add one to test if a default data-ciphers parameter ge...cyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-07-24try to fetch geoip service only if non-default url existscyBerta
2020-07-24fix bug in vpn profile based gateway order detection, write additional tests ...cyBerta
2020-07-24fix bug in gateway selection - always iterate through all gateways and count ...cyBerta
2020-07-24adapt profile selection after perordered gateway list was introduced and use ...cyBerta
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-23clean up PreferenceHelperTest after removal of providerInSharedPreferences me...cyBerta
2020-07-23implement gateway selection based on geoip servicecyBerta
2020-07-01inject preshipped geoip url to provider objectcyBerta
2020-03-17switch to AndroidXcyBerta
2020-02-01comment out tests for commented out bluetooth tethering codecyberta
2020-01-31fix testcyberta
2020-01-30adapt and extend testscyberta
2020-01-29adapt testscyberta
2020-01-24Don't change the wifi tethering state if a check fails with an exception, uni...cyBerta
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-19add new eip service setups for unit testscyBerta
2019-10-11exclude failing test for insecure build flavorcyBerta
2019-10-08fixing testscyBerta
2019-10-06add missing test jsoncyBerta
2019-10-05ignore gateways with invalid transports while still adding gateways with vali...cyBerta
2019-10-05change flag iat-mode to iatMode for now - due to changed demo provider setupcyBerta
2019-10-01Merge branch 'pluggableTransports2'cyBerta
2019-09-30improve output for bundle comparisons in testscyBerta
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 be...cyBerta
2019-08-02squashed commit for Pluggable TransportscyBerta