summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2022-07-31implement obfuscation pinningcyBerta
2022-07-26prepare viewBindingcyBerta
2022-07-25Merge branch 'preshipped_provider_updates' into 'master'cyberta
Calyx Lilypad transition Closes #9094 See merge request leap/bitmask_android!200
2022-07-25never update ProviderOberservable with a null provider, use a default ↵cyBerta
provider object instead
2022-07-25client update check, removes current provider data on app update if calyx ↵cyBerta
move to lilypad is expected
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 ↵cyBerta
instead of shapeshifter and the provider supports the kcp variant
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-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, ↵cyBerta
which can be mocked for testing
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
Fix auto-check issues after successful connection attempt Closes #9093 See merge request leap/bitmask_android!197
2022-07-18add missing static import for string in EipFragmentcyBerta
2022-07-18implement small delay to check for version updates after a successful ↵cyBerta
connection setup
2022-07-18removed unused ServiceConnectioncyBerta
2022-07-18update eip-service.json every 3 days or after a unsuccessful connection ↵cyBerta
attempt, use a small delay to ensure the VPN is ready for the first network request
2022-07-18only allow already established network connections when trying to call the ↵cyBerta
provider API
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 ↵cyBerta
builds, if no gateway was pinned
2022-06-08add debug feature to pin single gatewayscyBerta
2022-06-08test new ciphers setup and correct data-cipher parsingcyBerta
2022-06-08openvpn config file inline warning should be a commentcyBerta
2022-06-08ensure that all pem formatted CA certs get always parsed correctlycyBerta
2022-05-20fix notifications not disappearing after disconnecting from quick settings tilecyBerta
2022-05-20add missing importcyBerta
2022-05-20remove unnecessary method call during EipFragment layoutingcyBerta
2022-05-20show error message if tor failed to start during the VPN certificate updatecyBerta
2022-05-20fix typo and parse string from error result json object more gracefullycyBerta
2022-05-19add providerObservable as member variable to EipFragment, ensure the ↵cyBerta
Fragment has always the latest provider object
2022-05-19avoid possible NPE in TorStatusObservablecyBerta
2022-05-19show in EipFragment bridge status message if bridges are used to update the ↵cyBerta
VPN certificate
2022-05-19clarify that EipSetupObserver uses the application contextcyBerta
2022-05-19reduce log noise in error handlingcyBerta
2022-05-19allow to cancel connection attempt during vpn certificate updates, if tor is ↵cyBerta
running, it will be shut down
2022-05-19ignore snowflake preferences for API communication if a VPN tunnel is ↵cyBerta
already established
2022-05-19handle tor startup errors and use better checks in EipSetupObserver if tor ↵cyBerta
should be shutdown
2022-05-19early return if tor is ment to be shutdown but is not runningcyBerta
2022-05-19only wait until Tor has been completely shutdown successfully on ↵cyBerta
startTorService command if the service was previously cancelled
2022-05-19reset http proxy port immediately after tor has been cancelled and is about ↵cyBerta
to be shutdown