summaryrefslogtreecommitdiff
path: root/app/src/main/java/se
AgeCommit message (Expand)Author
2025-04-12GatewaySelectionFragment: update visibility of the recommended location's bri...cyBerta
2025-04-12GatewaySelectionFragment: show reset bridges hint only if the provider suppor...cyBerta
2025-04-11rename log prefix from 'obfs4-client' to 'obfsvpn-client'cyBerta
2025-04-11obfsvpn client: use constant for running statecyBerta
2025-04-11improve state handling of obfsvpn; try to restart obfsvpn in on different pro...cyBerta
2025-04-11chore: update `fqdn` validationNorbel Ambanumben
2025-03-27remove deprecated TODOscyBerta
2025-03-27fix updateServiceInfo() in v5, ensure the authentication token is used (if av...cyBerta
2025-03-27implement updating VPN certificate in v5, also fixes a NPEcyBerta
2025-03-27set bitmask-core's debug mode before fetching ServiceInfos in case app is a d...cyBerta
2025-03-26chore: update network address validationNorbel Ambanumben
2025-03-23chore: remove camera permission for custom branded versionsNorbel Ambanumben
2025-03-19fix UI: Disable manual circumvention settings if prefer UDP is turned oncyBerta
2025-03-19add null check when parsing bridge options, reduces noisy error log outputcyBerta
2025-03-18fix parsing query parameters from invite code uricyBerta
2025-03-17handle string values gracefully that should actually be integers when parsing...cyBerta
2025-02-28use BuildConfig.preferred_client_api_version as default value for a Providers...cyBerta
2025-02-28add support for QUIC for tunnel obfuscationcyBerta
2025-02-28extend hopping pt configuarbility. Allow to set min- and maxHopPort, hopJitte...cyBerta
2025-02-28add quic pluggable transport supportcyBerta
2025-02-13fix kcp performance by fixing default kcp values and extending model class to...cyBerta
2025-02-12don't save any photos of a scanned qr code in app's cache directorycyBerta
2025-02-04Resolve "new permissions screen implementation"Norbel Ambanumben
2025-02-04fix crash when entering invalid invite tokencyBerta
2025-02-03deduplicate code and improve intialization of discovery settings in circumven...cyBerta
2025-02-03persist v5 provider on successful provider setup, ensure introducer is also s...cyBerta
2025-02-03provider selection UI: add some comments about where which provider selection...cyBerta
2025-02-03show configuration logs detail container only if VPN is not runningcyBerta
2025-02-03provider setup: reset circumvention settings to defaults if a provider gets c...cyBerta
2025-02-03Always show autommatic circumvention settings. If a provider doesn't support ...cyBerta
2025-02-03rename TUNNELING_NONE to TUNNELING_AUTOMATICALLY and DISCOVERY_NONE to DISCOV...cyBerta
2025-02-03ensure we default to use bridges in case we switch the provider using an invi...cyBerta
2025-01-27add auth token to introducer model class, pass auth token to bitmask-corecyBerta
2025-01-18feat: replace `mlkit` with `zxing`Norbel Ambanumben
2025-01-15fix hard-coding Riseup as provider name for domain black.riseup.netcyBerta
2024-12-11add javadoc to BitmaskCoreProvidercyBerta
2024-12-11reset v5 models in Provider's reset() methodcyBerta
2024-12-11move api version parsing to top of Provider's define() method. Check if provi...cyBerta
2024-12-11set introducer URL in bitmask-core during provider setup, in case there's an ...cyBerta
2024-12-11implement Provider's hasGatewaysInDifferentLocations for APIv5, disables loca...cyBerta
2024-12-11implement provider setup progress event handling for v5cyBerta
2024-12-11Fix support for ed25519 private VPN keys, add signing capabilities for ed2551...cyBerta
2024-12-11return generic PrivateKey interface instead of EdECPrivateKey from PrivateKey...cyBerta
2024-12-11replace switch with if condition in ProviderApiManagerFactorycyBerta
2024-12-11validate ca certificate after fetching it from the APIcyBerta
2024-12-11catch possible exceptions when trying to set base country in bitmask-corecyBerta
2024-12-11keep pem headers and footers when parsing vpn credentialscyBerta
2024-12-11get location name from ModelsLocation after swagger client updatecyBerta
2024-12-11revert removal of certificate check in Provider setup v3cyBerta
2024-12-11impplement BitmaskCoreProvider which allows us to swap and mock BitmaskCorey ...cyBerta