summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip/EIP.java
AgeCommit message (Collapse)Author
2023-08-02use single instance of shared prefernces across the app, this reduces the ↵cyBerta
laggyness of the UI noticably
2023-07-17always switch to encrypted shared preferencescyBerta
2023-04-13don't handle obfs4 over kcp as a separate pluggable transport, instead 'tcp' ↵cyBerta
and 'kcp' become valid protocols for obfs4
2022-12-15null explicitely service openvpn serviceconnections after they've been closedcyBerta
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-18update soon expiring vpn certificates after connecting to the VPNcyBerta
2021-12-10catch potential IllegalArgumentException when enqueuing intents for EIP and ↵cyBerta
ProviderAPI Service
2021-11-26disable location entries that are not supporting current transport, show ↵cyBerta
hint in GatewaySelectionFragment and an option to disable bridges
2021-11-15ask user to change location or disable bridges if manually selected location ↵cyBerta
doesn't support bridges
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if ↵cyBerta
useBridges is true
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-02-28cleanupcyBerta
2021-02-28fix error handling for VpnProfile.checkProfile()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-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-18add a lot of API related error logs to log screencyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-07-23implement gateway selection based on geoip servicecyBerta
2020-06-10catch rare IllegalStateExceptions when enqueueing jobscyBerta
2020-03-17switch to AndroidXcyBerta
2020-01-24implement basic UI for VPN tetheringcyBerta
2019-11-01start void vpn if no more gateways available during setupcyBerta
2019-11-01unify error id between provider api service and eip servicecyBerta
2019-10-25implement error handling for edge case when AndroidcyBerta
throws an nullpointer exception while it tries to prepare the VpnService
2019-10-20show dialog if end of provider's gateway list is reached (#8964)cyBerta
2019-10-19move EIP service related error types to EIP class, specify error if the end ↵cyBerta
of the list of available gateways has been reached during setup
2019-10-06fix merge conflict related bug with excluding apps from vpncyBerta
2019-10-06show error dialog if no valid gateway configuration can be found for a providercyBerta
2019-08-02remove unused context from GatewaysManagercyBerta
2019-08-02minor cleanup in EIPcyBerta
2019-08-02add simple UI to enable/disable PT usagecyBerta
2019-08-02adapt error handling during eip setup: refresh UI if gateway profile could ↵cyBerta
not be started
2019-08-02'using an obfusctation connection' in italiccyBerta
2019-08-02create one vpnprofile per transport per gateway. implement basis to switch ↵cyBerta
between obfs4 and plain openvpn connections
2019-07-12get rid of ics-openvpn's ProfileManager, reduces boilerplate and dead codecyBerta
2019-07-12better support for android 8.X always-on killswitch (#8945 & #8928)cyBerta
2019-03-09improve vpn shutdown regarding the new gateway selectioncyBerta
(cherry picked from commit fcc04ae)
2019-03-09clean up in EIPcyBerta
(cherry picked from commit 149ce40)
2018-12-07first shot gatewayselectioncyBerta
2018-05-12Merge branch 'cyberta_master' into #8885_testing_ProviderManagercyBerta
2018-03-238876 - refactor EIP to JobIntentServiceFup Duck
2018-03-23#8876 fix formattingcyBerta
2018-03-23#8876 refactoring in oder to move resultReceiver reference to runnablecyBerta
2018-03-22#8876 fix first part of review findings in EIP servicecyBerta
2018-03-08#8876 make OpenvpnServiceConnection thread safecyBerta
2018-03-08#8876 introduce blocking OpenvpnServiceConnection for EIP and cancel ↵cyBerta
connections more rigid
2018-03-078876 - refactor EIP serviceFup Duck
* lazy loading for openVpnService * decrement processCounter if action is null
2018-03-068876 - refactor EIP to serviceFup Duck