Age | Commit message (Expand) | Author |
2023-08-02 | use single instance of shared prefernces across the app, this reduces the lag... | cyBerta |
2023-07-19 | log vpn errors in logcat if app is an debug build | cyBerta |
2023-07-19 | always provide private VPN key over management interface, avoid exposing it i... | cyBerta |
2023-07-19 | Update source code for external key managment based on ics-openvpn (some rele... | cyBerta |
2023-04-13 | set correct proxy port for obfs4-hop pt proxy | cyBerta |
2023-04-13 | obfs4-hop enum value - improve handling of disallowed dashes in enums | cyBerta |
2023-04-13 | first pass on obfs4-hop pt integration | cyBerta |
2023-04-13 | don't handle obfs4 over kcp as a separate pluggable transport, instead 'tcp' ... | cyBerta |
2022-12-21 | fix MinieVPNExecutableName() | cyBerta |
2022-12-21 | remove dead code related to deprecated Android versions | cyBerta |
2022-11-21 | fix bitmaskcore builds on macOS, rename Shapeshifter to ShapeshifterClient as... | cyberta |
2022-08-08 | apply some minor bugfixes from ics-openvpn | cyBerta |
2022-07-31 | implement obfuscation pinning | cyBerta |
2022-07-19 | Parse different obfs4 flavors from eip-service.json. In the gateway load / ga... | cyBerta |
2022-07-19 | implement error handling for socks port binding | cyBerta |
2022-07-19 | move BuildConfig variable use_obfsvpn to a static method in ConfigHelper, whi... | cyBerta |
2022-07-19 | allow to pin a custom obfs4 bridge during compile time | cyBerta |
2022-07-19 | restart obfsvpn proxy on reconnects or when connecting to new gateways | cyBerta |
2022-07-19 | obfuscate vpn traffic using either shapeshfiter or obfsvpn | cyBerta |
2022-06-08 | test new ciphers setup and correct data-cipher parsing | cyBerta |
2022-06-08 | openvpn config file inline warning should be a comment | cyBerta |
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 |