summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/utils
AgeCommit message (Collapse)Author
2024-02-27scroll EditText to visible area after the keyboard appearedcyBerta
2024-02-26save manually added providers in encrypted shared preferences instead of ↵cyBerta
external files dir
2024-01-26move reqex pattern for IPv4 and PEM into functions for nowcyBerta
2024-01-25fix ProviderApiManagerTest, sneaking in some missing changes from previous ↵cyBerta
commits as well
2024-01-25remove methods from ConfigHelper after moving functionality to CertificateHelpercyBerta
2024-01-25improve TimezoneHelper, don't allow to set the TimezoneInterface outside of ↵cyBerta
UnitTests
2024-01-25rename ObfsvpnHelper to BuildConfigHelper, adding other BuildConfig ↵cyBerta
properties there
2024-01-25fix VpnCertificateValidatorTest, extract CertificateHelper (returns a ↵cyBerta
fingerprint for a x509 cert) from ConfigHelper
2024-01-25fix VpnConfigGenerator Test, move RSAHelper and ObfsVpnHelper out of ↵cyBerta
ConfigHelper, use injection pattern for these helpers
2024-01-25fix ProviderManagerTest, adapt InputStreamHelper and Filehelper to be ↵cyBerta
mockable by injection
2024-01-24fix GatewaySelectorTest, introduce TimezoneHelpercyBerta
2023-10-23tint actionbar subtitle and icons according to actionbar title colorcyBerta
2023-08-04clean upcyBerta
2023-08-04hide keyboard when edit text focus was lost in provider selection screencyBerta
2023-08-03preselect plain vpn/cirucmvention selection from shared preferencescyBerta
2023-08-03update testscyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the ↵cyBerta
laggyness of the UI noticably
2023-07-29update design and UX for provider setupcyberta
2023-07-19always provide private VPN key over management interface, avoid exposing it ↵cyBerta
in persisted openvpn config. The private key is stored encrypted instead
2023-07-13use updated encrypted shared preferences APIcyBerta
2023-07-13migrate to encrypted shared preferencescyBerta
2023-04-18update okhttpcyBerta
2023-04-15fix missing domain name of manually added providers in provider selectioncyBerta
2022-12-28RiseupVPN: default to udp on fresh installscyBerta
2022-12-21remove dead code related to deprecated Android versionscyBerta
2022-12-15center and capitalize actionbar title, in Bitmask, center but not capitalize ↵cyBerta
title in riseupvpn, allow to configure both properties on compile time in build.gradle
2022-12-15setting spannable in ActionBar correctly. Fixes crashcyBerta
2022-12-06fix: show message of thew day only once a daycyberta
2022-11-30tint action bar according to connection statecyberta
2022-11-22stub implementation to start motd UI on app start if requiredcyBerta
2022-11-22implement motd download in ProviderAPI Service, persist motdcyBerta
2022-08-09fix check if system properties exist, take empty strings into considerationcyBerta
2022-08-08Merge branch 'update_dependencies' into 'master'cyberta
update API version and dependencies Closes #9057 See merge request leap/bitmask_android!206
2022-08-08set IMMUTABLE flags for PendingIntents on Android 12+cyBerta
2022-08-07set riseup's main_url to black.riseup.net while still showing riseup.net as ↵cyBerta
domain in the UI
2022-08-05don't use preferred city while obfuscation proxy pinningcyBerta
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-25Merge branch 'preshipped_provider_updates' into 'master'cyberta
Calyx Lilypad transition Closes #9094 See merge request leap/bitmask_android!200
2022-07-25client update check, removes current provider data on app update if calyx ↵cyBerta
move to lilypad is expected
2022-07-19hide tethering option on CalyxOS 11 (SDK 30)cyBerta
2022-07-19Parse different obfs4 flavors from eip-service.json. In the gateway load / ↵cyBerta
gateway selection UI all pluggable transports flavors will be summed up and handled the same way. A gateway can support both obfs4 and the kcp flavor.
2022-07-19move BuildConfig variable use_obfsvpn to a static method in ConfigHelper, ↵cyBerta
which can be mocked for testing
2022-06-08add debug feature to pin single gatewayscyBerta
2022-06-08ensure that all pem formatted CA certs get always parsed correctlycyBerta
2022-05-08update min l110n, (c) datekwadronaut
2022-02-04build and enable snowflake featurecyBerta
2021-12-17cleanup importscyBerta
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-12-13add hexacab config testwisecyBerta