summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip
AgeCommit message (Expand)Author
2022-07-31implement obfuscation pinningcyBerta
2022-07-19Parse different obfs4 flavors from eip-service.json. In the gateway load / ga...cyBerta
2022-07-19move BuildConfig variable use_obfsvpn to a static method in ConfigHelper, whi...cyBerta
2022-07-19allow to pin a custom obfs4 bridge during compile timecyBerta
2022-07-19obfuscate vpn traffic using either shapeshfiter or obfsvpncyBerta
2022-07-18Merge branch 'eip-service.json_updates' into 'master'cyberta
2022-07-18implement small delay to check for version updates after a successful connect...cyBerta
2022-07-18update eip-service.json every 3 days or after a unsuccessful connection attem...cyBerta
2022-07-18update soon expiring vpn certificates after connecting to the VPNcyBerta
2022-06-11show ConfigParseErrors in log viewcyBerta
2022-06-11improve gateway pinning: continue parsing presorted gateway lists in debug bu...cyBerta
2022-06-08add debug feature to pin single gatewayscyBerta
2022-05-20fix notifications not disappearing after disconnecting from quick settings tilecyBerta
2022-05-20fix typo and parse string from error result json object more gracefullycyBerta
2022-05-19clarify that EipSetupObserver uses the application contextcyBerta
2022-05-19handle tor startup errors and use better checks in EipSetupObserver if tor sh...cyBerta
2022-05-18use snowflake if necessary to update invalid vpn cert. Show cert update messa...cyBerta
2022-05-08update min l110n, (c) datekwadronaut
2022-02-05fix NPE in GatewaysManagercyBerta
2022-02-04remove (shapeshifter) Dispatcher and Binary-Installer class, they're deprecte...cyBerta
2021-12-20Merge branch 'certificate_transition' into 'master'cyberta
2021-12-17don't show led colors for vpn stats notifications, use them when app updates ...cyBerta
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-12-10catch potential IllegalArgumentException when enqueuing intents for EIP and P...cyBerta
2021-12-10always use application context in EipCommand to start eip servicecyBerta
2021-11-26disable location entries that are not supporting current transport, show hint...cyBerta
2021-11-25implement UI, logic and test for prefer UDP preferencescyBerta
2021-11-23sort locations by transportcyBerta
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-21implement new gateway selection UI, using same UX principles as for desktopcyBerta
2021-11-20implement a selection indicator for location listcyBerta
2021-11-15ask user to change location or disable bridges if manually selected location ...cyBerta
2021-11-15show bridges icon in gateway selector for locations supporting themcyBerta
2021-11-15draft gateway selection UI according to simlpy secure's proposalscyBerta
2021-11-15implement location load indicator in gateway selection cellcyBerta
2021-11-15first implementation of the gateway button, started to remove labels from Eip...cyBerta
2021-11-14skip obfs4 connections using either ipv6 addresses or UDPcyBerta
2021-11-14allow ipv6 only openvpn gatewayscyBerta
2021-11-12retry all remotes defined in one VpnProfile before switching gatewayscyBerta
2021-11-11use command pattern to start/stop tor service, similar to EIP and ProviderAPI...cyBerta
2021-10-24cancel tor and provider setup on pressing back buttoncyBerta
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if use...cyBerta
2021-10-22fix utf-8 string icon variable namingcyBerta
2021-10-16show tor bootstrapping progress in notificationscyBerta
2021-10-02add log to see if a fetch was successfulcyBerta
2021-07-21stop torService immediately instead of queueing it in provider api servicecyBerta
2021-07-21Stop tor proxy if provider api communication failed. Proxy will be reinitiate...cyBerta
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
2021-06-04fix app crash in gateway selection error handlingcyBerta