Age | Commit message (Expand) | Author |
2022-02-04 | remove (shapeshifter) Dispatcher and Binary-Installer class, they're deprecte... | cyBerta |
2021-12-20 | update ics-openvpn to v0.7.31, openssl to 3.0.1 | cyBerta |
2021-12-11 | fix class cast exception | cyBerta |
2021-12-11 | catch potential security exception when checking network capabilities | cyBerta |
2021-12-11 | make trafficdata linked list in DevicecStateReceiver final and fix typo | cyBerta |
2021-11-26 | add missing import | cyBerta |
2021-11-26 | fix save battery feature | cyBerta |
2021-11-16 | add bridge indicator to bottom panel | cyBerta |
2021-11-15 | adapt EIP main screen and strings to simply secure proposals | cyBerta |
2021-11-14 | don't allow openvpn configs without --remote or <connection> block | cyBerta |
2021-11-08 | revert restriction to be connected to wifi in order to use snowflake/tor fall... | cyBerta |
2021-10-16 | don't recompile pattern in while loop | cyBerta |
2021-10-02 | * refactor startTorProxy() | cyBerta |
2021-02-28 | remove unused HIDELOG flag | cyBerta |
2021-02-28 | no need to delete notification channels on service destroy | cyBerta |
2021-02-26 | make sure a notification is shown on reboot with always-on enabled | cyBerta |
2021-02-26 | improve error alerting if vpn launching fails, show an AlertDialog instead of... | cyBerta |
2021-02-26 | Bigger refactoring: | cyBerta |
2021-02-26 | cleanup in OpenVPNService | cyBerta |
2021-02-26 | implement service binding in order to fix remote service exception during for... | cyBerta |
2021-02-26 | some refactorings in VpnNotificationManager, start foreground service notific... | cyBerta |
2021-01-18 | remove deprecated code | cyBerta |
2021-01-18 | fix de-/serialization of Connection objects. Fixes VPN auto-restart on reboot... | cyBerta |
2021-01-11 | add missing data-cipher flags to VpnProfile and ConfigParser, fixes cipher ne... | cyBerta |
2020-12-30 | update ics-openvpn, openvpn, openssl, prepare Bitmask for Android 11 | cyBerta |
2020-12-29 | new year cleanup: restructure messy project | cyBerta |
2020-03-17 | switch to AndroidX | cyBerta |
2020-02-27 | disable battery save mode while tethering is enabled | cyberta |
2020-01-31 | ensure firewall is started after vpn tun interface is up, fix indent | 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-24 | rearrange firewalling code, move to separate package | 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-10-30 | make sure shapeshifter dispatcher is stopped between switching vpn processes | cyBerta |
2019-10-25 | implement error handling for edge case when Android | cyBerta |
2019-10-24 | don't let the main thread sleep for 3 seconds on every vpn gateway setup | cyBerta |
2019-10-19 | fix error handling in Shapeshifter class | cyBerta |
2019-10-19 | introduce error types in VpnStatus to distinguish between Shapeshifter based ... | cyBerta |
2019-10-19 | VpnProfiles are equal if they have the same ip and transport | cyBerta |
2019-08-02 | cleanup in OpenVPNService | cyBerta |
2019-08-02 | rename DispatcherOptions to Obfs4Options | cyBerta |
2019-08-02 | add Shapeshifter class managing shapeshifter go library | cyBerta |
2019-08-02 | remove duplicated line in OpenVPNService | cyBerta |
2019-08-02 | create one vpnprofile per transport per gateway. implement basis to switch be... | cyBerta |
2019-08-02 | show a little ghost and extra information in notifications when trying or usi... | cyBerta |
2019-08-02 | * refactor vpn profile generation | cyBerta |
2019-08-02 | add null checks for the case shapeshifter-dispatcher is not running | cyBerta |
2019-08-02 | squashed commit for Pluggable Transports | cyBerta |
2019-07-12 | cleanup: undo unnecessary if-clause nesting | cyBerta |