summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-01update to version 1.2.0 (skipping 1.1.9, since I consider this a major update)1.2.0cyBerta
2023-11-01Merge branch 'last_tweaks_before_release' into 'master'cyberta
Last tweaks before release See merge request leap/bitmask_android!262
2023-11-01Merge branch 'l10n-update' into 'master'cyberta
Update translations See merge request leap/bitmask_android!263
2023-11-01update changelogcyBerta
2023-11-01ensure that the blocking VPN notification always disappears if openvpn is ↵cyBerta
(re-)started
2023-11-01Fix memory leak in VoidVpnService and ensure it gets stopped correctly.cyBerta
2023-11-01Update Riseupvpn metadatakwadronaut
2023-11-01Update translationskwadronaut
- upper the minimum completion for metadata (stores, fdroid) there are always very few strings - update Portuguese
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 ↵cyBerta
hard-coding it
2023-10-31fix debug AndroidManifestcyBerta
2023-10-31Merge branch 'update_ndk_docker' into 'master'cyberta
force rebuild of docker-ndk image. See merge request leap/bitmask_android!261
2023-10-31* remove deprecated flag android.disableAutomaticComponentCreation in ↵cyBerta
tor-android's gradle.properties * don't build javadocs in tor-android for now
2023-10-31force rebuild of docker-ndk image. Print out JAVA_HOME and java versioncyBerta
2023-10-31Merge branch 'update_dependencies_2' into 'master'cyberta
Update dependencies Closes #9041 See merge request leap/bitmask_android!259
2023-10-31fix submodule commit: update tor to use gradle 8 and Java 17cyBerta
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-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