summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-31set version to 1.0.2RC31.0.2RC3cyBerta
2019-10-31reset custom build config variables to Riseup defaultscyBerta
2019-10-31update languagescyBerta
2019-10-31show blocking state on EipFragmentcyBerta
2019-10-30make sure shapeshifter dispatcher is stopped between switching vpn processescyBerta
2019-10-29update shapeshifter librarycyBerta
2019-10-29don't start void vpn when switching between a running openvpn connection and ↵cyBerta
vpn over pt
2019-10-27implement java shapeshifter logging interface, replaces blocking method call ↵cyBerta
and an extra thread
2019-10-27update shapeshifter library with integrated logging interfacecyBerta
2019-10-25set version to 1.0.2RC2cyBerta
2019-10-25increase threshold until EipStatus is set to DISCONNETED or BLOCKING - ↵cyBerta
reduce UI flickering
2019-10-25implement error handling for edge case when AndroidcyBerta
throws an nullpointer exception while it tries to prepare the VpnService
2019-10-25handle errors during the initiation of a pt connection separatelycyBerta
only run-time errors, reported by connections will be handled in shapeshifterErrorListner (https://0xacab.org/leap/shapeshifter/issues/1)
2019-10-24don't let the main thread sleep for 3 seconds on every vpn gateway setupcyBerta
fixes main reason for #8963
2019-10-24add little script to fix gradle lock file issuescyBerta
2019-10-24update shapeshifter lib and its dependencicescyBerta
2019-10-24add missing export statement in build scriptcyBerta
2019-10-24change shapeshifter-dispatcher submodule urlcyBerta
2019-10-21change gateway manager test - mocking method firstcyBerta
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