summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-08update ics-openvpn to v0.7.38, OpenSSL to 3.0.5, asio to 1.23cyBerta
2022-08-08update bitmaskcore / IPtProxy / snowflakecyBerta
2022-08-08update docker images for SDK 31, keep docker image version in sync with ↵cyBerta
Android SDK version
2022-08-08update gradle plugin to version 7.2.2, compile and target sdk to API 31, ↵cyBerta
androidx libraries and leakcanary to latest versions
2022-08-07Merge branch 'bugfix_branch' into 'master'cyberta
Bugfixes and more Closes #9110 See merge request leap/bitmask_android!205
2022-08-07disable donations for bitmask againcyBerta
2022-08-07prepare final riseup lilypad transitioncyBerta
2022-08-07set riseup's main_url to black.riseup.net while still showing riseup.net as ↵cyBerta
domain in the UI
2022-08-07unbind openvpn service in EipFragment if openvpn was turned offcyBerta
2022-08-06Merge branch 'update_obfuscation_pinning_defaults' into 'master'cyberta
Update obfuscation pinning defaults See merge request leap/bitmask_android!204
2022-08-05add missing GatewayJson classcyBerta
2022-08-05fixing testscyBerta
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 ↵cyBerta
pinning is enabled
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-08-05update default values for obfuscation pinningcyBerta
2022-07-31Merge branch 'obfuscation_gateway_pinning' into 'master'1.1.5RC1cyberta
Beta Release - Obfuscation gateway pinning See merge request leap/bitmask_android!201
2022-07-31update version to 1.1.5cyBerta
2022-07-31update CHANGELOGcyBerta
2022-07-31update translationscyBerta
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-25Merge branch 'add_privacy_policy' into 'master'cyberta
add privacy policy Closes #9076 See merge request leap/bitmask_android!198
2022-07-25improve pricacy policy after merge request reviewcyBerta
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-19Merge branch 'hide_experimental_vpn_tethering_on_calyx_os' into 'master'cyberta
hide tethering option on CalyxOS 11 (SDK 30) Closes #9088 See merge request leap/bitmask_android!199
2022-07-19hide tethering option on CalyxOS 11 (SDK 30)cyBerta
2022-07-19Merge branch 'integrate_obfsvpn' into 'master'cyberta
update bitmaskcore, integrating obfsvpn See merge request leap/bitmask_android!190
2022-07-19fix testscyBerta
2022-07-19remove outdated golibs before rebuilding them and running test on CIcyBerta
2022-07-19add privacy policycyBerta
2022-07-19better naming for network error handling flag in ObfsVpnClientcyBerta
2022-07-19build go dependencies before running tests on the CIcyBerta
2022-07-19remove compiled bitmaskcore libs, ignore bitmaskcore build foldercyBerta
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-19add some more tests for kcp transport handlingcyBerta
2022-07-19fix testscyBerta
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-19fix and add tests for testing obfsvpn based openvpn config generationcyBerta
2022-07-19move BuildConfig variable use_obfsvpn to a static method in ConfigHelper, ↵cyBerta
which can be mocked for testing