summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip
AgeCommit message (Expand)Author
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
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
2020-12-28fix broken exclude apps featurecyBerta
2020-12-28cleanup, remove unused code and deprecated commentscyBerta
2020-07-26JobIntentServices leak activity context in APIs < 25, use application context...cyBerta
2020-07-24fix bug in vpn profile based gateway order detection, write additional tests ...cyBerta
2020-07-24fix bug in gateway selection - always iterate through all gateways and count ...cyBerta
2020-07-24adapt profile selection after perordered gateway list was introduced and use ...cyBerta
2020-07-23fix potential nullpointer exception in geoipservice json parsingcyBerta
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-12-13reset UI State if blocking VPN was finishedcyBerta
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-25increase threshold until EipStatus is set to DISCONNETED or BLOCKING - reduce...cyBerta
2019-10-25implement error handling for edge case when AndroidcyBerta
2019-10-20show dialog if end of provider's gateway list is reached (#8964)cyBerta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-10-19move EIP service related error types to EIP class, specify error if the end o...cyBerta
2019-10-19fix gateway selection wrt. supported transportcyBerta
2019-10-19configure Gateways either from preferences or from current provider objectcyBerta
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-10-05ignore gateways with invalid transports while still adding gateways with vali...cyBerta
2019-10-05change flag iat-mode to iatMode for now - due to changed demo provider setupcyBerta