From 195b0a10d96ad358d956381d8a0e423a8dd913c7 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 7 Apr 2013 14:05:05 +0200 Subject: Allow clearing of external apps --- res/menu/logmenu.xml | 2 +- res/values/strings.xml | 4 ++++ res/xml/general_settings.xml | 12 +++++++++--- 3 files changed, 14 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index 9e79702c..12b54c67 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -11,7 +11,7 @@ android:id="@+id/cancel" android:icon="@android:drawable/ic_menu_close_clear_cancel" android:showAsAction="ifRoom|withText" - android:title="@string/cancel_connection" + android:title="@string/disconnect" android:titleCondensed="@string/cancel"/> Specify custom options. Use with care! Route rejected by Android Disconnect + Disconnect clear log Cancel Confirmation Disconnect the connected VPN/cancel the connection attempt? @@ -281,5 +282,8 @@ %1$s attempts to control %2$s By proceeding, you are giving the application permission to completely control OpenVPN for Android and to intercept all network traffic. Do NOT accept unless you trust the application. Otherwise, you run the risk of having your data compromised by malicious software." I trust this application. + No app allowed to use external API + Allowed apps: %s + Clear list of allowed external apps?\nCurrent list of allowed apps:\n\n%s \ No newline at end of file diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml index 5b4726d3..6dbf58bf 100644 --- a/res/xml/general_settings.xml +++ b/res/xml/general_settings.xml @@ -11,11 +11,13 @@ android:key="showlogwindow" android:summary="@string/show_log_summary" android:title="@string/show_log_window" /> - + android:title="@string/keepstatus" /> + --> + + - \ No newline at end of file -- cgit v1.2.3