summaryrefslogtreecommitdiff
path: root/app/src/test
AgeCommit message (Expand)Author
2022-02-05fix NPE in GatewaysManagercyBerta
2022-01-31ignore ProviderApiManager test case for insecure flavorcyBerta
2021-12-21improve error handling message for custom branded clients in case of misconfi...cyBerta
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-11-28hide snowflake in the settings, disable fallback mechanism, comment out snowf...cyBerta
2021-11-25implement UI, logic and test for prefer UDP preferencescyBerta
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
2021-11-23sort locations by transportcyBerta
2021-11-23tweak mocking of ConfigHelpercyBerta
2021-11-23fix ProviderApiManagerTestcyBerta
2021-11-23calculate fake load from timezone distance if menshen doesn't serve load infocyBerta
2021-11-23calculate and show gateway load related to transportcyBerta
2021-11-15disable GatewaysManager tests checking average gateway load, because currentl...cyBerta
2021-11-14skip obfs4 connections using either ipv6 addresses or UDPcyBerta
2021-11-14allow ipv6 only openvpn gatewayscyBerta
2021-11-14implement IPv4 address check based on regexcyBerta
2021-11-12add an test for no network error handlingcyBerta
2021-11-12fix testscyBerta
2021-11-08remove unused variablescyBerta
2021-11-08Don't allow fallback tor mechanism for failed geoip service calls.cyBerta
2021-11-08revert restriction to be connected to wifi in order to use snowflake/tor fall...cyBerta
2021-11-07Add provider setup unit tests wrt. Tor handlingcyBerta
2021-11-07fix test provider json api v4cyBerta
2021-11-06implement missing stubs in ProviderApiManagerTest after introducing tor relat...cyBerta
2021-11-06adapt mockhelper and include proxy port parametercyBerta
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if use...cyBerta
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