summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip/Gateway.java
AgeCommit message (Collapse)Author
2015-03-24Remove unused imports.Parménides GV
Using intellij tool.
2015-01-19Extracted GatewaysManager + coded its testsParménides GV
2015-01-02Serialized gateways and correctly updating profilesParménides GV
2015-01-02Update vpn profiles correctly.Parménides GV
Before we add a new profile, we check if there are any duplicated ones with the same server IPs and ports. If they've the same credentials of the new one, we don't add anything; if not, we remove the old ones and add the new.
2014-12-31Update gateway also if credentials changed.Parménides GV
2014-12-31Don't remove vpn profiles if possible.Parménides GV
2014-11-27Removed unused imports and unused .eip variablesParménides GV
2014-11-26OVPNGateway extracted from EIP.Parménides GV
Fixed a silly typo on .gitignore which was ignoring "G*"!.