summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2025-04-12update translationscyBerta
2025-04-12GatewaySelectionFragment: update visibility of the recommended location's ↵cyBerta
bridge icon according to bridge setting changes
2025-04-12GatewaySelectionFragment: show reset bridges hint only if the provider ↵cyBerta
supports connecting without them
2025-04-12update VPN state to 'NOPROCESS' (not running) if starting obfsvpn fails ↵cyBerta
while trying to establish an obfuscated connection
2025-04-12always close obfspvn client first, then stop running openvpn processcyBerta
2025-04-11fix mock test implementation of BitmaskMobileCore interfacecyBerta
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 ↵cyBerta
proxy port in case the default one is already boudn
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 ↵cyBerta
available) when fetching bridges or gateways
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 ↵cyBerta
debug build
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-17update menshen code for java swagger client generation, update ModelsGatewaycyBerta
2025-03-17handle string values gracefully that should actually be integers when ↵cyBerta
parsing the bridge options json block
2025-02-28use BuildConfig.preferred_client_api_version as default value for a ↵cyBerta
Providers api_version
2025-02-28update tests, add quic parsing tests and include fixes for updated hopping ↵cyBerta
model classes
2025-02-28add support for QUIC for tunnel obfuscationcyBerta
2025-02-28extend hopping pt configuarbility. Allow to set min- and maxHopPort, ↵cyBerta
hopJitter and minHopSeconds
2025-02-28add quic pluggable transport supportcyBerta
2025-02-13fix kcp performance by fixing default kcp values and extending model class ↵cyBerta
to existing config parameters available in obfsvpn
2025-02-12don't save any photos of a scanned qr code in app's cache directorycyBerta
2025-02-05update german translationcyBerta
2025-02-05update app translationscyBerta
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 ↵cyBerta
circumvention settings screen
2025-02-03persist v5 provider on successful provider setup, ensure introducer is also ↵cyBerta
saved
2025-02-03provider selection UI: add some comments about where which provider ↵cyBerta
selection entries are added
2025-02-03update preshipped riseup provider.jsoncyBerta
2025-02-03remove demo provider from debug buildscyBerta
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 ↵cyBerta
configured via an invite code. This ensures that the circumvention settings are correctly reset when switching between providers
2025-02-03Always show autommatic circumvention settings. If a provider doesn't support ↵cyBerta
bridges, this settings still influences the API communication obfuscation.
2025-02-03rename TUNNELING_NONE to TUNNELING_AUTOMATICALLY and DISCOVERY_NONE to ↵cyBerta
DISCOVERY_AUTOMATICALLY
2025-02-03ensure we default to use bridges in case we switch the provider using an ↵cyBerta
invite code
2025-02-03fix automatic bridge selection settings stringcyBerta
2025-01-28update string for vpn_certificate_is_invalid error messagecyBerta
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 ↵cyBerta
provider json contains the fields 'allow_registration' and 'allow_anonymous', in order to work around half-baken menshen model parsing