summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/fragments/ObfuscationProxyDialog.java
AgeCommit message (Collapse)Author
2024-01-25rename ObfsvpnHelper to BuildConfigHelper, adding other BuildConfig ↵cyBerta
properties there
2024-01-25fix VpnConfigGenerator Test, move RSAHelper and ObfsVpnHelper out of ↵cyBerta
ConfigHelper, use injection pattern for these helpers
2023-08-02use single instance of shared prefernces across the app, this reduces the ↵cyBerta
laggyness of the UI noticably
2022-11-22remove unused importscyBerta
2022-08-05localize 'Unknown Location'cyBerta
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-26prepare viewBindingcyBerta