summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/providersetup/fragments
AgeCommit message (Expand)Author
2025-03-23chore: remove camera permission for custom branded versionsNorbel Ambanumben
2025-02-12don't save any photos of a scanned qr code in app's cache directorycyBerta
2025-02-04Resolve "new permissions screen implementation"Norbel Ambanumben
2025-02-03provider selection UI: add some comments about where which provider selection...cyBerta
2025-02-03show configuration logs detail container only if VPN is not runningcyBerta
2025-02-03provider setup: reset circumvention settings to defaults if a provider gets c...cyBerta
2025-02-03Always show autommatic circumvention settings. If a provider doesn't support ...cyBerta
2025-02-03ensure we default to use bridges in case we switch the provider using an invi...cyBerta
2025-01-27add auth token to introducer model class, pass auth token to bitmask-corecyBerta
2025-01-18feat: replace `mlkit` with `zxing`Norbel Ambanumben
2025-01-15fix hard-coding Riseup as provider name for domain black.riseup.netcyBerta
2024-12-11set introducer URL in bitmask-core during provider setup, in case there's an ...cyBerta
2024-12-11update bitmask-core API, store v5 provider detailscyBerta
2024-12-11replace deprecated Bundle.getParcelable(...) call with BundleCompat.getParcel...cyBerta
2024-12-11Improve setting valid URL as main URL string. Fixes parceling exception of Pr...cyBerta
2024-12-11get and set COUNTRYCODE preferencescyBerta
2024-12-11refactoring in Provider class: replace DefaultURL with strings, keep api as i...cyBerta
2024-10-29chore: update view and textNorbel AMBANUMBEN
2024-10-23update: camera scanner implementationNorbel AMBANUMBEN
2024-10-23chore: boostrap scannerNorbel 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-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-03-09catch nullpointer exception in ConfigureProviderFragmentcyBerta
2024-03-01replace hard coded Bitmask with %s in string resources in context of circumve...cyBerta
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-26save manually added providers in encrypted shared preferences instead of exte...cyBerta
2024-01-25ProviderSetupObservable: replace deprecated Observer class with PropertyChang...cyBerta
2024-01-25rename ObfsvpnHelper to BuildConfigHelper, adding other BuildConfig propertie...cyBerta
2024-01-22fix check if provider setup result matches the intended last selected providercyBerta
2023-11-23add null-check before delayed calling of the activity callback in ConfigureOr...cyBerta
2023-10-25automatically move to next provider setup fragment after permission dialog wa...cyBerta
2023-10-25always show provider setup progress in percentage, combine tor bootstrap prog...cyBerta
2023-10-24use new provider setup flow for custom branded appscyBerta
2023-10-24show progress spinner during provider setup in custom flavored appscyBerta
2023-08-07avoid possible NPEs in ConfigureProviderFragmentcyBerta
2023-08-07Fixes various bugs related to the re-creation of the SetupActivity and the lo...cyBerta
2023-08-05distinguish plain VPN and circumvention case regarding the configuration desc...cyBerta
2023-08-04implement custom 'start vpn' button design for initial provider setupcyBerta
2023-08-04clean upcyBerta
2023-08-04fix cancel button visibilitycyBerta
2023-08-04hide keyboard when edit text focus was lost in provider selection screencyBerta
2023-08-04hard code calyx and riseup provider names ...cyBerta
2023-08-03preselect plain vpn/cirucmvention selection from shared preferencescyBerta
2023-08-03show immediate feedback on button click before the provider SetupActivity van...cyBerta
2023-08-03fix empty permission fragment layoutcyBerta
2023-08-03show error dialogs if provider setup failscyBerta