summaryrefslogtreecommitdiff
path: root/src/se/leap/bitmaskclient/EIP.java
AgeCommit message (Collapse)Author
2014-04-08Next step: compile jni sources correctly.Parménides GV
2014-03-11Locations in eip-service can be empty.Parménides GV
2014-03-10ConcurrentModification at switching provider fixedParménides GV
This fixes bug 5237.
2014-03-01Better host matching when updating gateways listSean Leonard
2014-03-01Select VPN gateway by least timezone differenceSean Leonard
2014-02-28Merge branch 'feature/remove-shared-preferences-methods-from-ConfigHelper' ↵Sean Leonard
into develop Conflicts: src/se/leap/bitmaskclient/Dashboard.java
2014-02-07bugfix for #4664 and #4668 (login/logout messages)Sean Leonard
Conflicts: src/se/leap/bitmaskclient/ProviderAPI.java res/values/strings.xml (Re-add lines removed in 7297632a01d5fb606b901d8c54e190e28b95716e )
2014-01-14No sharedprefs methods in ConfigHelper.Parménides GV
This means we obtain the SharedPreferences object each time we want to use it. This yields to longer code lines while reading and writing to them.
2013-12-21Merge branch 'bug/more-detailed-response-to-CW-errors' into developcyBerta
2013-12-16Correct the location name in the notification (Bug #4660)cyBerta
2013-12-10Rebased onto 0.2.3.Parménides GV
2013-12-10Rebased onto current develop.Parménides GV
2013-12-04Active gateway is updated every eip start.Parménides GV
2013-12-04Vpn profiles get updated after switching provider.Parménides GV
parsedEipSerial wasn't being reset after switching provider, so updating gateways thought there was no real update. After switching provider, we also remove all other vpn profiles.
2013-11-21OpenVPN notification contains location.Parménides GV
Instead of plain domain, we're printing a new variable stored in vpnprofile (parsed in ConfigParser): location. I'm substituing "__" by ", ", but I'm not uppercasing anything. We rely on the raw data from eip-service.json.
2013-11-15Real VPN status is returned from Eip.isRunning().Parménides GV
retrieveVpnService now uses BIND_AUTO_CREATE flag, so that if the OpenVpnService has not been started, the state is still notified. retrieveVpnService now returns a boolean, so that if bindService fails false is returned.
2013-11-15fixed broken package names in bcd9589cyBerta
2013-11-15Authenticated status remembered after exit.Parménides GV
If the user presses the back button and returns to leap_android, the app will show login or logout button remembering if s/he was authenticated or not. This fixes bug #3467.
2013-11-09bitmaskclient instead of leapclient in package pathcyBerta