summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Expand)Author
2022-08-09fix check if system properties exist, take empty strings into considerationcyBerta
2022-08-08Merge branch 'update_dependencies' into 'master'cyberta
2022-08-08set IMMUTABLE flags for PendingIntents on Android 12+cyBerta
2022-08-08apply some minor bugfixes from ics-openvpncyBerta
2022-08-08update gradle plugin to version 7.2.2, compile and target sdk to API 31, andr...cyBerta
2022-08-07prepare final riseup lilypad transitioncyBerta
2022-08-07set riseup's main_url to black.riseup.net while still showing riseup.net as d...cyBerta
2022-08-07unbind openvpn service in EipFragment if openvpn was turned offcyBerta
2022-08-05add missing GatewayJson classcyBerta
2022-08-05let a gateway have only one transport if obfuscation proxy pinning is enabledcyBerta
2022-08-05remove redundant code that tweaks the transports for pinned gatewayscyBerta
2022-08-05localize 'Unknown Location'cyBerta
2022-08-05initiate gateway Manager with only one pinned gateway if obfuscation proxy pi...cyBerta
2022-08-05don't use preferred city while obfuscation proxy pinningcyBerta
2022-08-05don't show load during obfuscation proxy pinningcyBerta
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-08-05adapt the route to point to the obfuscation proxy instead of the openvpn gatewaycyBerta
2022-07-31update translationscyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-26prepare viewBindingcyBerta
2022-07-25Merge branch 'preshipped_provider_updates' into 'master'cyberta
2022-07-25never update ProviderOberservable with a null provider, use a default provide...cyBerta
2022-07-25client update check, removes current provider data on app update if calyx mov...cyBerta
2022-07-19hide tethering option on CalyxOS 11 (SDK 30)cyBerta
2022-07-19better naming for network error handling flag in ObfsVpnClientcyBerta
2022-07-19add UI to enable experimental kcp transport if the client uses obfsvpn instea...cyBerta
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-19cleanupcyBerta
2022-07-19make member variable finalcyBerta
2022-07-19move BuildConfig variable use_obfsvpn to a static method in ConfigHelper, whi...cyBerta
2022-07-19define logging interface for obfsvpncyBerta
2022-07-19allow to pin a custom obfs4 bridge during compile timecyBerta
2022-07-19handle multi-threaded access to obfsvpn client state flags correctlycyBerta
2022-07-19update ObfsvpnClient to latest obfsvpn api: handle bubbled up errorscyBerta
2022-07-19restart obfsvpn proxy on reconnects or when connecting to new gatewayscyBerta
2022-07-19ensure socks proxy has started before openvpn tries to use itcyBerta
2022-07-19obfuscate vpn traffic using either shapeshfiter or obfsvpncyBerta
2022-07-19implement ObfsVpnClient, wrapping go jni bindingscyBerta
2022-07-18Merge branch 'eip-service.json_updates' into 'master'cyberta
2022-07-18add missing static import for string in EipFragmentcyBerta
2022-07-18implement small delay to check for version updates after a successful connect...cyBerta
2022-07-18removed unused ServiceConnectioncyBerta
2022-07-18update eip-service.json every 3 days or after a unsuccessful connection attem...cyBerta
2022-07-18only allow already established network connections when trying to call the pr...cyBerta
2022-07-18update soon expiring vpn certificates after connecting to the VPNcyBerta
2022-06-11show ConfigParseErrors in log viewcyBerta
2022-06-11improve gateway pinning: continue parsing presorted gateway lists in debug bu...cyBerta
2022-06-08add debug feature to pin single gatewayscyBerta
2022-06-08test new ciphers setup and correct data-cipher parsingcyBerta