summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip
AgeCommit message (Expand)Author
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
2021-04-28ask to disable manual gateway selection if current combination of transport a...cyberta
2021-04-22shorter debug log if GatewayManager parses Provider data that doesn't support...cyBerta
2021-04-22initial draft for gateway selection on AndroidcyBerta
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 optio...cyBerta
2021-04-22fix app crash on void vpn service startcyberta
2021-02-28fix potential ArrayIndexOutOfBounds Exception while trying to establish a con...cyBerta
2021-02-28set early foreground notification for void vpn servicecyBerta
2021-02-28cleanupcyBerta
2021-02-28fix error handling for VpnProfile.checkProfile()cyBerta
2021-02-28remove unused methodcyBerta
2021-02-28remove unused HIDELOG flagcyBerta
2021-02-28no need to delete notification channels on service destroycyBerta
2021-02-26Merge branch 'ipv6_gateway_selection' into 'beta-release'cyberta
2021-02-26fix potential Nullpointer exception when calling VpnService.prepare()cyBerta
2021-02-26Bigger refactoring:cyBerta
2021-02-26distinguish between openvpn state RECONNECTING and custom UI_CONNECTING flagcyBerta
2021-02-26use early routes (blocking traffic) only on rebootcyBerta
2021-02-26implement service binding in order to fix remote service exception during for...cyBerta
2021-02-26some refactorings in VpnNotificationManager, start foreground service notific...cyBerta
2021-02-18add a lot of API related error logs to log screencyBerta
2021-02-16adapt eip-service.json parsing to support ipv6cyBerta