Commit e5473215 authored by Mygod's avatar Mygod

Remove unused resources

parent 28ee28ce
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
android:paddingTop="12dp" android:paddingTop="12dp"
android:text="@string/bypass_apps" android:text="@string/bypass_apps"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
android:textSize="18sp"/> android:textSize="18sp"
android:tooltipText="@string/bypass_apps_summary"/>
</LinearLayout> </LinearLayout>
<android.support.design.widget.CoordinatorLayout <android.support.design.widget.CoordinatorLayout
android:id="@+id/snackbar" android:id="@+id/snackbar"
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="black_list" translatable="false">".appspot.com",".blogspot.com",".blogspot.kr",".blogspot.sg",".cdninstagram.com",".connect.facebook.net",".facebook.br",".facebook.com",".facebook.hu",".facebook.nl",".facebook.se",".fbcdn.net",".google.co.jp",".google.co.kr",".google.com",".google.com",".google.com.hk",".google.com.sg",".google.com.tw",".googleapis.com",".googleapps.com",".googleartproject.com",".googleblog.com",".googlecode.com",".googlecommerce.com",".googledomains.com",".googledrive.com",".googleearth.com",".googlegroups.com",".googlehosted.com",".googleideas.com",".googlelabs.com",".googlemail.com",".googleplay.com",".googleplus.com",".googlesile.com",".googlesource.com",".googleusercontent.com",".googlevideo.com",".googlezip.net",".gstatic.com",".yahoo.com",".igoogle.com",".instagram.com",".institut-tibetain.org",".nic.google",".registry.google",".thinkwithgoogle.com",".withgoogle.com",".youtube-nocookie.com",".youtube.com",".gvt1.com",".gvt2.com",".gvt3.com",".1e100.net"</string>
</resources>
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
<string name="about_url" translatable="false">file:///android_asset/pages/about.html</string> <string name="about_url" translatable="false">file:///android_asset/pages/about.html</string>
<!-- misc --> <!-- misc -->
<string name="profile">Profile</string>
<string name="profile_summary">Switch to another profile or add new profiles</string>
<string name="advanced">Advanced</string> <string name="advanced">Advanced</string>
<string name="service_mode">Service mode</string> <string name="service_mode">Service mode</string>
<string name="service_mode_proxy">Proxy only</string> <string name="service_mode_proxy">Proxy only</string>
...@@ -21,7 +19,6 @@ ...@@ -21,7 +19,6 @@
<string name="traffic">%s↑\t%s↓</string> <string name="traffic">%s↑\t%s↓</string>
<string name="stat_summary">Sent: \t\t\t\t\t%3$s\t↑\t%1$s\nReceived: \t%4$s\t↓\t%2$s</string> <string name="stat_summary">Sent: \t\t\t\t\t%3$s\t↑\t%1$s\nReceived: \t%4$s\t↓\t%2$s</string>
<string name="speed">%s/s</string> <string name="speed">%s/s</string>
<string name="connection_test_pending">Check Connectivity</string>
<string name="connection_test_testing">Testing…</string> <string name="connection_test_testing">Testing…</string>
<string name="connection_test_available">Success: %dms latency</string> <string name="connection_test_available">Success: %dms latency</string>
<string name="connection_test_error">Fail to detect internet connection: %s</string> <string name="connection_test_error">Fail to detect internet connection: %s</string>
...@@ -81,11 +78,9 @@ ...@@ -81,11 +78,9 @@
<string name="profile_invalid_input">No valid profile data found.</string> <string name="profile_invalid_input">No valid profile data found.</string>
<!-- alert category --> <!-- alert category -->
<string name="close">Close</string>
<string name="profile_empty">Please select a profile</string> <string name="profile_empty">Please select a profile</string>
<string name="proxy_empty">Proxy/Password should not be empty</string> <string name="proxy_empty">Proxy/Password should not be empty</string>
<string name="connect">Connect</string> <string name="connect">Connect</string>
<string name="remove_profile">Remove this profile "%s"?</string>
<!-- menu category --> <!-- menu category -->
<string name="profiles">Profiles</string> <string name="profiles">Profiles</string>
...@@ -137,7 +132,6 @@ ...@@ -137,7 +132,6 @@
<!-- acl --> <!-- acl -->
<string name="custom_rules">Custom rules</string> <string name="custom_rules">Custom rules</string>
<string name="action_selection">Selection…</string>
<string name="action_add_rule">Add rule(s)…</string> <string name="action_add_rule">Add rule(s)…</string>
<string name="acl_rule_templates_generic">Subnet or Hostname PCRE pattern</string> <string name="acl_rule_templates_generic">Subnet or Hostname PCRE pattern</string>
<string name="acl_rule_templates_domain">Domain name and all its subdomain names</string> <string name="acl_rule_templates_domain">Domain name and all its subdomain names</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment