Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-08 | Next step: compile jni sources correctly. | Parménides GV | |
2014-03-11 | Locations in eip-service can be empty. | Parménides GV | |
2014-03-10 | ConcurrentModification at switching provider fixed | Parménides GV | |
This fixes bug 5237. | |||
2014-03-01 | Better host matching when updating gateways list | Sean Leonard | |
2014-03-01 | Select VPN gateway by least timezone difference | Sean Leonard | |
2014-02-28 | Merge branch 'feature/remove-shared-preferences-methods-from-ConfigHelper' ↵ | Sean Leonard | |
into develop Conflicts: src/se/leap/bitmaskclient/Dashboard.java | |||
2014-02-07 | bugfix 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-14 | No 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-21 | Merge branch 'bug/more-detailed-response-to-CW-errors' into develop | cyBerta | |
2013-12-16 | Correct the location name in the notification (Bug #4660) | cyBerta | |
2013-12-10 | Rebased onto 0.2.3. | Parménides GV | |
2013-12-10 | Rebased onto current develop. | Parménides GV | |
2013-12-04 | Active gateway is updated every eip start. | Parménides GV | |
2013-12-04 | Vpn 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-21 | OpenVPN 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-15 | Real 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-15 | fixed broken package names in bcd9589 | cyBerta | |
2013-11-15 | Authenticated 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-09 | bitmaskclient instead of leapclient in package path | cyBerta | |