summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-21fix flaky GatewaysManagerTestcyBerta
2019-10-21single GatewaysManager objects for each testcyBerta
2019-10-20show dialog if end of provider's gateway list is reached (#8964)cyBerta
2019-10-20fix endless setup loop on pre-P devices, differentiate security provider ↵cyBerta
between P and pre-P devices
2019-10-19fix #8966, battery dialog reopeningcyBerta
2019-10-19don't fade progress animation out as it causes laggy ui feeling during ↵cyBerta
switch between different connections
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-10-19select next PT supporting Gateway if shapeshifter reports errors for the ↵cyBerta
current one
2019-10-19always stop vpn if setup failed (for now)cyBerta
2019-10-19fix error handling in Shapeshifter classcyBerta
2019-10-19don't show error dialogs for internally handled EIP errorscyBerta
2019-10-19move EIP service related error types to EIP class, specify error if the end ↵cyBerta
of the list of available gateways has been reached during setup
2019-10-19save preferences in LEAPpreferencescyBerta
2019-10-19fix gateway selection wrt. supported transportcyBerta
2019-10-19configure Gateways either from preferences or from current provider objectcyBerta
2019-10-19introduce error types in VpnStatus to distinguish between Shapeshifter based ↵cyBerta
errors and others
2019-10-19VpnProfiles are equal if they have the same ip and transportcyBerta
2019-10-19add new eip service setups for unit testscyBerta
2019-10-11keep error reports for 3 days if tests fail on CIcyBerta
2019-10-11exclude failing test for insecure build flavorcyBerta
2019-10-11move installation of gomobile to install_go.shcyBerta
2019-10-11add some padding to the exclude apps warningcyBerta
2019-10-11Add a red hint in navigation drawer if apps are currently excluded from VPNcyBerta
2019-10-08reset pluggableTransports settings after switching to a new provider if the ↵cyBerta
new one doesn't support PT
2019-10-08fixing testscyBerta
2019-10-08add updated shapeshifter libscyBerta
2019-10-08bump version to 1.0.2RC1cyBerta
2019-10-08set target sdk version to API 28, fix related issues (#8959)cyBerta
2019-10-08add pluggable transports demo as separate entry to Bitmask's onboarding ↵cyBerta
provider overview, ship provider cert and provider json for certificate pinning and a better initial provider description
2019-10-08add more output to library cross compiling scriptcyBerta
2019-10-06tweak build scriptcyBerta
2019-10-06create an empty golang folder if it not exists during golang installationcyBerta
2019-10-06excluding apps from vpn is already allowed from API 21 (Lollipop)cyBerta
2019-10-06add missing test jsoncyBerta
2019-10-06fix merge conflict related bug with excluding apps from vpncyBerta
2019-10-06write shapeshifter errors into Log fragmentcyBerta
2019-10-06show error dialog if no valid gateway configuration can be found for a providercyBerta
2019-10-05ignore gateways with invalid transports while still adding gateways with ↵cyBerta
valid configurations
2019-10-05change flag iat-mode to iatMode for now - due to changed demo provider setupcyBerta
2019-10-05update shapeshifter librarycyBerta
2019-10-05use same commits in go dependencies as the desktop clientcyBerta
2019-10-05minor updates on shapeshifter lib build scriptcyBerta
2019-10-05improve golang installation scriptcyBerta
2019-10-01Merge branch 'pluggableTransports2'cyBerta
2019-09-30remove hard coded demo setup, use real pt.demo.bitmask.net demo providercyBerta
2019-09-30improve output for bundle comparisons in testscyBerta
2019-09-30add test for failing fetches of eip-service.jsoncyBerta
2019-09-30handle SSLPeerUnverifiedException as certificate errorcyBerta
2019-09-27fix error handling for failing fetch of eip-service.json in production ↵cyBerta
flavor and minor refactorings
2019-09-27fix flickering when restarting the vpncyBerta