summaryrefslogtreecommitdiff
path: root/app/src/main/java/se
AgeCommit message (Expand)Author
7 daysupdate copyright yearscyberta
11 daysBuiltin localized language switcherkwadronaut
2026-04-20improve censorship circumvention settings switches. Ensure that automatic and...cyberta
2026-04-20only pre-select 'automatic' for bridges in manual circumvention settings, in ...cyberta
2026-04-15sort excluded apps to the top when loading the app list and while using searchcyberta
2026-04-15reconnect an ongoing VPN connection after returning from exclude apps context...cyberta
2026-04-15remove unnecessary VpnProfile member variable from ExcludeAppsFragmentcyberta
2026-04-15remove unnecessary reference to emptyView in ExcludeAppsFragmentcyberta
2026-04-15tweak search view layoutcyberta
2026-04-15replace ListView with RecyclerViewcyberta
2026-04-15update excluded apps list on launch and dynamically after an application gets...cyberta
2026-04-16linter fix, use isEmpty() instead of size() comparisoncyberta
2026-04-16catch possible nullpointer exceptions when accessing eipService properties. T...cyberta
2026-04-03better error logging in case creating notifications failedcyberta
2026-04-03ensure any exceptions are cought when starting TorServicecyberta
2026-04-03catch possible foreground service related security exception in VoidVPNServicecyberta
2026-04-02fix linter warning: catch possible security exception that might be raised. w...cyberta
2026-04-02fix flickering (and disabled) notification action buttonscyberta
2026-03-27fix provider name localizationcyberta
2026-03-26always try to deserialize preshipped provider.json to v5 ProviderModelcyberta
2026-03-16fix timezone parsing for positive timezonescyberta
2026-03-16stop tor when the provider setup was successfulcyberta
2026-03-16Reimpement IPtProxy management code: IPtProxys 'new' controller can only be i...cyberta
2026-03-16update bitmask-core-android, adapt ClientTransoprtPlugin to updated IPtProxy ...cyberta
2026-01-26fix potential NPE in ConfigureProviderFragmentcyberta
2026-01-26fix nullpointer exception in SetupActivity due to null providercyberta
2026-01-26add backwards compatible static getOrDefault method for maps, ensure that the...cyberta
2026-01-26remove dead code from ProviderApiManagerBasecyberta
2026-01-26fix minor lint issue in ConfigureProviderFragmentcyberta
2026-01-26ensure manually added v5 provider is properly saved after successfully config...cyberta
2026-01-26show provider names (instead of domain names) and provider description proper...cyberta
2026-01-23remove useless method in preference helpercyberta
2026-01-23remove unused and deprecated provider setup classescyberta
2026-01-21adjust provider selection scroll view bottom padding depending on keyboardcyberta
2026-01-20fix provider setup description in case the user has selected the default conf...cyberta
2025-05-22fix provider setup layout after switching to API 35cyBerta
2025-05-22clean up importscyBerta
2025-05-22fix drawer toggle color when switching between portrait and landscape modecyBerta
2025-05-22adapt UI to API 35 requirements: increase height of action bar, so that it dr...cyBerta
2025-04-15show error dialog in case invite code scanning failscyberta
2025-04-14improve wording about trustworthiness of pre-shipped providerscyBerta
2025-04-12GatewaySelectionFragment: update visibility of the recommended location's bri...cyBerta
2025-04-12GatewaySelectionFragment: show reset bridges hint only if the provider suppor...cyBerta
2025-04-11rename log prefix from 'obfs4-client' to 'obfsvpn-client'cyBerta
2025-04-11obfsvpn client: use constant for running statecyBerta
2025-04-11improve state handling of obfsvpn; try to restart obfsvpn in on different pro...cyBerta
2025-04-11chore: update `fqdn` validationNorbel Ambanumben
2025-03-27remove deprecated TODOscyBerta
2025-03-27fix updateServiceInfo() in v5, ensure the authentication token is used (if av...cyBerta
2025-03-27implement updating VPN certificate in v5, also fixes a NPEcyBerta