Age | Commit message (Expand) | Author |
2025-04-11 | improve state handling of obfsvpn; try to restart obfsvpn in on different pro... | cyBerta |
2025-04-11 | chore: update `fqdn` validation | Norbel Ambanumben |
2025-03-27 | remove deprecated TODOs | cyBerta |
2025-03-27 | fix updateServiceInfo() in v5, ensure the authentication token is used (if av... | cyBerta |
2025-03-27 | implement updating VPN certificate in v5, also fixes a NPE | cyBerta |
2025-03-27 | set bitmask-core's debug mode before fetching ServiceInfos in case app is a d... | cyBerta |
2025-03-26 | chore: update network address validation | Norbel Ambanumben |
2025-03-23 | chore: remove camera permission for custom branded versions | Norbel Ambanumben |
2025-03-19 | fix UI: Disable manual circumvention settings if prefer UDP is turned on | cyBerta |
2025-03-19 | add null check when parsing bridge options, reduces noisy error log output | cyBerta |
2025-03-18 | fix parsing query parameters from invite code uri | cyBerta |
2025-03-17 | update menshen code for java swagger client generation, update ModelsGateway | cyBerta |
2025-03-17 | handle string values gracefully that should actually be integers when parsing... | cyBerta |
2025-02-28 | use BuildConfig.preferred_client_api_version as default value for a Providers... | cyBerta |
2025-02-28 | update tests, add quic parsing tests and include fixes for updated hopping mo... | cyBerta |
2025-02-28 | add support for QUIC for tunnel obfuscation | cyBerta |
2025-02-28 | extend hopping pt configuarbility. Allow to set min- and maxHopPort, hopJitte... | cyBerta |
2025-02-28 | add quic pluggable transport support | cyBerta |
2025-02-13 | fix kcp performance by fixing default kcp values and extending model class to... | cyBerta |
2025-02-12 | don't save any photos of a scanned qr code in app's cache directory | cyBerta |
2025-02-05 | update german translation | cyBerta |
2025-02-05 | update app translations | cyBerta |
2025-02-04 | Resolve "new permissions screen implementation" | Norbel Ambanumben |
2025-02-04 | fix crash when entering invalid invite token | cyBerta |
2025-02-03 | deduplicate code and improve intialization of discovery settings in circumven... | cyBerta |
2025-02-03 | persist v5 provider on successful provider setup, ensure introducer is also s... | cyBerta |
2025-02-03 | provider selection UI: add some comments about where which provider selection... | cyBerta |
2025-02-03 | update preshipped riseup provider.json | cyBerta |
2025-02-03 | remove demo provider from debug builds | cyBerta |
2025-02-03 | show configuration logs detail container only if VPN is not running | cyBerta |
2025-02-03 | provider setup: reset circumvention settings to defaults if a provider gets c... | cyBerta |
2025-02-03 | Always show autommatic circumvention settings. If a provider doesn't support ... | cyBerta |
2025-02-03 | rename TUNNELING_NONE to TUNNELING_AUTOMATICALLY and DISCOVERY_NONE to DISCOV... | cyBerta |
2025-02-03 | ensure we default to use bridges in case we switch the provider using an invi... | cyBerta |
2025-02-03 | fix automatic bridge selection settings string | cyBerta |
2025-01-28 | update string for vpn_certificate_is_invalid error message | cyBerta |
2025-01-27 | add auth token to introducer model class, pass auth token to bitmask-core | cyBerta |
2025-01-18 | feat: replace `mlkit` with `zxing` | Norbel Ambanumben |
2025-01-15 | fix hard-coding Riseup as provider name for domain black.riseup.net | cyBerta |
2024-12-11 | add javadoc to BitmaskCoreProvider | cyBerta |
2024-12-11 | reset v5 models in Provider's reset() method | cyBerta |
2024-12-11 | move api version parsing to top of Provider's define() method. Check if provi... | cyBerta |
2024-12-11 | set introducer URL in bitmask-core during provider setup, in case there's an ... | cyBerta |
2024-12-11 | implement Provider's hasGatewaysInDifferentLocations for APIv5, disables loca... | cyBerta |
2024-12-11 | implement provider setup progress event handling for v5 | cyBerta |
2024-12-11 | Fix support for ed25519 private VPN keys, add signing capabilities for ed2551... | cyBerta |
2024-12-11 | return generic PrivateKey interface instead of EdECPrivateKey from PrivateKey... | cyBerta |
2024-12-11 | replace switch with if condition in ProviderApiManagerFactory | cyBerta |
2024-12-11 | validate ca certificate after fetching it from the API | cyBerta |
2024-12-11 | catch possible exceptions when trying to set base country in bitmask-core | cyBerta |