summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip/VpnConfigGenerator.java
AgeCommit message (Collapse)Author
2022-02-04remove (shapeshifter) Dispatcher and Binary-Installer class, they're ↵cyBerta
deprected and unused
2021-11-25implement UI, logic and test for prefer UDP preferencescyBerta
2021-11-14skip obfs4 connections using either ipv6 addresses or UDPcyBerta
2021-11-14allow ipv6 only openvpn gatewayscyBerta
2021-02-28fix potential ArrayIndexOutOfBounds Exception while trying to establish a ↵cyBerta
connection with a misconfigured provider
2021-02-16adapt eip-service.json parsing to support ipv6cyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-03-17switch to AndroidXcyBerta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-10-05change flag iat-mode to iatMode for now - due to changed demo provider setupcyBerta
2019-08-02rename DispatcherOptions to Obfs4OptionscyBerta
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-02use api version 3 for pluggable TransportscyBerta
2019-08-02* refactor vpn profile generationcyBerta
* fix lzo-comp flag parsing in ConfigParser
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
2018-01-13more static constant import and import cleanupFup Duck
2018-01-13rename variables to CamelCaseFup Duck
2017-12-19refactor dashboardFup Duck
2017-12-12Add Splash StartActivityFup Duck
* added Splash StartActivity to handle updates and initialization * created global Constants * move EIPConstants to Constants * create update possibility * use VectorDrawable as background for StartActivity
2017-10-28#8757 refactores ProviderAPI for insecure flavor, fixes tests, renames ↵cyBerta
confusing constants, updates robotium
2017-10-09#8746 fixes client must honor the protocol default specified by the providercyBerta
2015-03-24Indent everything with IntelliJParménides GV
2015-03-24Cleaned imports, use wildcards when appropriateParménides GV
2015-03-24Revert "Remove unused imports."Parménides GV
This reverts commit 1e300837b2b2188bc682af7b1dfadfa16942725b. I don't want big lists of imports, I like wildcards.
2015-03-24Remove unused imports.Parménides GV
Using intellij tool.
2015-03-24Silly typo.Parménides GV
2015-03-24Show log if an error is reported in last 5 log messages.Parménides GV
2015-03-24Error in last lines fixed.Parménides GV
2015-03-24Revert "Ammend."Parménides GV
This reverts commit 7c17d2654d9b6f32580e71e22ea08fca1893aa93.
2015-03-23Ammend.Parménides GV
2015-03-19Show browser warning on disconnect.Parménides GV
Also reindent some code.
2015-01-02Serialized gateways and correctly updating profilesParménides GV
2014-12-23Add remotes for each port, udp before tcp in each.Parménides GV
2014-11-27Removed unused imports and unused .eip variablesParménides GV
2014-11-26eip package, EIP constants to interface.Parménides GV