summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-01-21fix certificate validation bypassing flag for insecure test buildscyberta
2020-01-21remove unused importscyberta
2020-01-21remove unnecessary null checkcyberta
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 ↵cyBerta
Constants
2020-01-12fix UI bug in navigation drawer: restict entries max linescyBerta
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-15update version to 1.0.2 stable1.0.2cyBerta
2019-12-15update languagescyBerta
2019-12-13improve better server balancing: update eip-service.json every 3 days after ↵cyBerta
a successful connection in order to recognize newly added gateways (#8974)
2019-12-13reset UI State if blocking VPN was finishedcyBerta
2019-12-12revert minifying sources for nowcyBerta
2019-12-11wrap dialogs in try catch clause for nowcyBerta
2019-12-04avoid apk file name with spacescyberta
2019-11-29configure apk file name depending on flavor and build typecyberta
2019-11-26remove unrelated abi specific assets in split apk buildscyberta
2019-11-26convert riseup vpn's pngs to webp files to reduce apk sizecyberta
2019-11-26add minifyEnabled and shrinkResources to Release and Beta buildscyberta
2019-11-26initial commit for apk splitcyberta
2019-11-19update version to 1.0.2RC41.0.2RC4cyBerta
2019-11-19update about fragmentcyBerta
2019-11-19implement reconnect mechanism for shapeshifter that gets triggered before a ↵cyBerta
new gateway setup is tested
2019-11-19update translationscyBerta
2019-11-11Fixes case of VPNkwadronaut
Closes https://www.transifex.com/otf/bitmask-android/translate/#ar/$/184198079
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-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-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-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-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