Age | Commit message (Expand) | Author |
2024-04-26 | allow during the initial setup to re-launch the app and resume in the configu... | cyBerta |
2024-04-24 | temporary workaround that stores provider setup updates if app is in backgrou... | cyBerta |
2024-03-09 | catch nullpointer exception in ConfigureProviderFragment | cyBerta |
2024-03-01 | replace hard coded Bitmask with %s in string resources in context of circumve... | 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 | save manually added providers in encrypted shared preferences instead of exte... | cyBerta |
2024-02-25 | save manually added provider | 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 | 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-22 | fix check if provider setup result matches the intended last selected provider | cyBerta |
2023-11-23 | use application context to create VPN permission request intent | cyBerta |
2023-11-23 | add null-check before delayed calling of the activity callback in ConfigureOr... | 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 | 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-08-30 | fix notification permission handling, also covering the case of an app update... | cyBerta |
2023-08-07 | avoid possible NPEs in ConfigureProviderFragment | cyBerta |
2023-08-07 | Fixes various bugs related to the re-creation of the SetupActivity and the lo... | cyBerta |
2023-08-05 | distinguish plain VPN and circumvention case regarding the configuration desc... | cyBerta |
2023-08-04 | implement custom 'start vpn' button design for initial provider setup | cyBerta |
2023-08-04 | clean up | cyBerta |
2023-08-04 | fix cancel button visibility | cyBerta |
2023-08-04 | tweak setup action bar text weight (bold) | cyBerta |
2023-08-04 | set back button in setup action bar title if configured provider is already a... | cyBerta |
2023-08-04 | hide keyboard when edit text focus was lost in provider selection screen | cyBerta |
2023-08-04 | hard code calyx and riseup provider names ... | cyBerta |
2023-08-03 | preselect plain vpn/cirucmvention selection from shared preferences | cyBerta |
2023-08-03 | show immediate feedback on button click before the provider SetupActivity van... | cyBerta |
2023-08-03 | fix empty permission fragment layout | cyBerta |
2023-08-03 | increase okhttp client timout for connect and read to increase the chance to ... | cyBerta |
2023-08-03 | tweak comment - referring to canConnect() test in provider setup | cyBerta |
2023-08-03 | show error dialogs if provider setup fails | cyBerta |
2023-08-02 | use single instance of shared prefernces across the app, this reduces the lag... | cyBerta |
2023-08-02 | don't try to resolve local host address via DoH | cyBerta |
2023-08-02 | * Implenting permissionn fragments | cyBerta |
2023-07-31 | add cancel button, call provider stetup command in ConfigureProviderFragment ... | cyBerta |
2023-07-29 | update design and UX for provider setup | cyberta |
2023-07-19 | always provide private VPN key over management interface, avoid exposing it i... | cyBerta |
2023-07-17 | always switch to encrypted shared preferences | cyBerta |
2023-07-13 | migrate to encrypted shared preferences | cyBerta |