Age | Commit message (Expand) | Author |
2020-03-08 | Show error toast and reset root feature settings if app could not obtain root... | cyBerta |
2020-03-07 | disable battery save mode only if actually VPN is running and at least one te... | cyBerta |
2020-03-07 | fix bluetooth tethering | cyBerta |
2020-03-03 | take vpn state into account in isVpnTetheringRunning() | cyBerta |
2020-03-02 | finish bluetooth tethering implementation | cyBerta |
2020-03-02 | fallback to genereal wifi settings if tethering settings activity cannot not ... | cyBerta |
2020-03-02 | open android tethering settings activity on click on TetheringDialog's link | cyBerta |
2020-03-02 | use only rndis as valid interface name for usb tethering | cyBerta |
2020-03-01 | improve visual disabled state for switch entries in navigation drawer | cyBerta |
2020-02-27 | enable/disable save battery switch in navigation drawer depending on tetherin... | cyberta |
2020-02-27 | disable battery save mode while tethering is enabled | cyberta |
2020-02-01 | update-translations | cyberta |
2020-02-01 | comment out tests for commented out bluetooth tethering code | cyberta |
2020-01-31 | improve wording for IPv6 Firewall | cyberta |
2020-01-31 | add missing icons | cyberta |
2020-01-31 | add UI in navigation drawer to enable/disable ipv6 firewall and to show/hide ... | cyberta |
2020-01-31 | ensure firewall is started after vpn tun interface is up, fix indent | cyberta |
2020-01-31 | adapt method visibility in TetheringStateManager | cyberta |
2020-01-31 | hide bluetooth tethering for now | cyberta |
2020-01-31 | fix test | cyberta |
2020-01-30 | adapt and extend tests | cyberta |
2020-01-30 | implement usb tethering | cyberta |
2020-01-30 | fix possible NPE in SetupTetheringTask | cyberta |
2020-01-29 | adapt tests | cyberta |
2020-01-29 | implement wifi tethering | cyberta |
2020-01-25 | copyright bla | cyberta |
2020-01-25 | add and remove configuring tethering rules on vpn start and shutdown | cyberta |
2020-01-25 | initiate configuring task | cyberta |
2020-01-25 | stop setting up firewall if su was not permitted | cyberta |
2020-01-25 | implement tethering firewall rules pt.1 | cyberta |
2020-01-24 | rearrange firewalling code, move to separate package | cyberta |
2020-01-24 | add some copyright headers | cyBerta |
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 tests | cyberta |
2020-01-23 | fix potention NPEsin Provider class | cyberta |
2020-01-23 | fix tests with regard to provider initialization | 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 |