summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient
AgeCommit message (Expand)Author
2020-01-21implement no-dns fallback using okhttp's Dns interfacecyberta
2020-01-13remove unused code - move constant 'danger_on' for insecure test builds to Co...cyBerta
2019-12-30adapt log strings a little bitcyBerta
2019-12-30reduce log pollutioncyBerta
2019-12-30reduce code duplication in PreferenceHelpercyBerta
2019-12-30reduce su calls, add logging, save if su exists and was allowed to preferencescyBerta
2019-12-30initial firewall implementation to fix #8939cyBerta
2019-12-13improve better server balancing: update eip-service.json every 3 days after a...cyBerta
2019-12-13reset UI State if blocking VPN was finishedcyBerta
2019-12-11wrap dialogs in try catch clause for nowcyBerta
2019-11-19implement reconnect mechanism for shapeshifter that gets triggered before a n...cyBerta
2019-11-01start void vpn if no more gateways available during setupcyBerta
2019-11-01unify error id between provider api service and eip servicecyBerta
2019-11-01remove buggy and annoying hint how to open the navigation drawercyBerta
2019-10-31rename save battery alert, it's not experimental anymorecyBerta
2019-10-31show blocking state on EipFragmentcyBerta
2019-10-29don't start void vpn when switching between a running openvpn connection and ...cyBerta
2019-10-27implement java shapeshifter logging interface, replaces blocking method call ...cyBerta
2019-10-25increase threshold until EipStatus is set to DISCONNETED or BLOCKING - reduce...cyBerta
2019-10-25implement error handling for edge case when AndroidcyBerta
2019-10-25handle errors during the initiation of a pt connection separatelycyBerta
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 betw...cyBerta
2019-10-19fix #8966, battery dialog reopeningcyBerta
2019-10-19don't fade progress animation out as it causes laggy ui feeling during switch...cyBerta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-10-19select next PT supporting Gateway if shapeshifter reports errors for the curr...cyBerta
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 o...cyBerta
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-19VpnProfiles are equal if they have the same ip and transportcyBerta
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 n...cyBerta
2019-10-08set target sdk version to API 28, fix related issues (#8959)cyBerta
2019-10-06excluding apps from vpn is already allowed from API 21 (Lollipop)cyBerta
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 vali...cyBerta
2019-10-05change flag iat-mode to iatMode for now - due to changed demo provider setupcyBerta
2019-10-01Merge branch 'pluggableTransports2'cyBerta
2019-09-30remove hard coded demo setup, use real pt.demo.bitmask.net demo providercyBerta
2019-09-30handle SSLPeerUnverifiedException as certificate errorcyBerta
2019-09-27fix error handling for failing fetch of eip-service.json in production flavor...cyBerta
2019-09-27fix flickering when restarting the vpncyBerta
2019-09-20restart vpn after pluggableTransports was selected or deselectedcyBerta