summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2024-09-30update translationscyBerta
2024-08-18improve pairity between registering and unregistering the obfsvpn event loggercyBerta
2024-08-14Refactoring that allows enables Bitmask to handle providers that have more ↵cyBerta
than one obfs4 bridge per host correctly. The refactoring also allows us to filter gateways for transport layer protocols (tcp, udp, kcp) in addition to transport types (openvpn, obfs4, obfs4_hop)
2024-08-13update German VPN provider descriptionscyBerta
2024-08-09Small language updateskwadronaut
Dutch, Cuban Spanish and Portugese (Brazil) Update !297
2024-08-05update translations for releasekwadronaut
2024-07-30app/src/normalProductionFatDebug/assets/urls/demo.bitmask.net.url - fix typo ↵sgk
demo.bitmask.net.url
2024-07-23add support for ed25519 private keys for VPN connection setupcyBerta
2024-07-15localization updateskwadronaut
minor, mainly app store related
2024-07-11initial refactoring to add a separate provider api manager for API v5cyBerta
2024-06-30allow gateway pinning and obfuscation proxy pinning in beta buildscyBerta
2024-06-28use modern switch statement and avoid possible null-pointer exception in ↵cyBerta
UpdateDownloadManager
2024-06-28recheck canRequestPackageInstalls() after user was guided to the apps ↵cyBerta
permission settings
2024-06-28show pgp verifier logs in debug and beta buildscyBerta
2024-06-28fix memory leak in UpdateDownloadManagercyBerta
2024-06-27update pgp key for download verificationcyBerta
2024-06-27fix obfuscation proxy pinning fontcyBerta
2024-06-26fix tests after breaking change how we start obfsvpn in conjunction with ↵cyBerta
openvpn, switching for socks proxying to transparent proxying
2024-06-26make a couple of member variables of model classes final, since they are not ↵cyBerta
changed after initialization
2024-06-26improve error log shown if the provider doesn't support openvpn in UDP mode ↵cyBerta
for a gateway that also offers a bridge
2024-06-26fix missing start() call for the obfsvpn client thread, implement ↵cyBerta
EventLogger in the ObfsvpnClient instead of using an anonymous class implementing obfsvpn's EventLogger interface
2024-06-26reset connection proxy port and host name in case we use an obfuscated ↵cyBerta
connection, since use transparent proxying instead of a socks proxy, which these fields refer to
2024-06-17update obfsvpn to version 1.0.0, this is a breaking API change. Obfsvpn ↵cyBerta
requires openvpn in UDP as inner transport protocol from now on
2024-04-26allow during the initial setup to re-launch the app and resume in the ↵cyBerta
configuration UI
2024-04-24temporary workaround that stores provider setup updates if app is in ↵cyBerta
background during setup. Fixes an app crash during provider setup while app is in background
2024-04-23rm provider selection test for custom providerkwadronaut
fixes #9176
2024-04-18force updating provider settings on client updatecyBerta
2024-04-17update golang and snowflake lib, update snowflake frontscyBerta
2024-04-15update test certcyBerta
2024-03-18copy and paste changes of upstream's ↵cyBerta
3a674d30e1c7118b73efaf353cea7c43a95dc8c7, fixes possible race condition between DeviceStateReceiver and OpenVpnManagementThread, which results in incorrect LEVEL_NONETWORK state
2024-03-14update about screencyBerta
2024-03-09catch nullpointer exception in ConfigureProviderFragmentcyBerta
2024-03-01update translations after replacing Bitmask with string variable in rource ↵cyBerta
string file
2024-03-01update translations after replacing hardcoded Bitmask with string variablecyBerta
2024-03-01remove mapping between transifex zh language code and Androids zh-rCN region ↵cyBerta
code, make zh folder default for Chinese
2024-03-01replace hard coded Bitmask with %s in string resources in context of ↵cyBerta
circumvention setup
2024-03-01Update l10n for app and app store meta data. Tweaks the tx config and the ↵kwadronaut
python script to pull all translations from Transifex and parse the meta data in a fastlane compatible format.
2024-02-27Merge branch 'update_provider_data' into 'master'cyberta
Update preshipped provider data Closes #9158 See merge request leap/bitmask_android!271
2024-02-27replace staging backend float.hexacab.org with demo.bitmask.net in debug buildscyBerta
2024-02-27update preshipped provider.json and CA cert for RiseupcyBerta
2024-02-27bring setup activity back to foreground if provider setup is about to finishcyBerta
2024-02-27Allow entering valid domains instead of URLs including protocol. Don't allow ↵cyBerta
multi-line, replace enter button with OK button in keyboard layout
2024-02-27scroll EditText to visible area after the keyboard appearedcyBerta
2024-02-26fix runtime exception on location switchcyBerta
2024-02-26save manually added providers in encrypted shared preferences instead of ↵cyBerta
external files dir
2024-02-25save manually added providercyBerta
2024-02-24update test vpn certcyBerta
2024-02-24add a readme about customization of the appcyBerta
2024-02-23Merge branch 'fix_foreground_service_permissions_api_34' into 'master'cyberta
fix foreground service permissions for Android API 34 Closes #9154 See merge request leap/bitmask_android!266
2024-02-03fix missing fastlane iconcyBerta