Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-09 | fix retry mechanism in provider setup error handling | cyBerta | |
2024-12-04 | Update metadata for play store | kwadronaut | |
This pulled existing (changed) content from both play store and transifex Did my best when merge was needed. Several changes to the script to fetch from play store | |||
2024-11-28 | update ui behaviour | Norbel AMBANUMBEN | |
2024-11-28 | chore: update app text | Norbel AMBANUMBEN | |
2024-11-28 | finalize gateway manager | Norbel AMBANUMBEN | |
2024-11-28 | updated settings | Norbel AMBANUMBEN | |
2024-11-28 | updated settings | Norbel AMBANUMBEN | |
2024-11-28 | updated settings | Norbel AMBANUMBEN | |
2024-11-28 | updated settings | Norbel AMBANUMBEN | |
2024-11-28 | chore: disable bridges when UDP is enabled. | Norbel AMBANUMBEN | |
2024-11-28 | chore: update settings logic | Norbel AMBANUMBEN | |
2024-11-28 | updated settings | Norbel AMBANUMBEN | |
2024-11-28 | chore: update preference values. | Norbel AMBANUMBEN | |
2024-11-28 | chore: bootstrap censorship circumvention fragment. | Norbel AMBANUMBEN | |
2024-11-14 | Update app l10n | kwadronaut | |
Signed-off-by: kwadronaut <kwadronaut@autistici.org> | |||
2024-10-29 | chore: update view and text | Norbel AMBANUMBEN | |
2024-10-23 | restructure code | Norbel AMBANUMBEN | |
2024-10-23 | update: camera scanner implementation | Norbel AMBANUMBEN | |
2024-10-23 | chore: boostrap scanner | Norbel AMBANUMBEN | |
2024-10-11 | feat(invite-code): update state to switch provider when provider previously ↵ | Norbel AMBANUMBEN | |
configured | |||
2024-10-11 | feat(invite-code): register scheme for `obfsvpnintro` | Norbel AMBANUMBEN | |
2024-10-11 | feat: add invite code to UI. | Norbel Ambanumben | |
2024-10-09 | configure provider setup after notifications | Norbel AMBANUMBEN | |
2024-10-07 | feat: add language selection | Norbel Ambanumben | |
2024-09-30 | update translations | cyBerta | |
2024-08-18 | improve pairity between registering and unregistering the obfsvpn event logger | cyBerta | |
2024-08-14 | Refactoring 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-13 | update German VPN provider descriptions | cyBerta | |
2024-08-09 | Small language updates | kwadronaut | |
Dutch, Cuban Spanish and Portugese (Brazil) Update !297 | |||
2024-08-05 | update translations for release | kwadronaut | |
2024-07-30 | app/src/normalProductionFatDebug/assets/urls/demo.bitmask.net.url - fix typo ↵ | sgk | |
demo.bitmask.net.url | |||
2024-07-23 | add support for ed25519 private keys for VPN connection setup | cyBerta | |
2024-07-15 | localization updates | kwadronaut | |
minor, mainly app store related | |||
2024-07-11 | initial refactoring to add a separate provider api manager for API v5 | cyBerta | |
2024-06-30 | allow gateway pinning and obfuscation proxy pinning in beta builds | cyBerta | |
2024-06-28 | use modern switch statement and avoid possible null-pointer exception in ↵ | cyBerta | |
UpdateDownloadManager | |||
2024-06-28 | recheck canRequestPackageInstalls() after user was guided to the apps ↵ | cyBerta | |
permission settings | |||
2024-06-28 | show pgp verifier logs in debug and beta builds | cyBerta | |
2024-06-28 | fix memory leak in UpdateDownloadManager | cyBerta | |
2024-06-27 | update pgp key for download verification | cyBerta | |
2024-06-27 | fix obfuscation proxy pinning font | cyBerta | |
2024-06-26 | fix tests after breaking change how we start obfsvpn in conjunction with ↵ | cyBerta | |
openvpn, switching for socks proxying to transparent proxying | |||
2024-06-26 | make a couple of member variables of model classes final, since they are not ↵ | cyBerta | |
changed after initialization | |||
2024-06-26 | improve error log shown if the provider doesn't support openvpn in UDP mode ↵ | cyBerta | |
for a gateway that also offers a bridge | |||
2024-06-26 | fix 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-26 | reset 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-17 | update 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-26 | allow during the initial setup to re-launch the app and resume in the ↵ | cyBerta | |
configuration UI | |||
2024-04-24 | temporary 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-23 | rm provider selection test for custom provider | kwadronaut | |
fixes #9176 |