Age | Commit message (Expand) | Author |
2024-01-17 | replace deprectated Observer and Observables by PropertyChangeListener and Pr... | cyBerta |
2023-08-02 | use single instance of shared prefernces across the app, this reduces the lag... | cyBerta |
2020-12-29 | new year cleanup: restructure messy project | cyBerta |
2020-03-17 | switch to AndroidX | 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 | use only rndis as valid interface name for usb tethering | cyBerta |
2020-02-27 | disable battery save mode while tethering is enabled | cyberta |
2020-01-31 | adapt method visibility in TetheringStateManager | cyberta |
2020-01-31 | hide bluetooth tethering for now | cyberta |
2020-01-30 | implement usb tethering | cyberta |
2020-01-29 | adapt tests | cyberta |
2020-01-29 | implement wifi tethering | cyberta |
2020-01-25 | add and remove configuring tethering rules on vpn start and shutdown | cyberta |
2020-01-25 | implement tethering firewall rules pt.1 | 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 |