summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-01update version to 1.0.31.0.3cyberta
2020-02-01update-translationscyberta
2020-01-31Merge branch 'implement_tethering_for_rooted_devices' into 'master'cyberta
2020-02-01comment out tests for commented out bluetooth tethering codecyberta
2020-01-31update shapeshifter-dispatchercyberta
2020-01-31improve wording for IPv6 Firewallcyberta
2020-01-31add missing iconscyberta
2020-01-31add UI in navigation drawer to enable/disable ipv6 firewall and to show/hide ...cyberta
2020-01-31ensure firewall is started after vpn tun interface is up, fix indentcyberta
2020-01-31adapt method visibility in TetheringStateManagercyberta
2020-01-31hide bluetooth tethering for nowcyberta
2020-01-31fix testcyberta
2020-01-30adapt and extend testscyberta
2020-01-30implement usb tetheringcyberta
2020-01-30fix possible NPE in SetupTetheringTaskcyberta
2020-01-29adapt testscyberta
2020-01-29implement wifi tetheringcyberta
2020-01-25copyright blacyberta
2020-01-25add and remove configuring tethering rules on vpn start and shutdowncyberta
2020-01-25initiate configuring taskcyberta
2020-01-25stop setting up firewall if su was not permittedcyberta
2020-01-25implement tethering firewall rules pt.1cyberta
2020-01-24rearrange firewalling code, move to separate packagecyberta
2020-01-24add some copyright headerscyBerta
2020-01-24Don't change the wifi tethering state if a check fails with an exception, uni...cyBerta
2020-01-24implement bluetooth tethering detection, refactor TetheringObservablecyBerta
2020-01-24implement simple detection for usb tetheringcyBerta
2020-01-24detect hotspot state and disable/enable controls in TetheringDialog accordinglycyBerta
2020-01-24remove logscyBerta
2020-01-24rename battery flag in navigation drawercyBerta
2020-01-24implement basic UI for VPN tetheringcyBerta
2020-01-24add new strings for tetheringcyBerta
2020-01-24add new icons for tetheringcyBerta
2020-01-24Merge branch 'no-dns-fallback' into 'master'cyberta
2020-01-23fix testscyberta
2020-01-23fix potention NPEsin Provider classcyberta
2020-01-23fix tests with regard to provider initializationcyberta
2020-01-23cleanup in PreferenceHelpercyberta
2020-01-23save provider api ip to shared preferencescyberta
2020-01-23remove unnecessary conversion in ProviderApiSetupBroadcastReceivercyberta
2020-01-23minor refactoring in ProviderApiManagerBasecyberta
2020-01-23set provider used in dns fallback resolution in ProviderApi servicecyberta
2020-01-23add api ip to provider class, implement ip lookup based on given provider hos...cyberta
2020-01-23add provider api IP's to provider url jsons in asset foldercyberta
2020-01-23implement BuildConfig constants for custom branded clients to preseed IPscyberta
2020-01-21remove lint warningscyberta
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