summaryrefslogtreecommitdiff
path: root/app/src/test/java/se/leap/bitmaskclient
AgeCommit message (Collapse)Author
2023-08-03update testscyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the ↵cyBerta
laggyness of the UI noticably
2023-07-19always provide private VPN key over management interface, avoid exposing it ↵cyBerta
in persisted openvpn config. The private key is stored encrypted instead
2023-07-13fix tests after encrypted shared preference usagecyBerta
2023-04-18fix tests using mocked okhttpclientcyBerta
2023-04-16only take experimental transports into consideration in case the user ↵cyBerta
switched the experimental transport toggle
2023-04-15fix missing domain name of manually added providers in provider selectioncyBerta
2023-04-13adding testscyBerta
2023-04-13fix sanity checks for the case of decoupled bridgescyBerta
2023-04-13first pass on obfs4-hop pt integrationcyBerta
2023-04-13don't handle obfs4 over kcp as a separate pluggable transport, instead 'tcp' ↵cyBerta
and 'kcp' become valid protocols for obfs4
2023-01-19improve screenshot tests, run in different languages, test more ↵cyberta
Fragments/Activities
2022-12-12implement better snowflake connection setup handling in case either http ↵cyBerta
domain fronting or amp cache is blocked
2022-11-22improve pattern matching for getFormattedDateWithTimezone() testcyberta
2022-11-22debug failing test in CI - print out formatted datecyberta
2022-11-22fix testscyBerta
2022-11-22add unit test to verify the required date formatting is correctcyBerta
2022-08-07set riseup's main_url to black.riseup.net while still showing riseup.net as ↵cyBerta
domain in the UI
2022-08-05add missing GatewayJson classcyBerta
2022-08-05fixing testscyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-19fix testscyBerta
2022-07-19add UI to enable experimental kcp transport if the client uses obfsvpn ↵cyBerta
instead of shapeshifter and the provider supports the kcp variant
2022-07-19add some more tests for kcp transport handlingcyBerta
2022-07-19fix testscyBerta
2022-07-19fix and add tests for testing obfsvpn based openvpn config generationcyBerta
2022-07-18Merge branch 'eip-service.json_updates' into 'master'cyberta
Fix auto-check issues after successful connection attempt Closes #9093 See merge request leap/bitmask_android!197
2022-07-18adapt and add testscyBerta
2022-07-18update soon expiring vpn certificates after connecting to the VPNcyBerta
2022-06-08test new ciphers setup and correct data-cipher parsingcyBerta
2022-06-08openvpn config file inline warning should be a commentcyBerta
2022-05-20add test for the case the tor thread is interruptedcyBerta
2022-05-18use snowflake if necessary to update invalid vpn cert. Show cert update ↵cyBerta
message in UI
2022-05-13reenable snowflake provider api unit testscyBerta
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 ↵cyBerta
misconfigured backend
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 ↵cyBerta
snowflake/tor tests
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 ↵cyBerta
currently we fake the values
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