summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-26move reqex pattern for IPv4 and PEM into functions for nowcyBerta
2024-01-26remove some tests of TetheringStateManager which are hard to rewrite without ...cyBerta
2024-01-25fix ProviderApiManagerTest, sneaking in some missing changes from previous co...cyBerta
2024-01-25refactor ProviderApiConnector, allow to inject dummy implementations for unit...cyBerta
2024-01-25ProviderSetupObservable: replace deprecated Observer class with PropertyChang...cyBerta
2024-01-25remove methods from ConfigHelper after moving functionality to CertificateHelpercyBerta
2024-01-25improve TimezoneHelper, don't allow to set the TimezoneInterface outside of U...cyBerta
2024-01-25improve MockSharedPreferences, adding implementations for put/get Long and pu...cyBerta
2024-01-25update client cert for testcyBerta
2024-01-25rename ObfsvpnHelper to BuildConfigHelper, adding other BuildConfig propertie...cyBerta
2024-01-25fix VpnCertificateValidatorTest, extract CertificateHelper (returns a fingerp...cyBerta
2024-01-25fix VpnConfigGenerator Test, move RSAHelper and ObfsVpnHelper out of ConfigHe...cyBerta
2024-01-25fix ProviderManagerTest, adapt InputStreamHelper and Filehelper to be mockabl...cyBerta
2024-01-24add TorStatusObservableTest testing propertyChange patterncyBerta
2024-01-24fix GatewaysManagerTestcyBerta
2024-01-24fix ProviderTestcyBerta
2024-01-24fix VpnProfileTestcyBerta
2024-01-24fix GatewaySelectorTest, introduce TimezoneHelpercyBerta
2024-01-22fix check if provider setup result matches the intended last selected providercyBerta
2024-01-17replace deprectated Observer and Observables by PropertyChangeListener and Pr...cyBerta
2023-11-24cache library build artifacts and pass them to screenshot stagecyBerta
2023-11-23try to fix the startEmulators scriptcyBerta
2023-11-23don't run unit tests in screenshot CI build stepcyBerta
2023-11-23build screenshots for both Bitmask and RiseupVPN on CIcyBerta
2023-11-23let android-fastlane docker image depend on android-ndk docker image, because...cyBerta
2023-11-23move RiseupVPN's fastlane meta data into fastlane/metadata/android as F-Droid...cyBerta
2023-11-23only click on the VPN start button after a successful provider setup if we ac...cyBerta
2023-11-23less verbose output for tryResolve()cyBerta
2023-11-23ensure ProviderSetupTest doesn't fail with fastlane which runs the same test ...cyBerta
2023-11-23download frames after installation of fastlane frameitcyBerta
2023-11-23move bitmask fastlane metadata to src/normal/fastlane/metadata/android/ (/and...cyBerta
2023-11-23improve screenhsot tests, fix them for custom flavored buildscyBerta
2023-11-23fixing Screenshot tests for Bitmask, provider setup screenshot tests are also...cyBerta
2023-11-23update gradle dependencies and bump Android SDK to API 34cyBerta
2023-11-23remove deprecated layout filescyBerta
2023-11-23use application context to create VPN permission request intentcyBerta
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-23add changelog in a fastlane friendly formattingcyBerta
2023-11-23Merge branch 'update_docker_images2' into 'master'cyberta
2023-11-23install system-images for API 34 on emulator docker imagecyBerta
2023-11-22update to android API 34, force all docker images to be rebuiltcyBerta
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
2023-11-01Merge branch 'l10n-update' into 'master'cyberta
2023-11-01update changelogcyBerta
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-01Update Riseupvpn metadatakwadronaut