summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2019-10-01Merge branch 'pluggableTransports2'cyBerta
2019-09-30remove hard coded demo setup, use real pt.demo.bitmask.net demo providercyBerta
2019-09-30handle SSLPeerUnverifiedException as certificate errorcyBerta
2019-09-27fix error handling for failing fetch of eip-service.json in production ↵cyBerta
flavor and minor refactorings
2019-09-27fix flickering when restarting the vpncyBerta
2019-09-20restart vpn after pluggableTransports was selected or deselectedcyBerta
2019-09-20add supportsPluggableTransports() to Provider class including TestscyBerta
2019-09-19add subtitles to navigation drawer items - better explanation for PTcyBerta
2019-09-08New icon and text for Excluded Apps. Using PreferenceHelper. Test done.akuma
2019-08-09Commented allow apps switch. Allow app fragment titleakuma
2019-08-09Select Apps optionakuma
2019-08-04add translation pt_PTcyBerta
2019-08-04add missing translations (az, fa_IR, pt_BR)cyBerta
2019-08-04update translations: ar, el, es, et, fr, he, it, ja, rucyBerta
2019-08-03rewrite Navigation drawer - improves layout on small screens, fixes switch ↵cyBerta
entry UI bug
2019-08-03create custom UI classes navigation drawer entriescyBerta
2019-08-02remove unused context from GatewaysManagercyBerta
2019-08-02cleanup in OpenVPNServicecyBerta
2019-08-02rename DispatcherOptions to Obfs4OptionscyBerta
2019-08-02add Shapeshifter class managing shapeshifter go librarycyBerta
2019-08-02add missing bridge iconscyBerta
2019-08-02use bridge by night unicode character instead of ghost in notificationscyBerta
2019-08-02minor cleanup in EIPcyBerta
2019-08-02add simple UI to enable/disable PT usagecyBerta
2019-08-02add shared preferences for pluggable transport usagecyBerta
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-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-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-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