summaryrefslogtreecommitdiff
path: root/app/src/main/java/de
AgeCommit message (Expand)Author
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
2023-07-19log vpn errors in logcat if app is an debug buildcyBerta
2023-07-19always provide private VPN key over management interface, avoid exposing it i...cyBerta
2023-07-19Update source code for external key managment based on ics-openvpn (some rele...cyBerta
2023-04-13set correct proxy port for obfs4-hop pt proxycyBerta
2023-04-13obfs4-hop enum value - improve handling of disallowed dashes in enumscyBerta
2023-04-13first pass on obfs4-hop pt integrationcyBerta
2023-04-13don't handle obfs4 over kcp as a separate pluggable transport, instead 'tcp' ...cyBerta
2022-12-21fix MinieVPNExecutableName()cyBerta
2022-12-21remove dead code related to deprecated Android versionscyBerta
2022-11-21fix bitmaskcore builds on macOS, rename Shapeshifter to ShapeshifterClient as...cyberta
2022-08-08apply some minor bugfixes from ics-openvpncyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-19Parse different obfs4 flavors from eip-service.json. In the gateway load / ga...cyBerta
2022-07-19implement error handling for socks port bindingcyBerta
2022-07-19move BuildConfig variable use_obfsvpn to a static method in ConfigHelper, whi...cyBerta
2022-07-19allow to pin a custom obfs4 bridge during compile timecyBerta
2022-07-19restart obfsvpn proxy on reconnects or when connecting to new gatewayscyBerta
2022-07-19obfuscate vpn traffic using either shapeshfiter or obfsvpncyBerta
2022-06-08test new ciphers setup and correct data-cipher parsingcyBerta
2022-06-08openvpn config file inline warning should be a commentcyBerta
2022-02-04remove (shapeshifter) Dispatcher and Binary-Installer class, they're deprecte...cyBerta
2021-12-20update ics-openvpn to v0.7.31, openssl to 3.0.1cyBerta
2021-12-11fix class cast exceptioncyBerta
2021-12-11catch potential security exception when checking network capabilitiescyBerta
2021-12-11make trafficdata linked list in DevicecStateReceiver final and fix typocyBerta
2021-11-26add missing importcyBerta
2021-11-26fix save battery featurecyBerta
2021-11-16add bridge indicator to bottom panelcyBerta
2021-11-15adapt EIP main screen and strings to simply secure proposalscyBerta
2021-11-14don't allow openvpn configs without --remote or <connection> blockcyBerta
2021-11-08revert restriction to be connected to wifi in order to use snowflake/tor fall...cyBerta
2021-10-16don't recompile pattern in while loopcyBerta
2021-10-02* refactor startTorProxy()cyBerta
2021-02-28remove unused HIDELOG flagcyBerta
2021-02-28no need to delete notification channels on service destroycyBerta
2021-02-26make sure a notification is shown on reboot with always-on enabledcyBerta
2021-02-26improve error alerting if vpn launching fails, show an AlertDialog instead of...cyBerta
2021-02-26Bigger refactoring:cyBerta
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-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-29new year cleanup: restructure messy projectcyBerta
2020-03-17switch to AndroidXcyBerta
2020-02-27disable battery save mode while tethering is enabledcyberta
2020-01-31ensure firewall is started after vpn tun interface is up, fix indentcyberta