Files
packages_apps_Evolver/res/xml/evolution_settings_lock_screen.xml
Joey Huab b1a5405a1c Evolver: Updates for A16
* Commits below include features from A15 that were
  preserved but had their implementations changed/replaced.

Update strings
Add Fluid power menu style
Add Volume sound feedback
Re-arrange developer category options
Enable PIF spoof by default
Drop Play store spoof
Restore QS layout settings
Add option to disable quicksettings on keyguard
Add lockscreen media art
Add pulse visualizer
Add fading block renderer for Pulse
Use master switch for pulse enable

Update for edge light feature updates
- Add 4-side rounded style option for edge light
- Add rainbow gradient color mode
- Add 3 new pulse style
- Fix default values for edge light customization
- Make ambient pulse configurable
- Fix default value for edge light style

Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
Co-authored-by: rmp22 <195054967+rmp22@users.noreply.github.com>
Co-authored-by: Ghosuto <clash.raja10@gmail.com>
2025-11-09 20:40:31 +09:00

179 lines
8.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2025 Evolution X
SPDX-License-Identifier: Apache-2.0
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/lock_screen_title">
<PreferenceCategory
android:key="lock_screen_interface_category"
android:title="@string/lock_screen_interface_category">
<!-- Lockscreen Clock Font and styles -->
<!--<Preference
<Preference
android:key="android.theme.customization.lockscreen_clock_font"
android:title="@string/theme_customization_lock_clock_face_title"
android:summary="@string/theme_customization_lock_clock_face_summary"
android:fragment="org.evolution.settings.fragments.lockscreen.LockClockFontsPickerPreview" />
<Preference
android:key="lockscreen_widgets"
android:title="@string/lockscreen_widgets_title"
android:summary="@string/lockscreen_widgets_enabled_summary"
android:fragment="org.evolution.settings.fragments.lockscreen.LockScreenWidgets" />
<Preference
android:key="depth_wallpaper"
android:title="@string/dw_wallpaper_enabled_title"
android:summary="@string/dw_wallpaper_enabled_summary"
android:fragment="org.evolution.settings.fragments.lockscreen.WallpaperDepth" />
<Preference
android:key="peek_display"
android:title="@string/peek_display_notifications_title"
android:summary="@string/peek_display_notifications_summary"
android:fragment="org.evolution.settings.fragments.lockscreen.PeekDisplay" />
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="keyguard_now_bar_enabled"
android:title="@string/keyguard_now_bar_enabled_title"
android:summary="@string/keyguard_now_bar_enabled_summary"
android:defaultValue="false" />
<org.evolution.settings.preferences.SystemSettingSeekBarPreference
android:key="nowbar_margin_bottom"
android:title="@string/keyguard_now_bar_height_title"
android:summary="@string/keyguard_now_bar_height_summary"
android:defaultValue="18"
android:min="1"
android:max="210"
android:dependency="keyguard_now_bar_enabled" />-->
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="ls_media_art_enabled"
android:title="@string/ls_media_art_title"
android:summary="@string/ls_media_art_summary"
android:defaultValue="false" />
<org.evolution.settings.preferences.SystemSettingListPreference
android:key="ls_media_art_filter"
android:title="@string/ls_media_art_filter_title"
android:entries="@array/ls_media_art_filter_entries"
android:entryValues="@array/ls_media_art_filter_values"
android:dependency="ls_media_art_enabled"
android:defaultValue="0" />
<org.evolution.settings.preferences.SystemSettingSeekBarPreference
android:key="ls_media_art_fade_level"
android:title="@string/ls_media_art_fade_level_title"
android:summary="@string/ls_media_art_fade_level_summary"
android:defaultValue="40"
settings:interval="1"
settings:units="%"
android:max="100"
android:min="0"
android:dependency="ls_media_art_enabled" />
<org.evolution.settings.preferences.SystemSettingSeekBarPreference
android:title="@string/ls_media_art_blur_level_title"
android:summary="@string/ls_media_art_blur_level_summary"
android:max="600"
android:min="0"
android:defaultValue="200"
android:dependency="ls_media_art_enabled" />
<!-- Charging stats -->
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_battery_info"
android:title="@string/lock_screen_charging_stats_title"
android:summary="@string/lock_screen_charging_stats_summary"
android:defaultValue="true" />
<!--<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="custom_aod_image_enabled"
android:title="@string/lockscreen_custom_image_enabled_title"
android:summary="@string/lockscreen_custom_image_summary"
android:defaultValue="false" />
<Preference
android:key="lockscreen_custom_image"
android:title="@string/lockscreen_custom_image_title"
android:summary="@string/lockscreen_custom_image_pick_summary"
android:dependency="custom_aod_image_enabled" />-->
<!-- Pulse music visualizer -->
<Preference
android:key="pulse_settings"
android:title="@string/pulse_settings_title"
android:summary="@string/pulse_settings_summary"
android:fragment="org.evolution.settings.fragments.lockscreen.PulseSettings" />
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_show_carrier"
android:title="@string/status_bar_carrier_lock_screen_title"
android:summary="@string/status_bar_carrier_lock_screen_summary"
android:defaultValue="true" />
</PreferenceCategory>
<!--<PreferenceCategory
android:key="lockscreen_weather_category"
android:title="@string/lockscreen_weather_category">
<Preference
android:key="lockscreen_weather"
android:title="@string/weather_settings_title"
android:summary="@string/weather_settings_summary"
android:fragment="org.evolution.settings.fragments.lockscreen.LockScreenWeather" />
</PreferenceCategory>-->
<PreferenceCategory
android:key="lock_screen_fingerprint_category"
android:title="@string/lock_screen_fingerprint_category">
<!-- Fingerprint unlock ripple animation -->
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="enable_ripple_effect"
android:title="@string/lock_screen_fingerprint_ripple_title"
android:summary="@string/lock_screen_fingerprint_ripple_summary"
android:defaultValue="true" />
<!-- Authentication success vibration -->
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="fp_success_vibrate"
android:title="@string/lock_screen_fingerprint_success_vibration_title"
android:summary="@string/lock_screen_fingerprint_success_vibration_summary"
android:defaultValue="true" />
<!-- Authentication error vibration -->
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="fp_error_vibrate"
android:title="@string/lock_screen_fingerprint_error_vibration_title"
android:summary="@string/lock_screen_fingerprint_error_vibration_summary"
android:defaultValue="true" />
</PreferenceCategory>
<!--<PreferenceCategory
android:key="lock_screen_miscellaneous_category"
android:title="@string/lock_screen_miscellaneous_category">
<org.evolution.settings.preferences.SecureSettingSwitchPreference
android:key="pocket_mode_enabled"
android:title="@string/lock_screen_pocket_detection_title"
android:summary="@string/lock_screen_pocket_detection_summary"
android:defaultValue="false" />
<org.evolution.settings.preferences.SecureSettingSwitchPreference
android:key="always_on_pocket_mode_enabled"
android:title="@string/lock_screen_always_on_pocket_mode_title"
android:summary="@string/lock_screen_always_on_pocket_mode_summary"
android:dependency="pocket_mode_enabled"
android:defaultValue="false" />
</PreferenceCategory>-->
</PreferenceScreen>