summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip/EipSetupObserver.java
AgeCommit message (Collapse)Author
2022-07-18update eip-service.json every 3 days or after a unsuccessful connection ↵cyBerta
attempt, use a small delay to ensure the VPN is ready for the first network request
2022-07-18update soon expiring vpn certificates after connecting to the VPNcyBerta
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 ↵cyBerta
should be shutdown
2022-05-18use snowflake if necessary to update invalid vpn cert. Show cert update ↵cyBerta
message in UI
2022-05-08update min l110n, (c) datekwadronaut
2021-12-10always use application context in EipCommand to start eip servicecyBerta
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 ↵cyBerta
ProviderAPI service
2021-10-24cancel tor and provider setup on pressing back buttoncyBerta
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 ↵cyBerta
reinitiated on next api call
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
2021-02-28fix error handling for VpnProfile.checkProfile()cyBerta
2021-02-28remove unused methodcyBerta
2021-02-28remove unused HIDELOG flagcyBerta
2021-02-26Bigger refactoring:cyBerta
* always use a bound service connection to start a vpn service as foreground service to fix remote excptions. These appeared if the system wasn't able to set the service as forground shortly after it was started * move vpn start logic from LaunchVPN activity to EIP service. LaunchVPN/VoidVPNLauncher is only used in case we need to ask the user for a permission. It reduces visual glitches when the transparent LaunchVPN activity appears and disappears
2021-02-26use early routes (blocking traffic) only on rebootcyBerta
2021-02-26implement service binding in order to fix remote service exception during ↵cyBerta
foreground service start
2021-02-15switch faster to next gateway during eip setup if current one is not responsivecyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta