summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2023-11-23replace direct call on private static currentStatus field with getInstance() ...cyBerta
2023-11-23add null-check before delayed calling of the activity callback in ConfigureOr...cyBerta
2023-11-23remove unused layout file of deprecated provider setup UIcyBerta
2023-11-01update to version 1.2.0 (skipping 1.1.9, since I consider this a major update)1.2.0cyBerta
2023-11-01ensure that the blocking VPN notification always disappears if openvpn is (re...cyBerta
2023-11-01Fix memory leak in VoidVpnService and ensure it gets stopped correctly.cyBerta
2023-11-01tweak snowflake and tor icon positioning in setup configuration fragmentcyBerta
2023-11-01fix setup next/cancel button text positioning for tablet layoutscyBerta
2023-10-31disable location button in EipFragment in case there's only 1 Location availablecyBerta
2023-10-31tweak setup next and cancel button layoutcyBerta
2023-10-31update pt-rBR stringscyBerta
2023-10-31fix padding in about screencyBerta
2023-10-31use string resources in message of the day 'next' button instead of hard-codi...cyBerta
2023-10-31fix debug AndroidManifestcyBerta
2023-10-31fix regression in fatweb builds after switch to encrypted shared preferencescyBerta
2023-10-31remove insecure flavor, it depended on deprecated setup UIcyBerta
2023-10-31update build_deps.sh and build.gradle after ics-openvpn's task name to build ...cyBerta
2023-10-31update to Java 17cyBerta
2023-10-31update to Gradle 8cyBerta
2023-10-31Replace Butterknife references with ViewBindingcyBerta
2023-10-31Remove old Provider setup flow. In order to update to Gradle 8, we finally sa...cyBerta
2023-10-26fixing testscyBerta
2023-10-26fix possible NPE in ProviderSetupObservablecyBerta
2023-10-25tint action bar toggle in GatewaySelectionFragmentcyBerta
2023-10-25lock provider setup screenOrientation to portrait for now to work around a bu...cyBerta
2023-10-25automatically move to next provider setup fragment after permission dialog wa...cyBerta
2023-10-25make linter happy about missing super() call in CustomProviderSetupActivitycyBerta
2023-10-25deprecate old Provider API jobs, such as login and signupcyBerta
2023-10-25fix automatic provider selection for custom branded flavorcyBerta
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-24replace snake_case with camelCase in ProviderManagercyBerta
2023-10-24show progress spinner during provider setup in custom flavored appscyBerta
2023-10-23fix testscyBerta
2023-10-23tint actionbar subtitle and icons according to actionbar title colorcyBerta
2023-08-30fix notification permission handling, also covering the case of an app update...cyBerta
2023-08-07Merge branch 'screenshot_tests' into 'master'cyberta
2023-08-07Merge branch 'first_run_improvements' into 'master'cyberta
2023-08-07avoid possible NPEs in ConfigureProviderFragmentcyBerta
2023-08-07tweak setup success fragment, so that the main button has always the same siz...cyBerta
2023-08-07fix button sizes for tablet layoutscyBerta
2023-08-07Fixes various bugs related to the re-creation of the SetupActivity and the lo...cyBerta
2023-08-06updated splash screen for BitmaskcyBerta
2023-08-05tweak next and cancel button appearance in setup flowcyBerta
2023-08-05tweak card design in setup flowcyBerta
2023-08-05distinguish plain VPN and circumvention case regarding the configuration desc...cyBerta
2023-08-05use brighter start button in initial setup flowcyBerta
2023-08-04fix clearing encrypted shared preferences before Screenshot tests startcyBerta
2023-08-04implement custom 'start vpn' button design for initial provider setupcyBerta
2023-08-04update store translationskwadronaut