Age | Commit message (Expand) | Author |
2024-03-01 | Update l10n for app and app store meta data. Tweaks the tx config and the pyt... | kwadronaut |
2024-02-27 | bring setup activity back to foreground if provider setup is about to finish | cyBerta |
2024-02-27 | Allow entering valid domains instead of URLs including protocol. Don't allow ... | cyBerta |
2024-02-27 | scroll EditText to visible area after the keyboard appeared | cyBerta |
2024-02-26 | fix runtime exception on location switch | cyBerta |
2024-02-26 | save manually added providers in encrypted shared preferences instead of exte... | cyBerta |
2024-02-25 | save manually added provider | cyBerta |
2024-02-23 | Merge branch 'fix_foreground_service_permissions_api_34' into 'master' | cyberta |
2024-02-03 | fix missing fastlane icon | cyBerta |
2024-02-03 | fix foreground service permissions for Android API 34 | cyBerta |
2024-01-26 | move reqex pattern for IPv4 and PEM into functions for now | cyBerta |
2024-01-25 | fix ProviderApiManagerTest, sneaking in some missing changes from previous co... | cyBerta |
2024-01-25 | refactor ProviderApiConnector, allow to inject dummy implementations for unit... | cyBerta |
2024-01-25 | ProviderSetupObservable: replace deprecated Observer class with PropertyChang... | cyBerta |
2024-01-25 | remove methods from ConfigHelper after moving functionality to CertificateHelper | cyBerta |
2024-01-25 | improve TimezoneHelper, don't allow to set the TimezoneInterface outside of U... | cyBerta |
2024-01-25 | rename ObfsvpnHelper to BuildConfigHelper, adding other BuildConfig propertie... | cyBerta |
2024-01-25 | fix VpnCertificateValidatorTest, extract CertificateHelper (returns a fingerp... | cyBerta |
2024-01-25 | fix VpnConfigGenerator Test, move RSAHelper and ObfsVpnHelper out of ConfigHe... | cyBerta |
2024-01-25 | fix ProviderManagerTest, adapt InputStreamHelper and Filehelper to be mockabl... | cyBerta |
2024-01-24 | fix GatewaySelectorTest, introduce TimezoneHelper | cyBerta |
2024-01-22 | fix check if provider setup result matches the intended last selected provider | cyBerta |
2024-01-17 | replace deprectated Observer and Observables by PropertyChangeListener and Pr... | cyBerta |
2023-11-23 | remove deprecated layout files | cyBerta |
2023-11-23 | use application context to create VPN permission request intent | cyBerta |
2023-11-23 | replace direct call on private static currentStatus field with getInstance() ... | cyBerta |
2023-11-23 | add null-check before delayed calling of the activity callback in ConfigureOr... | cyBerta |
2023-11-23 | remove unused layout file of deprecated provider setup UI | cyBerta |
2023-11-01 | ensure that the blocking VPN notification always disappears if openvpn is (re... | cyBerta |
2023-11-01 | Fix memory leak in VoidVpnService and ensure it gets stopped correctly. | cyBerta |
2023-11-01 | tweak snowflake and tor icon positioning in setup configuration fragment | cyBerta |
2023-11-01 | fix setup next/cancel button text positioning for tablet layouts | cyBerta |
2023-10-31 | disable location button in EipFragment in case there's only 1 Location available | cyBerta |
2023-10-31 | tweak setup next and cancel button layout | cyBerta |
2023-10-31 | update pt-rBR strings | cyBerta |
2023-10-31 | fix padding in about screen | cyBerta |
2023-10-31 | use string resources in message of the day 'next' button instead of hard-codi... | cyBerta |
2023-10-31 | Replace Butterknife references with ViewBinding | cyBerta |
2023-10-31 | Remove old Provider setup flow. In order to update to Gradle 8, we finally sa... | cyBerta |
2023-10-26 | fix possible NPE in ProviderSetupObservable | cyBerta |
2023-10-25 | tint action bar toggle in GatewaySelectionFragment | cyBerta |
2023-10-25 | lock provider setup screenOrientation to portrait for now to work around a bu... | cyBerta |
2023-10-25 | automatically move to next provider setup fragment after permission dialog wa... | cyBerta |
2023-10-25 | make linter happy about missing super() call in CustomProviderSetupActivity | cyBerta |
2023-10-25 | deprecate old Provider API jobs, such as login and signup | cyBerta |
2023-10-25 | always show provider setup progress in percentage, combine tor bootstrap prog... | cyBerta |
2023-10-24 | use new provider setup flow for custom branded apps | cyBerta |
2023-10-24 | replace snake_case with camelCase in ProviderManager | cyBerta |
2023-10-24 | show progress spinner during provider setup in custom flavored apps | cyBerta |
2023-10-23 | tint actionbar subtitle and icons according to actionbar title color | cyBerta |