summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/fragments/VPNProfileList.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-12-11 10:52:38 +0100
committerArne Schwabe <arne@rfc2549.org>2013-12-11 10:52:38 +0100
commita51eda3d7de8387316814cadddc1f5fde3c8b3aa (patch)
tree653cd886a1bb348b7f5acd5ab0a323c4960fed0a /src/de/blinkt/openvpn/fragments/VPNProfileList.java
parent49653f7c3811a29afc92b3def7430e962a39fe0b (diff)
Also move VpnPreferences and implement isValidFragment
--HG-- rename : src/de/blinkt/openvpn/VPNPreferences.java => src/de/blinkt/openvpn/activities/VPNPreferences.java
Diffstat (limited to 'src/de/blinkt/openvpn/fragments/VPNProfileList.java')
-rw-r--r--src/de/blinkt/openvpn/fragments/VPNProfileList.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/blinkt/openvpn/fragments/VPNProfileList.java b/src/de/blinkt/openvpn/fragments/VPNProfileList.java
index 3c031595..866aea25 100644
--- a/src/de/blinkt/openvpn/fragments/VPNProfileList.java
+++ b/src/de/blinkt/openvpn/fragments/VPNProfileList.java
@@ -23,6 +23,7 @@ import android.widget.Toast;
import de.blinkt.openvpn.*;
import de.blinkt.openvpn.activities.ConfigConverter;
import de.blinkt.openvpn.activities.FileSelect;
+import de.blinkt.openvpn.activities.VPNPreferences;
import de.blinkt.openvpn.core.ProfileManager;
import java.util.Collection;