Age | Commit message (Expand) | Author |
2020-01-24 | Don't change the wifi tethering state if a check fails with an exception, uni... | cyBerta |
2020-01-24 | implement bluetooth tethering detection, refactor TetheringObservable | cyBerta |
2020-01-24 | implement simple detection for usb tethering | cyBerta |
2020-01-24 | detect hotspot state and disable/enable controls in TetheringDialog accordingly | cyBerta |
2020-01-24 | remove logs | cyBerta |
2020-01-24 | rename battery flag in navigation drawer | cyBerta |
2020-01-24 | implement basic UI for VPN tethering | cyBerta |
2020-01-24 | add new strings for tethering | cyBerta |
2020-01-24 | add new icons for tethering | cyBerta |
2020-01-23 | fix potention NPEsin Provider class | cyberta |
2020-01-23 | cleanup in PreferenceHelper | cyberta |
2020-01-23 | save provider api ip to shared preferences | cyberta |
2020-01-23 | remove unnecessary conversion in ProviderApiSetupBroadcastReceiver | cyberta |
2020-01-23 | minor refactoring in ProviderApiManagerBase | cyberta |
2020-01-23 | set provider used in dns fallback resolution in ProviderApi service | cyberta |
2020-01-23 | add api ip to provider class, implement ip lookup based on given provider hos... | cyberta |
2020-01-21 | remove lint warnings | cyberta |
2020-01-21 | remove unused imports | cyberta |
2020-01-21 | remove unnecessary null check | cyberta |
2020-01-21 | implement no-dns fallback using okhttp's Dns interface | cyberta |
2020-01-13 | remove unused code - move constant 'danger_on' for insecure test builds to Co... | cyBerta |
2019-12-30 | adapt log strings a little bit | cyBerta |
2019-12-30 | reduce log pollution | cyBerta |
2019-12-30 | reduce code duplication in PreferenceHelper | cyBerta |
2019-12-30 | reduce su calls, add logging, save if su exists and was allowed to preferences | cyBerta |
2019-12-30 | initial firewall implementation to fix #8939 | cyBerta |
2019-12-13 | improve better server balancing: update eip-service.json every 3 days after a... | cyBerta |
2019-12-13 | reset UI State if blocking VPN was finished | cyBerta |
2019-12-11 | wrap dialogs in try catch clause for now | cyBerta |
2019-11-19 | implement reconnect mechanism for shapeshifter that gets triggered before a n... | cyBerta |
2019-11-01 | start void vpn if no more gateways available during setup | cyBerta |
2019-11-01 | unify error id between provider api service and eip service | cyBerta |
2019-11-01 | remove buggy and annoying hint how to open the navigation drawer | cyBerta |
2019-10-31 | rename save battery alert, it's not experimental anymore | cyBerta |
2019-10-31 | show blocking state on EipFragment | cyBerta |
2019-10-29 | don't start void vpn when switching between a running openvpn connection and ... | cyBerta |
2019-10-27 | implement java shapeshifter logging interface, replaces blocking method call ... | cyBerta |
2019-10-25 | increase threshold until EipStatus is set to DISCONNETED or BLOCKING - reduce... | cyBerta |
2019-10-25 | implement error handling for edge case when Android | cyBerta |
2019-10-25 | handle errors during the initiation of a pt connection separately | cyBerta |
2019-10-20 | show dialog if end of provider's gateway list is reached (#8964) | cyBerta |
2019-10-20 | fix endless setup loop on pre-P devices, differentiate security provider betw... | cyBerta |
2019-10-19 | fix #8966, battery dialog reopening | cyBerta |
2019-10-19 | don't fade progress animation out as it causes laggy ui feeling during switch... | cyBerta |
2019-10-19 | unit tests for gateway manager's gateway selection | cyBerta |
2019-10-19 | select next PT supporting Gateway if shapeshifter reports errors for the curr... | cyBerta |
2019-10-19 | always stop vpn if setup failed (for now) | cyBerta |
2019-10-19 | fix error handling in Shapeshifter class | cyBerta |
2019-10-19 | don't show error dialogs for internally handled EIP errors | cyBerta |
2019-10-19 | move EIP service related error types to EIP class, specify error if the end o... | cyBerta |