summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/utils
AgeCommit message (Collapse)Author
2022-07-31implement obfuscation pinningcyBerta
2022-07-25Merge branch 'preshipped_provider_updates' into 'master'cyberta
Calyx Lilypad transition Closes #9094 See merge request leap/bitmask_android!200
2022-07-25client update check, removes current provider data on app update if calyx ↵cyBerta
move to lilypad is expected
2022-07-19hide tethering option on CalyxOS 11 (SDK 30)cyBerta
2022-07-19Parse different obfs4 flavors from eip-service.json. In the gateway load / ↵cyBerta
gateway selection UI all pluggable transports flavors will be summed up and handled the same way. A gateway can support both obfs4 and the kcp flavor.
2022-07-19move BuildConfig variable use_obfsvpn to a static method in ConfigHelper, ↵cyBerta
which can be mocked for testing
2022-06-08add debug feature to pin single gatewayscyBerta
2022-06-08ensure that all pem formatted CA certs get always parsed correctlycyBerta
2022-05-08update min l110n, (c) datekwadronaut
2022-02-04build and enable snowflake featurecyBerta
2021-12-17cleanup importscyBerta
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-12-13add hexacab config testwisecyBerta
2021-11-28hide snowflake in the settings, disable fallback mechanism, comment out ↵cyBerta
snowflake/tor tests
2021-11-25ensure that action bar subtitle remains after orientation changes for all ↵cyBerta
fragments
2021-11-25implement UI, logic and test for prefer UDP preferencescyBerta
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
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-21make PreferenceHelper null safecyBerta
2021-11-15draft gateway selection UI according to simlpy secure's proposalscyBerta
2021-11-14suppress lint warnings for methods used in fatweb flavor buildscyBerta
2021-11-14implement IPv4 address check based on regexcyBerta
2021-11-09check tor preferences before initiating a tor service connectioncyBerta
2021-11-06fix tor provider setup fallback mechanismcyBerta
2021-11-05reset tor proxy port used by okhttp on bridges settings disabledcyBerta
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if ↵cyBerta
useBridges is true
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
2021-04-22rename preference helper method for getting the preferred citycyBerta
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-02-25ensure the private api and the preshipped certificate will be used to setup ↵cyBerta
the provider in custom builds
2020-12-29new year cleanup: restructure messy projectcyBerta