summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip
AgeCommit message (Collapse)Author
2021-11-26disable location entries that are not supporting current transport, show ↵cyBerta
hint in GatewaySelectionFragment and an option to disable bridges
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
doesn't support bridges
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 ↵cyBerta
EipFragment, implement method to get the avearage load of a location as an enum value
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 ↵cyBerta
ProviderAPI service
2021-10-24cancel tor and provider setup on pressing back buttoncyBerta
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if ↵cyBerta
useBridges is true
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 ↵cyBerta
reinitiated on next api call
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 ↵cyberta
and location fails
2021-04-22shorter debug log if GatewayManager parses Provider data that doesn't ↵cyBerta
support menshen
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 ↵cyBerta
optionally parse sortedGateways json object from menshen backend reponse
2021-04-22fix app crash on void vpn service startcyberta
2021-02-28fix potential ArrayIndexOutOfBounds Exception while trying to establish a ↵cyBerta
connection with a misconfigured provider
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
adapt eip-service.json parsing to support ipv6 See merge request leap/bitmask_android!125
2021-02-26fix potential Nullpointer exception when calling VpnService.prepare()cyBerta
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-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 ↵cyBerta
foreground service start
2021-02-26some refactorings in VpnNotificationManager, start foreground service ↵cyBerta
notification in onCreate already
2021-02-18add a lot of API related error logs to log screencyBerta
2021-02-16adapt eip-service.json parsing to support ipv6cyBerta
2021-02-15switch faster to next gateway during eip setup if current one is not responsivecyBerta
2020-12-30replace jetbrains.annotations by androidx.annotationscyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta