2010-11-07 23:06:46 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2010-11-14 22:28:08 +00:00
|
|
|
<PreferenceCategory android:title="@string/updates">
|
2014-01-01 00:38:47 +01:00
|
|
|
<ListPreference android:title="@string/update_interval"
|
2014-01-01 00:42:13 +01:00
|
|
|
android:key="updateInterval"
|
2014-04-27 18:56:47 +02:00
|
|
|
android:defaultValue="24"
|
|
|
|
android:entries="@array/updateIntervalNames"
|
2011-01-04 23:52:04 +00:00
|
|
|
android:entryValues="@array/updateIntervalValues" />
|
2013-10-24 14:21:35 +02:00
|
|
|
<CheckBoxPreference android:title="@string/automatic_scan_wifi"
|
2014-01-01 00:42:13 +01:00
|
|
|
android:defaultValue="false"
|
2013-10-24 14:21:35 +02:00
|
|
|
android:key="updateOnWifiOnly" />
|
2010-11-14 22:28:08 +00:00
|
|
|
<CheckBoxPreference android:title="@string/notify"
|
2014-01-01 01:47:10 +01:00
|
|
|
android:defaultValue="true"
|
2010-11-07 23:06:46 +00:00
|
|
|
android:key="updateNotify" />
|
2013-03-17 00:35:12 +02:00
|
|
|
<EditTextPreference
|
|
|
|
android:defaultValue="14"
|
|
|
|
android:key="updateHistoryDays"
|
|
|
|
android:maxLength="2"
|
|
|
|
android:numeric="integer"
|
|
|
|
android:title="@string/update_history" />
|
2010-11-07 23:06:46 +00:00
|
|
|
</PreferenceCategory>
|
2013-05-11 23:32:18 +02:00
|
|
|
<PreferenceCategory android:title="@string/display">
|
|
|
|
<CheckBoxPreference android:title="@string/showPermissions"
|
2014-01-01 01:20:21 +01:00
|
|
|
android:defaultValue="false"
|
2013-05-11 23:32:18 +02:00
|
|
|
android:key="showPermissions"/>
|
|
|
|
<CheckBoxPreference android:title="@string/compactlayout"
|
2014-01-01 00:42:13 +01:00
|
|
|
android:defaultValue="false"
|
2013-05-11 23:32:18 +02:00
|
|
|
android:key="compactlayout"/>
|
2013-11-03 16:12:22 +01:00
|
|
|
<ListPreference android:title="@string/theme"
|
2014-01-01 00:42:13 +01:00
|
|
|
android:key="theme"
|
2013-11-03 16:12:22 +01:00
|
|
|
android:defaultValue="dark"
|
|
|
|
android:entries="@array/themeNames"
|
|
|
|
android:entryValues="@array/themeValues" />
|
2013-05-11 23:32:18 +02:00
|
|
|
</PreferenceCategory>
|
2011-03-04 23:46:24 +01:00
|
|
|
<PreferenceCategory android:title="@string/appcompatibility">
|
2013-11-02 18:27:02 +01:00
|
|
|
<CheckBoxPreference android:title="@string/show_incompat_versions"
|
2014-01-01 01:20:21 +01:00
|
|
|
android:defaultValue="false"
|
2013-11-02 18:27:02 +01:00
|
|
|
android:key="incompatibleVersions" />
|
2013-10-23 17:53:36 +02:00
|
|
|
<CheckBoxPreference android:title="@string/rooted"
|
2014-01-01 00:42:13 +01:00
|
|
|
android:defaultValue="true"
|
2013-10-23 17:53:36 +02:00
|
|
|
android:key="rooted" />
|
2012-09-16 11:37:06 +01:00
|
|
|
<CheckBoxPreference android:title="@string/ignoreTouch"
|
2014-01-01 00:42:13 +01:00
|
|
|
android:defaultValue="false"
|
2012-09-16 11:37:06 +01:00
|
|
|
android:key="ignoreTouchscreen" />
|
2013-05-11 23:32:18 +02:00
|
|
|
</PreferenceCategory>
|
2014-05-16 16:08:30 -04:00
|
|
|
<PreferenceCategory android:title="@string/local_repo">
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="localRepoBonjour"
|
|
|
|
android:title="@string/local_repo_bonjour" />
|
2014-05-16 17:23:29 -04:00
|
|
|
<EditTextPreference
|
|
|
|
android:key="localRepoName"
|
|
|
|
android:title="@string/local_repo_name" />
|
2014-05-22 19:51:00 -04:00
|
|
|
<CheckBoxPreference
|
2014-05-27 17:53:56 +02:00
|
|
|
android:defaultValue="false"
|
2014-05-22 19:51:00 -04:00
|
|
|
android:key="localRepoHttps"
|
|
|
|
android:title="@string/local_repo_https" />
|
2014-05-16 16:08:30 -04:00
|
|
|
</PreferenceCategory>
|
2014-05-28 19:55:47 -04:00
|
|
|
<PreferenceCategory android:title="@string/proxy" >
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="enableProxy"
|
|
|
|
android:title="@string/enable_proxy_title"
|
|
|
|
android:summary="@string/enable_proxy_summary" />
|
|
|
|
<EditTextPreference
|
|
|
|
android:key="proxyHost"
|
|
|
|
android:title="@string/proxy_host"
|
2014-12-30 23:48:36 +01:00
|
|
|
android:summary="@string/proxy_host_summary"
|
2014-08-28 17:46:23 +01:00
|
|
|
android:dependency="enableProxy" />
|
2014-05-28 19:55:47 -04:00
|
|
|
<EditTextPreference
|
|
|
|
android:key="proxyPort"
|
|
|
|
android:title="@string/proxy_port"
|
2014-08-28 17:46:23 +01:00
|
|
|
android:summary="@string/proxy_port_summary"
|
|
|
|
android:dependency="enableProxy" />
|
2014-05-28 19:55:47 -04:00
|
|
|
</PreferenceCategory>
|
2014-06-19 10:20:01 +02:00
|
|
|
<PreferenceCategory android:title="@string/other">
|
|
|
|
<CheckBoxPreference android:title="@string/cache_downloaded"
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="cacheDownloaded" />
|
|
|
|
<CheckBoxPreference android:title="@string/expert"
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="expert" />
|
|
|
|
<CheckBoxPreference android:title="@string/root_installer"
|
|
|
|
android:defaultValue="false"
|
2014-08-28 17:39:34 +01:00
|
|
|
android:key="rootInstaller"
|
|
|
|
android:dependency="expert" />
|
2014-06-19 10:20:01 +02:00
|
|
|
<CheckBoxPreference android:title="@string/system_installer"
|
|
|
|
android:defaultValue="false"
|
2014-08-28 17:39:34 +01:00
|
|
|
android:key="systemInstaller"
|
|
|
|
android:dependency="expert" />
|
2014-06-19 10:20:01 +02:00
|
|
|
</PreferenceCategory>
|
2010-11-07 23:06:46 +00:00
|
|
|
</PreferenceScreen>
|