2021-10-01 20:19:42 +00:00
|
|
|
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
2022-04-26 16:26:59 +00:00
|
|
|
<!-- Custom repos has been announced, check https://github.com/Fox2Code/FoxMagiskModuleManager/issues/131 -->
|
|
|
|
<PreferenceCategory app:title="@string/pref_category_repos">
|
2022-01-30 15:14:44 +00:00
|
|
|
<Preference
|
|
|
|
app:key="pref_manage_repos"
|
|
|
|
app:icon="@drawable/ic_baseline_extension_24"
|
|
|
|
app:title="@string/manage_repos_pref"
|
|
|
|
app:singleLineTitle="false" />
|
2022-04-26 16:26:59 +00:00
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:defaultValue="false"
|
2022-05-05 19:18:22 +00:00
|
|
|
app:key="pref_show_incompatible"
|
|
|
|
app:icon="@drawable/ic_baseline_hide_source_24"
|
|
|
|
app:title="@string/show_incompatible_pref"
|
|
|
|
app:summary="@string/show_incompatible_desc"
|
2022-04-26 16:26:59 +00:00
|
|
|
app:singleLineTitle="false" />
|
|
|
|
|
2022-04-26 16:34:31 +00:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="pref_disable_low_quality_module_filter"
|
|
|
|
app:icon="@drawable/ic_baseline_warning_24"
|
|
|
|
app:title="@string/disable_low_quality_module_filter_pref"
|
|
|
|
app:summary="@string/disable_low_quality_module_filter_desc"
|
|
|
|
app:singleLineTitle="false" />
|
|
|
|
|
2022-04-26 16:26:59 +00:00
|
|
|
<SwitchPreferenceCompat
|
2022-05-05 19:18:22 +00:00
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="pref_use_magisk_install_command"
|
|
|
|
app:icon="@drawable/ic_baseline_numbers_24"
|
|
|
|
app:title="@string/use_magisk_install_command_pref"
|
|
|
|
app:summary="@string/use_magisk_install_command_desc"
|
2022-04-26 16:26:59 +00:00
|
|
|
app:singleLineTitle="false" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory app:title="@string/pref_category_appearance">
|
2021-10-01 20:19:42 +00:00
|
|
|
<ListPreference
|
|
|
|
app:key="pref_theme"
|
|
|
|
app:icon="@drawable/ic_baseline_palette_24"
|
|
|
|
app:title="@string/theme_pref"
|
|
|
|
app:defaultValue="system"
|
|
|
|
app:entries="@array/theme_values_names"
|
2022-01-23 18:17:08 +00:00
|
|
|
app:entryValues="@array/theme_values"
|
|
|
|
app:singleLineTitle="false" />
|
2021-10-01 20:19:42 +00:00
|
|
|
|
2022-05-16 15:25:59 +00:00
|
|
|
<Preference
|
|
|
|
app:key="pref_language_selector"
|
|
|
|
app:icon="@drawable/ic_baseline_language_24"
|
|
|
|
app:title="@string/language" />
|
|
|
|
|
2022-02-24 19:27:10 +00:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="pref_enable_blur"
|
|
|
|
app:icon="@drawable/ic_baseline_blur_on_24"
|
|
|
|
app:title="@string/enable_blur_pref"
|
|
|
|
app:singleLineTitle="false" />
|
|
|
|
|
2021-10-12 20:06:17 +00:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="pref_force_dark_terminal"
|
|
|
|
app:icon="@drawable/ic_baseline_list_24"
|
2022-01-05 14:03:02 +00:00
|
|
|
app:title="@string/force_dark_terminal_title"
|
|
|
|
app:singleLineTitle="false" />
|
2021-10-12 20:06:17 +00:00
|
|
|
|
2022-05-14 23:10:18 +00:00
|
|
|
<SwitchPreferenceCompat
|
2022-07-11 21:29:18 +00:00
|
|
|
app:defaultValue="@bool/monet_enabled_by_default"
|
2022-05-15 10:15:08 +00:00
|
|
|
app:key="pref_enable_monet"
|
2022-05-14 23:10:18 +00:00
|
|
|
app:icon="@drawable/ic_baseline_design_services_24"
|
2022-05-15 10:15:08 +00:00
|
|
|
app:title="@string/enable_monet"
|
2022-05-14 23:10:18 +00:00
|
|
|
app:singleLineTitle="false" />
|
|
|
|
|
2022-04-26 16:26:59 +00:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="pref_wrap_text"
|
|
|
|
app:icon="@drawable/ic_baseline_keyboard_return_24"
|
|
|
|
app:title="@string/wrap_text_pref"
|
|
|
|
app:summary="@string/wrap_text_desc"
|
|
|
|
app:singleLineTitle="false" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory app:title="@string/pref_category_security">
|
2022-04-26 16:34:31 +00:00
|
|
|
<SwitchPreferenceCompat
|
2022-05-05 19:18:22 +00:00
|
|
|
app:defaultValue="true"
|
|
|
|
app:key="pref_dns_over_https"
|
|
|
|
app:icon="@drawable/ic_baseline_security_24"
|
|
|
|
app:title="@string/dns_over_https_pref"
|
|
|
|
app:summary="@string/dns_over_https_desc"
|
2022-04-26 16:34:31 +00:00
|
|
|
app:singleLineTitle="false" />
|
2021-11-19 21:42:15 +00:00
|
|
|
<!-- Note: Lockdown mode used to be called showcase mode -->
|
2021-10-01 20:19:42 +00:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="pref_showcase_mode"
|
2021-11-19 21:42:15 +00:00
|
|
|
app:icon="@drawable/ic_baseline_lock_24"
|
2021-10-01 20:19:42 +00:00
|
|
|
app:title="@string/showcase_mode_pref"
|
2022-01-23 18:17:08 +00:00
|
|
|
app:summary="@string/showcase_mode_desc"
|
|
|
|
app:singleLineTitle="false" />
|
2021-10-01 20:19:42 +00:00
|
|
|
|
2022-04-26 16:12:40 +00:00
|
|
|
<SwitchPreferenceCompat
|
2022-06-03 14:33:38 +00:00
|
|
|
app:defaultValue="true"
|
2022-04-26 16:12:40 +00:00
|
|
|
app:key="pref_prevent_reboot"
|
|
|
|
app:icon="@drawable/ic_reboot_24"
|
|
|
|
app:title="@string/prevent_reboot_pref"
|
|
|
|
app:summary="@string/prevent_reboot_desc"
|
|
|
|
app:singleLineTitle="false" />
|
2021-10-01 20:19:42 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
app:title="@string/pref_category_info">
|
2021-11-25 00:42:01 +00:00
|
|
|
<Preference
|
|
|
|
app:key="pref_update"
|
|
|
|
app:icon="@drawable/ic_baseline_system_update_24"
|
2022-01-23 18:17:08 +00:00
|
|
|
app:title="@string/app_update"
|
|
|
|
app:singleLineTitle="false" />
|
2021-10-01 20:19:42 +00:00
|
|
|
<Preference
|
|
|
|
app:key="pref_source_code"
|
|
|
|
app:icon="@drawable/ic_github"
|
2022-01-23 18:17:08 +00:00
|
|
|
app:title="@string/source_code"
|
|
|
|
app:singleLineTitle="false" />
|
2022-02-02 17:42:12 +00:00
|
|
|
<Preference
|
|
|
|
app:key="pref_support"
|
|
|
|
app:icon="@drawable/ic_baseline_telegram_24"
|
|
|
|
app:title="@string/support"
|
|
|
|
app:singleLineTitle="false" />
|
2021-10-01 20:19:42 +00:00
|
|
|
<Preference
|
|
|
|
app:key="pref_show_licenses"
|
|
|
|
app:icon="@drawable/ic_baseline_info_24"
|
2022-01-23 18:17:08 +00:00
|
|
|
app:title="@string/show_licenses"
|
|
|
|
app:singleLineTitle="false" />
|
2022-04-03 16:08:56 +00:00
|
|
|
<Preference
|
|
|
|
app:key="pref_pkg_info"
|
|
|
|
app:enabled="false"
|
|
|
|
app:summary="@string/loading"
|
2022-04-26 16:26:59 +00:00
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:iconSpaceReserved="false" />
|
2021-10-01 20:19:42 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|