summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Expand)Author
2021-05-18implement feature switch, so that gateway selection can be turned off on comp...cyberta
2021-04-28ask to disable manual gateway selection if current combination of transport a...cyberta
2021-04-22make LinearLayoutManager a local variablecyBerta
2021-04-22disable 'turn on' button if automatic gateway selection is disabled but no lo...cyBerta
2021-04-22fix location name comparison, allow to unselect a locationcyBerta
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-26catch rare IllegalStateException in EipFragmentcyBerta
2021-02-26Merge branch 'ipv6_gateway_selection' into 'beta-release'cyberta
2021-02-26make sure a notification is shown on reboot with always-on enabledcyBerta
2021-02-26fix potential Nullpointer exception when calling VpnService.prepare()cyBerta
2021-02-26improve error alerting if vpn launching fails, show an AlertDialog instead of...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-26cleanup in OpenVPNServicecyBerta
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-25ensure the private api and the preshipped certificate will be used to setup t...cyBerta
2021-02-18add logging in ProvderApiConnector, in order to see the failing requestscyBerta
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
2021-01-25Android O+ devices: only launch VPN on boot if always-on is enabled. For pre ...cyBerta
2021-01-18remove deprecated codecyBerta
2021-01-18fix de-/serialization of Connection objects. Fixes VPN auto-restart on reboot...cyBerta
2021-01-11add missing data-cipher flags to VpnProfile and ConfigParser, fixes cipher ne...cyBerta
2020-12-30update ics-openvpn, openvpn, openssl, prepare Bitmask for Android 11cyBerta
2020-12-30replace jetbrains.annotations by androidx.annotationscyBerta
2020-12-29update butterknife probably a last timecyBerta
2020-12-29move NavigationDrawerFragment into fragments directorycyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-12-28fix broken exclude apps featurecyBerta
2020-12-28no need to use onActivityResult in InstallActivity during installation it won...cyBerta
2020-12-28cleanup, remove unused code and deprecated commentscyBerta
2020-12-28check once a week for an app updatecyBerta
2020-12-28remove never implemented multi-profile feature version codecyBerta
2020-12-28download apk, request permission and install app updatecyBerta
2020-11-09initial auto-update implementation: introducing fatweb flavor, pgpverify go l...cyBerta
2020-07-26minor fix in dns blocking circumventioncyBerta