-
-
Notifications
You must be signed in to change notification settings - Fork 206
Expand file tree
/
Copy pathqpython_setting.xml
More file actions
207 lines (172 loc) · 6.93 KB
/
qpython_setting.xml
File metadata and controls
207 lines (172 loc) · 6.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:key="setting_page"
>
<PreferenceCategory
android:key="other"
android:title="@string/about"/>
<!--<Preference-->
<!--android:key="install_py3"-->
<!--android:title="@string/install_py3"/>-->
<Preference
android:key="course"
android:title="@string/course"
android:summary="@string/learn_course"/>
<Preference
android:key="community"
android:title="@string/get_help"
android:summary="@string/get_support_from_community"/>
<Preference
android:key="@string/key_about"
android:title="@string/about"
android:summary="About / Feedback / Contributors"/>
<Preference
android:key="ipaddress"
android:title="@string/ip_address"
android:summary=""/>
<PreferenceCategory
android:key="config"
android:title="@string/more"/>
<Preference
android:key="lastlog"
android:title="@string/last_log"
android:summary="@string/get_last_log"/>
<PreferenceScreen
android:key="@string/key_py_inter"
android:title="@string/py_inter">
<!--PreferenceCategory
android:key="py_inter_update"
android:title="@string/py_resources">
<Preference
android:key="@string/key_update_qpy3"
android:summary=""
android:title="@string/update_py3"/>
<Preference
android:key="@string/key_update_qpy2compatible"
android:title="@string/update_py2compatible"/>
</PreferenceCategory-->
<PreferenceCategory
android:key="py_inter_update"
android:title="@string/py_inter">
<Preference
android:key="@string/key_py3"
android:title="@string/switch_py3"/>
<Preference
android:key="@string/key_py2"
android:title="@string/switch_py2"/>
<!--Preference
android:key="@string/key_py2compatible"
android:summary="@string/switch_py2_libs"
android:title="@string/switch_py2compatible"/-->
</PreferenceCategory>
</PreferenceScreen>
<!--CheckBoxPreference
android:key="@string/key_aipy"
android:summary="@string/aipy_install"
android:title="@string/install_aipy"/-->
<PreferenceScreen
android:summary="@string/notebook_not_started"
android:key="@string/key_notebook_page"
android:title="@string/notebook">
<!--PreferenceCategory
android:key="notebook_update"
android:title="@string/notebook_res">
<Preference
android:key="@string/key_notebook"
android:title="@string/install_notebook"/>
</PreferenceCategory-->
<PreferenceCategory
android:key="notebook_update"
android:title="@string/notebook_service">
<CheckBoxPreference
android:key="@string/key_notebook_run"
android:summary="@string/notebook_explorer_bg_start"
android:title="@string/notebook_explorer"/>
</PreferenceCategory>
</PreferenceScreen>
<CheckBoxPreference
android:key="@string/key_alive"
android:summaryOn="@string/enable_keep_alive"
android:summaryOff="@string/disable_keep_alive"
android:title="@string/keep_alive_mode"/>
<CheckBoxPreference
android:key="@string/key_root"
android:summaryOn="@string/enable_root"
android:summaryOff="@string/disable_root"
android:title="@string/root_mode"/>
<CheckBoxPreference
android:key="@string/key_sl4a"
android:summaryOn="@string/sl4a_running"
android:summaryOff="@string/sl4a_un_running"
android:title="@string/sl4a_server"/>
<!--Preference
android:key="@string/key_qpypi"
android:summary="@string/http_qpypi_qpython_org"
android:title="@string/extra_pypi"/-->
<Preference
android:key="@string/key_reset"
android:title="@string/internal_space"/>
<PreferenceScreen
android:key="ftp"
android:title="@string/ftp_server">
<!-- Arbitrary key/value pairs can be included for fragment arguments -->
<!--<extra-->
<!--android:name="someKey"-->
<!--android:value="somePrefValue"/>-->
<CheckBoxPreference
android:defaultValue="false"
android:key="@string/key_ftp_state"
android:summary="@string/running_summary_stopped"
android:title="@string/running_label"/>
<PreferenceCategory
android:key="config"
android:title="@string/config">
<Preference
android:defaultValue="@string/username_default"
android:key="@string/key_username"
android:theme="@style/MyDialog"
android:title="@string/username_label"/>
<Preference
android:defaultValue="@string/password_default"
android:inputType="textPassword"
android:key="@string/key_ftp_pwd"
android:title="@string/password_label"/>
<Preference
android:defaultValue="@string/portnumber_default"
android:key="@string/key_port_num"
android:title="@string/portnumber_label"/>
</PreferenceCategory>
<PreferenceCategory
android:key="settings"
android:title="@string/settings_label">
<CheckBoxPreference
android:defaultValue="@string/show_password_default"
android:key="@string/key_show_pwd"
android:title="@string/show_password_label"/>
<Preference
android:defaultValue="@string/chroot_default"
android:key="@string/key_root_dir"
android:title="@string/chroot_label"/>
<CheckBoxPreference
android:defaultValue="@string/wakelock_default"
android:key="@string/key_stay_awake"
android:title="@string/wakelock_label"/>
<!--<PreferenceScreen-->
<!--xmlns:android="http://schemas.android.com/apk/res/android"-->
<!--android:title="@string/advancedsettings_label">-->
<!--</PreferenceScreen>-->
</PreferenceCategory>
</PreferenceScreen>
<PreferenceCategory
android:key="notify"
android:title="Notifications">
<SwitchPreference
android:defaultValue="true"
android:key="@string/key_hide_noti"
android:title="@string/log_noti"/>
<SwitchPreference
android:defaultValue="true"
android:key="@string/key_hide_push"
android:title="@string/app_noti"/>
</PreferenceCategory>
</PreferenceScreen>