summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip
AgeCommit message (Expand)Author
2026-04-16linter fix, use isEmpty() instead of size() comparisoncyberta
2026-04-16catch possible nullpointer exceptions when accessing eipService properties. T...cyberta
2026-04-03better error logging in case creating notifications failedcyberta
2026-04-03catch possible foreground service related security exception in VoidVPNServicecyberta
2026-04-02fix linter warning: catch possible security exception that might be raised. w...cyberta
2026-03-16fix timezone parsing for positive timezonescyberta
2025-04-12GatewaySelectionFragment: show reset bridges hint only if the provider suppor...cyBerta
2025-04-11improve state handling of obfsvpn; try to restart obfsvpn in on different pro...cyBerta
2025-02-28add support for QUIC for tunnel obfuscationcyBerta
2025-02-28add quic pluggable transport supportcyBerta
2025-02-03Always show autommatic circumvention settings. If a provider doesn't support ...cyBerta
2024-12-11get location name from ModelsLocation after swagger client updatecyBerta
2024-12-11adapt gateway parsing and generation of VpnProfiles to apiv5cyBerta
2024-12-11replace deprecated Bundle.getParcelable(...) call with BundleCompat.getParcel...cyBerta
2024-12-11get and set COUNTRYCODE preferencescyBerta
2024-11-28finalize gateway managerNorbel AMBANUMBEN
2024-11-28updated settingsNorbel AMBANUMBEN
2024-11-28updated settingsNorbel AMBANUMBEN
2024-08-14Refactoring that allows enables Bitmask to handle providers that have more th...cyBerta
2024-06-26improve error log shown if the provider doesn't support openvpn in UDP mode f...cyBerta
2024-06-17update obfsvpn to version 1.0.0, this is a breaking API change. Obfsvpn requi...cyBerta
2024-04-26allow during the initial setup to re-launch the app and resume in the configu...cyBerta
2024-04-24temporary workaround that stores provider setup updates if app is in backgrou...cyBerta
2024-02-27bring setup activity back to foreground if provider setup is about to finishcyBerta
2024-02-03fix foreground service permissions for Android API 34cyBerta
2024-01-25rename ObfsvpnHelper to BuildConfigHelper, adding other BuildConfig propertie...cyBerta
2024-01-25fix VpnConfigGenerator Test, move RSAHelper and ObfsVpnHelper out of ConfigHe...cyBerta
2024-01-24fix GatewaySelectorTest, introduce TimezoneHelpercyBerta
2024-01-17replace deprectated Observer and Observables by PropertyChangeListener and Pr...cyBerta
2023-11-23replace direct call on private static currentStatus field with getInstance() ...cyBerta
2023-11-01ensure that the blocking VPN notification always disappears if openvpn is (re...cyBerta
2023-11-01Fix memory leak in VoidVpnService and ensure it gets stopped correctly.cyBerta
2023-10-25always show provider setup progress in percentage, combine tor bootstrap prog...cyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
2023-07-19log vpn errors in logcat if app is an debug buildcyBerta
2023-07-19always provide private VPN key over management interface, avoid exposing it i...cyBerta
2023-07-17always switch to encrypted shared preferencescyBerta
2023-04-16only take experimental transports into consideration in case the user switche...cyBerta
2023-04-13add required extra options for obfs4-hop ptcyBerta
2023-04-13improve sanity check for obfs4 pts defined in eip-service.jsoncyBerta
2023-04-13Assume port hopping only in case of a missing endpoints json for obfs4-hop. T...cyBerta
2023-04-13fix sanity checks for the case of decoupled bridgescyBerta
2023-04-13first pass on obfs4-hop pt integrationcyBerta
2023-04-13don't handle obfs4 over kcp as a separate pluggable transport, instead 'tcp' ...cyBerta
2022-12-23always-on might also restart the VoidVPNService without an intent, always cre...cyBerta
2022-12-23try to fix potential RemoteServiceException: Bad notification for startForegr...cyBerta
2022-12-21remove dead code related to deprecated Android versionscyBerta
2022-12-21remove dead code in VpnNotificationManager after minSdk updatecyBerta
2022-12-15null explicitely service openvpn serviceconnections after they've been closedcyBerta
2022-12-15remove EipFragmentServiceConnection, fixes memory leakscyBerta