summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-02add shapeshifter library as submodulecyBerta
2019-08-02adapt error handling during eip setup: refresh UI if gateway profile could ↵cyBerta
not be started
2019-08-02remove duplicated line in OpenVPNServicecyBerta
2019-08-02remove equals method in Gateway class after rebasing onto latest mastercyBerta
2019-08-02'using an obfusctation connection' in italiccyBerta
2019-08-02create one vpnprofile per transport per gateway. implement basis to switch ↵cyBerta
between obfs4 and plain openvpn connections
2019-08-02update method name for gateway configuration v3cyBerta
2019-08-02show a little ghost and extra information in notifications when trying or ↵cyBerta
using an obfuscated connection
2019-08-02update pt openvpn setup readmecyBerta
2019-08-02* update eip-service.json for pluggable transports demo setup: riseup's ↵cyBerta
openvpn doesn't support compreesion * write readme how to test obfs and plain openvpn connections
2019-08-02use api version 3 for pluggable TransportscyBerta
2019-08-02* refactor vpn profile generationcyBerta
* fix lzo-comp flag parsing in ConfigParser
2019-08-02add null checks for the case shapeshifter-dispatcher is not runningcyBerta
2019-08-02define local port to run shapeshifter-dispatcher on startup, fix pid lookup, ↵cyBerta
quick fix architecture for arm
2019-08-02update test server setupcyBerta
2019-08-02add missing pieces to build shapeshifter-dispatcher on CIcyBerta
2019-08-02add missing .gitmodulescyBerta
2019-08-02add releases folder to .gitignorecyBerta
2019-08-02squashed commit for Pluggable TransportscyBerta
* implement handling of different provider API version (v1 and v2) * detect provider's obfs support * shapeshifter-dispatcher installation * necessary changes to control shapeshifter-dispatcher from Bitmask * route openvpn traffic over shapeshifter-dispatcher
2019-08-02add shapeshifter dispatcher, go environment and buildscript for the CIcyBerta
2019-08-01Merge branch 'update_ndk' into 'master'cyberta
update ndk version to r20 - preparation for go libraries cross compiling See merge request leap/bitmask_android!92
2019-08-02update ndk version to r20 - preparation for go libraries cross compilingcyBerta
2019-07-14update help description for -beta flag in prepareForDistribution.shcyBerta
2019-07-14check only for signing if ANDROID_BUILD_TOOLS is setcyBerta
2019-07-14use prepareForDistribution.sh in CIcyBerta
2019-07-14update help instructions to prepareForDistribution.sh and add option to ↵cyBerta
build current HEAD instead of an officially tagged release
2019-07-14Merge branch 'work_on_CI'cyBerta
2019-07-14add a script to install an apk on all running emulators at the same timecyBerta
2019-07-14update build script for building and signing stable and beta releases of ↵cyBerta
Bitmask and custom branded apps
2019-07-14remove unnecessary check for unchanged default app names and application ↵cyBerta
Id's in build.gradle
2019-07-14keep build logs on failure in CIcyBerta
2019-07-13pipe build_deps.sh logs into filecyBerta
2019-07-13pipe CI output for builds into log filescyBerta
2019-07-13fix gradle build script for Beta releases regarding the app namecyBerta
2019-07-12set version to 1.0.0RC11.0.0RC1cyBerta
2019-07-12Merge branch 'improve_blocking_vpn' into 'master'cyberta
Improve blocking vpn See merge request leap/bitmask_android!91
2019-07-12remove unused methods in PreferenceHelpercyBerta
2019-07-12reduce the always on alert dialog customization for nowcyBerta
2019-07-12fix english translation for blocking vpn system settingcyBerta
2019-07-12cleanup: undo unnecessary if-clause nestingcyBerta
2019-07-12print stacktrace if json serialization of a VpnProfile failscyBerta
2019-07-12* use static atomicBoolean to save alwaysOn settings instead of sharedPrefscyBerta
>> avoid race conditions between sharedPreference writing and onBoot receiver reading * don't explicitly exclude Bitmask from routes
2019-07-12fix shared preferences location for saving last used vpn profilecyBerta
2019-07-12add blocking vpn info in corresponding alert dialog, use similar layout as ↵cyBerta
for donation dialog
2019-07-12get rid of ics-openvpn's ProfileManager, reduces boilerplate and dead codecyBerta
2019-07-12better support for android 8.X always-on killswitch (#8945 & #8928)cyBerta
2019-07-12remove unused activitiescyBerta
2019-07-12switch order of vpn services in ManifestcyBerta
2019-07-12cleanup LogFragmentcyBerta
2019-07-12Merge branch 'UI_tweaks' into 'master'cyberta
Ui tweaks See merge request leap/bitmask_android!90