Age | Commit message (Expand) | Author |
2024-12-11 | get location name from ModelsLocation after swagger client update | cyBerta |
2024-12-11 | adapt gateway parsing and generation of VpnProfiles to apiv5 | cyBerta |
2024-12-11 | replace deprecated Bundle.getParcelable(...) call with BundleCompat.getParcel... | cyBerta |
2024-12-11 | get and set COUNTRYCODE preferences | cyBerta |
2024-11-28 | finalize gateway manager | Norbel AMBANUMBEN |
2024-11-28 | updated settings | Norbel AMBANUMBEN |
2024-11-28 | updated settings | Norbel AMBANUMBEN |
2024-08-14 | Refactoring that allows enables Bitmask to handle providers that have more th... | cyBerta |
2024-06-26 | improve error log shown if the provider doesn't support openvpn in UDP mode f... | cyBerta |
2024-06-17 | update obfsvpn to version 1.0.0, this is a breaking API change. Obfsvpn requi... | cyBerta |
2024-04-26 | allow during the initial setup to re-launch the app and resume in the configu... | cyBerta |
2024-04-24 | temporary workaround that stores provider setup updates if app is in backgrou... | cyBerta |
2024-02-27 | bring setup activity back to foreground if provider setup is about to finish | cyBerta |
2024-02-03 | fix foreground service permissions for Android API 34 | cyBerta |
2024-01-25 | rename ObfsvpnHelper to BuildConfigHelper, adding other BuildConfig propertie... | cyBerta |
2024-01-25 | fix VpnConfigGenerator Test, move RSAHelper and ObfsVpnHelper out of ConfigHe... | cyBerta |
2024-01-24 | fix GatewaySelectorTest, introduce TimezoneHelper | cyBerta |
2024-01-17 | replace deprectated Observer and Observables by PropertyChangeListener and Pr... | cyBerta |
2023-11-23 | replace direct call on private static currentStatus field with getInstance() ... | cyBerta |
2023-11-01 | ensure that the blocking VPN notification always disappears if openvpn is (re... | cyBerta |
2023-11-01 | Fix memory leak in VoidVpnService and ensure it gets stopped correctly. | cyBerta |
2023-10-25 | always show provider setup progress in percentage, combine tor bootstrap prog... | cyBerta |
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-17 | always switch to encrypted shared preferences | cyBerta |
2023-04-16 | only take experimental transports into consideration in case the user switche... | cyBerta |
2023-04-13 | add required extra options for obfs4-hop pt | cyBerta |
2023-04-13 | improve sanity check for obfs4 pts defined in eip-service.json | cyBerta |
2023-04-13 | Assume port hopping only in case of a missing endpoints json for obfs4-hop. T... | cyBerta |
2023-04-13 | fix sanity checks for the case of decoupled bridges | 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-23 | always-on might also restart the VoidVPNService without an intent, always cre... | cyBerta |
2022-12-23 | try to fix potential RemoteServiceException: Bad notification for startForegr... | cyBerta |
2022-12-21 | remove dead code related to deprecated Android versions | cyBerta |
2022-12-21 | remove dead code in VpnNotificationManager after minSdk update | cyBerta |
2022-12-15 | null explicitely service openvpn serviceconnections after they've been closed | cyBerta |
2022-12-15 | remove EipFragmentServiceConnection, fixes memory leaks | cyBerta |
2022-12-06 | restrict transition animation to connected -> disconnected state change | cyberta |
2022-11-22 | stub implementation to start motd UI on app start if required | cyBerta |
2022-11-21 | fix bitmaskcore builds on macOS, rename Shapeshifter to ShapeshifterClient as... | cyberta |
2022-08-08 | set IMMUTABLE flags for PendingIntents on Android 12+ | cyBerta |
2022-08-05 | let a gateway have only one transport if obfuscation proxy pinning is enabled | cyBerta |
2022-08-05 | remove redundant code that tweaks the transports for pinned gateways | cyBerta |
2022-08-05 | localize 'Unknown Location' | cyBerta |
2022-08-05 | initiate gateway Manager with only one pinned gateway if obfuscation proxy pi... | cyBerta |
2022-08-05 | revert gateway selection during gateway pinning | cyBerta |
2022-08-05 | adapt the route to point to the obfuscation proxy instead of the openvpn gateway | cyBerta |
2022-07-31 | implement obfuscation pinning | cyBerta |