summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Expand)Author
2020-07-24remove timestamps from providers equals() check and reset timestamps in reset...cyBerta
2020-07-23fix potential nullpointer exception in geoipservice json parsingcyBerta
2020-07-23always use provider from ProviderObservable if possiblecyBerta
2020-07-23implement gateway selection based on geoip servicecyBerta
2020-07-01inject preshipped geoip url to provider objectcyBerta
2020-06-11ProviderAPI as JobIntentServicecyBerta
2020-06-10catch rare IllegalStateExceptions when enqueueing jobscyBerta
2020-06-03catch IllegalStateException when app is not in a state that allows to start t...cyBerta
2020-06-03catch ActivityNotFoundException for the rare case when Android can't find any...cyBerta
2020-03-17switch to AndroidXcyBerta
2020-03-16fix tethering hint (#8979)cyBerta
2020-03-08Show error toast and reset root feature settings if app could not obtain root...cyBerta
2020-03-07disable battery save mode only if actually VPN is running and at least one te...cyBerta
2020-03-07fix bluetooth tetheringcyBerta
2020-03-03take vpn state into account in isVpnTetheringRunning()cyBerta
2020-03-02finish bluetooth tethering implementationcyBerta
2020-03-02fallback to genereal wifi settings if tethering settings activity cannot not ...cyBerta
2020-03-02open android tethering settings activity on click on TetheringDialog's linkcyBerta
2020-03-02use only rndis as valid interface name for usb tetheringcyBerta
2020-03-01improve visual disabled state for switch entries in navigation drawercyBerta
2020-02-27enable/disable save battery switch in navigation drawer depending on tetherin...cyberta
2020-02-27disable battery save mode while tethering is enabledcyberta
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-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-23fix potention NPEsin Provider classcyberta
2020-01-23cleanup in PreferenceHelpercyberta
2020-01-23save provider api ip to shared preferencescyberta
2020-01-23remove unnecessary conversion in ProviderApiSetupBroadcastReceivercyberta