summaryrefslogtreecommitdiff
path: root/app/src/main/java/se
AgeCommit message (Expand)Author
2024-12-11refactoring in Provider class: replace DefaultURL with strings, keep api as i...cyBerta
2024-12-11change 'Any' to 'Automatically Select' in Circumvention Settings screencyBerta
2024-12-09fix retry mechanism in provider setup error handlingcyBerta
2024-11-28update ui behaviourNorbel AMBANUMBEN
2024-11-28chore: update app textNorbel AMBANUMBEN
2024-11-28finalize gateway managerNorbel AMBANUMBEN
2024-11-28updated settingsNorbel AMBANUMBEN
2024-11-28updated settingsNorbel AMBANUMBEN
2024-11-28updated settingsNorbel AMBANUMBEN
2024-11-28updated settingsNorbel AMBANUMBEN
2024-11-28chore: disable bridges when UDP is enabled.Norbel AMBANUMBEN
2024-11-28chore: update settings logicNorbel AMBANUMBEN
2024-11-28updated settingsNorbel AMBANUMBEN
2024-11-28chore: update preference values.Norbel AMBANUMBEN
2024-11-28chore: bootstrap censorship circumvention fragment.Norbel AMBANUMBEN
2024-10-29chore: update view and textNorbel AMBANUMBEN
2024-10-23restructure codeNorbel AMBANUMBEN
2024-10-23update: camera scanner implementationNorbel AMBANUMBEN
2024-10-23chore: boostrap scannerNorbel AMBANUMBEN
2024-10-11feat(invite-code): update state to switch provider when provider previously c...Norbel AMBANUMBEN
2024-10-11feat(invite-code): register scheme for `obfsvpnintro`Norbel AMBANUMBEN
2024-10-11feat: add invite code to UI.Norbel Ambanumben
2024-10-09configure provider setup after notificationsNorbel AMBANUMBEN
2024-10-07feat: add language selectionNorbel Ambanumben
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 th...cyBerta
2024-07-23add support for ed25519 private keys for VPN connection setupcyBerta
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-28fix memory leak in UpdateDownloadManagercyBerta
2024-06-26make a couple of member variables of model classes final, since they are not ...cyBerta
2024-06-26improve error log shown if the provider doesn't support openvpn in UDP mode f...cyBerta
2024-06-26fix missing start() call for the obfsvpn client thread, implement EventLogger...cyBerta
2024-06-17update obfsvpn to version 1.0.0, this is a breaking API change. Obfsvpn requi...cyBerta
2024-04-26allow during the initial setup to re-launch the app and resume in the configu...cyBerta
2024-04-24temporary workaround that stores provider setup updates if app is in backgrou...cyBerta
2024-04-18force updating provider settings on client updatecyBerta
2024-04-17update golang and snowflake lib, update snowflake frontscyBerta
2024-03-09catch nullpointer exception in ConfigureProviderFragmentcyBerta
2024-03-01replace hard coded Bitmask with %s in string resources in context of circumve...cyBerta
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
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 exte...cyBerta
2024-02-25save manually added providercyBerta
2024-02-03fix foreground service permissions for Android API 34cyBerta
2024-01-26move reqex pattern for IPv4 and PEM into functions for nowcyBerta
2024-01-25fix ProviderApiManagerTest, sneaking in some missing changes from previous co...cyBerta
2024-01-25refactor ProviderApiConnector, allow to inject dummy implementations for unit...cyBerta