summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-31fix gradle distribution sha256 fingerprintcyBerta
2023-10-31update tor to use gradle 8 and Java 17cyBerta
2023-10-31update build_deps.sh and build.gradle after ics-openvpn's task name to build ↵cyBerta
native libs changed
2023-10-31update ics-openvpn, openvpn, opensslcyBerta
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 ↵cyBerta
say goodbye to Butterknife. Since the old setup flow UI depends on it (and other dependencies we want to get rid of) it gets removed.
2023-10-31Merge branch 'update_docker_images' into 'master'cyberta
update docker images to Android API 33 and Java 17 See merge request leap/bitmask_android!260
2023-10-31update docker images to Android API 33 and Java 17cyBerta
2023-10-27Merge branch 'update_tor' into 'master'cyberta
update tor-android to version 0.4.8.7 Closes #9140 See merge request leap/bitmask_android!258
2023-10-27update tor-android to version 0.4.8.7cyBerta
2023-10-26Merge branch 'riseupvpn_setup' into 'master'cyberta
RiseupVPN setup See merge request leap/bitmask_android!257
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 ↵cyBerta
bug which appears if the user has accepted the permission requests and rotates the screen afterwards
2023-10-25automatically move to next provider setup fragment after permission dialog ↵cyBerta
was either accepted or rejected
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 ↵cyBerta
progress and provider api communication progress in case circumvention is needed
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-23Merge branch 'improve_action_bar_tint_colors' into 'master'cyberta
Improve action bar tint colors See merge request leap/bitmask_android!256
2023-10-23fix testscyBerta
2023-10-23tint actionbar subtitle and icons according to actionbar title colorcyBerta
2023-08-30Merge branch 'fix_notification_requests' into 'master'cyberta
fix notification permission handling, also covering the case of an app update... Closes #9139 See merge request leap/bitmask_android!255
2023-08-30fix notification permission handling, also covering the case of an app ↵cyBerta
update for which the user has a provider already configured and only needs to give the lacking permissions
2023-08-07Merge branch 'screenshot_tests' into 'master'cyberta
fix screenshot tests See merge request leap/bitmask_android!254
2023-08-07Merge branch 'first_run_improvements' into 'master'cyberta
update design and UX for provider setup See merge request leap/bitmask_android!252
2023-08-07avoid possible NPEs in ConfigureProviderFragmentcyBerta
2023-08-07tweak setup success fragment, so that the main button has always the same ↵cyBerta
size as in EIP fragment (different layouts for tablets, phones, landscape, portrait)
2023-08-07fix button sizes for tablet layoutscyBerta
2023-08-07Fixes various bugs related to the re-creation of the SetupActivity and the ↵cyBerta
loaded Fragments after an layout orientation change. * fixes the initialization of fragments via a Bundle * saves state before the Activity/Fragments get destroyed and loads the old state on re-creation * fixes onFragmentSelected() callback handling
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 ↵cyBerta
description in configure fragment
2023-08-05use brighter start button in initial setup flowcyBerta
2023-08-04fix clearing encrypted shared preferences before Screenshot tests startcyBerta
2023-08-04Merge branch 'store-listings' into 'master'cyberta
update store translations See merge request leap/bitmask_android!253
2023-08-04implement custom 'start vpn' button design for initial provider setupcyBerta
2023-08-04update store translationskwadronaut
2023-08-04clean upcyBerta
2023-08-04fix cancel button visibilitycyBerta
2023-08-04tweak next/cancel button designscyBerta
2023-08-04tweak setup action bar text weight (bold)cyBerta
2023-08-04set back button in setup action bar title if configured provider is already ↵cyBerta
available