Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-31 | fix padding in about screen | cyBerta | |
2023-10-31 | use string resources in message of the day 'next' button instead of ↵ | cyBerta | |
hard-coding it | |||
2023-10-31 | fix debug AndroidManifest | cyBerta | |
2023-10-31 | Merge 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-31 | force rebuild of docker-ndk image. Print out JAVA_HOME and java version | cyBerta | |
2023-10-31 | Merge branch 'update_dependencies_2' into 'master' | cyberta | |
Update dependencies Closes #9041 See merge request leap/bitmask_android!259 | |||
2023-10-31 | fix submodule commit: update tor to use gradle 8 and Java 17 | cyBerta | |
2023-10-31 | fix regression in fatweb builds after switch to encrypted shared preferences | cyBerta | |
2023-10-31 | remove insecure flavor, it depended on deprecated setup UI | cyBerta | |
2023-10-31 | fix gradle distribution sha256 fingerprint | cyBerta | |
2023-10-31 | update tor to use gradle 8 and Java 17 | cyBerta | |
2023-10-31 | update build_deps.sh and build.gradle after ics-openvpn's task name to build ↵ | cyBerta | |
native libs changed | |||
2023-10-31 | update ics-openvpn, openvpn, openssl | cyBerta | |
2023-10-31 | update to Java 17 | cyBerta | |
2023-10-31 | update to Gradle 8 | cyBerta | |
2023-10-31 | Replace Butterknife references with ViewBinding | cyBerta | |
2023-10-31 | Remove 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-31 | Merge 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-31 | update docker images to Android API 33 and Java 17 | cyBerta | |
2023-10-27 | Merge 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-27 | update tor-android to version 0.4.8.7 | cyBerta | |
2023-10-26 | Merge branch 'riseupvpn_setup' into 'master' | cyberta | |
RiseupVPN setup See merge request leap/bitmask_android!257 | |||
2023-10-26 | fixing tests | cyBerta | |
2023-10-26 | fix possible NPE in ProviderSetupObservable | cyBerta | |
2023-10-25 | tint action bar toggle in GatewaySelectionFragment | cyBerta | |
2023-10-25 | lock 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-25 | automatically move to next provider setup fragment after permission dialog ↵ | cyBerta | |
was either accepted or rejected | |||
2023-10-25 | make linter happy about missing super() call in CustomProviderSetupActivity | cyBerta | |
2023-10-25 | deprecate old Provider API jobs, such as login and signup | cyBerta | |
2023-10-25 | fix automatic provider selection for custom branded flavor | cyBerta | |
2023-10-25 | always show provider setup progress in percentage, combine tor bootstrap ↵ | cyBerta | |
progress and provider api communication progress in case circumvention is needed | |||
2023-10-24 | use new provider setup flow for custom branded apps | cyBerta | |
2023-10-24 | replace snake_case with camelCase in ProviderManager | cyBerta | |
2023-10-24 | show progress spinner during provider setup in custom flavored apps | cyBerta | |
2023-10-23 | Merge branch 'improve_action_bar_tint_colors' into 'master' | cyberta | |
Improve action bar tint colors See merge request leap/bitmask_android!256 | |||
2023-10-23 | fix tests | cyBerta | |
2023-10-23 | tint actionbar subtitle and icons according to actionbar title color | cyBerta | |
2023-08-30 | Merge 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-30 | fix 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-07 | Merge branch 'screenshot_tests' into 'master' | cyberta | |
fix screenshot tests See merge request leap/bitmask_android!254 | |||
2023-08-07 | Merge branch 'first_run_improvements' into 'master' | cyberta | |
update design and UX for provider setup See merge request leap/bitmask_android!252 | |||
2023-08-07 | avoid possible NPEs in ConfigureProviderFragment | cyBerta | |
2023-08-07 | tweak 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-07 | fix button sizes for tablet layouts | cyBerta | |
2023-08-07 | Fixes 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-06 | updated splash screen for Bitmask | cyBerta | |
2023-08-05 | tweak next and cancel button appearance in setup flow | cyBerta | |
2023-08-05 | tweak card design in setup flow | cyBerta | |
2023-08-05 | distinguish plain VPN and circumvention case regarding the configuration ↵ | cyBerta | |
description in configure fragment |