|
6 | 6 | android:key="category_options" |
7 | 7 | android:layout="@layout/pref_cat" |
8 | 8 | android:title="@string/setting_options"> |
9 | | - <eu.faircode.netguard.SwitchPreference |
10 | | - android:defaultValue="true" |
11 | | - android:key="installed" |
12 | | - android:summary="@string/summary_install" |
13 | | - android:title="@string/setting_install" /> |
14 | | - <EditTextPreference |
15 | | - android:defaultValue="10" |
16 | | - android:inputType="number" |
17 | | - android:key="pause" |
18 | | - android:summary="@string/summary_pause" /> |
19 | | - <eu.faircode.netguard.SwitchPreference |
20 | | - android:defaultValue="true" |
21 | | - android:key="update_check" |
22 | | - android:summary="@string/summary_update" |
23 | | - android:title="@string/setting_update" /> |
24 | 9 | <ListPreference |
25 | 10 | android:defaultValue="standard" |
26 | 11 | android:entries="@array/blockingModeNames" |
27 | 12 | android:entryValues="@array/blockingModeValues" |
28 | 13 | android:key="blocking_mode" |
29 | 14 | android:summary="@string/summary_blocking_mode_standard" |
30 | 15 | android:title="@string/setting_blocking_mode" /> |
| 16 | + <eu.faircode.netguard.SwitchPreference |
| 17 | + android:defaultValue="false" |
| 18 | + android:key="log_logcat" |
| 19 | + android:title="@string/setting_log_logcat" |
| 20 | + android:summary="@string/summary_log_logcat" /> |
| 21 | + <eu.faircode.netguard.SwitchPreference |
| 22 | + android:defaultValue="false" |
| 23 | + android:key="disable_on_call" |
| 24 | + android:summary="@string/summary_call" |
| 25 | + android:title="@string/setting_call" /> |
31 | 26 | </PreferenceCategory> |
32 | 27 | </PreferenceScreen> |
33 | 28 |
|
34 | 29 | <PreferenceScreen |
35 | | - android:key="screen_network_options" |
36 | | - android:title="@string/setting_network_options"> |
| 30 | + android:key="screen_advanced_options" |
| 31 | + android:title="@string/setting_advanced_options"> |
37 | 32 | <PreferenceCategory |
38 | | - android:key="category_network_options" |
| 33 | + android:key="category_advanced_options" |
39 | 34 | android:layout="@layout/pref_cat" |
40 | | - android:title="@string/setting_network_options"> |
41 | | - |
| 35 | + android:title="@string/setting_advanced_options"> |
| 36 | + <EditTextPreference |
| 37 | + android:defaultValue="10" |
| 38 | + android:inputType="number" |
| 39 | + android:key="pause" |
| 40 | + android:summary="@string/summary_pause" /> |
| 41 | + <eu.faircode.netguard.SwitchPreference |
| 42 | + android:defaultValue="true" |
| 43 | + android:key="update_check" |
| 44 | + android:summary="@string/summary_update" |
| 45 | + android:title="@string/setting_update" /> |
42 | 46 | <eu.faircode.netguard.SwitchPreference |
43 | 47 | android:defaultValue="false" |
44 | 48 | android:key="subnet" |
|
56 | 60 | android:key="lan" |
57 | 61 | android:summary="@string/summary_lan" |
58 | 62 | android:title="@string/setting_lan" /> |
59 | | - <eu.faircode.netguard.SwitchPreference |
60 | | - android:defaultValue="false" |
61 | | - android:key="disable_on_call" |
62 | | - android:summary="@string/summary_call" |
63 | | - android:title="@string/setting_call" /> |
64 | 63 | <eu.faircode.netguard.SwitchPreference |
65 | 64 | android:defaultValue="false" |
66 | 65 | android:key="reload_onconnectivity" |
67 | 66 | android:title="@string/setting_reload_onconnectivity" /> |
68 | | - </PreferenceCategory> |
69 | | - </PreferenceScreen> |
70 | | - |
71 | | - <PreferenceScreen |
72 | | - android:key="screen_advanced_options" |
73 | | - android:title="@string/setting_advanced_options"> |
74 | | - <PreferenceCategory |
75 | | - android:key="category_advanced_options" |
76 | | - android:layout="@layout/pref_cat" |
77 | | - android:title="@string/setting_advanced_options"> |
78 | 67 | <eu.faircode.netguard.SwitchPreference |
79 | 68 | android:defaultValue="false" |
80 | 69 | android:key="doh_enabled" |
|
99 | 88 | android:key="block_dot" |
100 | 89 | android:summary="@string/summary_block_dot" |
101 | 90 | android:title="@string/setting_block_dot" /> |
102 | | - <eu.faircode.netguard.SwitchPreference |
103 | | - android:defaultValue="false" |
104 | | - android:key="sni_enabled" |
105 | | - android:summary="@string/summary_sni_enabled" |
106 | | - android:title="@string/setting_sni_enabled" /> |
107 | 91 | <eu.faircode.netguard.SwitchPreference |
108 | 92 | android:defaultValue="false" |
109 | 93 | android:key="domain_based_blocking" |
|
243 | 227 | <Preference |
244 | 228 | android:key="show_resolved" |
245 | 229 | android:title="@string/setting_show_resolved" /> |
246 | | - <eu.faircode.netguard.SwitchPreference |
247 | | - android:defaultValue="false" |
248 | | - android:key="log_logcat" |
249 | | - android:title="@string/setting_log_logcat" |
250 | | - android:summary="@string/summary_log_logcat" /> |
251 | 230 | </PreferenceCategory> |
252 | 231 | </PreferenceScreen> |
253 | 232 |
|
|
0 commit comments