summaryrefslogtreecommitdiff
path: root/app/src/test/java/se/leap/bitmaskclient/base
AgeCommit message (Collapse)Author
2024-12-11Fix support for ed25519 private VPN keys, add signing capabilities for ↵cyBerta
ed25519 in VpnProfile, so that such a key can be passed with OpenVPNs management-external-key option on runtime
2024-12-11keep pem headers and footers when parsing vpn credentialscyBerta
2024-12-11fix testscyBerta
2024-12-11add CredentialsParser which is responsible to parse the reponse from ↵cyBerta
/api/5/openvpn/cert endpoint
2024-12-11add helper method to parse a list of x509 Certificates to a pem formatted stringcyBerta
2024-07-23add support for ed25519 private keys for VPN connection setupcyBerta
2024-06-26fix tests after breaking change how we start obfsvpn in conjunction with ↵cyBerta
openvpn, switching for socks proxying to transparent proxying
2024-01-25rename ObfsvpnHelper to BuildConfigHelper, adding other BuildConfig ↵cyBerta
properties there
2024-01-25fix VpnConfigGenerator Test, move RSAHelper and ObfsVpnHelper out of ↵cyBerta
ConfigHelper, use injection pattern for these helpers
2024-01-24fix ProviderTestcyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the ↵cyBerta
laggyness of the UI noticably
2023-04-13first pass on obfs4-hop pt integrationcyBerta
2022-11-22improve pattern matching for getFormattedDateWithTimezone() testcyberta
2022-11-22debug failing test in CI - print out formatted datecyberta
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-07-19add UI to enable experimental kcp transport if the client uses obfsvpn ↵cyBerta
instead of shapeshifter and the provider supports the kcp variant
2021-11-14implement IPv4 address check based on regexcyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta