Removed refresh menu

This commit is contained in:
M66B 2015-10-26 14:55:09 +01:00
parent aae8ee9339
commit eac51e9e45
8 changed files with 0 additions and 10 deletions

View File

@ -236,10 +236,6 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
Log.w(TAG, settings + " not available");
return true;
case R.id.menu_refresh:
fillApplicationList();
return true;
case R.id.menu_whitelist_wifi:
prefs.edit().putBoolean("whitelist_wifi", !prefs.getBoolean("whitelist_wifi", true)).apply();
fillApplicationList();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 967 B

View File

@ -11,11 +11,6 @@
android:id="@+id/menu_network"
android:title="@string/menu_network"
netguard:showAsAction="always" />
<item
android:id="@+id/menu_refresh"
android:icon="@drawable/ic_refresh_white_24dp"
android:title="@string/menu_refresh"
netguard:showAsAction="ifRoom" />
<item
android:id="@+id/menu_whitelist_wifi"
android:checkable="true"

View File

@ -4,7 +4,6 @@
<string name="menu_search">Search applications</string>
<string name="menu_network">Android network settings</string>
<string name="menu_refresh">Refresh applications</string>
<string name="menu_whitelist_wifi">Default block Wi-Fi</string>
<string name="menu_whitelist_other">Default block mobile</string>
<string name="menu_reset_wifi">Reset Wi-Fi rules</string>