summaryrefslogtreecommitdiff
path: root/src/se/leap/openvpn
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-02-28Merge branch 'feature/remove-shared-preferences-methods-from-ConfigHelper' ↵Sean Leonard
into develop Conflicts: src/se/leap/bitmaskclient/Dashboard.java
2014-02-04Forgot to refactor string name in real code.Parménides GV
2014-02-04More unused classes wiped.Parménides GV
2014-02-04Deleted unused classes from ics-openvpn.Sean Leonard
This classes were an obvious choice, there may be more unused classes around there. Conflicts: src/se/leap/bitmaskclient/ProviderListFragment.java
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-16remove 'Assigning IP address' from the progress notification (#4661)cyBerta
2013-12-05Show location in openvpn notification message (Feature #4665)cyBerta
2013-12-04Merge branch 'hotfix/vpn-routes-never-set' into developParménides GV
2013-12-04fix for notification message on state exitingcyBerta
2013-12-04bugfixes for switch toggle behaviorcyBerta
2013-12-04set key icon also on state EXITINGcyBerta
2013-12-04added FATAL as status for reconnection timoutcyBerta
2013-12-03Revert "No new routes if openvpn is already running."Sean Leonard
This reverts commit 5b772c23c3f45405f30de4a180fe47dbcb2fdfc4.
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-21In notification: s/hippo.bitmask.net/bitmask.net/Parménides GV
2013-11-15Merge branch 'feature/disconnect-notification-icon' into developSean Leonard
2013-11-14shows the broken key symbol on specific states, not on messages from R.stringcyBerta
2013-11-09No new routes if openvpn is already running.Parménides GV
We cannot add routes to an existing openvpn session because it makes openvpn reconnect.
2013-11-07Logbuffer copied to Logcat.Parménides GV
2013-11-07Special debug log: "OpenVPN log" tagParménides GV
The log shows all state commands, and notifies when bytecount values have not changed more than 3 times in a row.
2013-11-05Command log to debug reconnects.Parménides GV
The content of this commit should be removed from the final fix.
2013-11-05debug logs removedcyBerta
2013-11-05broken key icon added + icon is shown on 'not running' notificationcyBerta
2013-10-10Refactored leapclient to bitmaskclient.Parménides GV
I do not change the company (se.leap). All references within strings.xml point to "bitmask" instead of to "leap".
2013-09-30Moved all constants from ConfigHelper.Parménides GV
They have been relocated to the corresponding classes.
2013-07-29Backstack OK from notification bar.Parménides GV
Pressing back after entering Dashboard from notification bar, the user goes back to home.
2013-07-26Include ics-openvpn license file in se.leap.openvpn packageSean Leonard
Clean erroneous copyright text (Consulted Arne) ics-openvpn uses GPLv2+
2013-07-19Don't send byte count messages to the state listenersSean Leonard
2013-07-19Show notification while VPN connection in progress and when VPN connection lostSean Leonard
2013-07-18Move AboutFragment into leapclient packageSean Leonard
2013-07-12Login dialog appears after a failed login.Parménides GV
If the user enters his/her password incorrectly, the dialog appears again.
2013-07-12Added menu to ConfigurationWizard.Parménides GV
It only contains the "About LEAP" option. If the user clicks again that option while the About fragment is up, no new fragment is added and pressing 1 time the back button drives him/her to the ConfigurationWizard activity.
2013-06-20Get rid of app's own notification.Sean Leonard
Only commented out. May want to try showing it until connection success.
2013-06-20Bring up VPN connection log on status line click.Sean Leonard
Also show it on click of "Configure" button on system notification popup. Also allow toggling of status line.
2013-06-20Better control and UI feedback for VPNSean Leonard
2013-06-20Quite basic staring and stopping of VPNSean Leonard
2013-06-20Introducing the EIP class! Parses eip-service.json for OpenVPN gateways and ↵Sean Leonard
builds VpnProfiles out of them
2013-01-25Replace hardcoded package name string, FIXME but closes #1494Sean Leonard
2013-01-22Start rebranding: a whole lotta string replacement, moving src/ file treeSean Leonard