Cherish:Cleanup for android 12

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-10-24 20:56:46 +07:00
parent 2ee28134b0
commit e623518b61
138 changed files with 10 additions and 62467 deletions

View File

@@ -1,79 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2013, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minHeight="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical"
android:paddingEnd="?android:attr/scrollbarSize"
android:background="?android:attr/selectableItemBackground"
android:orientation="vertical">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:id="@+id/alarm_blocker_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceMedium"
android:ellipsize="marquee"
android:text="@string/alarm_blocker_title"
android:padding="6dp"
android:fadingEdge="horizontal" />
<TextView android:id="@+id/alarm_blocker_title_summary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/alarm_blocker_title"
android:layout_alignStart="@id/alarm_blocker_title"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:text="@string/alarm_blocker_summary"
android:padding="6dp"
android:maxLines="4" />
<Switch
android:id="@+id/alarm_blocker_switch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true" />
</RelativeLayout>
</LinearLayout>
<TextView
android:id="@+id/alarm_list_header"
android:text="@string/alarm_list_header"
style="?android:attr/listSeparatorTextViewStyle" />
<ListView
android:id="@+id/alarm_list"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>

View File

@@ -1,13 +0,0 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<CheckBox
android:id="@+id/alarm_blocked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:focusable="false"/>
</LinearLayout>

View File

@@ -1,68 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 Slimroms
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingTop="8dip"
android:paddingBottom="8dip" >
<ImageView
android:id="@id/drag_handle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/dslv_ic_grabber"
android:layout_marginEnd="8dip"
android:layout_gravity="center_vertical"
android:scaleType="centerInside"
android:contentDescription="@null" />
<LinearLayout
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_gravity="fill_horizontal|center_vertical"
android:orientation="vertical"
android:paddingRight="5dp">
<TextView
android:id="@+id/click_action_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="fill_horizontal"
android:singleLine="true"
android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textAlignment="viewStart" />
<TextView
android:id="@+id/longpress_action_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="fill_horizontal"
android:layout_marginTop="2dip"
android:singleLine="true"
android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textAlignment="viewStart" />
</LinearLayout>
<ImageView
android:id="@+id/icon"
android:layout_width="36dip"
android:layout_height="36dip"
android:layout_marginEnd="8dip"
android:layout_gravity="center_vertical"
android:scaleType="centerInside"
android:contentDescription="@null" />
</GridLayout>

View File

@@ -1,67 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 Slimroms
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</LinearLayout>
<View
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:visibility="gone"
android:background="?android:attr/listDivider"/>
<TextView
android:id="@+id/disable_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dip"
android:layout_gravity="center"
android:gravity="center_horizontal"
android:text="@string/shortcut_action_disable_message"
android:textAppearance="?android:attr/textAppearanceMedium"
android:visibility="gone" />
<com.blissroms.blissify.preferences.dslv.DragSortListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="0dp"
android:paddingBottom="0dp"
android:paddingLeft="0dp"
android:layout_margin="0dp"
android:dividerHeight="1dp"
settings:dragEnabled="true"
settings:collapsedHeight="2dp"
settings:dragScrollStart="0.33"
settings:maxDragScrollSpeed="0.5"
settings:floatAlpha="0.6"
settings:slideShuffleSpeed="0.3"
settings:trackDragSort="false"
settings:useDefaultController="true"
settings:dragHandleId="@id/drag_handle"
settings:sortEnabled="true"
settings:removeEnabled="true"
settings:dragStartMode="onMove"
settings:removeMode="flingRemove"
settings:floatBackgroundColor="?android:attr/colorBackgroundFloating" />
</LinearLayout>

View File

@@ -1,79 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2013, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minHeight="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical"
android:paddingEnd="?android:attr/scrollbarSize"
android:background="?android:attr/selectableItemBackground"
android:orientation="vertical">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:id="@+id/wakelock_blocker_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceMedium"
android:ellipsize="marquee"
android:text="@string/wakelock_blocker_title"
android:padding="6dp"
android:fadingEdge="horizontal" />
<TextView android:id="@+id/wakelock_blocker_title_summary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/wakelock_blocker_title"
android:layout_alignStart="@id/wakelock_blocker_title"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:text="@string/wakelock_blocker_summary"
android:padding="6dp"
android:maxLines="4" />
<Switch
android:id="@+id/wakelock_blocker_switch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true" />
</RelativeLayout>
</LinearLayout>
<TextView
android:id="@+id/wakelock_list_header"
android:text="@string/wakelock_list_header"
style="?android:attr/listSeparatorTextViewStyle" />
<ListView
android:id="@+id/wakelock_list"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2013, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<CheckBox
android:id="@+id/wakelock_blocked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:focusable="false"/>
</LinearLayout>

View File

@@ -1,940 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 CherishOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- App Title -->
<string name="cherish_settings_title">Cherish Settings</string>
<!-- Categories -->
<string name="button_title">Buttons</string>
<string name="button_summary">Hardware keys, Navigation bar</string>
<string name="gestures_title">Gestures</string>
<string name="gestures_summary">Jump to camera, swipe to screenshot</string>
<string name="lockscreen_title">Lock screen</string>
<string name="lockscreen_summary">Music visualizer, charging animation, clock style</string>
<string name="misc_title">Miscellaneous</string>
<string name="misc_summary">Gaming mode, volume controls</string>
<string name="animations_title">Animations</string>
<string name="animations_summary">System animations</string>
<string name="powermenu_title">Power menu</string>
<string name="powermenu_summary">Advanced restart, power menu opacity</string>
<string name="theme_title">Themes</string>
<string name="theme_summary">System theme, rounded, switch theme</string>
<string name="quicksettings_title">Quick Settings</string>
<string name="quicksettings_summary">Tile layout, blur</string>
<string name="recents_title">Recents apps</string>
<string name="recents_summary">Slim recents</string>
<string name="statusbar_title">Status bar</string>
<string name="statusbar_summary">Clock, carrier, status icons</string>
<string name="volume_title">Volume rockers</string>
<string name="volume_summary">Volume rockers</string>
<string name="notifications_title">Notifications</string>
<string name="notifications_summary">Battery light, notifications header</string>
<string name="about_summary">Learn more about CherishOS</string>
<string name="device_part_title">Device features</string>
<string name="qs_category">QS category</string>
<string name="navbar_title">Navigation bar</string>
<string name="volume_keys_title">Volume keys</string>
<!-- General strings -->
<string name="ok">OK</string>
<string name="reset">Reset</string>
<string name="cancel">Cancel</string>
<string name="save">Save</string>
<string name="default_string">Default</string>
<!-- Color Picker -->
<string name="dialog_color_picker">Color Picker</string>
<string name="press_color_to_apply">Press on color below to apply</string>
<string name="arrow_right"></string>
<string name="arrow_down"></string>
<string name="hex">Hex:</string>
<string name="hex_hint">#ff000000</string>
<string name="set">Set</string>
<string name="color_default">Default</string>
<string name="led_color_green">Green</string>
<string name="led_color_red">Red</string>
<!-- QS settings -->
<string name="qs_title">Quick settings</string>
<!-- Status bar - icons -->
<string name="status_bar_icons_title">Status bar icons</string>
<!-- Lock screen visualizer -->
<string name="visualizer_title">Display music visualizer</string>
<!-- Power menu and dialogs opacity -->
<!-- AOKP custom system animations -->
<!-- Power menu Animations -->
<string name="power_menu_animation">Power menu</string>
<!-- QS header image -->
<!-- Lockscreen -->
<string name="lockscreen_category">Lockscreen</string>
<!-- Themes -->
<string name="theme_type_title">System theme</string>
<string name="theme_type_summary">Select theme</string>
<string name="theme_type_light">Light</string>
<string name="theme_type_pitch_black">Google dark</string>
<string name="theme_type_solarized_dark">Solarized Dark</string>
<string name="theme_type_baked_green">Baked Green</string>
<string name="theme_type_choco_x">Choco X</string>
<string name="theme_type_dark_grey">Dark Grey</string>
<string name="theme_type_du_pitchblack">Pitch black</string>
<string name="theme_type_material_ocean">Material Ocean</string>
<string name="theme_type_clear_spring">Clear Spring</string>
<!--Accenter -->
<string name="themes_hub_title">Themes</string>
<string name="themes_hub_summary">Accents-Gradients-Themes</string>
<string name="accent_color">Accent picker</string>
<string name="accent_summary">Gradient Maker</string>
<string name="gradient_color">Gradient picker</string>
<string name="gradient_summary">Gradient effect maker</string>
<!--ThemePicker-->
<string name="theme_select_title">Styles and Wallpapers</string>
<string name="theme_select_summary">Browse and select installed themes</string>
<!-- Battery light -->
<string name="battery_light_settings">Battery charging light</string>
<string name="battery_light_enable">Enable</string>
<string name="battery_light_allow_on_dnd_title">Battery light in Do Not Disturb mode</string>
<string name="battery_light_low_blinking_title">Blinking light on low battery</string>
<string name="battery_light_cat">Battery light color when charging</string>
<string name="battery_light_low_color">Low battery</string>
<string name="battery_light_medium_color">Medium battery</string>
<string name="battery_light_full_color">Almost full battery</string>
<string name="battery_light_reallyfull_color">Full (100) battery</string>
<string name="notification_light_settings">Notifications light</string>
<!-- Volume rocker wake -->
<string name="volume_rocker_wake_title">Volume rocker wake</string>
<string name="volume_rocker_wake_summary">Pressing the volume keys will wake your device</string>
<!-- Language options - Volume rocker cursor control -->
<string name="cursor_section_header">Cursor</string>
<string name="volume_key_cursor_control_title">Volume key cursor control</string>
<string name="volume_key_cursor_control_off">Disabled</string>
<string name="volume_key_cursor_control_on">Volume up/down moves cursor left/right</string>
<string name="volume_key_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
<string name="torch_long_press_power_gesture_title">Screen off power button torch</string>
<string name="torch_long_press_power_gesture_desc">Long press power button while the screen is off to turn on the flashlight</string>
<string name="torch_long_press_power_timeout_title">Automatically turn torch off</string>
<string name="torch_long_press_power_timeout_never">Never</string>
<string name="torch_long_press_power_timeout_1min">1 minute</string>
<string name="torch_long_press_power_timeout_2min">2 minutes</string>
<string name="torch_long_press_power_timeout_5min">5 minutes</string>
<string name="torch_long_press_power_timeout_10min">10 minutes</string>
<!-- Wakeup options -->
<string name="wakeup_when_plugged_unplugged_title">Wake up on charge</string>
<string name="wakeup_when_plugged_unplugged_summary">Wake up device if charger is plugged/unplugged.</string>
<!-- Statusbar Tuner -->
<string name="status_bar_system_icons_title">System icons</string>
<string name="status_bar_system_icons_summary">Control which status bar icons are shown</string>
<string name="statusbar_items_title">Statusbar items</string>
<!-- Navbar tuner -->
<string name="navbar_tuner_title">Navbar buttons</string>
<!-- Incall Home button behavior-->
<string name="allow_incall_home_title">Home button when ringing</string>
<string name="allow_incall_home_summary">Allow to use Home button when device is ringing</string>
<!-- Buttons backlight timeout -->
<string name="backlight_timeout_title">Buttons backlight timeout</string>
<string name="backlight_timeout_on">Enabled always</string>
<string name="backlight_timeout_3s">3 sec</string>
<string name="backlight_timeout_default">5 sec (default)</string>
<string name="backlight_timeout_10s">10 sec</string>
<string name="backlight_timeout_15s">15 sec</string>
<string name="backlight_timeout_20s">20 sec</string>
<string name="backlight_timeout_30s">30 sec</string>
<!-- Enable keys backlight-->
<string name="button_brightness_title">Backlight</string>
<!-- Enable keys backlight-->
<string name="button_brightness_sw_title">Enable backlight</string>
<string name="button_backlight_on_touch_only_title">Button touch</string>
<string name="button_backlight_on_touch_only_summary">Enable backlight with timeout only on button touch</string>
<!-- HW Keys customization -->
<string name="picker_activities">Activities</string>
<string name="select_custom_app_title">Select custom app</string>
<string name="select_custom_activity_title">Select custom activity</string>
<string name="profile_applist_title">Applications</string>
<string name="choose_action_title">Choose action</string>
<string name="action_entry_default_action">Default settings</string>
<string name="action_entry_select_app">Select application</string>
<string name="action_entry_custom_action">Select custom action</string>
<string name="hardware_keys_home_key_title">Home button</string>
<string name="hardware_keys_menu_key_title">Menu button</string>
<string name="hardware_keys_assist_key_title">Search button</string>
<string name="hardware_keys_appswitch_key_title">Overview button</string>
<string name="hardware_keys_back_key_title">Back button</string>
<string name="hardware_keys_double_tap_summary">Set double tap action</string>
<string name="hardware_keys_single_tap_summary">Set single tap action</string>
<string name="hardware_keys_long_press_summary">Set long press action</string>
<string name="hardware_keys_single_tap_title">Single tap action</string>
<string name="hardware_keys_long_press_title">Long press action</string>
<string name="hardware_keys_double_tap_title">Double tap action</string>
<string name="hardware_keys_category">Hardware keys</string>
<string name="hardware_keys_disable_title">Disable keys</string>
<!-- ANBI -->
<string name="anbi_title">Accidental touch</string>
<string name="anbi_summary">Prevent interaction with navigation buttons while the screen is being touched</string>
<!-- Lockscreen battery info indicator -->
<string name="lockscreen_battery_info_title">Lockscreen charging info</string>
<string name="lockscreen_battery_info_summary">Display negociated charger max current and voltage and battery temperature on lockscreen while charging</string>
<!-- Fingerprint authentication vibration -->
<string name="fprint_sucess_vib_title">Fingerprint authentication vibration</string>
<string name="fprint_sucess_vib_summary">Vibrate on successful fingerprint authentication</string>
<string name="fprint_error_vib_title">Fingerprint error vibration</string>
<string name="fprint_error_vib_summary">Vibrate on error fingerprint authentication</string>
<!--Double Tap to Sleep -->
<string name="double_tap_gestures_category_title">Double tap gestures</string>
<string name="double_tap_sleep_gesture_title">Double tap to sleep on status bar</string>
<string name="double_tap_sleep_lockscreen_title">Double tap to sleep on lockscreen</string>
<!-- 4G LTE switch -->
<string name="show_fourg_title">Show 4G instead of LTE</string>
<string name="show_fourg_summary">Replaces LTE statusbar indicators with 4G</string>
<!-- Show VoLTE icon on statusbar -->
<string name="volte_switch_title">VoLTE icon</string>
<string name="volte_switch_summary">Display VoLTE icon</string>
<string name="volte_icon_title">VoLTE icon</string>
<string name="volte_icon_summary">Display VoLTE icon</string>
<string name="volte_icon_style_title">Select VoLTE Icon</string>
<string name="volte_icon_asus">VoLTE Asus Icon</string>
<string name="volte_icon_vo">Vo Only Icon</string>
<string name="volte_icon_volte">VoLTE Icon</string>
<string name="volte_icon_oos">VoLTE OOS Icon</string>
<string name="volte_icon_hd">HD Icon</string>
<string name="volte_icon_hd2">HD CAF Icon</string>
<string name="volte_icon_miui">MIUI 11 Icon</string>
<string name="volte_icon_emui">EMUI Icon</string>
<string name="volte_icon_oos10">OOS 10 Icon</string>
<!-- Three-fingers-swipe to screenshot -->
<string name="three_finger_gesture">Swipe to screenshot</string>
<string name="three_finger_gesture_summary">Swipe three fingers to take screenshot</string>
<!-- VoWiFi icon -->
<string name="vowifi_icon_title">VoWiFi icon</string>
<string name="vowifi_icon_enabled">VoWiFi icon enabled</string>
<string name="vowifi_icon_disabled">VoWiFi icon disabled</string>
<string name="vowifi_icon_enabled_volte_disabled">VoWiFi instead of VoLTE icon</string>
<string name="vowifi_icon_style_title">VoWiFi icon style</string>
<string name="vowifi_icon_default">Default Icon</string>
<string name="vowifi_icon_emui">EMUI Icon</string>
<string name="vowifi_icon_asus">Asus Icon</string>
<string name="vowifi_icon_oneplus">OOS Icon</string>
<string name="vowifi_icon_moto">Motorola Icon</string>
<string name="vowifi_icon_simple1">Simple1 Icon</string>
<string name="vowifi_icon_simple2">Simple2 Icon</string>
<string name="vowifi_icon_simple3">Simple3 Icon</string>
<!-- Suppress notifications sound/vibration if screen is ON -->
<string name="notification_sound_vib_screen_on_title">Notification sound if active</string>
<string name="notification_sound_vib_screen_on_summary">Play sound and vibration for notifications when screen is on</string>
<!-- QuickSettings haptic feedback -->
<string name="quick_settings_vibrate_title">Vibrate on touch</string>
<string name="quick_settings_vibrate_summary">Vibrate when touching QS tiles</string>
<!-- Global Actions -->
<string name="global_actions_title">Power menu</string>
<string name="global_actions_summary">Select what to show when you press the power button</string>
<string name="global_actions_power">Power</string>
<string name="global_actions_restart">Restart</string>
<string name="global_actions_airplane">Airplane</string>
<string name="global_actions_settings">Settings</string>
<string name="global_actions_lockdown">Lock Down</string>
<string name="global_actions_soundpanel">Sound Panel</string>
<string name="global_actions_users">Users</string>
<string name="global_actions_screenshot">Screenshot</string>
<string name="global_actions_screenrecord">Screenrecord</string>
<string name="global_actions_flashlight">Flashlight</string>
<string name="global_actions_emergency">Emergency</string>
<string name="global_actions_advanced_reboot_title">Enable advanced restart</string>
<string name="global_actions_advanced_reboot_summary">When restarting also show options for recovery and bootloader</string>
<string name="global_actions_max_columns_title">Max actions to show</string>
<string name="global_actions_max_columns_summary">Set how many actions to show before buttons move to overflow menu</string>
<!-- Battery Styles -->
<string name="battery_style_category_title">Battery level</string>
<!-- Battery mode -->
<string name="battery_percentage_title">Battery percentage</string>
<string name="battery_percentage_off">Disabled</string>
<string name="battery_percentage_next">Enabled</string>
<string name="battery_percentage_inside">Enabled (inside icon)</string>
<string name="battery_percentage_estimate">Enabled (estimate)</string>
<string name="battery_percentage_percentage_estimate">Enabled (percent |estimate)</string>
<!-- Status bar - Battery -->
<string name="status_bar_battery_style_title">Battery style</string>
<string name="status_bar_battery_style_icon_portrait">Icon portrait</string>
<string name="status_bar_battery_style_icon_landscape">Icon landscape</string>
<string name="status_bar_battery_style_circle">Circle</string>
<string name="status_bar_battery_style_dotted_circle">Dotted circle</string>
<string name="status_bar_battery_style_big_circle">Big circle</string>
<string name="status_bar_battery_style_big_dotted_circle">Big dotted circle</string>
<string name="status_bar_battery_style_square">Square</string>
<string name="status_bar_battery_style_solid">Solid</string>
<string name="status_bar_battery_style_text">Text</string>
<string name="status_bar_battery_style_hidden">Hidden</string>
<string name="status_bar_battery_style_q">Q style</string>
<string name="status_bar_battery_style_tile_title">Override battery tile</string>
<string name="status_bar_battery_style_tile_summary">Use same icon style as above in QS battery tile</string>
<!-- Status bar - Battery custom charging symbol -->
<string name="text_charging_symbol_title">Custom charging symbol for text style</string>
<string name="text_charging_symbol_dialog">Custom charging symbol near battery percentage text</string>
<string name="text_charging_symbol_default">Disabled</string>
<string name="text_charging_symbol_flash">Flash</string>
<string name="text_charging_symbol_tilde">Tilde</string>
<!-- Status bar - Battery percentage -->
<string name="status_bar_battery_percentage_title">Battery percentage</string>
<string name="status_bar_battery_percentage_default">Hidden</string>
<string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
<string name="status_bar_battery_percentage_text_next">Next to the icon</string>
<string name="status_bar_battery_text_position_title">Battery percent position</string>
<string name="status_bar_battery_text_position_left">Left of the icon</string>
<string name="status_bar_battery_text_position_right">Right of the icon</string>
<string name="status_bar_battery_text_charging_title">Battery percentage when charging</string>
<string name="status_bar_battery_text_charging_summary">Always display battery percentage when charging</string>
<!-- Statusbar net monitor -->
<string name="traffic_title">Traffic indicators</string>
<string name="network_traffic_state_title">Network traffic</string>
<string name="network_traffic">Network traffic</string>
<string name="network_traffic_location">Traffic indicator placement</string>
<string name="traffic_disabled">Disabled</string>
<string name="traffic_statusbar">Statusbar</string>
<string name="traffic_expanded_statusbar">Expanded header</string>
<string name="network_traffic_autohide_threshold_title">Net activity autohide threshold (KB/s)</string>
<string name="network_traffic_arrow">Show arrows</string>
<string name="network_traffic_arrow_summary">Show the network traffic indicator arrows</string>
<string name="network_traffic_type">Select net activity type</string>
<string name="show_network_traffic_combined">Combined (Upload + Download)</string>
<string name="show_network_traffic_dynamic">Dynamic</string>
<string name="show_network_traffic_up">Upload</string>
<string name="show_network_traffic_down">Download</string>
<string name="show_network_traffic_all">Both</string>
<string name="nettraf_font_size">Single net font size</string>
<string name="network_traffic_layout">Activity layout</string>
<string name="network_traffic_layout_h">Horizontal</string>
<string name="network_traffic_layout_v">Vertical</string>
<string name="net_traffic_font">Fonts</string>
<!-- Screenshot -->
<string name="screenshot_type_title">Screenshot type</string>
<string name="screenshot_type_fullscreen">Take fullscreen screenshots</string>
<string name="screenshot_type_partial">Drag selection on the area you want to take as a screenshot</string>
<string name="screenshot_options_category">Screenshot options</string>
<string name="screenshot_options_summary">Customize screenshot attributes like time, delay,type etc</string>
<!-- Lock Clock Fonts -->
<string name="lock_clock_font_title">Clock font options</string>
<string name="custom_text_clock_font_title">Typo Clock font options</string>
<string name="lock_clock_font_summary">Change the default font of the lockscreen clock widget</string>
<string name="lock_clock_font_dialog_title">Select lock clock font</string>
<string name="lock_clock_font_stock">Normal (default)</string>
<string name="lock_clock_font_bold">Bold</string>
<string name="lock_clock_font_italic">Italic</string>
<string name="lock_clock_font_bold_italic">Bold Italic</string>
<string name="lock_clock_font_light_italic">Light Italic</string>
<string name="lock_clock_font_thin_italic">Thin Italic</string>
<string name="lock_clock_font_light">Light</string>
<string name="lock_clock_font_thin">Thin</string>
<string name="lock_clock_font_condensed_normal">Condensed</string>
<string name="lock_clock_font_condensed_italic">Condensed Italic</string>
<string name="lock_clock_font_condensed_bold">Condensed Bold</string>
<string name="lock_clock_font_condensed_bold_italic">Condensed Bold Italic</string>
<string name="lock_clock_font_condensed_light">Condensed Light</string>
<string name="lock_clock_font_condensed_light_italic">Condensed Light Italic</string>
<string name="lock_clock_font_medium_normal">Medium</string>
<string name="lock_clock_font_medium_italic">Medium Italic</string>
<string name="lock_clock_font_black">Black</string>
<string name="lock_clock_font_black_italic">Black Italic</string>
<string name="lock_clock_font_dancingscript">DancingScript</string>
<string name="lock_clock_font_dancingscript_bold">DancingScript Bold</string>
<string name="lock_clock_font_comingsoon">ComingSoon</string>
<string name="lock_clock_font_notoserif">NotoSerif Normal</string>
<string name="lock_clock_font_notoserif_italic">NotoSerif Italic</string>
<string name="lock_clock_font_notoserif_bold">NotoSerif Bold</string>
<string name="lock_clock_font_notoserif_bold_italic">NotoSerif Bold Italic</string>
<string name="lock_clock_font_gobold">GoBold Light</string>
<string name="lock_clock_font_roadrage">Road Rage</string>
<string name="lock_clock_font_snowstorm">Snowstorm</string>
<string name="lock_clock_font_googlesans">Google Sans</string>
<string name="lock_clock_font_neoneon">Neoneon</string>
<string name="lock_clock_font_themeable">Themeable (or VCR OSD Mono)</string>
<string name="lock_clock_font_samsung">Shamshung</string>
<string name="lock_clock_font_mexcellent">Mexcellent</string>
<string name="lock_clock_font_burnstown">Burnstown</string>
<string name="lock_clock_font_dumbledor">Dumbledor</string>
<string name="lock_clock_font_phantombold">PhantomBold</string>
<!-- Lock Date Fonts -->
<string name="lock_date_font_title">Date font options</string>
<string name="lock_date_font_summary">Change the default font of the lockscreen date widget</string>
<string name="lock_date_font_dialog_title">Select lock date font</string>
<!-- Lock Clock & Date Size -->
<string name="lockdate_font_size_title">Date font size</string>
<string name="lockclock_font_size_title">Clock font size</string>
<string name="custom_text_clock_font_size_title">Typography Clock size</string>
<!-- Lockscreen Colors -->
<string name="lockscreen_colors">Lockscreen Colors</string>
<string name="lockscreen_clock_color">Lockscreen Clock</string>
<string name="lockscreen_colors_summary">Change color of lockscreen widgets</string>
<string name="lockscreen_clock_date_color">Lockscreen Date</string>
<string name="lockscreen_colors_reset_title">Reset lockscreen colors</string>
<string name="lockscreen_colors_reset_message">Are you sure you want to reset these colors to default?</string>
<string name="lockscreen_colors_title">Lockscreen colors</string>
<string name="lockscreen_owner_info_color">Owner info</string>
<string name="lockscreen_phone_icon_color">Lockscreen Bottom Left shortcut</string>
<string name="lockscreen_lock_icon_color">Lockscreen Lock icon</string>
<string name="lockscreen_camera_icon_color">Lockscreen Bottom Right shortcut</string>
<string name="ls_shortcut_icon_color">Lockscreen Shortcuts</string>
<string name="lockscreen_indication_text_color">Lockscreen Indication text</string>
<string name="lockscreen_weather_temp_color">Weather Temp Color</string>
<string name="lockscreen_weather_city_color">Weather City Color</string>
<string name="lockscreen_weather_icon_color">Weather Icon Color</string>
<string name="yes">YES</string>
<!-- LS OwnerInfo Font & Size -->
<string name="lock_ownerinfo_font_title">OwnerInfo font options</string>
<string name="lock_ownerinfo_font_summary">Change the default font of the lockscreen owner info</string>
<string name="lock_ownerinfo_font_dialog_title">Select lock ownerinfo font</string>
<string name="lockowner_font_size_title">Owner info font size</string>
<!-- Lockscreen clock style -->
<string name="lockscreen_clock_title">Clock style</string>
<string name="lockscreen_clock_dialog_title">Select clock style</string>
<string name="lockscreen_clock_hide">Hide</string>
<string name="lockscreen_clock_default">Default</string>
<string name="lockscreen_clock_default_bold">Default (bold)</string>
<string name="lockscreen_clock_sammy">Sammy</string>
<string name="lockscreen_clock_sammy_bold">Sammy (bold)</string>
<string name="lockscreen_clock_sammy_accent_hour">Sammy Accent(hours)</string>
<string name="lockscreen_clock_sammy_accent_mins">Sammy Accent(minutes)</string>
<string name="lockscreen_clock_text_style">Text clock</string>
<string name="lockscreen_clock_analog_style">Analog Q Style</string>
<string name="lockscreen_clock_analog_num_style">Analog clock(number)</string>
<!-- Lockscreen Date styles -->
<string name="lockscreen_date_selection_title">Date style</string>
<string name="lockscreen_date_dialog_title">Select date style</string>
<string name="lockscreen_date_selection_default">Default</string>
<string name="lockscreen_date_selection_str_box">Semi-transparent box</string>
<string name="lockscreen_date_selection_str_round">Semi-transparent box (round)</string>
<string name="lockscreen_date_selection_qbeta_style">Q Beta pill</string>
<string name="lockscreen_date_selection_str_accent">Rounded, simple and with accent</string>
<string name="lockscreen_date_selection_str_accent_day">Rounded, simple and with accent (alt)</string>
<string name="lockscreen_date_selection_str_accent_transparent">Rounded, transparent and with accent</string>
<string name="lockscreen_date_selection_str_accent_transparent_day">Rounded, transparent and with accent (alt)</string>
<string name="lockscreen_date_selection_str_gradient">Gradient</string>
<string name="lockscreen_date_selection_str_border_accent">Dark with accented borders</string>
<string name="lockscreen_date_selection_str_border_gradient">Dark with gradient borders</string>
<!-- Q To X Clock -->
<string name="center_text_clock_title">Lock Clock Alignment</string>
<!-- Lockscreen Item Alignments -->
<string name="lockscreen_date_alignment_title">LS Date Alignment</string>
<string name="lockscreen_ownerinfo_alignment_title">LS OwnerInfo Alignment</string>
<string name="lock_item_left">Left Aligned</string>
<string name="lock_item_center">Center Aligned</string>
<string name="lock_item_right">Right Aligned</string>
<string name="lockscreen_item_padding_title">Lockscreen Items Padding</string>
<!-- Data disabled icon -->
<string name="data_disabled_icon_title">Data disabled icon</string>
<string name="data_disabled_icon_summary">Display a cross sign next to signal bar when data is disabled</string>
<string name="qs_bg_use_new_tint">QS tile colors</string>
<string name="qs_bg_use_new_tint_summary">Use accent color for qs tile icons and background</string>
<!-- Heads up -->
<string name="heads_up_notifications">Heads Up</string>
<string name="heads_up_summary">Customize Heads Up Behavior</string>
<string name="summary_heads_up_enabled">Pop-up notifications are enabled</string>
<string name="summary_heads_up_disabled">Pop-up notifications are disabled</string>
<string name="add_heads_up_package">Add app</string>
<string name="add_heads_up_stoplist_summary">Disable heads up notifications in these applications</string>
<string name="add_heads_up_blacklist_summary">Disable heads up from these applications</string>
<string name="heads_up_stoplist_title">Stoplist</string>
<string name="heads_up_blacklist_title">Blacklist</string>
<string name="profile_choose_app">Choose app</string>
<string name="dialog_delete_title">Delete</string>
<string name="dialog_delete_message">Remove selected item?</string>
<!-- Hide Lockscreen shortcuts on secure Lockscreen -->
<string name="lockscreen_hide_shortcuts_title">Hide Bottom Shortcuts</string>
<string name="lockscreen_hide_shortcuts_summary">Hide Left-Right Shortcuts on secure lock screens</string>
<!-- AOKP custom system animations -->
<string name="animation_settings_title">Animations</string>
<string name="animation_settings_summary">System Wide Animation Options</string>
<string name="animation_title">Animations</string>
<string name="system_animation_title">System Animations</string>
<string name="activity_open_title">Activity open animation</string>
<string name="activity_close_title">Activity close animation</string>
<string name="task_open_title">Task open animation</string>
<string name="task_open_behind_title">Task open behind animation</string>
<string name="task_close_title">Task close animation</string>
<string name="task_move_to_front_title">Move to front animation</string>
<string name="task_move_to_back_title">Move to back animation</string>
<string name="wallpaper_open_title">Wallpaper open animation</string>
<string name="wallpaper_close_title">Wallpaper close animation</string>
<string name="wallpaper_intra_open_title">Wallpaper intra open animation</string>
<string name="wallpaper_intra_close_title">Wallpaper intra close animation</string>
<string name="animation_duration_title">Animation duration</string>
<string name="animation_duration_default">Default</string>
<!-- Toast Animation -->
<string name="toast_animation_title">Toast animation</string>
<string name="toast_none_animation">None</string>
<string name="toast_default_animation">Default</string>
<string name="toast_fade_animation">Fade</string>
<string name="toast_SlideRight_animation">Slide right</string>
<string name="toast_SlideLeft_animation">Slide left</string>
<string name="toast_Xylon_animation">Xylon</string>
<string name="toast_Toko_animation">Toko</string>
<string name="toast_Tn_animation">Tn</string>
<string name="toast_Honami_animation">Honami</string>
<string name="toast_FastFade_animation">Fast fade</string>
<string name="toast_GrowFade_animation">Grow fade</string>
<string name="toast_GrowFadeCenter_animation">Grow fade center</string>
<string name="toast_GrowFadeBottom_animation">Grow fade bottom</string>
<string name="toast_Translucent_animation">Translucent</string>
<string name="toast_SlideLeftRight_animation">Slide left to right</string>
<string name="toast_SlideRightLeft_animation">Slide right to left</string>
<!-- ListView animation -->
<string name="listview_animation_title">ListView animation</string>
<string name="listview_off">Default</string>
<string name="listview_wave_left">Wave (left)</string>
<string name="listview_wave_right">Wave (right)</string>
<string name="listview_alpha">Alpha</string>
<string name="listview_scale">Scale</string>
<string name="listview_stack_top">Stack (top)</string>
<string name="listview_stack_bottom">Stack (bottom)</string>
<string name="listview_unfold">Unfold</string>
<string name="listview_fold">Fold</string>
<string name="listview_translate_left">Translate (left)</string>
<string name="listview_translate_right">Translate (right)</string>
<!-- ListView interpolator -->
<string name="listview_interpolator_title">ListView interpolator</string>
<string name="listview_accelerate_interpolator">Accelerate</string>
<string name="listview_decelerate_interpolator">Decelerate</string>
<string name="listview_accelerate_decelerate_interpolator">Accelerate and decelerate</string>
<string name="listview_anticipate_interpolator">Anticipate</string>
<string name="listview_overshoot_interpolator">Overshoot</string>
<string name="listview_anticipate_overshoot_interpolator">Anticipate and overshoot</string>
<string name="listview_bounce_interpolator">Bounce</string>
<!-- Option to enable/disable scrolling cache -->
<string name="pref_scrollingcache_title">Scrolling cache</string>
<string name="pref_scrollingcache_summary">Scrolling cache may improve scrolling performance at the cost of memory</string>
<string name="pref_scrollingcache_force_enable">Force enable</string>
<string name="pref_scrollingcache_default_enable">Default enable</string>
<string name="pref_scrollingcache_default_disable">Default disable</string>
<string name="pref_scrollingcache_force_disable">Force disable</string>
<!-- Force disable transition animation -->
<string name="disable_transition_animations_title">Disable transition animations</string>
<string name="disable_transition_animations_summary">Force disable all transition animations</string>
<!-- Screen off animation -->
<string name="screen_off_animation_fade">Simple fade</string>
<string name="screen_off_animation_color">Color fade</string>
<string name="screen_off_animation_crt">CRT</string>
<string name="screen_off_animation_scale">Scale</string>
<string name="screen_off_animation_title">Screen off animation</string>
<!-- Tiles animation style -->
<string name="qs_tiles">QS Tiles</string>
<string name="qs_tile_animation_style_title">Animation style</string>
<string name="qs_tile_animation_duration_title">Animation duration</string>
<string name="qs_tile_animation_interpolator_title">Tiles animation interpolator</string>
<string name="qs_tile_animation_style_off">No animation</string>
<string name="qs_tile_animation_style_flip">Flip</string>
<string name="qs_tile_animation_style_rotate">Rotate</string>
<string name="qs_tile_animation_duration_low">Low</string>
<string name="qs_tile_animation_duration_default">Default</string>
<string name="qs_tile_animation_duration_fast">Fast</string>
<string name="qs_tile_animation_duration_quite_fast">Quite fast</string>
<string name="qs_tile_animation_duration_super_fast">Super fast</string>
<string name="qs_tile_animation_interpolator_linearInterpolator">Linear</string>
<string name="qs_tile_animation_interpolator_accelerateInterpolator">Accelerate</string>
<string name="qs_tile_animation_interpolator_decelerateInterpolator">Decelerate</string>
<string name="qs_tile_animation_interpolator_accelerateDecelerateInterpolator">Accelerate decelerate</string>
<string name="qs_tile_animation_interpolator_bounceInterpolator">Bounce</string>
<string name="qs_tile_animation_interpolator_overshootInterpolator">Overshoot</string>
<string name="qs_tile_animation_interpolator_anticipateInterpolator">Anticipate</string>
<string name="qs_tile_animation_interpolator_anticipateOvershootInterpolator">Anticipate overshoot</string>
<string name="qs_set_animation_style">%1$s</string>
<string name="qs_set_animation_duration">%1$s</string>
<string name="qs_set_animation_interpolator">%1$s</string>
<!-- Power menu Animations -->
<string name="power_menu_animation_title">Power menu animation</string>
<string name="power_menu_animation_summary">Change the enter/exit animation of the power menu</string>
<string name="power_menu_animation_dialog_title">Select power menu animation</string>
<string name="power_menu_animation_aosp">AOSP (defalt)</string>
<string name="power_menu_animation_bottom">Bottom</string>
<string name="power_menu_animation_top">Top</string>
<string name="power_menu_animation_xylon">Fly</string>
<string name="power_menu_animation_slide">Slide</string>
<string name="power_menu_animation_turn">Turn</string>
<string name="power_menu_animation_fly">Glow</string>
<string name="power_menu_animation_card">3D</string>
<string name="power_menu_animation_translucent_top">Translucent (top)</string>
<string name="power_menu_animation_translucent_bottom">Translucent (bottom)</string>
<!-- Volume Steps Fragment -->
<string name="volume_steps_fragment_title">Volume steps</string>
<string name="volume_steps_summary">Customize volume steps</string>
<string name="volume_steps_alarm_title">Volume steps: Alarm</string>
<string name="volume_steps_dtmf_title">Volume steps: DTMF</string>
<string name="volume_steps_music_title">Volume steps: Media</string>
<string name="volume_steps_notification_title">Volume steps: Notification</string>
<string name="volume_steps_ring_title">Volume steps: Ringer</string>
<string name="volume_steps_system_title">Volume steps: System</string>
<string name="volume_steps_voice_call_title">Volume steps: Voice Call</string>
<string name="volume_steps_reset">Reset</string>
<!-- Notification headers -->
<string name="notification_headers_title">Notification Headers</string>
<string name="notification_headers_summary">Show headers in the notification shade\nRequires a SystemUI restart</string>
<!-- Center R Notification headers -->
<string name="center_notification_headers_title">Center notification headers</string>
<string name="center_notification_headers_summary">Whether to Center R style notification headers (Requires a SystemUI restart)</string>
<!-- Dashboard -->
<string name="dashboard_conditions_title">Dashboard conditions</string>
<string name="summary_dashboard_conditions_enabled">Dashboard conditions are enabled</string>
<string name="summary_dashboard_conditions_disabled">Dashboard conditions are disabled</string>
<string name="dashboard_suggestions_title">Dashboard suggestions</string>
<string name="summary_dashboard_suggestions_enabled">Dashboard suggestions are enabled</string>
<string name="summary_dashboard_suggestions_disabled">Dashboard suggestions are disabled</string>
<!-- Lock screen visualizer -->
<string name="lockscreen_visualizer_title">Display music visualizer</string>
<string name="lockscreen_visualizer_summary">Toggle lockscreen visualizer</string>
<string name="lockscreen_visualizer_enable">Music Visualizer</string>
<string name="lockscreen_visualizer_enable_summary">Show visualizer bars while playing music</string>
<string name="lockscreen_autocolor_title">Automatic color</string>
<string name="lockscreen_autocolor_summary">Sync color with lockscreen background</string>
<string name="lockscreen_autocolor_lavalamp">Requires lava lamp disabled</string>
<string name="lockscreen_lavalamp_title">Lava lamp</string>
<string name="lockscreen_lavalamp_summary">Use a smooth lava lamp style color blend animation</string>
<string name="lockscreen_lavalamp_speed_title">Color blend interval</string>
<string name="lockscreen_solid_lines_category">Solid Lines</string>
<string name="lockscreen_solid_units_count_title">Lines count</string>
<string name="lockscreen_solid_fudge_factor_title">Sanity level</string>
<string name="lockscreen_solid_units_opacity_title">Lines opacity</string>
<!-- Media art -->
<string name="lockscreen_media_art_title">Media art</string>
<string name="lockscreen_media_art_summary">Toggle visibility of media art</string>
<!-- Lockscreen media artwork -->
<string name="lockscreen_media_blur_title">Media art blur level</string>
<string name="lockscreen_lock_icon_title">Lock icon</string>
<string name="lockscreen_lock_icon_summary">Display lock icon on the lockscreen</string>
<!-- Charging animation -->
<string name="charging_animation_title">Charging animation</string>
<string name="charging_animation_summary">Display an animation when the device is plugged in</string>
<string name="lockscreen_charging_animation_title">Charging animation</string>
<string name="lockscreen_charging_animation_flash">Flash</string>
<string name="lockscreen_charging_animation_battery">Battery</string>
<string name="lockscreen_charging_animation_drop">Drop</string>
<string name="lockscreen_charging_animation_explosion">Explosion</string>
<string name="lockscreen_charging_animation_water">Water</string>
<string name="lockscreen_charging_animation_phone">Phone</string>
<string name="lockscreen_charging_animation_stack">Stack</string>
<string name="lockscreen_charging_animation_wavy">Wavy</string>
<string name="click_partial_screenshot_title">Click to partial screenshot</string>
<string name="click_partial_screenshot_summary">Short click Volume Down and Power to take partial screenshot</string>
<!-- Volume Panel Plugin -->
<string name="volume_panel">Volume Panel Style</string>
<string name="volume_panel_stock">Stock</string>
<string name="volume_panel_aosp">AOSP</string>
<string name="volume_panel_compact">Compact</string>
<string name="volume_panel_oreo">Oreo</string>
<string name="volume_panel_tiled">Tiled</string>
<!-- Volume Panel Plugin Values -->
<string name="volume_panel_stock_val">com.android.systemui.volume</string>
<string name="volume_panel_aosp_val">co.potatoproject.plugin.volume.aosp</string>
<string name="volume_panel_compact_val">co.potatoproject.plugin.volume.compact</string>
<string name="volume_panel_oreo_val">co.potatoproject.plugin.volume.oreo</string>
<string name="volume_panel_tiled_val">co.potatoproject.plugin.volume.tiled</string>
<!-- Statusbar Clock -->
<string name="clock_style_category_title">Clock Settings</string>
<string name="clock_style_category_summary">Statusbar Clock Tuner</string>
<string name="status_bar_clock_title">Clock settings</string>
<string name="status_bar_clock_show">Show clock and date</string>
<string name="status_bar_clock_style_title">Clock style</string>
<string name="status_bar_clock_style_right">Right</string>
<string name="status_bar_clock_style_center">Center</string>
<string name="status_bar_clock_style_left">Left</string>
<string name="status_bar_am_pm_title">AM/PM style</string>
<string name="status_bar_am_pm_info">24-hour clock is enabled</string>
<string name="status_bar_am_pm_normal">Normal</string>
<string name="status_bar_am_pm_small">Small</string>
<string name="status_bar_am_pm_hidden">Hidden (default)</string>
<string name="clock_seconds_display">Show seconds</string>
<string name="clock_date_display">Date</string>
<string name="clock_date_display_summary">Display custom date before the clock</string>
<string name="clock_date_display_none">Don\'t show</string>
<string name="clock_date_display_small">Small font size</string>
<string name="clock_date_display_normal">Normal font size</string>
<string name="clock_date_style">Date style</string>
<string name="clock_date_style_normal">Normal</string>
<string name="clock_date_style_lowercase">Lowercase</string>
<string name="clock_date_style_uppercase">Uppercase</string>
<string name="clock_date_format_custom">Custom java format</string>
<string name="clock_date_format">Date format</string>
<string name="clock_date_string_edittext_title">Must be in DateFormat eg. MM/dd/yy</string>
<string name="clock_date_string_edittext_summary">Enter string</string>
<!-- Statusbar Clock Font Style, Size & Color -->
<string name="status_bar_clock_font_style_title">Clock font style</string>
<string name="status_bar_clock_font_size_title">Clock font size</string>
<string name="status_bar_clock_color_title">Clock font color</string>
<string name="clock_date_right">Right of time</string>
<string name="clock_date_left">Left of time</string>
<string name="clock_date_position">Date position</string>
<!-- Battery Bar -->
<string name="battery_bar_title">Battery bar</string>
<string name="battery_bar_summary">Display and customize battery bar near status bar or navigation bar</string>
<string name="battery_bar_no_navbar">Battery bar location</string>
<string name="battery_bar_location_hide">Hide</string>
<string name="battery_bar_location_statusbar">Statusbar</string>
<string name="battery_bar_color">Battery bar color</string>
<string name="battery_bar_charging_color">Battery bar charging color</string>
<string name="battery_bar_battery_low_color">Battery bar low battery color</string>
<string name="battery_bar_cat">Battery bar style</string>
<string name="battery_bar_style_title">Battery bar alignment</string>
<string name="battery_bar_thickness_title">Battery bar thickness</string>
<string name="battery_bar_animate_title">Charging animation</string>
<string name="battery_bar_style_regular">Regular</string>
<string name="battery_bar_style_center_mirrored">Center-mirrored</string>
<string name="battery_bar_style_reversed">Reversed</string>
<string name="battery_bar_use_charging_color">Custom charging color</string>
<string name="battery_bar_blend_color_title">Blend colors</string>
<string name="battery_bar_blend_color_summary">Blend full/empty colors corresponding to battery percentage</string>
<string name="battery_bar_blend_color_reverse_title">Reverse color direction</string>
<string name="battery_bar_blend_color_reverse_summary_off">Full &#8594; empty: red &#8592; green &#8592; blue &#8592; red</string>
<string name="battery_bar_blend_color_reverse_summary_on">Full &#8594; empty: red &#8594; green &#8594; blue &#8594; red</string>
<!-- FOD animations -->
<string name="fod_recog_animation">FOD recognizing animation</string>
<string name="fod_recog_animation_summary">Shows an animation while reading your finger</string>
<string name="fod_recog_animation_effect_title">Recognizing animation effect</string>
<string name="fod_recog_animation_miui_normal">MIUI default</string>
<string name="fod_recog_animation_miui_aod">AOD</string>
<string name="fod_recog_animation_miui_light">Light</string>
<string name="fod_recog_animation_miui_pop">Pop</string>
<string name="fod_recog_animation_miui_pulse">Pulse</string>
<string name="fod_recog_animation_miui_pulse_white">Pulse (White)</string>
<string name="fod_recog_animation_miui_rhythm">Rhythm</string>
<string name="fod_recog_animation_op_cosmos">Cosmos</string>
<string name="fod_recog_animation_op_mclaren">McLaren</string>
<string name="fod_recog_animation_op_scanning">Scanning (Cyberpunk 2077)</string>
<string name="fod_recog_animation_op_stripe">Stripe</string>
<string name="fod_recog_animation_op_wave">Wave</string>
<string name="fod_recog_animation_pureview_dna">DNA</string>
<string name="fod_recog_animation_pureview_future">Future</string>
<string name="fod_recog_animation_pureview_halo_ring">Halo ring</string>
<string name="fod_recog_animation_pureview_molecular">Molecular</string>
<!-- Navbar Entries -->
<string name="navbar_gestures_title">Navigation gesture options</string>
<string name="navbar_gestures_summary">Choose buttons or gestures to navigate your device</string>
<!-- Navbar Animation -->
<string name="pixel_navbar_anim_title">Pixel animation</string>
<string name="pixel_navbar_anim_summary">Toggle home button animation</string>
<!-- QS Footer Text -->
<string name="qs_footer_text_title">QS footer text</string>
<string name="qs_footer_text_summary">Display text at bottom of QS panel</string>
<string name="qs_footer_text_string_title">Customize footer text</string>
<string name="qs_footer_text_string_summary">Set to empty for default #KeepTheLove</string>
<!-- QS Header data uasge -->
<string name="qs_datausage_title">Data usage in QS Header</string>
<string name="qs_datausage_disabled">Disabled</string>
<string name="qs_datausage_daily">Daily usage</string>
<string name="qs_datausage_monthly">Monthly usage</string>
<!-- Navbar options -->
<string name="navigation_bar_invert_layout_title">Invert layout</string>
<string name="navigation_bar_invert_layout_summary">Inverts the layout of the navigation bar and other items, such as the IME switcher</string>
<string name="unsupported_gestures">Enable two button or three button navigation to use this feature</string>
<string name="navbar_visibility">Nav Bar</string>
<string name="navbar_vis_summary">Enable-disable navigation bar</string>
<!-- Roaming indicator icon -->
<string name="roaming_indicator_icon_title">Roaming indicator</string>
<string name="roaming_indicator_icon_summary">Display roaming indicator in signal icon when in roaming mode</string>
<!-- Brightness control -->
<string name="status_bar_toggle_brightness">Brightness control</string>
<string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
<!-- Heads up options -->
<string name="less_boring_heads_up_title">Make heads up less annoying</string>
<string name="less_boring_heads_up_summary">Show heads up only for dialer or messaging app if they are not in foreground</string>
<!-- FOD icon picker -->
<string name="fod_icon_picker_title">Fingerprint icon</string>
<string name="fod_icon_picker_summary">Choose your favorite fingerprint icon</string>
<string name="fod_icon_picker_footer">In order to add your own icon, select the top left icon and use the OnePlus 6T FP Customizer app to select the icon you want.</string>
<!-- QS header image -->
<string name="status_bar_custom_header_title">Header image</string>
<string name="status_bar_custom_header_summary">Use a custom image for QS header</string>
<string name="custom_header_provider_title">Image type</string>
<string name="daylight_header_provider_title">Automatic (Time based)</string>
<string name="file_header_provider_title">Static</string>
<string name="daylight_header_pack_title">Image collection</string>
<string name="header_provider_disabled">Disabled</string>
<string name="custom_header_pick_title">Pick image from collection</string>
<string name="custom_header_pick_summary">Select an image from pre-installed image collections</string>
<string name="file_header_select_title">Pick image from storage</string>
<string name="file_header_select_summary">Select an image from internal storage</string>
<string name="status_bar_custom_header_shadow_title">Darken image</string>
<!-- FOD pressed color -->
<string name="fod_pressed_color_title">Fingerprint pressed color</string>
<string name="fod_pressed_color_white">White</string>
<string name="fod_pressed_color_cyan">Cyan</string>
<string name="fod_pressed_color_green">Green</string>
<string name="fod_pressed_color_yellow">Yellow</string>
<!-- Gaming mode -->
<string name="gaming_mode_title">Gaming Mode</string>
<string name="gaming_mode_summary">Customize gaming mode preferences</string>
<string name="gaming_mode_enable_title">Enable Gaming Mode</string>
<string name="gaming_mode_enable_summary">Master switch for Gaming Mode</string>
<string name="gaming_mode_app_picker_title">Automatically turn on for these apps</string>
<string name="add_gaming_mode_package_title">Add apps for Gaming mode</string>
<string name="add_gaming_mode_package_summary">Gaming mode will turn on automatically when these apps are opened and turn off when they are closed</string>
<string name="gaming_mode_headsup_title">Block notifications</string>
<string name="gaming_mode_headsup_summary">Block all headsup messages except calls</string>
<string name="gaming_mode_hardware_keys_title">Lock buttons</string>
<string name="gaming_mode_hardware_keys_summary">Disable hardware buttons when Gaming mode is turned on</string>
<string name="gaming_mode_brightness_title">Disable automatic brightness</string>
<string name="gaming_mode_brightness_summary">Lock screen brightness when Gaming mode is turned on</string>
<string name="gaming_mode_ringer_title">Ringer in gaming mode</string>
<string name="gaming_mode_ringer_off_title">Do not change</string>
<string name="gaming_mode_ringer_vibrate_title">Vibrate</string>
<string name="gaming_mode_ringer_dnd_title">Do Not Disturb</string>
<string name="gaming_mode_ringer_silent_title">Silent</string>
<string name="gaming_mode_notifications_title">Gaming mode indication</string>
<string name="gaming_mode_notifications_off_title">Disabled</string>
<string name="gaming_mode_notifications_notif_title">Show notification</string>
<string name="gaming_mode_notifications_toast_title">Show toasts</string>
<string name="gaming_mode_notifications_all_title">Show toasts and notification</string>
<string name="gaming_mode_dynamic_title">Dynamic mode</string>
<string name="gaming_mode_dynamic_summary">Try detecting and adding gaming apps automatically</string>
<!-- Ambient edge lighting -->
<string name="pulse_ambient_light_category">Screen edge lighting</string>
<string name="pulse_ambient_light_title">Show on new notifcation</string>
<string name="pulse_ambient_light_summary">Show light pulse on new notification</string>
<string name="ambient_notification_light_enabled_title">Show on always on</string>
<string name="ambient_notification_light_enabled_summary">Show light pulse on new notification using always on</string>
<string name="ambient_notification_light_color_title">Custom color</string>
<string name="ambient_notification_light_color_summary">Default color for light pulse</string>
<string name="ambient_notification_light_hide_aod_title">Only show light pulse</string>
<string name="ambient_notification_light_hide_aod_summary">Hide all other display elements from always on</string>
<string name="ambient_notification_light_timeout_title">Timeout for light pulse</string>
<string name="entry_infinite">Infinite</string>
<string name="entry_five_minute">5 minutes</string>
<string name="entry_ten_minute">10 minutes</string>
<string name="entry_thirty_minute">30 minutes</string>
<string name="entry_sixty_minute">60 minutes</string>
<string name="entry_fifteen_minute">15 minutes</string>
<string name="ambient_notification_light_color_mode_title">Light pulse color</string>
<string name="ambient_notification_light_color_mode_automatic">Notification color</string>
<string name="ambient_notification_light_color_mode_accent">System accent color</string>
<string name="ambient_notification_light_color_mode_custom">Custom color</string>
<string name="pulse_ambient_light_duration_title">Duration</string>
<string name="pulse_ambient_light_duration_summary">Sets the ambient light animation duration</string>
<string name="pulse_ambient_light_repeat_count_title">Edge Light Repeat count</string>
<string name="pulse_ambient_light_repeat_count_summary">Set max repeat count. 0 for infinite</string>
<string name="enable_oneui">OneUI</string>
<string name="enable_oneui_summary">Show spacer above settings actionbar for easier use with one hand\nNOTE: restart settings app to see effect</string>
<!-- Power menu on lockscreen -->
<string name="lockscreen_power_menu_disabled_title">Disable power menu on lock screen</string>
<string name="lockscreen_power_menu_disabled_summary">This will only disable the power menu on secure lock screens</string>
<!-- Custom carrier label and position -->
<string name="carrier_label_category_title">CarrierLabel Settings</string>
<string name="carrier_label_category_summary">Customize statusbar carrierlabel</string>
<string name="carrier_label_settings_title">Carrier Label</string>
<string name="carrier_label_settings_summary">Customize the carrier label</string>
<string name="custom_carrier_label_title">Custom carrier label</string>
<string name="custom_carrier_label_explain">Please enter a new label. Leave blank to revert to stock label.</string>
<string name="custom_carrier_label_notset">Custom label currently not set</string>
<string name="show_carrier_title">Carrier label</string>
<string name="show_carrier_disabled">Disabled</string>
<string name="show_carrier_keyguard">Lockscreen only</string>
<string name="show_carrier_statusbar">Statusbar only</string>
<string name="show_carrier_enabled">Lockscreen &amp; statusbar</string>
<string name="status_bar_carrier_color">Carrier label color</string>
<string name="status_bar_carrier_size">Carrier label size</string>
<string name="status_bar_carrier_font_style_title">Carrier Label Font</string>
<!-- Brightness Slider style -->
<string name="brightness_slider_style_title">Brightness slider style</string>
<string name="brightness_slider_style_default">Default</string>
<string name="brightness_slider_style_daniel">Daniel</string>
<string name="brightness_slider_style_mememini">Meme mini</string>
<string name="brightness_slider_style_memeround">Meme round</string>
<string name="brightness_slider_style_memeroundstroke">Meme round stroke</string>
<string name="brightness_slider_style_memestroke">Meme stroke</string>
<!-- GUI styles -->
<string name="ui_style_title">UI Style</string>
<string name="ui_style_default">Default</string>
<string name="ui_style_no_corner_radius">No Corner Radius</string>
<string name="ui_style_rectangle">Rectangle</string>
<string name="ui_style_round_large">Round Large</string>
<string name="ui_style_round_medium">Round Medium</string>
<!-- Quick Settings brightness slider -->
<string name="qs_show_brightness_slider_title">Brightness slider</string>
<string name="qs_show_brightness_slider_summary">Show a brightness slider in the quick settings panel</string>
<string name="qs_show_auto_brightness_title">Autobrightness icon</string>
<string name="qs_show_auto_brightness_summary">Show toggle for adaptive brightness near the slider</string>
<string name="qs_show_brightness_slider_show_never">Never show</string>
<string name="qs_show_brightness_slider_show_expanded">Show when expanded</string>
<string name="qs_show_brightness_slider_show_always">Show always</string>
<string name="qs_brightness_position_bottom_title">Brightness slider at bottom</string>
<string name="qs_brightness_position_bottom_summary">Show the brightness slider on bottom quick settings</string>
<!-- Panel Background style -->
<string name="panel_bg_title">Panel background style</string>
<string name="panel_bg_dialog_title">Select panel background model</string>
<string name="panel_default">Default</string>
<string name="panel_batik">Batik</string>
<string name="panel_kece">Kece</string>
<string name="panel_outline">Outline</string>
<!-- QS header styles -->
<string name="qs_header_style_title">QS Header style</string>
<string name="qs_header_black">Black</string>
<string name="qs_header_grey">Grey</string>
<string name="qs_header_lightgrey">Light Grey</string>
<string name="qs_header_accent">Accent Based</string>
<string name="qs_header_transparent">Transparent</string>
<!-- Quick Settings quick pulldown -->
<string name="quick_settings_quick_pull_down_title">Quick Settings quick pull-down</string>
<string name="quick_settings_quick_pull_down_summary">Automatically expand Quick Settings when pulling from the right side of the status bar</string>
<string name="qs_edit_title">Edit Icon</string>
<string name="qs_edit_summary">Enable the tile edit icon in the footer</string>
<!-- Allow fake signature -->
<string name="allow_signature_fake">Allow signature spoofing</string>
<string name="allow_signature_fake_summary">Allow apps to bypass security systems by pretending to be a different app.</string>
<!-- Rounded corners -->
<string name="corners_category_title">Rounded corners (beta)</string>
<string name="corners_category_summary">Adjust rounded corners and padding</string>
<string name="corners_title">Customize rounded corners</string>
<string name="corner_radius">Rounded corner radius</string>
<string name="content_padding">Corner content padding</string>
<string name="corner_fwvals">Use framework values</string>
<string name="corner_fwvals_summary">Useful if the device actually has rounded corners</string>
<string name="unit_pixels">dp</string>
<!-- Show Statusbar on Lockscreen -->
<string name="lockscreen_status_bar_title">Status bar</string>
<string name="lockscreen_status_bar_summary">Display status bar on the lockscreen</string>
<!-- Switch styles -->
<string name="switch_style_title">Switch appearance</string>
<string name="switch_default">Default</string>
<string name="switch_oneplus">OnePlus</string>
<string name="switch_narrow">Narrow</string>
<string name="switch_contained">Contained</string>
<string name="switch_md2">MD2</string>
<string name="switch_retro">Retro</string>
<string name="switch_telegram">Telegram</string>
<string name="switch_stockish">Stockish</string>
<!-- QS tile styles -->
<string name="qs_tile_style_title">QS tile style</string>
<string name="qstile_default">Default</string>
<string name="qstile_circle_trim">Circle with trim</string>
<string name="qstile_dual_tone_circle">Dual-toned circle</string>
<string name="qstile_squircle_trim">Squircle with trim</string>
<string name="qstile_wavey">Wavey</string>
<string name="qstile_pokesign">Pokesign</string>
<string name="qstile_ninja">Ninja</string>
<string name="qstile_dottedcircle">Dotted Circle</string>
<string name="qstile_attemptmountain">An attempt of a mountain</string>
<string name="qstile_squaremedo">The Squaremedo</string>
<string name="qstile_inkdrop">Ink</string>
<string name="qstile_cookie">Cookie</string>
<string name="qstile_circleoutline">Circle Outline</string>
<string name="qstile_cosmos">Shishu Cosmos</string>
<string name="qstile_divided">Divided Circle</string>
<string name="qstile_neonlike">Neon Light</string>
<string name="qstile_oos">Oxygen</string>
<string name="qstile_triangles">Triangle</string>
<!-- QS BG Tint -->
<string name="qs_themes_category_title">QS Themes</string>
<string name="qs_tint_off">Gradient Effect</string>
<string name="qs_tint_random">Random Color</string>
<string name="qs_tint_accent">Accent Color</string>
<!-- QS Label Tint -->
<string name="qs_label_use_new_tint">QS Label Tint</string>
<string name="qs_label_tint_off">Default</string>
<string name="qs_label_tint_random">Random Color Tint</string>
<string name="qs_label_tint_accent">Accent Color Tint</string>
<string name="qs_label_tint_gradient">Gradient Color Tint</string>
<!-- Qs Tile Icon Bright-Dark -->
<string name="qs_icon_primary_title">Qs Tile Icon Bright|Dark</string>
<string name="qs_icon_primary_summary">Make Qs Icon Bright-Dark if gradient tint enabled</string>
<!-- SmartSpace -->
<string name="smart_space_title">Google Smart space</string>
<string name="smart_space_summary">Display conditional info such as weather and events on lockscreen\nRequires a SystemUI restart</string>
</resources>

File diff suppressed because it is too large Load Diff

View File

@@ -1,940 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 CherishOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- App Title -->
<string name="cherish_settings_title">Cherish Settings</string>
<!-- Categories -->
<string name="button_title">Buttons</string>
<string name="button_summary">Hardware keys, Navigation bar</string>
<string name="gestures_title">Gestures</string>
<string name="gestures_summary">Jump to camera, swipe to screenshot</string>
<string name="lockscreen_title">Lock screen</string>
<string name="lockscreen_summary">Music visualizer, charging animation, clock style</string>
<string name="misc_title">Miscellaneous</string>
<string name="misc_summary">Gaming mode, volume controls</string>
<string name="animations_title">Animations</string>
<string name="animations_summary">System animations</string>
<string name="powermenu_title">Power menu</string>
<string name="powermenu_summary">Advanced restart, power menu opacity</string>
<string name="theme_title">Themes</string>
<string name="theme_summary">System theme, rounded, switch theme</string>
<string name="quicksettings_title">Quick Settings</string>
<string name="quicksettings_summary">Tile layout, blur</string>
<string name="recents_title">Recents apps</string>
<string name="recents_summary">Slim recents</string>
<string name="statusbar_title">Status bar</string>
<string name="statusbar_summary">Clock, carrier, status icons</string>
<string name="volume_title">Volume rockers</string>
<string name="volume_summary">Volume rockers</string>
<string name="notifications_title">Notifications</string>
<string name="notifications_summary">Battery light, notifications header</string>
<string name="about_summary">Learn more about CherishOS</string>
<string name="device_part_title">Device features</string>
<string name="qs_category">QS category</string>
<string name="navbar_title">Navigation bar</string>
<string name="volume_keys_title">Volume keys</string>
<!-- General strings -->
<string name="ok">OK</string>
<string name="reset">Reset</string>
<string name="cancel">Cancel</string>
<string name="save">Save</string>
<string name="default_string">Default</string>
<!-- Color Picker -->
<string name="dialog_color_picker">Color Picker</string>
<string name="press_color_to_apply">Press on color below to apply</string>
<string name="arrow_right"></string>
<string name="arrow_down"></string>
<string name="hex">Hex:</string>
<string name="hex_hint">#ff000000</string>
<string name="set">Set</string>
<string name="color_default">Default</string>
<string name="led_color_green">Green</string>
<string name="led_color_red">Red</string>
<!-- QS settings -->
<string name="qs_title">Quick settings</string>
<!-- Status bar - icons -->
<string name="status_bar_icons_title">Status bar icons</string>
<!-- Lock screen visualizer -->
<string name="visualizer_title">Display music visualizer</string>
<!-- Power menu and dialogs opacity -->
<!-- AOKP custom system animations -->
<!-- Power menu Animations -->
<string name="power_menu_animation">Power menu</string>
<!-- QS header image -->
<!-- Lockscreen -->
<string name="lockscreen_category">Lockscreen</string>
<!-- Themes -->
<string name="theme_type_title">System theme</string>
<string name="theme_type_summary">Select theme</string>
<string name="theme_type_light">Light</string>
<string name="theme_type_pitch_black">Google dark</string>
<string name="theme_type_solarized_dark">Solarized Dark</string>
<string name="theme_type_baked_green">Baked Green</string>
<string name="theme_type_choco_x">Choco X</string>
<string name="theme_type_dark_grey">Dark Grey</string>
<string name="theme_type_du_pitchblack">Pitch black</string>
<string name="theme_type_material_ocean">Material Ocean</string>
<string name="theme_type_clear_spring">Clear Spring</string>
<!--Accenter -->
<string name="themes_hub_title">Themes</string>
<string name="themes_hub_summary">Accents-Gradients-Themes</string>
<string name="accent_color">Accent picker</string>
<string name="accent_summary">Gradient Maker</string>
<string name="gradient_color">Gradient picker</string>
<string name="gradient_summary">Gradient effect maker</string>
<!--ThemePicker-->
<string name="theme_select_title">Styles and Wallpapers</string>
<string name="theme_select_summary">Browse and select installed themes</string>
<!-- Battery light -->
<string name="battery_light_settings">Battery charging light</string>
<string name="battery_light_enable">Enable</string>
<string name="battery_light_allow_on_dnd_title">Battery light in Do Not Disturb mode</string>
<string name="battery_light_low_blinking_title">Blinking light on low battery</string>
<string name="battery_light_cat">Battery light color when charging</string>
<string name="battery_light_low_color">Low battery</string>
<string name="battery_light_medium_color">Medium battery</string>
<string name="battery_light_full_color">Almost full battery</string>
<string name="battery_light_reallyfull_color">Full (100) battery</string>
<string name="notification_light_settings">Notifications light</string>
<!-- Volume rocker wake -->
<string name="volume_rocker_wake_title">Volume rocker wake</string>
<string name="volume_rocker_wake_summary">Pressing the volume keys will wake your device</string>
<!-- Language options - Volume rocker cursor control -->
<string name="cursor_section_header">Cursor</string>
<string name="volume_key_cursor_control_title">Volume key cursor control</string>
<string name="volume_key_cursor_control_off">Disabled</string>
<string name="volume_key_cursor_control_on">Volume up/down moves cursor left/right</string>
<string name="volume_key_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
<string name="torch_long_press_power_gesture_title">Screen off power button torch</string>
<string name="torch_long_press_power_gesture_desc">Long press power button while the screen is off to turn on the flashlight</string>
<string name="torch_long_press_power_timeout_title">Automatically turn torch off</string>
<string name="torch_long_press_power_timeout_never">Never</string>
<string name="torch_long_press_power_timeout_1min">1 minute</string>
<string name="torch_long_press_power_timeout_2min">2 minutes</string>
<string name="torch_long_press_power_timeout_5min">5 minutes</string>
<string name="torch_long_press_power_timeout_10min">10 minutes</string>
<!-- Wakeup options -->
<string name="wakeup_when_plugged_unplugged_title">Wake up on charge</string>
<string name="wakeup_when_plugged_unplugged_summary">Wake up device if charger is plugged/unplugged.</string>
<!-- Statusbar Tuner -->
<string name="status_bar_system_icons_title">System icons</string>
<string name="status_bar_system_icons_summary">Control which status bar icons are shown</string>
<string name="statusbar_items_title">Statusbar items</string>
<!-- Navbar tuner -->
<string name="navbar_tuner_title">Navbar buttons</string>
<!-- Incall Home button behavior-->
<string name="allow_incall_home_title">Home button when ringing</string>
<string name="allow_incall_home_summary">Allow to use Home button when device is ringing</string>
<!-- Buttons backlight timeout -->
<string name="backlight_timeout_title">Buttons backlight timeout</string>
<string name="backlight_timeout_on">Enabled always</string>
<string name="backlight_timeout_3s">3 sec</string>
<string name="backlight_timeout_default">5 sec (default)</string>
<string name="backlight_timeout_10s">10 sec</string>
<string name="backlight_timeout_15s">15 sec</string>
<string name="backlight_timeout_20s">20 sec</string>
<string name="backlight_timeout_30s">30 sec</string>
<!-- Enable keys backlight-->
<string name="button_brightness_title">Backlight</string>
<!-- Enable keys backlight-->
<string name="button_brightness_sw_title">Enable backlight</string>
<string name="button_backlight_on_touch_only_title">Button touch</string>
<string name="button_backlight_on_touch_only_summary">Enable backlight with timeout only on button touch</string>
<!-- HW Keys customization -->
<string name="picker_activities">Activities</string>
<string name="select_custom_app_title">Select custom app</string>
<string name="select_custom_activity_title">Select custom activity</string>
<string name="profile_applist_title">Applications</string>
<string name="choose_action_title">Choose action</string>
<string name="action_entry_default_action">Default settings</string>
<string name="action_entry_select_app">Select application</string>
<string name="action_entry_custom_action">Select custom action</string>
<string name="hardware_keys_home_key_title">Home button</string>
<string name="hardware_keys_menu_key_title">Menu button</string>
<string name="hardware_keys_assist_key_title">Search button</string>
<string name="hardware_keys_appswitch_key_title">Overview button</string>
<string name="hardware_keys_back_key_title">Back button</string>
<string name="hardware_keys_double_tap_summary">Set double tap action</string>
<string name="hardware_keys_single_tap_summary">Set single tap action</string>
<string name="hardware_keys_long_press_summary">Set long press action</string>
<string name="hardware_keys_single_tap_title">Single tap action</string>
<string name="hardware_keys_long_press_title">Long press action</string>
<string name="hardware_keys_double_tap_title">Double tap action</string>
<string name="hardware_keys_category">Hardware keys</string>
<string name="hardware_keys_disable_title">Disable keys</string>
<!-- ANBI -->
<string name="anbi_title">Accidental touch</string>
<string name="anbi_summary">Prevent interaction with navigation buttons while the screen is being touched</string>
<!-- Lockscreen battery info indicator -->
<string name="lockscreen_battery_info_title">Lockscreen charging info</string>
<string name="lockscreen_battery_info_summary">Display negociated charger max current and voltage and battery temperature on lockscreen while charging</string>
<!-- Fingerprint authentication vibration -->
<string name="fprint_sucess_vib_title">Fingerprint authentication vibration</string>
<string name="fprint_sucess_vib_summary">Vibrate on successful fingerprint authentication</string>
<string name="fprint_error_vib_title">Fingerprint error vibration</string>
<string name="fprint_error_vib_summary">Vibrate on error fingerprint authentication</string>
<!--Double Tap to Sleep -->
<string name="double_tap_gestures_category_title">Double tap gestures</string>
<string name="double_tap_sleep_gesture_title">Double tap to sleep on status bar</string>
<string name="double_tap_sleep_lockscreen_title">Double tap to sleep on lockscreen</string>
<!-- 4G LTE switch -->
<string name="show_fourg_title">Show 4G instead of LTE</string>
<string name="show_fourg_summary">Replaces LTE statusbar indicators with 4G</string>
<!-- Show VoLTE icon on statusbar -->
<string name="volte_switch_title">VoLTE icon</string>
<string name="volte_switch_summary">Display VoLTE icon</string>
<string name="volte_icon_title">VoLTE icon</string>
<string name="volte_icon_summary">Display VoLTE icon</string>
<string name="volte_icon_style_title">Select VoLTE Icon</string>
<string name="volte_icon_asus">VoLTE Asus Icon</string>
<string name="volte_icon_vo">Vo Only Icon</string>
<string name="volte_icon_volte">VoLTE Icon</string>
<string name="volte_icon_oos">VoLTE OOS Icon</string>
<string name="volte_icon_hd">HD Icon</string>
<string name="volte_icon_hd2">HD CAF Icon</string>
<string name="volte_icon_miui">MIUI 11 Icon</string>
<string name="volte_icon_emui">EMUI Icon</string>
<string name="volte_icon_oos10">OOS 10 Icon</string>
<!-- Three-fingers-swipe to screenshot -->
<string name="three_finger_gesture">Swipe to screenshot</string>
<string name="three_finger_gesture_summary">Swipe three fingers to take screenshot</string>
<!-- VoWiFi icon -->
<string name="vowifi_icon_title">VoWiFi icon</string>
<string name="vowifi_icon_enabled">VoWiFi icon enabled</string>
<string name="vowifi_icon_disabled">VoWiFi icon disabled</string>
<string name="vowifi_icon_enabled_volte_disabled">VoWiFi instead of VoLTE icon</string>
<string name="vowifi_icon_style_title">VoWiFi icon style</string>
<string name="vowifi_icon_default">Default Icon</string>
<string name="vowifi_icon_emui">EMUI Icon</string>
<string name="vowifi_icon_asus">Asus Icon</string>
<string name="vowifi_icon_oneplus">OOS Icon</string>
<string name="vowifi_icon_moto">Motorola Icon</string>
<string name="vowifi_icon_simple1">Simple1 Icon</string>
<string name="vowifi_icon_simple2">Simple2 Icon</string>
<string name="vowifi_icon_simple3">Simple3 Icon</string>
<!-- Suppress notifications sound/vibration if screen is ON -->
<string name="notification_sound_vib_screen_on_title">Notification sound if active</string>
<string name="notification_sound_vib_screen_on_summary">Play sound and vibration for notifications when screen is on</string>
<!-- QuickSettings haptic feedback -->
<string name="quick_settings_vibrate_title">Vibrate on touch</string>
<string name="quick_settings_vibrate_summary">Vibrate when touching QS tiles</string>
<!-- Global Actions -->
<string name="global_actions_title">Power menu</string>
<string name="global_actions_summary">Select what to show when you press the power button</string>
<string name="global_actions_power">Power</string>
<string name="global_actions_restart">Restart</string>
<string name="global_actions_airplane">Airplane</string>
<string name="global_actions_settings">Settings</string>
<string name="global_actions_lockdown">Lock Down</string>
<string name="global_actions_soundpanel">Sound Panel</string>
<string name="global_actions_users">Users</string>
<string name="global_actions_screenshot">Screenshot</string>
<string name="global_actions_screenrecord">Screenrecord</string>
<string name="global_actions_flashlight">Flashlight</string>
<string name="global_actions_emergency">Emergency</string>
<string name="global_actions_advanced_reboot_title">Enable advanced restart</string>
<string name="global_actions_advanced_reboot_summary">When restarting also show options for recovery and bootloader</string>
<string name="global_actions_max_columns_title">Max actions to show</string>
<string name="global_actions_max_columns_summary">Set how many actions to show before buttons move to overflow menu</string>
<!-- Battery Styles -->
<string name="battery_style_category_title">Battery level</string>
<!-- Battery mode -->
<string name="battery_percentage_title">Battery percentage</string>
<string name="battery_percentage_off">Disabled</string>
<string name="battery_percentage_next">Enabled</string>
<string name="battery_percentage_inside">Enabled (inside icon)</string>
<string name="battery_percentage_estimate">Enabled (estimate)</string>
<string name="battery_percentage_percentage_estimate">Enabled (percent |estimate)</string>
<!-- Status bar - Battery -->
<string name="status_bar_battery_style_title">Battery style</string>
<string name="status_bar_battery_style_icon_portrait">Icon portrait</string>
<string name="status_bar_battery_style_icon_landscape">Icon landscape</string>
<string name="status_bar_battery_style_circle">Circle</string>
<string name="status_bar_battery_style_dotted_circle">Dotted circle</string>
<string name="status_bar_battery_style_big_circle">Big circle</string>
<string name="status_bar_battery_style_big_dotted_circle">Big dotted circle</string>
<string name="status_bar_battery_style_square">Square</string>
<string name="status_bar_battery_style_solid">Solid</string>
<string name="status_bar_battery_style_text">Text</string>
<string name="status_bar_battery_style_hidden">Hidden</string>
<string name="status_bar_battery_style_q">Q style</string>
<string name="status_bar_battery_style_tile_title">Override battery tile</string>
<string name="status_bar_battery_style_tile_summary">Use same icon style as above in QS battery tile</string>
<!-- Status bar - Battery custom charging symbol -->
<string name="text_charging_symbol_title">Custom charging symbol for text style</string>
<string name="text_charging_symbol_dialog">Custom charging symbol near battery percentage text</string>
<string name="text_charging_symbol_default">Disabled</string>
<string name="text_charging_symbol_flash">Flash</string>
<string name="text_charging_symbol_tilde">Tilde</string>
<!-- Status bar - Battery percentage -->
<string name="status_bar_battery_percentage_title">Battery percentage</string>
<string name="status_bar_battery_percentage_default">Hidden</string>
<string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
<string name="status_bar_battery_percentage_text_next">Next to the icon</string>
<string name="status_bar_battery_text_position_title">Battery percent position</string>
<string name="status_bar_battery_text_position_left">Left of the icon</string>
<string name="status_bar_battery_text_position_right">Right of the icon</string>
<string name="status_bar_battery_text_charging_title">Battery percentage when charging</string>
<string name="status_bar_battery_text_charging_summary">Always display battery percentage when charging</string>
<!-- Statusbar net monitor -->
<string name="traffic_title">Traffic indicators</string>
<string name="network_traffic_state_title">Network traffic</string>
<string name="network_traffic">Network traffic</string>
<string name="network_traffic_location">Traffic indicator placement</string>
<string name="traffic_disabled">Disabled</string>
<string name="traffic_statusbar">Statusbar</string>
<string name="traffic_expanded_statusbar">Expanded header</string>
<string name="network_traffic_autohide_threshold_title">Net activity autohide threshold (KB/s)</string>
<string name="network_traffic_arrow">Show arrows</string>
<string name="network_traffic_arrow_summary">Show the network traffic indicator arrows</string>
<string name="network_traffic_type">Select net activity type</string>
<string name="show_network_traffic_combined">Combined (Upload + Download)</string>
<string name="show_network_traffic_dynamic">Dynamic</string>
<string name="show_network_traffic_up">Upload</string>
<string name="show_network_traffic_down">Download</string>
<string name="show_network_traffic_all">Both</string>
<string name="nettraf_font_size">Single net font size</string>
<string name="network_traffic_layout">Activity layout</string>
<string name="network_traffic_layout_h">Horizontal</string>
<string name="network_traffic_layout_v">Vertical</string>
<string name="net_traffic_font">Fonts</string>
<!-- Screenshot -->
<string name="screenshot_type_title">Screenshot type</string>
<string name="screenshot_type_fullscreen">Take fullscreen screenshots</string>
<string name="screenshot_type_partial">Drag selection on the area you want to take as a screenshot</string>
<string name="screenshot_options_category">Screenshot options</string>
<string name="screenshot_options_summary">Customize screenshot attributes like time, delay,type etc</string>
<!-- Lock Clock Fonts -->
<string name="lock_clock_font_title">Clock font options</string>
<string name="custom_text_clock_font_title">Typo Clock font options</string>
<string name="lock_clock_font_summary">Change the default font of the lockscreen clock widget</string>
<string name="lock_clock_font_dialog_title">Select lock clock font</string>
<string name="lock_clock_font_stock">Normal (default)</string>
<string name="lock_clock_font_bold">Bold</string>
<string name="lock_clock_font_italic">Italic</string>
<string name="lock_clock_font_bold_italic">Bold Italic</string>
<string name="lock_clock_font_light_italic">Light Italic</string>
<string name="lock_clock_font_thin_italic">Thin Italic</string>
<string name="lock_clock_font_light">Light</string>
<string name="lock_clock_font_thin">Thin</string>
<string name="lock_clock_font_condensed_normal">Condensed</string>
<string name="lock_clock_font_condensed_italic">Condensed Italic</string>
<string name="lock_clock_font_condensed_bold">Condensed Bold</string>
<string name="lock_clock_font_condensed_bold_italic">Condensed Bold Italic</string>
<string name="lock_clock_font_condensed_light">Condensed Light</string>
<string name="lock_clock_font_condensed_light_italic">Condensed Light Italic</string>
<string name="lock_clock_font_medium_normal">Medium</string>
<string name="lock_clock_font_medium_italic">Medium Italic</string>
<string name="lock_clock_font_black">Black</string>
<string name="lock_clock_font_black_italic">Black Italic</string>
<string name="lock_clock_font_dancingscript">DancingScript</string>
<string name="lock_clock_font_dancingscript_bold">DancingScript Bold</string>
<string name="lock_clock_font_comingsoon">ComingSoon</string>
<string name="lock_clock_font_notoserif">NotoSerif Normal</string>
<string name="lock_clock_font_notoserif_italic">NotoSerif Italic</string>
<string name="lock_clock_font_notoserif_bold">NotoSerif Bold</string>
<string name="lock_clock_font_notoserif_bold_italic">NotoSerif Bold Italic</string>
<string name="lock_clock_font_gobold">GoBold Light</string>
<string name="lock_clock_font_roadrage">Road Rage</string>
<string name="lock_clock_font_snowstorm">Snowstorm</string>
<string name="lock_clock_font_googlesans">Google Sans</string>
<string name="lock_clock_font_neoneon">Neoneon</string>
<string name="lock_clock_font_themeable">Themeable (or VCR OSD Mono)</string>
<string name="lock_clock_font_samsung">Shamshung</string>
<string name="lock_clock_font_mexcellent">Mexcellent</string>
<string name="lock_clock_font_burnstown">Burnstown</string>
<string name="lock_clock_font_dumbledor">Dumbledor</string>
<string name="lock_clock_font_phantombold">PhantomBold</string>
<!-- Lock Date Fonts -->
<string name="lock_date_font_title">Date font options</string>
<string name="lock_date_font_summary">Change the default font of the lockscreen date widget</string>
<string name="lock_date_font_dialog_title">Select lock date font</string>
<!-- Lock Clock & Date Size -->
<string name="lockdate_font_size_title">Date font size</string>
<string name="lockclock_font_size_title">Clock font size</string>
<string name="custom_text_clock_font_size_title">Typography Clock size</string>
<!-- Lockscreen Colors -->
<string name="lockscreen_colors">Lockscreen Colors</string>
<string name="lockscreen_clock_color">Lockscreen Clock</string>
<string name="lockscreen_colors_summary">Change color of lockscreen widgets</string>
<string name="lockscreen_clock_date_color">Lockscreen Date</string>
<string name="lockscreen_colors_reset_title">Reset lockscreen colors</string>
<string name="lockscreen_colors_reset_message">Are you sure you want to reset these colors to default?</string>
<string name="lockscreen_colors_title">Lockscreen colors</string>
<string name="lockscreen_owner_info_color">Owner info</string>
<string name="lockscreen_phone_icon_color">Lockscreen Bottom Left shortcut</string>
<string name="lockscreen_lock_icon_color">Lockscreen Lock icon</string>
<string name="lockscreen_camera_icon_color">Lockscreen Bottom Right shortcut</string>
<string name="ls_shortcut_icon_color">Lockscreen Shortcuts</string>
<string name="lockscreen_indication_text_color">Lockscreen Indication text</string>
<string name="lockscreen_weather_temp_color">Weather Temp Color</string>
<string name="lockscreen_weather_city_color">Weather City Color</string>
<string name="lockscreen_weather_icon_color">Weather Icon Color</string>
<string name="yes">YES</string>
<!-- LS OwnerInfo Font & Size -->
<string name="lock_ownerinfo_font_title">OwnerInfo font options</string>
<string name="lock_ownerinfo_font_summary">Change the default font of the lockscreen owner info</string>
<string name="lock_ownerinfo_font_dialog_title">Select lock ownerinfo font</string>
<string name="lockowner_font_size_title">Owner info font size</string>
<!-- Lockscreen clock style -->
<string name="lockscreen_clock_title">Clock style</string>
<string name="lockscreen_clock_dialog_title">Select clock style</string>
<string name="lockscreen_clock_hide">Hide</string>
<string name="lockscreen_clock_default">Default</string>
<string name="lockscreen_clock_default_bold">Default (bold)</string>
<string name="lockscreen_clock_sammy">Sammy</string>
<string name="lockscreen_clock_sammy_bold">Sammy (bold)</string>
<string name="lockscreen_clock_sammy_accent_hour">Sammy Accent(hours)</string>
<string name="lockscreen_clock_sammy_accent_mins">Sammy Accent(minutes)</string>
<string name="lockscreen_clock_text_style">Text clock</string>
<string name="lockscreen_clock_analog_style">Analog Q Style</string>
<string name="lockscreen_clock_analog_num_style">Analog clock(number)</string>
<!-- Lockscreen Date styles -->
<string name="lockscreen_date_selection_title">Date style</string>
<string name="lockscreen_date_dialog_title">Select date style</string>
<string name="lockscreen_date_selection_default">Default</string>
<string name="lockscreen_date_selection_str_box">Semi-transparent box</string>
<string name="lockscreen_date_selection_str_round">Semi-transparent box (round)</string>
<string name="lockscreen_date_selection_qbeta_style">Q Beta pill</string>
<string name="lockscreen_date_selection_str_accent">Rounded, simple and with accent</string>
<string name="lockscreen_date_selection_str_accent_day">Rounded, simple and with accent (alt)</string>
<string name="lockscreen_date_selection_str_accent_transparent">Rounded, transparent and with accent</string>
<string name="lockscreen_date_selection_str_accent_transparent_day">Rounded, transparent and with accent (alt)</string>
<string name="lockscreen_date_selection_str_gradient">Gradient</string>
<string name="lockscreen_date_selection_str_border_accent">Dark with accented borders</string>
<string name="lockscreen_date_selection_str_border_gradient">Dark with gradient borders</string>
<!-- Q To X Clock -->
<string name="center_text_clock_title">Lock Clock Alignment</string>
<!-- Lockscreen Item Alignments -->
<string name="lockscreen_date_alignment_title">LS Date Alignment</string>
<string name="lockscreen_ownerinfo_alignment_title">LS OwnerInfo Alignment</string>
<string name="lock_item_left">Left Aligned</string>
<string name="lock_item_center">Center Aligned</string>
<string name="lock_item_right">Right Aligned</string>
<string name="lockscreen_item_padding_title">Lockscreen Items Padding</string>
<!-- Data disabled icon -->
<string name="data_disabled_icon_title">Data disabled icon</string>
<string name="data_disabled_icon_summary">Display a cross sign next to signal bar when data is disabled</string>
<string name="qs_bg_use_new_tint">QS tile colors</string>
<string name="qs_bg_use_new_tint_summary">Use accent color for qs tile icons and background</string>
<!-- Heads up -->
<string name="heads_up_notifications">Heads Up</string>
<string name="heads_up_summary">Customize Heads Up Behavior</string>
<string name="summary_heads_up_enabled">Pop-up notifications are enabled</string>
<string name="summary_heads_up_disabled">Pop-up notifications are disabled</string>
<string name="add_heads_up_package">Add app</string>
<string name="add_heads_up_stoplist_summary">Disable heads up notifications in these applications</string>
<string name="add_heads_up_blacklist_summary">Disable heads up from these applications</string>
<string name="heads_up_stoplist_title">Stoplist</string>
<string name="heads_up_blacklist_title">Blacklist</string>
<string name="profile_choose_app">Choose app</string>
<string name="dialog_delete_title">Delete</string>
<string name="dialog_delete_message">Remove selected item?</string>
<!-- Hide Lockscreen shortcuts on secure Lockscreen -->
<string name="lockscreen_hide_shortcuts_title">Hide Bottom Shortcuts</string>
<string name="lockscreen_hide_shortcuts_summary">Hide Left-Right Shortcuts on secure lock screens</string>
<!-- AOKP custom system animations -->
<string name="animation_settings_title">Animations</string>
<string name="animation_settings_summary">System Wide Animation Options</string>
<string name="animation_title">Animations</string>
<string name="system_animation_title">System Animations</string>
<string name="activity_open_title">Activity open animation</string>
<string name="activity_close_title">Activity close animation</string>
<string name="task_open_title">Task open animation</string>
<string name="task_open_behind_title">Task open behind animation</string>
<string name="task_close_title">Task close animation</string>
<string name="task_move_to_front_title">Move to front animation</string>
<string name="task_move_to_back_title">Move to back animation</string>
<string name="wallpaper_open_title">Wallpaper open animation</string>
<string name="wallpaper_close_title">Wallpaper close animation</string>
<string name="wallpaper_intra_open_title">Wallpaper intra open animation</string>
<string name="wallpaper_intra_close_title">Wallpaper intra close animation</string>
<string name="animation_duration_title">Animation duration</string>
<string name="animation_duration_default">Default</string>
<!-- Toast Animation -->
<string name="toast_animation_title">Toast animation</string>
<string name="toast_none_animation">None</string>
<string name="toast_default_animation">Default</string>
<string name="toast_fade_animation">Fade</string>
<string name="toast_SlideRight_animation">Slide right</string>
<string name="toast_SlideLeft_animation">Slide left</string>
<string name="toast_Xylon_animation">Xylon</string>
<string name="toast_Toko_animation">Toko</string>
<string name="toast_Tn_animation">Tn</string>
<string name="toast_Honami_animation">Honami</string>
<string name="toast_FastFade_animation">Fast fade</string>
<string name="toast_GrowFade_animation">Grow fade</string>
<string name="toast_GrowFadeCenter_animation">Grow fade center</string>
<string name="toast_GrowFadeBottom_animation">Grow fade bottom</string>
<string name="toast_Translucent_animation">Translucent</string>
<string name="toast_SlideLeftRight_animation">Slide left to right</string>
<string name="toast_SlideRightLeft_animation">Slide right to left</string>
<!-- ListView animation -->
<string name="listview_animation_title">ListView animation</string>
<string name="listview_off">Default</string>
<string name="listview_wave_left">Wave (left)</string>
<string name="listview_wave_right">Wave (right)</string>
<string name="listview_alpha">Alpha</string>
<string name="listview_scale">Scale</string>
<string name="listview_stack_top">Stack (top)</string>
<string name="listview_stack_bottom">Stack (bottom)</string>
<string name="listview_unfold">Unfold</string>
<string name="listview_fold">Fold</string>
<string name="listview_translate_left">Translate (left)</string>
<string name="listview_translate_right">Translate (right)</string>
<!-- ListView interpolator -->
<string name="listview_interpolator_title">ListView interpolator</string>
<string name="listview_accelerate_interpolator">Accelerate</string>
<string name="listview_decelerate_interpolator">Decelerate</string>
<string name="listview_accelerate_decelerate_interpolator">Accelerate and decelerate</string>
<string name="listview_anticipate_interpolator">Anticipate</string>
<string name="listview_overshoot_interpolator">Overshoot</string>
<string name="listview_anticipate_overshoot_interpolator">Anticipate and overshoot</string>
<string name="listview_bounce_interpolator">Bounce</string>
<!-- Option to enable/disable scrolling cache -->
<string name="pref_scrollingcache_title">Scrolling cache</string>
<string name="pref_scrollingcache_summary">Scrolling cache may improve scrolling performance at the cost of memory</string>
<string name="pref_scrollingcache_force_enable">Force enable</string>
<string name="pref_scrollingcache_default_enable">Default enable</string>
<string name="pref_scrollingcache_default_disable">Default disable</string>
<string name="pref_scrollingcache_force_disable">Force disable</string>
<!-- Force disable transition animation -->
<string name="disable_transition_animations_title">Disable transition animations</string>
<string name="disable_transition_animations_summary">Force disable all transition animations</string>
<!-- Screen off animation -->
<string name="screen_off_animation_fade">Simple fade</string>
<string name="screen_off_animation_color">Color fade</string>
<string name="screen_off_animation_crt">CRT</string>
<string name="screen_off_animation_scale">Scale</string>
<string name="screen_off_animation_title">Screen off animation</string>
<!-- Tiles animation style -->
<string name="qs_tiles">QS Tiles</string>
<string name="qs_tile_animation_style_title">Animation style</string>
<string name="qs_tile_animation_duration_title">Animation duration</string>
<string name="qs_tile_animation_interpolator_title">Tiles animation interpolator</string>
<string name="qs_tile_animation_style_off">No animation</string>
<string name="qs_tile_animation_style_flip">Flip</string>
<string name="qs_tile_animation_style_rotate">Rotate</string>
<string name="qs_tile_animation_duration_low">Low</string>
<string name="qs_tile_animation_duration_default">Default</string>
<string name="qs_tile_animation_duration_fast">Fast</string>
<string name="qs_tile_animation_duration_quite_fast">Quite fast</string>
<string name="qs_tile_animation_duration_super_fast">Super fast</string>
<string name="qs_tile_animation_interpolator_linearInterpolator">Linear</string>
<string name="qs_tile_animation_interpolator_accelerateInterpolator">Accelerate</string>
<string name="qs_tile_animation_interpolator_decelerateInterpolator">Decelerate</string>
<string name="qs_tile_animation_interpolator_accelerateDecelerateInterpolator">Accelerate decelerate</string>
<string name="qs_tile_animation_interpolator_bounceInterpolator">Bounce</string>
<string name="qs_tile_animation_interpolator_overshootInterpolator">Overshoot</string>
<string name="qs_tile_animation_interpolator_anticipateInterpolator">Anticipate</string>
<string name="qs_tile_animation_interpolator_anticipateOvershootInterpolator">Anticipate overshoot</string>
<string name="qs_set_animation_style">%1$s</string>
<string name="qs_set_animation_duration">%1$s</string>
<string name="qs_set_animation_interpolator">%1$s</string>
<!-- Power menu Animations -->
<string name="power_menu_animation_title">Power menu animation</string>
<string name="power_menu_animation_summary">Change the enter/exit animation of the power menu</string>
<string name="power_menu_animation_dialog_title">Select power menu animation</string>
<string name="power_menu_animation_aosp">AOSP (defalt)</string>
<string name="power_menu_animation_bottom">Bottom</string>
<string name="power_menu_animation_top">Top</string>
<string name="power_menu_animation_xylon">Fly</string>
<string name="power_menu_animation_slide">Slide</string>
<string name="power_menu_animation_turn">Turn</string>
<string name="power_menu_animation_fly">Glow</string>
<string name="power_menu_animation_card">3D</string>
<string name="power_menu_animation_translucent_top">Translucent (top)</string>
<string name="power_menu_animation_translucent_bottom">Translucent (bottom)</string>
<!-- Volume Steps Fragment -->
<string name="volume_steps_fragment_title">Volume steps</string>
<string name="volume_steps_summary">Customize volume steps</string>
<string name="volume_steps_alarm_title">Volume steps: Alarm</string>
<string name="volume_steps_dtmf_title">Volume steps: DTMF</string>
<string name="volume_steps_music_title">Volume steps: Media</string>
<string name="volume_steps_notification_title">Volume steps: Notification</string>
<string name="volume_steps_ring_title">Volume steps: Ringer</string>
<string name="volume_steps_system_title">Volume steps: System</string>
<string name="volume_steps_voice_call_title">Volume steps: Voice Call</string>
<string name="volume_steps_reset">Reset</string>
<!-- Notification headers -->
<string name="notification_headers_title">Notification Headers</string>
<string name="notification_headers_summary">Show headers in the notification shade\nRequires a SystemUI restart</string>
<!-- Center R Notification headers -->
<string name="center_notification_headers_title">Center notification headers</string>
<string name="center_notification_headers_summary">Whether to Center R style notification headers (Requires a SystemUI restart)</string>
<!-- Dashboard -->
<string name="dashboard_conditions_title">Dashboard conditions</string>
<string name="summary_dashboard_conditions_enabled">Dashboard conditions are enabled</string>
<string name="summary_dashboard_conditions_disabled">Dashboard conditions are disabled</string>
<string name="dashboard_suggestions_title">Dashboard suggestions</string>
<string name="summary_dashboard_suggestions_enabled">Dashboard suggestions are enabled</string>
<string name="summary_dashboard_suggestions_disabled">Dashboard suggestions are disabled</string>
<!-- Lock screen visualizer -->
<string name="lockscreen_visualizer_title">Display music visualizer</string>
<string name="lockscreen_visualizer_summary">Toggle lockscreen visualizer</string>
<string name="lockscreen_visualizer_enable">Music Visualizer</string>
<string name="lockscreen_visualizer_enable_summary">Show visualizer bars while playing music</string>
<string name="lockscreen_autocolor_title">Automatic color</string>
<string name="lockscreen_autocolor_summary">Sync color with lockscreen background</string>
<string name="lockscreen_autocolor_lavalamp">Requires lava lamp disabled</string>
<string name="lockscreen_lavalamp_title">Lava lamp</string>
<string name="lockscreen_lavalamp_summary">Use a smooth lava lamp style color blend animation</string>
<string name="lockscreen_lavalamp_speed_title">Color blend interval</string>
<string name="lockscreen_solid_lines_category">Solid Lines</string>
<string name="lockscreen_solid_units_count_title">Lines count</string>
<string name="lockscreen_solid_fudge_factor_title">Sanity level</string>
<string name="lockscreen_solid_units_opacity_title">Lines opacity</string>
<!-- Media art -->
<string name="lockscreen_media_art_title">Media art</string>
<string name="lockscreen_media_art_summary">Toggle visibility of media art</string>
<!-- Lockscreen media artwork -->
<string name="lockscreen_media_blur_title">Media art blur level</string>
<string name="lockscreen_lock_icon_title">Lock icon</string>
<string name="lockscreen_lock_icon_summary">Display lock icon on the lockscreen</string>
<!-- Charging animation -->
<string name="charging_animation_title">Charging animation</string>
<string name="charging_animation_summary">Display an animation when the device is plugged in</string>
<string name="lockscreen_charging_animation_title">Charging animation</string>
<string name="lockscreen_charging_animation_flash">Flash</string>
<string name="lockscreen_charging_animation_battery">Battery</string>
<string name="lockscreen_charging_animation_drop">Drop</string>
<string name="lockscreen_charging_animation_explosion">Explosion</string>
<string name="lockscreen_charging_animation_water">Water</string>
<string name="lockscreen_charging_animation_phone">Phone</string>
<string name="lockscreen_charging_animation_stack">Stack</string>
<string name="lockscreen_charging_animation_wavy">Wavy</string>
<string name="click_partial_screenshot_title">Click to partial screenshot</string>
<string name="click_partial_screenshot_summary">Short click Volume Down and Power to take partial screenshot</string>
<!-- Volume Panel Plugin -->
<string name="volume_panel">Volume Panel Style</string>
<string name="volume_panel_stock">Stock</string>
<string name="volume_panel_aosp">AOSP</string>
<string name="volume_panel_compact">Compact</string>
<string name="volume_panel_oreo">Oreo</string>
<string name="volume_panel_tiled">Tiled</string>
<!-- Volume Panel Plugin Values -->
<string name="volume_panel_stock_val">com.android.systemui.volume</string>
<string name="volume_panel_aosp_val">co.potatoproject.plugin.volume.aosp</string>
<string name="volume_panel_compact_val">co.potatoproject.plugin.volume.compact</string>
<string name="volume_panel_oreo_val">co.potatoproject.plugin.volume.oreo</string>
<string name="volume_panel_tiled_val">co.potatoproject.plugin.volume.tiled</string>
<!-- Statusbar Clock -->
<string name="clock_style_category_title">Clock Settings</string>
<string name="clock_style_category_summary">Statusbar Clock Tuner</string>
<string name="status_bar_clock_title">Clock settings</string>
<string name="status_bar_clock_show">Show clock and date</string>
<string name="status_bar_clock_style_title">Clock style</string>
<string name="status_bar_clock_style_right">Right</string>
<string name="status_bar_clock_style_center">Center</string>
<string name="status_bar_clock_style_left">Left</string>
<string name="status_bar_am_pm_title">AM/PM style</string>
<string name="status_bar_am_pm_info">24-hour clock is enabled</string>
<string name="status_bar_am_pm_normal">Normal</string>
<string name="status_bar_am_pm_small">Small</string>
<string name="status_bar_am_pm_hidden">Hidden (default)</string>
<string name="clock_seconds_display">Show seconds</string>
<string name="clock_date_display">Date</string>
<string name="clock_date_display_summary">Display custom date before the clock</string>
<string name="clock_date_display_none">Don\'t show</string>
<string name="clock_date_display_small">Small font size</string>
<string name="clock_date_display_normal">Normal font size</string>
<string name="clock_date_style">Date style</string>
<string name="clock_date_style_normal">Normal</string>
<string name="clock_date_style_lowercase">Lowercase</string>
<string name="clock_date_style_uppercase">Uppercase</string>
<string name="clock_date_format_custom">Custom java format</string>
<string name="clock_date_format">Date format</string>
<string name="clock_date_string_edittext_title">Must be in DateFormat eg. MM/dd/yy</string>
<string name="clock_date_string_edittext_summary">Enter string</string>
<!-- Statusbar Clock Font Style, Size & Color -->
<string name="status_bar_clock_font_style_title">Clock font style</string>
<string name="status_bar_clock_font_size_title">Clock font size</string>
<string name="status_bar_clock_color_title">Clock font color</string>
<string name="clock_date_right">Right of time</string>
<string name="clock_date_left">Left of time</string>
<string name="clock_date_position">Date position</string>
<!-- Battery Bar -->
<string name="battery_bar_title">Battery bar</string>
<string name="battery_bar_summary">Display and customize battery bar near status bar or navigation bar</string>
<string name="battery_bar_no_navbar">Battery bar location</string>
<string name="battery_bar_location_hide">Hide</string>
<string name="battery_bar_location_statusbar">Statusbar</string>
<string name="battery_bar_color">Battery bar color</string>
<string name="battery_bar_charging_color">Battery bar charging color</string>
<string name="battery_bar_battery_low_color">Battery bar low battery color</string>
<string name="battery_bar_cat">Battery bar style</string>
<string name="battery_bar_style_title">Battery bar alignment</string>
<string name="battery_bar_thickness_title">Battery bar thickness</string>
<string name="battery_bar_animate_title">Charging animation</string>
<string name="battery_bar_style_regular">Regular</string>
<string name="battery_bar_style_center_mirrored">Center-mirrored</string>
<string name="battery_bar_style_reversed">Reversed</string>
<string name="battery_bar_use_charging_color">Custom charging color</string>
<string name="battery_bar_blend_color_title">Blend colors</string>
<string name="battery_bar_blend_color_summary">Blend full/empty colors corresponding to battery percentage</string>
<string name="battery_bar_blend_color_reverse_title">Reverse color direction</string>
<string name="battery_bar_blend_color_reverse_summary_off">Full &#8594; empty: red &#8592; green &#8592; blue &#8592; red</string>
<string name="battery_bar_blend_color_reverse_summary_on">Full &#8594; empty: red &#8594; green &#8594; blue &#8594; red</string>
<!-- FOD animations -->
<string name="fod_recog_animation">FOD recognizing animation</string>
<string name="fod_recog_animation_summary">Shows an animation while reading your finger</string>
<string name="fod_recog_animation_effect_title">Recognizing animation effect</string>
<string name="fod_recog_animation_miui_normal">MIUI default</string>
<string name="fod_recog_animation_miui_aod">AOD</string>
<string name="fod_recog_animation_miui_light">Light</string>
<string name="fod_recog_animation_miui_pop">Pop</string>
<string name="fod_recog_animation_miui_pulse">Pulse</string>
<string name="fod_recog_animation_miui_pulse_white">Pulse (White)</string>
<string name="fod_recog_animation_miui_rhythm">Rhythm</string>
<string name="fod_recog_animation_op_cosmos">Cosmos</string>
<string name="fod_recog_animation_op_mclaren">McLaren</string>
<string name="fod_recog_animation_op_scanning">Scanning (Cyberpunk 2077)</string>
<string name="fod_recog_animation_op_stripe">Stripe</string>
<string name="fod_recog_animation_op_wave">Wave</string>
<string name="fod_recog_animation_pureview_dna">DNA</string>
<string name="fod_recog_animation_pureview_future">Future</string>
<string name="fod_recog_animation_pureview_halo_ring">Halo ring</string>
<string name="fod_recog_animation_pureview_molecular">Molecular</string>
<!-- Navbar Entries -->
<string name="navbar_gestures_title">Navigation gesture options</string>
<string name="navbar_gestures_summary">Choose buttons or gestures to navigate your device</string>
<!-- Navbar Animation -->
<string name="pixel_navbar_anim_title">Pixel animation</string>
<string name="pixel_navbar_anim_summary">Toggle home button animation</string>
<!-- QS Footer Text -->
<string name="qs_footer_text_title">QS footer text</string>
<string name="qs_footer_text_summary">Display text at bottom of QS panel</string>
<string name="qs_footer_text_string_title">Customize footer text</string>
<string name="qs_footer_text_string_summary">Set to empty for default #KeepTheLove</string>
<!-- QS Header data uasge -->
<string name="qs_datausage_title">Data usage in QS Header</string>
<string name="qs_datausage_disabled">Disabled</string>
<string name="qs_datausage_daily">Daily usage</string>
<string name="qs_datausage_monthly">Monthly usage</string>
<!-- Navbar options -->
<string name="navigation_bar_invert_layout_title">Invert layout</string>
<string name="navigation_bar_invert_layout_summary">Inverts the layout of the navigation bar and other items, such as the IME switcher</string>
<string name="unsupported_gestures">Enable two button or three button navigation to use this feature</string>
<string name="navbar_visibility">Nav Bar</string>
<string name="navbar_vis_summary">Enable-disable navigation bar</string>
<!-- Roaming indicator icon -->
<string name="roaming_indicator_icon_title">Roaming indicator</string>
<string name="roaming_indicator_icon_summary">Display roaming indicator in signal icon when in roaming mode</string>
<!-- Brightness control -->
<string name="status_bar_toggle_brightness">Brightness control</string>
<string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
<!-- Heads up options -->
<string name="less_boring_heads_up_title">Make heads up less annoying</string>
<string name="less_boring_heads_up_summary">Show heads up only for dialer or messaging app if they are not in foreground</string>
<!-- FOD icon picker -->
<string name="fod_icon_picker_title">Fingerprint icon</string>
<string name="fod_icon_picker_summary">Choose your favorite fingerprint icon</string>
<string name="fod_icon_picker_footer">In order to add your own icon, select the top left icon and use the OnePlus 6T FP Customizer app to select the icon you want.</string>
<!-- QS header image -->
<string name="status_bar_custom_header_title">Header image</string>
<string name="status_bar_custom_header_summary">Use a custom image for QS header</string>
<string name="custom_header_provider_title">Image type</string>
<string name="daylight_header_provider_title">Automatic (Time based)</string>
<string name="file_header_provider_title">Static</string>
<string name="daylight_header_pack_title">Image collection</string>
<string name="header_provider_disabled">Disabled</string>
<string name="custom_header_pick_title">Pick image from collection</string>
<string name="custom_header_pick_summary">Select an image from pre-installed image collections</string>
<string name="file_header_select_title">Pick image from storage</string>
<string name="file_header_select_summary">Select an image from internal storage</string>
<string name="status_bar_custom_header_shadow_title">Darken image</string>
<!-- FOD pressed color -->
<string name="fod_pressed_color_title">Fingerprint pressed color</string>
<string name="fod_pressed_color_white">White</string>
<string name="fod_pressed_color_cyan">Cyan</string>
<string name="fod_pressed_color_green">Green</string>
<string name="fod_pressed_color_yellow">Yellow</string>
<!-- Gaming mode -->
<string name="gaming_mode_title">Gaming Mode</string>
<string name="gaming_mode_summary">Customize gaming mode preferences</string>
<string name="gaming_mode_enable_title">Enable Gaming Mode</string>
<string name="gaming_mode_enable_summary">Master switch for Gaming Mode</string>
<string name="gaming_mode_app_picker_title">Automatically turn on for these apps</string>
<string name="add_gaming_mode_package_title">Add apps for Gaming mode</string>
<string name="add_gaming_mode_package_summary">Gaming mode will turn on automatically when these apps are opened and turn off when they are closed</string>
<string name="gaming_mode_headsup_title">Block notifications</string>
<string name="gaming_mode_headsup_summary">Block all headsup messages except calls</string>
<string name="gaming_mode_hardware_keys_title">Lock buttons</string>
<string name="gaming_mode_hardware_keys_summary">Disable hardware buttons when Gaming mode is turned on</string>
<string name="gaming_mode_brightness_title">Disable automatic brightness</string>
<string name="gaming_mode_brightness_summary">Lock screen brightness when Gaming mode is turned on</string>
<string name="gaming_mode_ringer_title">Ringer in gaming mode</string>
<string name="gaming_mode_ringer_off_title">Do not change</string>
<string name="gaming_mode_ringer_vibrate_title">Vibrate</string>
<string name="gaming_mode_ringer_dnd_title">Do Not Disturb</string>
<string name="gaming_mode_ringer_silent_title">Silent</string>
<string name="gaming_mode_notifications_title">Gaming mode indication</string>
<string name="gaming_mode_notifications_off_title">Disabled</string>
<string name="gaming_mode_notifications_notif_title">Show notification</string>
<string name="gaming_mode_notifications_toast_title">Show toasts</string>
<string name="gaming_mode_notifications_all_title">Show toasts and notification</string>
<string name="gaming_mode_dynamic_title">Dynamic mode</string>
<string name="gaming_mode_dynamic_summary">Try detecting and adding gaming apps automatically</string>
<!-- Ambient edge lighting -->
<string name="pulse_ambient_light_category">Screen edge lighting</string>
<string name="pulse_ambient_light_title">Show on new notifcation</string>
<string name="pulse_ambient_light_summary">Show light pulse on new notification</string>
<string name="ambient_notification_light_enabled_title">Show on always on</string>
<string name="ambient_notification_light_enabled_summary">Show light pulse on new notification using always on</string>
<string name="ambient_notification_light_color_title">Custom color</string>
<string name="ambient_notification_light_color_summary">Default color for light pulse</string>
<string name="ambient_notification_light_hide_aod_title">Only show light pulse</string>
<string name="ambient_notification_light_hide_aod_summary">Hide all other display elements from always on</string>
<string name="ambient_notification_light_timeout_title">Timeout for light pulse</string>
<string name="entry_infinite">Infinite</string>
<string name="entry_five_minute">5 minutes</string>
<string name="entry_ten_minute">10 minutes</string>
<string name="entry_thirty_minute">30 minutes</string>
<string name="entry_sixty_minute">60 minutes</string>
<string name="entry_fifteen_minute">15 minutes</string>
<string name="ambient_notification_light_color_mode_title">Light pulse color</string>
<string name="ambient_notification_light_color_mode_automatic">Notification color</string>
<string name="ambient_notification_light_color_mode_accent">System accent color</string>
<string name="ambient_notification_light_color_mode_custom">Custom color</string>
<string name="pulse_ambient_light_duration_title">Duration</string>
<string name="pulse_ambient_light_duration_summary">Sets the ambient light animation duration</string>
<string name="pulse_ambient_light_repeat_count_title">Edge Light Repeat count</string>
<string name="pulse_ambient_light_repeat_count_summary">Set max repeat count. 0 for infinite</string>
<string name="enable_oneui">OneUI</string>
<string name="enable_oneui_summary">Show spacer above settings actionbar for easier use with one hand\nNOTE: restart settings app to see effect</string>
<!-- Power menu on lockscreen -->
<string name="lockscreen_power_menu_disabled_title">Disable power menu on lock screen</string>
<string name="lockscreen_power_menu_disabled_summary">This will only disable the power menu on secure lock screens</string>
<!-- Custom carrier label and position -->
<string name="carrier_label_category_title">CarrierLabel Settings</string>
<string name="carrier_label_category_summary">Customize statusbar carrierlabel</string>
<string name="carrier_label_settings_title">Carrier Label</string>
<string name="carrier_label_settings_summary">Customize the carrier label</string>
<string name="custom_carrier_label_title">Custom carrier label</string>
<string name="custom_carrier_label_explain">Please enter a new label. Leave blank to revert to stock label.</string>
<string name="custom_carrier_label_notset">Custom label currently not set</string>
<string name="show_carrier_title">Carrier label</string>
<string name="show_carrier_disabled">Disabled</string>
<string name="show_carrier_keyguard">Lockscreen only</string>
<string name="show_carrier_statusbar">Statusbar only</string>
<string name="show_carrier_enabled">Lockscreen &amp; statusbar</string>
<string name="status_bar_carrier_color">Carrier label color</string>
<string name="status_bar_carrier_size">Carrier label size</string>
<string name="status_bar_carrier_font_style_title">Carrier Label Font</string>
<!-- Brightness Slider style -->
<string name="brightness_slider_style_title">Brightness slider style</string>
<string name="brightness_slider_style_default">Default</string>
<string name="brightness_slider_style_daniel">Daniel</string>
<string name="brightness_slider_style_mememini">Meme mini</string>
<string name="brightness_slider_style_memeround">Meme round</string>
<string name="brightness_slider_style_memeroundstroke">Meme round stroke</string>
<string name="brightness_slider_style_memestroke">Meme stroke</string>
<!-- GUI styles -->
<string name="ui_style_title">UI Style</string>
<string name="ui_style_default">Default</string>
<string name="ui_style_no_corner_radius">No Corner Radius</string>
<string name="ui_style_rectangle">Rectangle</string>
<string name="ui_style_round_large">Round Large</string>
<string name="ui_style_round_medium">Round Medium</string>
<!-- Quick Settings brightness slider -->
<string name="qs_show_brightness_slider_title">Brightness slider</string>
<string name="qs_show_brightness_slider_summary">Show a brightness slider in the quick settings panel</string>
<string name="qs_show_auto_brightness_title">Autobrightness icon</string>
<string name="qs_show_auto_brightness_summary">Show toggle for adaptive brightness near the slider</string>
<string name="qs_show_brightness_slider_show_never">Never show</string>
<string name="qs_show_brightness_slider_show_expanded">Show when expanded</string>
<string name="qs_show_brightness_slider_show_always">Show always</string>
<string name="qs_brightness_position_bottom_title">Brightness slider at bottom</string>
<string name="qs_brightness_position_bottom_summary">Show the brightness slider on bottom quick settings</string>
<!-- Panel Background style -->
<string name="panel_bg_title">Panel background style</string>
<string name="panel_bg_dialog_title">Select panel background model</string>
<string name="panel_default">Default</string>
<string name="panel_batik">Batik</string>
<string name="panel_kece">Kece</string>
<string name="panel_outline">Outline</string>
<!-- QS header styles -->
<string name="qs_header_style_title">QS Header style</string>
<string name="qs_header_black">Black</string>
<string name="qs_header_grey">Grey</string>
<string name="qs_header_lightgrey">Light Grey</string>
<string name="qs_header_accent">Accent Based</string>
<string name="qs_header_transparent">Transparent</string>
<!-- Quick Settings quick pulldown -->
<string name="quick_settings_quick_pull_down_title">Quick Settings quick pull-down</string>
<string name="quick_settings_quick_pull_down_summary">Automatically expand Quick Settings when pulling from the right side of the status bar</string>
<string name="qs_edit_title">Edit Icon</string>
<string name="qs_edit_summary">Enable the tile edit icon in the footer</string>
<!-- Allow fake signature -->
<string name="allow_signature_fake">Allow signature spoofing</string>
<string name="allow_signature_fake_summary">Allow apps to bypass security systems by pretending to be a different app.</string>
<!-- Rounded corners -->
<string name="corners_category_title">Rounded corners (beta)</string>
<string name="corners_category_summary">Adjust rounded corners and padding</string>
<string name="corners_title">Customize rounded corners</string>
<string name="corner_radius">Rounded corner radius</string>
<string name="content_padding">Corner content padding</string>
<string name="corner_fwvals">Use framework values</string>
<string name="corner_fwvals_summary">Useful if the device actually has rounded corners</string>
<string name="unit_pixels">dp</string>
<!-- Show Statusbar on Lockscreen -->
<string name="lockscreen_status_bar_title">Status bar</string>
<string name="lockscreen_status_bar_summary">Display status bar on the lockscreen</string>
<!-- Switch styles -->
<string name="switch_style_title">Switch appearance</string>
<string name="switch_default">Default</string>
<string name="switch_oneplus">OnePlus</string>
<string name="switch_narrow">Narrow</string>
<string name="switch_contained">Contained</string>
<string name="switch_md2">MD2</string>
<string name="switch_retro">Retro</string>
<string name="switch_telegram">Telegram</string>
<string name="switch_stockish">Stockish</string>
<!-- QS tile styles -->
<string name="qs_tile_style_title">QS tile style</string>
<string name="qstile_default">Default</string>
<string name="qstile_circle_trim">Circle with trim</string>
<string name="qstile_dual_tone_circle">Dual-toned circle</string>
<string name="qstile_squircle_trim">Squircle with trim</string>
<string name="qstile_wavey">Wavey</string>
<string name="qstile_pokesign">Pokesign</string>
<string name="qstile_ninja">Ninja</string>
<string name="qstile_dottedcircle">Dotted Circle</string>
<string name="qstile_attemptmountain">An attempt of a mountain</string>
<string name="qstile_squaremedo">The Squaremedo</string>
<string name="qstile_inkdrop">Ink</string>
<string name="qstile_cookie">Cookie</string>
<string name="qstile_circleoutline">Circle Outline</string>
<string name="qstile_cosmos">Shishu Cosmos</string>
<string name="qstile_divided">Divided Circle</string>
<string name="qstile_neonlike">Neon Light</string>
<string name="qstile_oos">Oxygen</string>
<string name="qstile_triangles">Triangle</string>
<!-- QS BG Tint -->
<string name="qs_themes_category_title">QS Themes</string>
<string name="qs_tint_off">Gradient Effect</string>
<string name="qs_tint_random">Random Color</string>
<string name="qs_tint_accent">Accent Color</string>
<!-- QS Label Tint -->
<string name="qs_label_use_new_tint">QS Label Tint</string>
<string name="qs_label_tint_off">Default</string>
<string name="qs_label_tint_random">Random Color Tint</string>
<string name="qs_label_tint_accent">Accent Color Tint</string>
<string name="qs_label_tint_gradient">Gradient Color Tint</string>
<!-- Qs Tile Icon Bright-Dark -->
<string name="qs_icon_primary_title">Qs Tile Icon Bright|Dark</string>
<string name="qs_icon_primary_summary">Make Qs Icon Bright-Dark if gradient tint enabled</string>
<!-- SmartSpace -->
<string name="smart_space_title">Google Smart space</string>
<string name="smart_space_summary">Display conditional info such as weather and events on lockscreen\nRequires a SystemUI restart</string>
</resources>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@
<string name="social_header">#Să începem!</string>
<string name="cherish_web">Site web</string>
<string name="cherish_web_description">Site CherishOS pentru mai multe informații.</string>
<string name="cherish_web_link">http://cherish.github.io</string>
<string name="cherish_web_link">http://cherishos.com</string>
<string name="cherish_telegram">Telegram</string>
<string name="cherish_telegram_description">Canalul CherishOS.</string>
<string name="cherish_telegram_link">https://t.me/CherishOS</string>
@@ -36,7 +36,7 @@
<string name="cherish_github_link">https://github.com/CherishOS/</string>
<string name="donate">Sprijină-ne</string>
<string name="donate_description">Donația nu este necesară, dar fiecare bănuț din partea ta ne va ajuta să plătim facturile serverului.</string>
<string name="donation_link">https://paypal.me</string>
<string name="donation_link">https://paypal.me/hungphan2001</string>
<!--Device maintainers -->
<string name="official_devices">Dispozitive oficiale</string>
<string name="maintainers_header">Responsabili</string>

View File

@@ -99,758 +99,5 @@
<string name="theme_select_summary">Browse and select installed themes</string>
<!-- Battery light -->
<string name="battery_light_settings">Lumină de încărcare a bateriei</string>
<string name="battery_light_enable">Activează</string>
<string name="battery_light_allow_on_dnd_title">Lumina bateriei în modul Nu Deranjați</string>
<string name="battery_light_low_blinking_title">Lumină intermitentă la baterie slabă</string>
<string name="battery_light_cat">Culoarea LED la încărcarea bateriei</string>
<string name="battery_light_low_color">Baterie descărcată</string>
<string name="battery_light_medium_color">Nivel mediu al bateriei</string>
<string name="battery_light_full_color">Baterie aproape încărcată complet</string>
<string name="battery_light_reallyfull_color">Baterie încărcată complet (100)</string>
<string name="notification_light_settings">Notifications light</string>
<!-- Volume rocker music control -->
<string name="volume_rocker_music_controls_title">Playback control</string>
<string name="volume_rocker_music_controls_summary">When the screen is off, long-pressing the volume keys will seek music tracks</string>
<!-- Volume rocker wake -->
<string name="volume_rocker_wake_title">Volume rocker wake</string>
<string name="volume_rocker_wake_summary">Pressing the volume keys will wake your device</string>
<!-- Language options - Volume rocker cursor control -->
<string name="cursor_section_header">Cursor</string>
<string name="volume_key_cursor_control_title">Volume key cursor control</string>
<string name="volume_key_cursor_control_off">Disabled</string>
<string name="volume_key_cursor_control_on">Volume up/down moves cursor left/right</string>
<string name="volume_key_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
<string name="torch_long_press_power_gesture_title">Screen off power button torch</string>
<string name="torch_long_press_power_gesture_desc">Long press power button while the screen is off to turn on the flashlight</string>
<string name="torch_long_press_power_timeout_title">Automatically turn torch off</string>
<string name="torch_long_press_power_timeout_never">Never</string>
<string name="torch_long_press_power_timeout_1min">1 minute</string>
<string name="torch_long_press_power_timeout_2min">2 minutes</string>
<string name="torch_long_press_power_timeout_5min">5 minutes</string>
<string name="torch_long_press_power_timeout_10min">10 minutes</string>
<!-- Wakeup options -->
<string name="wakeup_when_plugged_unplugged_title">Wake up on charge</string>
<string name="wakeup_when_plugged_unplugged_summary">Wake up device if charger is plugged/unplugged.</string>
<!-- Statusbar Tuner -->
<string name="status_bar_system_icons_title">Iconițe de sistem</string>
<string name="status_bar_system_icons_summary">Alegeţi ce pictograme să fie afișate în bara de stare</string>
<string name="statusbar_items_title">Elemente bară de stare</string>
<!-- Navbar tuner -->
<string name="navbar_tuner_title">Navbar buttons</string>
<!-- Incall Home button behavior-->
<string name="allow_incall_home_title">Home button when ringing</string>
<string name="allow_incall_home_summary">Allow to use Home button when device is ringing</string>
<!-- Buttons backlight timeout -->
<string name="backlight_timeout_title">Buttons backlight timeout</string>
<string name="backlight_timeout_on">Enabled always</string>
<string name="backlight_timeout_3s">3 sec</string>
<string name="backlight_timeout_default">5 sec (default)</string>
<string name="backlight_timeout_10s">10 sec</string>
<string name="backlight_timeout_15s">15 sec</string>
<string name="backlight_timeout_20s">20 sec</string>
<string name="backlight_timeout_30s">30 sec</string>
<!-- Enable keys backlight-->
<string name="button_brightness_title">Backlight</string>
<!-- Enable keys backlight-->
<string name="button_brightness_sw_title">Enable backlight</string>
<string name="button_backlight_on_touch_only_title">Button touch</string>
<string name="button_backlight_on_touch_only_summary">Enable backlight with timeout only on button touch</string>
<!-- HW Keys customization -->
<string name="picker_activities">Activities</string>
<string name="select_custom_app_title">Select custom app</string>
<string name="select_custom_activity_title">Select custom activity</string>
<string name="profile_applist_title">Applications</string>
<string name="choose_action_title">Choose action</string>
<string name="action_entry_default_action">Default settings</string>
<string name="action_entry_select_app">Select application</string>
<string name="action_entry_custom_action">Select custom action</string>
<string name="hardware_keys_home_key_title">Home button</string>
<string name="hardware_keys_menu_key_title">Menu button</string>
<string name="hardware_keys_assist_key_title">Search button</string>
<string name="hardware_keys_appswitch_key_title">Overview button</string>
<string name="hardware_keys_back_key_title">Back button</string>
<string name="hardware_keys_double_tap_summary">Set double tap action</string>
<string name="hardware_keys_single_tap_summary">Set single tap action</string>
<string name="hardware_keys_long_press_summary">Set long press action</string>
<string name="hardware_keys_single_tap_title">Single tap action</string>
<string name="hardware_keys_long_press_title">Long press action</string>
<string name="hardware_keys_double_tap_title">Double tap action</string>
<string name="hardware_keys_category">Hardware keys</string>
<string name="hardware_keys_disable_title">Disable keys</string>
<!-- ANBI -->
<string name="anbi_title">Accidental touch</string>
<string name="anbi_summary">Prevent interaction with navigation buttons while the screen is being touched</string>
<!-- Lockscreen battery info indicator -->
<string name="lockscreen_battery_info_title">Informații despre încărcare pe ecranul de blocare</string>
<string name="lockscreen_battery_info_summary">Afișare curent, tensiune și temperatura bateriei în timpul încărcării pe ecranul de blocare</string>
<!-- Fingerprint authentication vibration -->
<string name="fprint_sucess_vib_title">Vibrează la autentificarea cu amprentă</string>
<string name="fprint_sucess_vib_summary">Vibrează la autentificarea cu succes prin amprentă</string>
<string name="fprint_error_vib_title">Fingerprint error vibration</string>
<string name="fprint_error_vib_summary">Vibrate on error fingerprint authentication</string>
<!--Double Tap to Sleep -->
<string name="double_tap_gestures_category_title">Double tap gestures</string>
<string name="double_tap_sleep_gesture_title">Double tap to sleep on status bar</string>
<string name="double_tap_sleep_lockscreen_title">Double tap to sleep on lockscreen</string>
<!-- 4G LTE switch -->
<string name="show_fourg_title">Show 4G instead of LTE</string>
<string name="show_fourg_summary">Replaces LTE statusbar indicators with 4G</string>
<!-- Show VoLTE icon on statusbar -->
<string name="volte_switch_title">VoLTE icon</string>
<string name="volte_switch_summary">Display VoLTE icon</string>
<string name="volte_icon_title">Pictograma VoLTE</string>
<string name="volte_icon_summary">Display VoLTE icon</string>
<string name="volte_icon_style_title">Selectaţi pictograma VoLTE</string>
<string name="volte_icon_asus">Pictogramă VoLTE Asus</string>
<string name="volte_icon_vo">Vo Only Icon</string>
<string name="volte_icon_volte">Pictograma VoLTE</string>
<string name="volte_icon_oos">Pictograma VoLTE OOS</string>
<string name="volte_icon_hd">Pictogramă HD</string>
<string name="volte_icon_hd2">HD CAF Icon</string>
<string name="volte_icon_miui">MIUI 11 Icon</string>
<string name="volte_icon_emui">EMUI Icon</string>
<!-- Three-fingers-swipe to screenshot -->
<string name="three_finger_gesture">Swipe to screenshot</string>
<string name="three_finger_gesture_summary">Swipe three fingers to take screenshot</string>
<!-- VoWiFi icon -->
<string name="vowifi_icon_title">VoWiFi icon</string>
<string name="vowifi_icon_enabled">VoWiFi icon enabled</string>
<string name="vowifi_icon_disabled">VoWiFi icon disabled</string>
<string name="vowifi_icon_enabled_volte_disabled">VoWiFi instead of VoLTE icon</string>
<string name="vowifi_icon_style_title">VoWiFi icon style</string>
<string name="vowifi_icon_default">Default Icon</string>
<string name="vowifi_icon_emui">EMUI Icon</string>
<string name="vowifi_icon_asus">Asus Icon</string>
<string name="vowifi_icon_oneplus">OOS Icon</string>
<string name="vowifi_icon_moto">Motorola Icon</string>
<string name="vowifi_icon_simple1">Simple1 Icon</string>
<string name="vowifi_icon_simple2">Simple2 Icon</string>
<string name="vowifi_icon_simple3">Simple3 Icon</string>
<!-- Suppress notifications sound/vibration if screen is ON -->
<string name="notification_sound_vib_screen_on_title">Notification sound if active</string>
<string name="notification_sound_vib_screen_on_summary">Play sound and vibration for notifications when screen is on</string>
<!-- QuickSettings haptic feedback -->
<string name="quick_settings_vibrate_title">Vibrate on touch</string>
<string name="quick_settings_vibrate_summary">Vibrate when touching QS tiles</string>
<!-- Global Actions -->
<string name="global_actions_title">Power menu</string>
<string name="global_actions_summary">Select what to show when you press the power button</string>
<string name="global_actions_power">Power</string>
<string name="global_actions_restart">Restart</string>
<string name="global_actions_airplane">Airplane</string>
<string name="global_actions_settings">Settings</string>
<string name="global_actions_lockdown">Lock Down</string>
<string name="global_actions_soundpanel">Sound Panel</string>
<string name="global_actions_users">Users</string>
<string name="global_actions_screenshot">Screenshot</string>
<string name="global_actions_screenrecord">Screenrecord</string>
<string name="global_actions_flashlight">Flashlight</string>
<string name="global_actions_emergency">Emergency</string>
<string name="global_actions_advanced_reboot_title">Enable advanced restart</string>
<string name="global_actions_advanced_reboot_summary">When restarting also show options for recovery and bootloader</string>
<string name="global_actions_max_columns_title">Max actions to show</string>
<string name="global_actions_max_columns_summary">Set how many actions to show before buttons move to overflow menu</string>
<!-- Brightness slider -->
<string name="qs_show_brightness_title">Brightness slider</string>
<string name="qs_show_brightness_summary">Brightness slider visability and settings</string>
<string name="qs_brightness_position_bottom_title">Bottom brightness slider</string>
<string name="qs_brightness_position_bottom_summary">Show the brightness slider on the bottom of QS</string>
<string name="qs_show_brightness_above_footer_title">Above footer</string>
<string name="qs_show_brightness_above_footer_summary">Show bottom brightness slider above QS footer</string>
<string name="qs_show_auto_brightness_title">Auto brightness icon</string>
<string name="qs_show_auto_brightness_summary">Show an auto brightness toggle near the brightness slider</string>
<!-- Battery Styles -->
<string name="battery_style_category_title">Nivelul bateriei</string>
<!-- Battery mode -->
<string name="battery_percentage_title">Procentaj baterie</string>
<string name="battery_percentage_off">Dezactivat</string>
<string name="battery_percentage_next">Activat</string>
<string name="battery_percentage_inside">Activat (înăuntrul pictogramei)</string>
<string name="battery_percentage_estimate">Enabled (estimate)</string>
<string name="battery_percentage_percentage_estimate">Enabled (percent |estimate)</string>
<!-- Status bar - Battery -->
<string name="status_bar_battery_style_title">Stilul baterie</string>
<string name="status_bar_battery_style_icon_portrait">Icon portrait</string>
<string name="status_bar_battery_style_icon_landscape">Icon landscape</string>
<string name="status_bar_battery_style_circle">Cerc</string>
<string name="status_bar_battery_style_dotted_circle">Dotted circle</string>
<string name="status_bar_battery_style_big_circle">Cerc mare</string>
<string name="status_bar_battery_style_big_dotted_circle">Big dotted circle</string>
<string name="status_bar_battery_style_square">Square</string>
<string name="status_bar_battery_style_solid">Solid</string>
<string name="status_bar_battery_style_text">Text</string>
<string name="status_bar_battery_style_hidden">Ascuns</string>
<string name="status_bar_battery_style_q">Q style</string>
<string name="status_bar_battery_style_tile_title">Override battery tile</string>
<string name="status_bar_battery_style_tile_summary">Use same icon style as above in QS battery tile</string>
<!-- Status bar - Battery custom charging symbol -->
<string name="text_charging_symbol_title">Custom charging symbol for text style</string>
<string name="text_charging_symbol_dialog">Custom charging symbol near battery percentage text</string>
<string name="text_charging_symbol_default">Disabled</string>
<string name="text_charging_symbol_flash">Flash</string>
<string name="text_charging_symbol_tilde">Tilde</string>
<!-- Status bar - Battery percentage -->
<string name="status_bar_battery_percentage_title">Procentaj baterie</string>
<string name="status_bar_battery_percentage_default">Hidden</string>
<string name="status_bar_battery_percentage_text_inside">În interiorul pictogramei</string>
<string name="status_bar_battery_percentage_text_next">Lângă pictogramă</string>
<string name="status_bar_battery_text_position_title">Battery percent position</string>
<string name="status_bar_battery_text_position_left">Left of the icon</string>
<string name="status_bar_battery_text_position_right">Right of the icon</string>
<string name="status_bar_battery_text_charging_title">Procentul bateriei la încărcare</string>
<string name="status_bar_battery_text_charging_summary">Afișați întotdeauna procentul bateriei la încărcare</string>
<!-- Statusbar net monitor -->
<string name="traffic_title">Indicatori de trafic</string>
<string name="network_traffic_state_title">Network traffic</string>
<string name="network_traffic">Network traffic</string>
<string name="network_traffic_location">Traffic indicator placement</string>
<string name="traffic_disabled">Disabled</string>
<string name="traffic_statusbar">Statusbar</string>
<string name="traffic_expanded_statusbar">Expanded header</string>
<string name="network_traffic_autohide_threshold_title">Pragul de ascundere automată a activității de rețea (KB/s)</string>
<string name="network_traffic_arrow">Show arrows</string>
<string name="network_traffic_arrow_summary">Show the network traffic indicator arrows</string>
<string name="network_traffic_type">Selectaţi tipul de activitate rețea</string>
<string name="show_network_traffic_combined">Combined (Upload + Download)</string>
<string name="show_network_traffic_dynamic">Dynamic</string>
<string name="show_network_traffic_up">Upload</string>
<string name="show_network_traffic_down">Download</string>
<string name="show_network_traffic_all">Both</string>
<string name="nettraf_font_size">Single net font size</string>
<string name="network_traffic_layout">Activity layout</string>
<string name="network_traffic_layout_h">Horizontal</string>
<string name="network_traffic_layout_v">Vertical</string>
<string name="net_traffic_font">Fonts</string>
<!-- Screenshot -->
<string name="screenshot_type_title">Screenshot type</string>
<string name="screenshot_type_fullscreen">Take fullscreen screenshots</string>
<string name="screenshot_type_partial">Drag selection on the area you want to take as a screenshot</string>
<string name="screenshot_options_category">Screenshot options</string>
<string name="screenshot_options_summary">Customize screenshot attributes like time, delay,type etc</string>
<!-- Lock Clock Fonts -->
<string name="lock_clock_font_title">Clock font options</string>
<string name="custom_text_clock_font_title">Typo Clock font options</string>
<string name="lock_clock_font_summary">Change the default font of the lockscreen clock widget</string>
<string name="lock_clock_font_dialog_title">Select lock clock font</string>
<string name="lock_clock_font_stock">Normal (default)</string>
<string name="lock_clock_font_bold">Bold</string>
<string name="lock_clock_font_italic">Italic</string>
<string name="lock_clock_font_bold_italic">Bold Italic</string>
<string name="lock_clock_font_light_italic">Light Italic</string>
<string name="lock_clock_font_thin_italic">Thin Italic</string>
<string name="lock_clock_font_light">Light</string>
<string name="lock_clock_font_thin">Thin</string>
<string name="lock_clock_font_condensed_normal">Condensed</string>
<string name="lock_clock_font_condensed_italic">Condensed Italic</string>
<string name="lock_clock_font_condensed_bold">Condensed Bold</string>
<string name="lock_clock_font_condensed_bold_italic">Condensed Bold Italic</string>
<string name="lock_clock_font_condensed_light">Condensed Light</string>
<string name="lock_clock_font_condensed_light_italic">Condensed Light Italic</string>
<string name="lock_clock_font_medium_normal">Medium</string>
<string name="lock_clock_font_medium_italic">Medium Italic</string>
<string name="lock_clock_font_black">Black</string>
<string name="lock_clock_font_black_italic">Black Italic</string>
<string name="lock_clock_font_dancingscript">DancingScript</string>
<string name="lock_clock_font_dancingscript_bold">DancingScript Bold</string>
<string name="lock_clock_font_comingsoon">ComingSoon</string>
<string name="lock_clock_font_notoserif">NotoSerif Normal</string>
<string name="lock_clock_font_notoserif_italic">NotoSerif Italic</string>
<string name="lock_clock_font_notoserif_bold">NotoSerif Bold</string>
<string name="lock_clock_font_notoserif_bold_italic">NotoSerif Bold Italic</string>
<string name="lock_clock_font_gobold">GoBold Light</string>
<string name="lock_clock_font_roadrage">Road Rage</string>
<string name="lock_clock_font_snowstorm">Snowstorm</string>
<string name="lock_clock_font_googlesans">Google Sans</string>
<string name="lock_clock_font_neoneon">Neoneon</string>
<string name="lock_clock_font_themeable">Themeable (or VCR OSD Mono)</string>
<string name="lock_clock_font_samsung">Shamshung</string>
<string name="lock_clock_font_mexcellent">Mexcellent</string>
<string name="lock_clock_font_burnstown">Burnstown</string>
<string name="lock_clock_font_dumbledor">Dumbledor</string>
<string name="lock_clock_font_phantombold">PhantomBold</string>
<!-- Lock Date Fonts -->
<string name="lock_date_font_title">Date font options</string>
<string name="lock_date_font_summary">Change the default font of the lockscreen date widget</string>
<string name="lock_date_font_dialog_title">Select lock date font</string>
<!-- Lock Clock & Date Size -->
<string name="lockdate_font_size_title">Date font size</string>
<string name="lockclock_font_size_title">Clock font size</string>
<string name="custom_text_clock_font_size_title">Typography Clock size</string>
<!-- Lockscreen Colors -->
<string name="lockscreen_colors">Lockscreen Colors</string>
<string name="lockscreen_clock_color">Lockscreen Clock</string>
<string name="lockscreen_colors_summary">Change color of lockscreen widgets</string>
<string name="lockscreen_clock_date_color">Lockscreen Date</string>
<string name="lockscreen_colors_reset_title">Reset lockscreen colors</string>
<string name="lockscreen_colors_reset_message">Are you sure you want to reset these colors to default?</string>
<string name="lockscreen_colors_title">Lockscreen colors</string>
<string name="lockscreen_owner_info_color">Owner info</string>
<string name="lockscreen_phone_icon_color">Lockscreen Bottom Left shortcut</string>
<string name="lockscreen_lock_icon_color">Lockscreen Lock icon</string>
<string name="lockscreen_camera_icon_color">Lockscreen Bottom Right shortcut</string>
<string name="ls_shortcut_icon_color">Lockscreen Shortcuts</string>
<string name="lockscreen_indication_text_color">Lockscreen Indication text</string>
<string name="lockscreen_weather_temp_color">Weather Temp Color</string>
<string name="lockscreen_weather_city_color">Weather City Color</string>
<string name="lockscreen_weather_icon_color">Weather Icon Color</string>
<string name="yes">YES</string>
<!-- LS OwnerInfo Font & Size -->
<string name="lock_ownerinfo_font_title">OwnerInfo font options</string>
<string name="lock_ownerinfo_font_summary">Change the default font of the lockscreen owner info</string>
<string name="lock_ownerinfo_font_dialog_title">Select lock ownerinfo font</string>
<string name="lockowner_font_size_title">Owner info font size</string>
<!-- Lockscreen clock style -->
<string name="lockscreen_clock_title">Stil ceas</string>
<string name="lockscreen_clock_dialog_title">Selectaţi stilul ceasului</string>
<string name="lockscreen_clock_hide">Ascunde</string>
<string name="lockscreen_clock_default">Implicit</string>
<string name="lockscreen_clock_default_bold">Implicit (aldin)</string>
<string name="lockscreen_clock_sammy">Sammy</string>
<string name="lockscreen_clock_sammy_bold">Sammy (aldin)</string>
<string name="lockscreen_clock_sammy_accent_hour">Sammy Accent(hours)</string>
<string name="lockscreen_clock_sammy_accent_mins">Sammy Accent(minutes)</string>
<string name="lockscreen_clock_text_style">Text clock</string>
<string name="lockscreen_clock_analog_style">Analog Q Style</string>
<string name="lockscreen_clock_analog_num_style">Analog clock(number)</string>
<!-- Lockscreen Date styles -->
<string name="lockscreen_date_selection_title">Stil dată</string>
<string name="lockscreen_date_dialog_title">Selectează stilul datei</string>
<string name="lockscreen_date_selection_default">Implicit</string>
<string name="lockscreen_date_selection_str_box">Casetă semi-transparentă</string>
<string name="lockscreen_date_selection_str_round">Casetă semi-transparentă (rotundă)</string>
<string name="lockscreen_date_selection_qbeta_style">Pilulă Q beta</string>
<string name="lockscreen_date_selection_str_accent">Rotunjită, simplă și cu accent</string>
<string name="lockscreen_date_selection_str_accent_day">Rounded, simple and with accent (alt)</string>
<string name="lockscreen_date_selection_str_accent_transparent">Rotunjită, transparentă și cu accent</string>
<string name="lockscreen_date_selection_str_accent_transparent_day">Rounded, transparent and with accent (alt)</string>
<string name="lockscreen_date_selection_str_gradient">Gradient</string>
<string name="lockscreen_date_selection_str_border_accent">Întunecat cu margini accentuate</string>
<string name="lockscreen_date_selection_str_border_gradient">Întunecat cu margini gradient</string>
<!-- Q To X Clock -->
<string name="center_text_clock_title">Lock Clock Alignment</string>
<!-- Lockscreen Item Alignments -->
<string name="lockscreen_date_alignment_title">LS Date Alignment</string>
<string name="lockscreen_ownerinfo_alignment_title">LS OwnerInfo Alignment</string>
<string name="lock_item_left">Left Aligned</string>
<string name="lock_item_center">Center Aligned</string>
<string name="lock_item_right">Right Aligned</string>
<string name="lockscreen_item_padding_title">Lockscreen Items Padding</string>
<string name="lockscreen_weather_alignment_title">LS Weather Alignment</string>
<string name="lockscreen_weather_selection_title">WeatherView Background Style</string>
<!-- Data disabled icon -->
<string name="data_disabled_icon_title">Data disabled icon</string>
<string name="data_disabled_icon_summary">Display a cross sign next to signal bar when data is disabled</string>
<string name="qs_bg_use_new_tint">Iconițe de culoare QS</string>
<string name="qs_bg_use_new_tint_summary">Utilizați culoarea de accent pentru iconițele de culoare QS și pentru fundal</string>
<!-- Heads up -->
<string name="heads_up_notifications">Heads Up</string>
<string name="heads_up_summary">Customize Heads Up Behavior</string>
<string name="summary_heads_up_enabled">Pop-up notifications are enabled</string>
<string name="summary_heads_up_disabled">Pop-up notifications are disabled</string>
<string name="add_heads_up_package">Add app</string>
<string name="add_heads_up_stoplist_summary">Disable heads up notifications in these applications</string>
<string name="add_heads_up_blacklist_summary">Disable heads up from these applications</string>
<string name="heads_up_stoplist_title">Stoplist</string>
<string name="heads_up_blacklist_title">Blacklist</string>
<string name="profile_choose_app">Alegeți aplicația</string>
<string name="dialog_delete_title">Ştergere</string>
<string name="dialog_delete_message">Ștergeți elementul selectat?</string>
<!-- Hide Lockscreen shortcuts on secure Lockscreen -->
<string name="lockscreen_hide_shortcuts_title">Hide Bottom Shortcuts</string>
<string name="lockscreen_hide_shortcuts_summary">Hide Left-Right Shortcuts on secure lock screens</string>
<!-- Lockscreen weather -->
<string name="lockscreen_weather_category">Weather</string>
<string name="lockscreen_weather_enabled_title">Show on lockscreen</string>
<string name="lockscreen_weather_enabled_summary">Show weather information on lockscreen and during doze</string>
<string name="lockscreen_weather_settings_title">Setup weather options</string>
<string name="lockscreen_weather_settings_summary">Setup icon pack and weather service</string>
<string name="weather_config_title">Weather service</string>
<string name="weather_config_summary">System service settings</string>
<string name="header_weather_title">Header view weather</string>
<string name="header_weather_summary">Enable notification panel header weather display</string>
<string name="weather_icon_pack_title">Condition icon pack</string>
<string name="weather_icon_pack_note">Note\u003a you can install new icon packs from play store by searching for \"Chronus icons\"</string>
<string name="weather_icon_pack_info_title">Condition icon pack is used in quick settings and lock screen</string>
<!-- Lockscreen weather style -->
<string name="lockscreen_weather_style_title">Weather style</string>
<string name="lockscreen_weather_omni_style_title">Omni style</string>
<string name="lockscreen_weather_pixel_style_title">Pixel style</string>
<!-- AOKP custom system animations -->
<string name="animation_settings_title">Animations</string>
<string name="animation_settings_summary">System Wide Animation Options</string>
<string name="animation_title">Animations</string>
<string name="system_animation_title">System Animations</string>
<string name="activity_open_title">Animație la deschiderea unei activități</string>
<string name="activity_close_title">Animație la închiderea unei activități</string>
<string name="task_open_title">Animație deschidere sarcină</string>
<string name="task_open_behind_title">Animația de fundal a deschiderii sarcinii</string>
<string name="task_close_title">Animația de închidere a sarcinii</string>
<string name="task_move_to_front_title">Mutați la animația frontală</string>
<string name="task_move_to_back_title">Mutați la animația de fundal</string>
<string name="wallpaper_open_title">Animaţie deschidere imagine de fundal</string>
<string name="wallpaper_close_title">Animaţie închidere imagine de fundal</string>
<string name="wallpaper_intra_open_title">Animaţie între-deschidere imagine de fundal</string>
<string name="wallpaper_intra_close_title">Animaţie între-închidere imagine de fundal</string>
<string name="animation_duration_title">Durata animaţiei</string>
<string name="animation_duration_default">Implicit</string>
<!-- Toast Animation -->
<string name="toast_animation_title">Toast animation</string>
<string name="toast_none_animation">None</string>
<string name="toast_default_animation">Default</string>
<string name="toast_fade_animation">Fade</string>
<string name="toast_SlideRight_animation">Slide right</string>
<string name="toast_SlideLeft_animation">Slide left</string>
<string name="toast_Xylon_animation">Xylon</string>
<string name="toast_Toko_animation">Toko</string>
<string name="toast_Tn_animation">Tn</string>
<string name="toast_Honami_animation">Honami</string>
<string name="toast_FastFade_animation">Fast fade</string>
<string name="toast_GrowFade_animation">Grow fade</string>
<string name="toast_GrowFadeCenter_animation">Grow fade center</string>
<string name="toast_GrowFadeBottom_animation">Grow fade bottom</string>
<string name="toast_Translucent_animation">Translucent</string>
<string name="toast_SlideLeftRight_animation">Slide left to right</string>
<string name="toast_SlideRightLeft_animation">Slide right to left</string>
<!-- ListView animation -->
<string name="listview_animation_title">ListView animation</string>
<string name="listview_off">Default</string>
<string name="listview_wave_left">Wave (left)</string>
<string name="listview_wave_right">Wave (right)</string>
<string name="listview_alpha">Alpha</string>
<string name="listview_scale">Scale</string>
<string name="listview_stack_top">Stack (top)</string>
<string name="listview_stack_bottom">Stack (bottom)</string>
<string name="listview_unfold">Unfold</string>
<string name="listview_fold">Fold</string>
<string name="listview_translate_left">Translate (left)</string>
<string name="listview_translate_right">Translate (right)</string>
<!-- ListView interpolator -->
<string name="listview_interpolator_title">ListView interpolator</string>
<string name="listview_accelerate_interpolator">Accelerate</string>
<string name="listview_decelerate_interpolator">Decelerate</string>
<string name="listview_accelerate_decelerate_interpolator">Accelerate and decelerate</string>
<string name="listview_anticipate_interpolator">Anticipate</string>
<string name="listview_overshoot_interpolator">Overshoot</string>
<string name="listview_anticipate_overshoot_interpolator">Anticipate and overshoot</string>
<string name="listview_bounce_interpolator">Bounce</string>
<!-- Option to enable/disable scrolling cache -->
<string name="pref_scrollingcache_title">Scrolling cache</string>
<string name="pref_scrollingcache_summary">Scrolling cache may improve scrolling performance at the cost of memory</string>
<string name="pref_scrollingcache_force_enable">Force enable</string>
<string name="pref_scrollingcache_default_enable">Default enable</string>
<string name="pref_scrollingcache_default_disable">Default disable</string>
<string name="pref_scrollingcache_force_disable">Force disable</string>
<!-- Force disable transition animation -->
<string name="disable_transition_animations_title">Disable transition animations</string>
<string name="disable_transition_animations_summary">Force disable all transition animations</string>
<!-- Screen off animation -->
<string name="screen_off_animation_fade">Simple fade</string>
<string name="screen_off_animation_color">Color fade</string>
<string name="screen_off_animation_crt">CRT</string>
<string name="screen_off_animation_scale">Scale</string>
<string name="screen_off_animation_title">Screen off animation</string>
<!-- Tiles animation style -->
<string name="qs_tiles">QS Tiles</string>
<string name="qs_tile_animation_style_title">Animation style</string>
<string name="qs_tile_animation_duration_title">Animation duration</string>
<string name="qs_tile_animation_interpolator_title">Tiles animation interpolator</string>
<string name="qs_tile_animation_style_off">No animation</string>
<string name="qs_tile_animation_style_flip">Flip</string>
<string name="qs_tile_animation_style_rotate">Rotate</string>
<string name="qs_tile_animation_duration_low">Low</string>
<string name="qs_tile_animation_duration_default">Default</string>
<string name="qs_tile_animation_duration_fast">Fast</string>
<string name="qs_tile_animation_duration_quite_fast">Quite fast</string>
<string name="qs_tile_animation_duration_super_fast">Super fast</string>
<string name="qs_tile_animation_interpolator_linearInterpolator">Linear</string>
<string name="qs_tile_animation_interpolator_accelerateInterpolator">Accelerate</string>
<string name="qs_tile_animation_interpolator_decelerateInterpolator">Decelerate</string>
<string name="qs_tile_animation_interpolator_accelerateDecelerateInterpolator">Accelerate decelerate</string>
<string name="qs_tile_animation_interpolator_bounceInterpolator">Bounce</string>
<string name="qs_tile_animation_interpolator_overshootInterpolator">Overshoot</string>
<string name="qs_tile_animation_interpolator_anticipateInterpolator">Anticipate</string>
<string name="qs_tile_animation_interpolator_anticipateOvershootInterpolator">Anticipate overshoot</string>
<string name="qs_set_animation_style">%1$s</string>
<string name="qs_set_animation_duration">%1$s</string>
<string name="qs_set_animation_interpolator">%1$s</string>
<!-- Power menu Animations -->
<string name="power_menu_animation_title">Power menu animation</string>
<string name="power_menu_animation_summary">Change the enter/exit animation of the power menu</string>
<string name="power_menu_animation_dialog_title">Select power menu animation</string>
<string name="power_menu_animation_aosp">AOSP (defalt)</string>
<string name="power_menu_animation_bottom">Bottom</string>
<string name="power_menu_animation_top">Top</string>
<string name="power_menu_animation_xylon">Fly</string>
<string name="power_menu_animation_slide">Slide</string>
<string name="power_menu_animation_turn">Turn</string>
<string name="power_menu_animation_fly">Glow</string>
<string name="power_menu_animation_card">3D</string>
<string name="power_menu_animation_translucent_top">Translucent (top)</string>
<string name="power_menu_animation_translucent_bottom">Translucent (bottom)</string>
<!-- Volume Steps Fragment -->
<string name="volume_steps_fragment_title">Volume steps</string>
<string name="volume_steps_summary">Customize volume steps</string>
<string name="volume_steps_alarm_title">Volume steps: Alarm</string>
<string name="volume_steps_dtmf_title">Volume steps: DTMF</string>
<string name="volume_steps_music_title">Volume steps: Media</string>
<string name="volume_steps_notification_title">Volume steps: Notification</string>
<string name="volume_steps_ring_title">Volume steps: Ringer</string>
<string name="volume_steps_system_title">Volume steps: System</string>
<string name="volume_steps_voice_call_title">Volume steps: Voice Call</string>
<string name="volume_steps_reset">Reset</string>
<!-- Notification headers -->
<string name="notification_headers_title">Notification Headers</string>
<string name="notification_headers_summary">Show headers in the notification shade\nRequires a SystemUI restart</string>
<!-- Center R Notification headers -->
<string name="center_notification_headers_title">Center notification headers</string>
<string name="center_notification_headers_summary">Whether to Center R style notification headers (Requires a SystemUI restart)</string>
<!-- Dashboard -->
<string name="dashboard_conditions_title">Dashboard conditions</string>
<string name="summary_dashboard_conditions_enabled">Dashboard conditions are enabled</string>
<string name="summary_dashboard_conditions_disabled">Dashboard conditions are disabled</string>
<string name="dashboard_suggestions_title">Dashboard suggestions</string>
<string name="summary_dashboard_suggestions_enabled">Dashboard suggestions are enabled</string>
<string name="summary_dashboard_suggestions_disabled">Dashboard suggestions are disabled</string>
<!-- Lock screen visualizer -->
<string name="lockscreen_visualizer_title">Display music visualizer</string>
<string name="lockscreen_visualizer_summary">Toggle lockscreen visualizer</string>
<string name="lockscreen_visualizer_enable">Music Visualizer</string>
<string name="lockscreen_visualizer_enable_summary">Show visualizer bars while playing music</string>
<string name="lockscreen_autocolor_title">Automatic color</string>
<string name="lockscreen_autocolor_summary">Sync color with lockscreen background</string>
<string name="lockscreen_autocolor_lavalamp">Requires lava lamp disabled</string>
<string name="lockscreen_lavalamp_title">Lava lamp</string>
<string name="lockscreen_lavalamp_summary">Use a smooth lava lamp style color blend animation</string>
<string name="lockscreen_lavalamp_speed_title">Color blend interval</string>
<string name="lockscreen_solid_lines_category">Solid Lines</string>
<string name="lockscreen_solid_units_count_title">Lines count</string>
<string name="lockscreen_solid_fudge_factor_title">Sanity level</string>
<string name="lockscreen_solid_units_opacity_title">Lines opacity</string>
<!-- Media art -->
<string name="lockscreen_media_art_title">Media art</string>
<string name="lockscreen_media_art_summary">Toggle visibility of media art</string>
<!-- Lockscreen media artwork -->
<string name="lockscreen_media_blur_title">Nivelul de estompare a coperților media</string>
<string name="lockscreen_lock_icon_title">Lock icon</string>
<string name="lockscreen_lock_icon_summary">Display lock icon on the lockscreen</string>
<!-- Charging animation -->
<string name="charging_animation_title">Charging animation</string>
<string name="charging_animation_summary">Display an animation when the device is plugged in</string>
<string name="lockscreen_charging_animation_title">Animaţie la încărcare</string>
<string name="lockscreen_charging_animation_flash">Bliţ</string>
<string name="lockscreen_charging_animation_battery">Baterie</string>
<string name="lockscreen_charging_animation_drop">Picătură</string>
<string name="lockscreen_charging_animation_explosion">Explozie</string>
<string name="lockscreen_charging_animation_water">Apă</string>
<!-- Volume Panel Plugin -->
<string name="volume_panel">Volume Panel Style</string>
<string name="volume_panel_stock">Stock</string>
<string name="volume_panel_aosp">AOSP</string>
<string name="volume_panel_compact">Compact</string>
<string name="volume_panel_oreo">Oreo</string>
<string name="volume_panel_tiled">Tiled</string>
<!-- Volume Panel Plugin Values -->
<string name="volume_panel_stock_val">com.android.systemui.volume</string>
<string name="volume_panel_aosp_val">co.potatoproject.plugin.volume.aosp</string>
<string name="volume_panel_compact_val">co.potatoproject.plugin.volume.compact</string>
<string name="volume_panel_oreo_val">co.potatoproject.plugin.volume.oreo</string>
<string name="volume_panel_tiled_val">co.potatoproject.plugin.volume.tiled</string>
<!-- Statusbar Clock -->
<string name="clock_style_category_title">Clock Settings</string>
<string name="clock_style_category_summary">Statusbar Clock Tuner</string>
<string name="status_bar_clock_title">Clock settings</string>
<string name="status_bar_clock_show">Show clock and date</string>
<string name="status_bar_clock_style_title">Clock style</string>
<string name="status_bar_clock_style_right">Dreapta</string>
<string name="status_bar_clock_style_center">Centru</string>
<string name="status_bar_clock_style_left">Stânga</string>
<string name="status_bar_am_pm_title">Stil AM/PM</string>
<string name="status_bar_am_pm_info">Formatul ceasului cu 24h este activ</string>
<string name="status_bar_am_pm_normal">Normal</string>
<string name="status_bar_am_pm_small">Mic</string>
<string name="status_bar_am_pm_hidden">Hidden (default)</string>
<string name="clock_seconds_display">Afișare secunde</string>
<string name="clock_date_display">Dată</string>
<string name="clock_date_display_summary">Afişare dată particularizată înainte de ceas</string>
<string name="clock_date_display_none">Don\'t show</string>
<string name="clock_date_display_small">Small font size</string>
<string name="clock_date_display_normal">Normal font size</string>
<string name="clock_date_style">Stilul datei</string>
<string name="clock_date_style_normal">Normal</string>
<string name="clock_date_style_lowercase">Minuscule</string>
<string name="clock_date_style_uppercase">Majuscule</string>
<string name="clock_date_format_custom">Format java particularizat</string>
<string name="clock_date_format">Formatul datei</string>
<string name="clock_date_string_edittext_title">Trebuie să fie în formatul datei. Ex. LL/ZZ/AA</string>
<string name="clock_date_string_edittext_summary">Introduceți text</string>
<!-- Statusbar Clock Font Style, Size & Color -->
<string name="status_bar_clock_font_style_title">Clock font style</string>
<string name="status_bar_clock_font_size_title">Clock font size</string>
<string name="status_bar_clock_color_title">Clock font color</string>
<string name="clock_date_right">În dreptul timpului</string>
<string name="clock_date_left">În stânga ceasului</string>
<string name="clock_date_position">Poziția datei</string>
<!-- Battery Bar -->
<string name="battery_bar_title">Battery bar</string>
<string name="battery_bar_summary">Display and customize battery bar near status bar or navigation bar</string>
<string name="battery_bar_no_navbar">Battery bar location</string>
<string name="battery_bar_location_hide">Hide</string>
<string name="battery_bar_location_statusbar">Statusbar</string>
<string name="battery_bar_color">Battery bar color</string>
<string name="battery_bar_charging_color">Battery bar charging color</string>
<string name="battery_bar_battery_low_color">Battery bar low battery color</string>
<string name="battery_bar_cat">Battery bar style</string>
<string name="battery_bar_style_title">Battery bar alignment</string>
<string name="battery_bar_thickness_title">Battery bar thickness</string>
<string name="battery_bar_animate_title">Charging animation</string>
<string name="battery_bar_style_regular">Regular</string>
<string name="battery_bar_style_center_mirrored">Center-mirrored</string>
<string name="battery_bar_style_reversed">Reversed</string>
<string name="battery_bar_use_charging_color">Custom charging color</string>
<string name="battery_bar_blend_color_title">Blend colors</string>
<string name="battery_bar_blend_color_summary">Blend full/empty colors corresponding to battery percentage</string>
<string name="battery_bar_blend_color_reverse_title">Reverse color direction</string>
<string name="battery_bar_blend_color_reverse_summary_off">Full &#8594; empty: red &#8592; green &#8592; blue &#8592; red</string>
<string name="battery_bar_blend_color_reverse_summary_on">Full &#8594; empty: red &#8594; green &#8594; blue &#8594; red</string>
<!-- FOD animations -->
<string name="fod_recog_animation">FOD recognizing animation</string>
<string name="fod_recog_animation_summary">Shows an animation while reading your finger</string>
<string name="fod_recog_animation_effect_title">Recognizing animation effect</string>
<string name="fod_recog_animation_miui_normal">MIUI default</string>
<string name="fod_recog_animation_miui_aod">AOD</string>
<string name="fod_recog_animation_miui_light">Light</string>
<string name="fod_recog_animation_miui_pop">Pop</string>
<string name="fod_recog_animation_miui_pulse">Pulse</string>
<string name="fod_recog_animation_miui_pulse_white">Pulse (White)</string>
<string name="fod_recog_animation_miui_rhythm">Rhythm</string>
<string name="fod_recog_animation_op_cosmos">Cosmos</string>
<string name="fod_recog_animation_op_mclaren">McLaren</string>
<string name="fod_recog_animation_op_scanning">Scanning (Cyberpunk 2077)</string>
<string name="fod_recog_animation_op_stripe">Stripe</string>
<string name="fod_recog_animation_op_wave">Wave</string>
<string name="fod_recog_animation_pureview_dna">DNA</string>
<string name="fod_recog_animation_pureview_future">Future</string>
<string name="fod_recog_animation_pureview_halo_ring">Halo ring</string>
<string name="fod_recog_animation_pureview_molecular">Molecular</string>
<!-- Navbar Entries -->
<string name="navbar_gestures_title">Navigation gesture options</string>
<string name="navbar_gestures_summary">Choose buttons or gestures to navigate your device</string>
<!-- Navbar Animation -->
<string name="pixel_navbar_anim_title">Pixel animation</string>
<string name="pixel_navbar_anim_summary">Toggle home button animation</string>
<!-- LockWeather Switches -->
<string name="lockscreen_weather_show_city_title">Show city name</string>
<string name="lockscreen_weather_show_city_summary">Show name of current city on left of image</string>
<string name="lockscreen_weather_show_temp_title">Show temperature</string>
<string name="lockscreen_weather_show_temp_summary">Show current city temperature on right of image</string>
<string name="lockscreen_weather_show_image_title">Show Condition Image</string>
<string name="lockscreen_weather_show_image_summary">Show weather conditions image</string>
<!-- LS Weather Temp & City Fonts -->
<string name="lock_weather_temp_font_title">LS Weather Temp font</string>
<string name="lock_weather_temp_font_summary">Change the default font of the lockscreen weather temp</string>
<string name="lock_weather_temp_font_dialog_title">Select lock weather temp font</string>
<string name="lock_weather_city_font_title">LS Weather City font</string>
<string name="lock_weather_city_font_summary">Change the default font of the lockscreen weather city</string>
<string name="lock_weather_city_dialog_title">Select lock weather city font</string>
<!-- QS Footer Text -->
<string name="qs_footer_text_title">QS footer text</string>
<string name="qs_footer_text_summary">Display text at bottom of QS panel</string>
<string name="qs_footer_text_string_title">Customize footer text</string>
<string name="qs_footer_text_string_summary">Set to empty for default #KeepTheLove</string>
<!-- QS Header data uasge -->
<string name="qs_datausage_title">Data usage in QS Header</string>
<string name="qs_datausage_disabled">Disabled</string>
<string name="qs_datausage_daily">Daily usage</string>
<string name="qs_datausage_monthly">Monthly usage</string>
<!-- Navbar options -->
<string name="navigation_bar_invert_layout_title">Invert layout</string>
<string name="navigation_bar_invert_layout_summary">Inverts the layout of the navigation bar and other items, such as the IME switcher</string>
<string name="unsupported_gestures">Enable two button or three button navigation to use this feature</string>
<string name="navbar_visibility">Nav Bar</string>
<string name="navbar_vis_summary">Enable-disable navigation bar</string>
<!-- Roaming indicator icon -->
<string name="roaming_indicator_icon_title">Roaming indicator</string>
<string name="roaming_indicator_icon_summary">Display roaming indicator in signal icon when in roaming mode</string>
<!-- Brightness control -->
<string name="status_bar_toggle_brightness">Brightness control</string>
<string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
<!-- Heads up options -->
<string name="less_boring_heads_up_title">Make heads up less annoying</string>
<string name="less_boring_heads_up_summary">Show heads up only for dialer or messaging app if they are not in foreground</string>
<!-- FOD icon picker -->
<string name="fod_icon_picker_title">Fingerprint icon</string>
<string name="fod_icon_picker_summary">Choose your favorite fingerprint icon</string>
<string name="fod_icon_picker_footer">In order to add your own icon, select the top left icon and use the OnePlus 6T FP Customizer app to select the icon you want.</string>
<!-- QS header image -->
<string name="status_bar_custom_header_title">Header image</string>
<string name="status_bar_custom_header_summary">Use a custom image for QS header</string>
<string name="custom_header_provider_title">Image type</string>
<string name="daylight_header_provider_title">Automatic (Time based)</string>
<string name="file_header_provider_title">Static</string>
<string name="daylight_header_pack_title">Image collection</string>
<string name="header_provider_disabled">Disabled</string>
<string name="custom_header_pick_title">Pick image from collection</string>
<string name="custom_header_pick_summary">Select an image from pre-installed image collections</string>
<string name="file_header_select_title">Pick image from storage</string>
<string name="file_header_select_summary">Select an image from internal storage</string>
<string name="status_bar_custom_header_shadow_title">Darken image</string>
<!-- FOD pressed color -->
<string name="fod_pressed_color_title">Fingerprint pressed color</string>
<string name="fod_pressed_color_white">White</string>
<string name="fod_pressed_color_cyan">Cyan</string>
<string name="fod_pressed_color_green">Green</string>
<string name="fod_pressed_color_yellow">Yellow</string>
<!-- Gaming mode -->
<string name="gaming_mode_title">Gaming Mode</string>
<string name="gaming_mode_summary">Customize gaming mode preferences</string>
<string name="gaming_mode_enable_title">Enable Gaming Mode</string>
<string name="gaming_mode_enable_summary">Master switch for Gaming Mode</string>
<string name="gaming_mode_app_picker_title">Automatically turn on for these apps</string>
<string name="add_gaming_mode_package_title">Add apps for Gaming mode</string>
<string name="add_gaming_mode_package_summary">Gaming mode will turn on automatically when these apps are opened and turn off when they are closed</string>
<string name="gaming_mode_headsup_title">Block notifications</string>
<string name="gaming_mode_headsup_summary">Block all headsup messages except calls</string>
<string name="gaming_mode_hardware_keys_title">Lock buttons</string>
<string name="gaming_mode_hardware_keys_summary">Disable hardware buttons when Gaming mode is turned on</string>
<string name="gaming_mode_brightness_title">Disable automatic brightness</string>
<string name="gaming_mode_brightness_summary">Lock screen brightness when Gaming mode is turned on</string>
<string name="gaming_mode_ringer_title">Ringer in gaming mode</string>
<string name="gaming_mode_ringer_off_title">Do not change</string>
<string name="gaming_mode_ringer_vibrate_title">Vibrate</string>
<string name="gaming_mode_ringer_dnd_title">Do Not Disturb</string>
<string name="gaming_mode_ringer_silent_title">Silent</string>
<string name="gaming_mode_notifications_title">Gaming mode indication</string>
<string name="gaming_mode_notifications_off_title">Disabled</string>
<string name="gaming_mode_notifications_notif_title">Show notification</string>
<string name="gaming_mode_notifications_toast_title">Show toasts</string>
<string name="gaming_mode_notifications_all_title">Show toasts and notification</string>
<string name="gaming_mode_dynamic_title">Dynamic mode</string>
<string name="gaming_mode_dynamic_summary">Try detecting and adding gaming apps automatically</string>
<!-- Ambient edge lighting -->
<string name="pulse_ambient_light_category">Screen edge lighting</string>
<string name="pulse_ambient_light_title">Show on new notifcation</string>
<string name="pulse_ambient_light_summary">Show light pulse on new notification</string>
<string name="ambient_notification_light_enabled_title">Show on always on</string>
<string name="ambient_notification_light_enabled_summary">Show light pulse on new notification using always on</string>
<string name="ambient_notification_light_color_title">Custom color</string>
<string name="ambient_notification_light_color_summary">Default color for light pulse</string>
<string name="ambient_notification_light_hide_aod_title">Only show light pulse</string>
<string name="ambient_notification_light_hide_aod_summary">Hide all other display elements from always on</string>
<string name="ambient_notification_light_timeout_title">Timeout for light pulse</string>
<string name="entry_infinite">Infinite</string>
<string name="entry_five_minute">5 minutes</string>
<string name="entry_ten_minute">10 minutes</string>
<string name="entry_thirty_minute">30 minutes</string>
<string name="entry_sixty_minute">60 minutes</string>
<string name="entry_fifteen_minute">15 minutes</string>
<string name="ambient_notification_light_color_mode_title">Light pulse color</string>
<string name="ambient_notification_light_color_mode_automatic">Notification color</string>
<string name="ambient_notification_light_color_mode_accent">System accent color</string>
<string name="ambient_notification_light_color_mode_custom">Custom color</string>
<string name="pulse_ambient_light_duration_title">Duration</string>
<string name="pulse_ambient_light_duration_summary">Sets the ambient light animation duration</string>
<string name="pulse_ambient_light_repeat_count_title">Edge Light Repeat count</string>
<string name="pulse_ambient_light_repeat_count_summary">Set max repeat count. 0 for infinite</string>
<string name="enable_oneui">OneUI</string>
<string name="enable_oneui_summary">Show spacer above settings actionbar for easier use with one hand\nNOTE: restart settings app to see effect</string>
</resources>

View File

@@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Slim lockscreen shortcuts -->
<string name="shortcut_action_none">Nimic</string>
<string name="shortcut_action_longpress">Apăsare lungă:</string>
<string name="shortcut_action_select_action_longpress">Alege acţiunea pentru apăsare lungă:</string>
<string name="shortcut_action_select_action">Alege acțiune:</string>
<string name="shortcut_action_select_action_newaction">Alege acţiune nouă:</string>
<string name="shortcut_action_reset">Resetare</string>
<string name="shortcut_action_add">Adăugare</string>
<string name="shortcut_action_max">Mărimea maximă pentru intrări a fost atinsă</string>
<string name="shortcut_action_warning">Avertizare</string>
<string name="shortcut_action_warning_message">Nu este posibilă ștergerea ultimei intrări</string>
<string name="shortcut_action_disable_message">Dezactivat\nAdaugă o intrare pentru activarea acestei funcții</string>
<string name="shortcut_image_not_valid">Aplicația aleasă nu a returnat o pictogramă validă sau nu suportă trunchierea imaginilor. Folosiți altă aplicație.</string>
<string name="shortcut_duplicate_entry">Acțiunea aleasă nu poate fi adăugată de două ori</string>
<string name="shortcut_action_help_shortcut">scurtătură</string>
<string name="shortcut_action_help_button">buton</string>
<string name="shortcut_action_help_app">aplicație</string>
<string name="shortcut_action_help_icon">, selectarea pictogramei va afișa opțiunile de personalizare</string>
<string name="shortcut_action_help_main">Selectați pictograma „Adăugare” pentru a adăuga %1$s. După ce este adăugată %1$s, selectarea rândului va schimba ținta %2$s\n\n Pentru a șterge %1$s glisați orizontal spre stânga sau spre dreapta. Rearanjați în listă %1$s prin tragerea pe verticală a ancorei din stânga. \n\n Pentru a reseta setările, selectează pictograma „Resetare”.</string>
<string name="shortcut_action_help_delete_last_entry">Eliminarea tuturor %1$s din listă va dezactiva complet această caracteristică.</string>
<string name="shortcut_action_help_pie_second_layer_delete_last_entry">Eliminarea din listă a tuturor %1$s va dezactiva complet al doilea strat evantai.</string>
<string name="shortcuts_applications">Aplicaţii</string>
<string name="shortcuts_select_custom_app_title">Selectaţi aplicaţia particularizată</string>
<string name="shortcuts_icon_picker_type">Selectaţi tipul de pictogramă:</string>
<string name="shortcuts_icon_default">Implicit</string>
<string name="shortcuts_icon_custom">Galerie</string>
<string name="reset_message">Resetați la valorile implicite?</string>
<string name="help">Ajutor</string>
<string name="shortcut_action_app">Aplicație personalizată</string>
<string name="shortcut_action_home">Acasă</string>
<string name="shortcut_action_back">Înapoi</string>
<string name="shortcut_action_menu">Meniu</string>
<string name="shortcut_action_ime">Deschide Comutator IME</string>
<string name="shortcut_action_power_menu">Meniu de pornire</string>
<string name="shortcut_action_recent">Recente</string>
<string name="shortcut_action_power">Închidere ecran</string>
<string name="shortcut_action_search">Căutare în aplicații</string>
</resources>

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@
<string name="social_header">Вперед!</string>
<string name="cherish_web">Веб-сайт</string>
<string name="cherish_web_description">Сайт CherishOS для информации и многое другое.</string>
<string name="cherish_web_link">http://cherish.github.io</string>
<string name="cherish_web_link">http://cherishos.com</string>
<string name="cherish_telegram">Telegram </string>
<string name="cherish_telegram_description">Канал CherishOS.</string>
<string name="cherish_telegram_link">https://t.me/CherishOS</string>
@@ -36,7 +36,7 @@
<string name="cherish_github_link">https://github.com/CherishOS/</string>
<string name="donate">Окажите поддержку</string>
<string name="donate_description">Пожертвование не обязательно, но каждый из вас может помочь нам оплатить счета за сервер.</string>
<string name="donation_link">https://paypal.me</string>
<string name="donation_link">https://paypal.me/hungphan2001</string>
<!--Device maintainers -->
<string name="official_devices">Официально поддерживаемые устройства</string>
<string name="maintainers_header">Наши сопровождающие</string>

View File

@@ -99,758 +99,5 @@
<string name="theme_select_summary">Просмотр и выбор установленных тем</string>
<!-- Battery light -->
<string name="battery_light_settings">Индикация зарядки батареи</string>
<string name="battery_light_enable">Включить</string>
<string name="battery_light_allow_on_dnd_title">Индикация батареи в режиме \"Не беспокоить\"</string>
<string name="battery_light_low_blinking_title">Индикация при низком заряде батареи</string>
<string name="battery_light_cat">Цвет индикации при зарядке</string>
<string name="battery_light_low_color">Низкий заряд батареи</string>
<string name="battery_light_medium_color">Средний заряд батареи</string>
<string name="battery_light_full_color">Почти полный заряд батареи</string>
<string name="battery_light_reallyfull_color">Полный заряд батареи (100)</string>
<string name="notification_light_settings">Индикатор уведомлений</string>
<!-- Volume rocker music control -->
<string name="volume_rocker_music_controls_title">Управление воспроизведением</string>
<string name="volume_rocker_music_controls_summary">Переключать треки долгим нажатием кнопок громкости при выключенном экране</string>
<!-- Volume rocker wake -->
<string name="volume_rocker_wake_title">Включение кнопкой громкости</string>
<string name="volume_rocker_wake_summary">Нажатие клавиш громкости, включит экран</string>
<!-- Language options - Volume rocker cursor control -->
<string name="cursor_section_header">Курсор</string>
<string name="volume_key_cursor_control_title">Курсор кнопками громкости</string>
<string name="volume_key_cursor_control_off">Выключен</string>
<string name="volume_key_cursor_control_on">Громкость вверх/вниз перемещает курсор влево/вправо</string>
<string name="volume_key_cursor_control_on_reverse">Громкость вверх/вниз перемещает курсор влево/вправо</string>
<string name="torch_long_press_power_gesture_title">Включение фонарика долгим нажатием кнопки питания</string>
<string name="torch_long_press_power_gesture_desc">Включать фонарик долгим нажатием кнопки питания при выключенном экране</string>
<string name="torch_long_press_power_timeout_title">Автоматическое выключение фонарика</string>
<string name="torch_long_press_power_timeout_never">Никогда</string>
<string name="torch_long_press_power_timeout_1min">1 минута</string>
<string name="torch_long_press_power_timeout_2min">2 минуты</string>
<string name="torch_long_press_power_timeout_5min">5 минут</string>
<string name="torch_long_press_power_timeout_10min">10 минут</string>
<!-- Wakeup options -->
<string name="wakeup_when_plugged_unplugged_title">Пробуждать во время зарядки</string>
<string name="wakeup_when_plugged_unplugged_summary">Разбудить устройство при подключении/отключении зарядного устройства.</string>
<!-- Statusbar Tuner -->
<string name="status_bar_system_icons_title">Системные значки</string>
<string name="status_bar_system_icons_summary">Управление отображением значков в строке состояния</string>
<string name="statusbar_items_title">Элементы строки состояния</string>
<!-- Navbar tuner -->
<string name="navbar_tuner_title">Кнопки панели навигации</string>
<!-- Incall Home button behavior-->
<string name="allow_incall_home_title">Прием звонка кнопкой «Домой»</string>
<string name="allow_incall_home_summary">Разрешить использование кнопки «Домой» при входящем звонке</string>
<!-- Buttons backlight timeout -->
<string name="backlight_timeout_title">Длительность подсветки клавиш</string>
<string name="backlight_timeout_on">Всегда включена</string>
<string name="backlight_timeout_3s">3 секунды</string>
<string name="backlight_timeout_default">5 секунд (по умолчанию)</string>
<string name="backlight_timeout_10s">10 секунд</string>
<string name="backlight_timeout_15s">15 секунд</string>
<string name="backlight_timeout_20s">20 секунд</string>
<string name="backlight_timeout_30s">30 секунды</string>
<!-- Enable keys backlight-->
<string name="button_brightness_title">Подсветка</string>
<!-- Enable keys backlight-->
<string name="button_brightness_sw_title">Включить подсветку</string>
<string name="button_backlight_on_touch_only_title">Подсветка при касании</string>
<string name="button_backlight_on_touch_only_summary">Включать подсветку клавиш только после касания</string>
<!-- HW Keys customization -->
<string name="picker_activities">Действия</string>
<string name="select_custom_app_title">Выбор приложения</string>
<string name="select_custom_activity_title">Выбрать собственное действие</string>
<string name="profile_applist_title">Приложения</string>
<string name="choose_action_title">Выберите действие</string>
<string name="action_entry_default_action">Стандартные параметры</string>
<string name="action_entry_select_app">Выбор приложения</string>
<string name="action_entry_custom_action">Выбрать пользовательское действие</string>
<string name="hardware_keys_home_key_title">Кнопка «Домой»</string>
<string name="hardware_keys_menu_key_title">Кнопка «Меню»</string>
<string name="hardware_keys_assist_key_title">Кнопка «Поиск»</string>
<string name="hardware_keys_appswitch_key_title">Кнопка «Обзор»</string>
<string name="hardware_keys_back_key_title">Кнопка «Назад»</string>
<string name="hardware_keys_double_tap_summary">Установить действие по двойному нажатию</string>
<string name="hardware_keys_single_tap_summary">Установить действие по одиночному нажатию</string>
<string name="hardware_keys_long_press_summary">Установить действие при долгом касании</string>
<string name="hardware_keys_single_tap_title">Установить действие по одиночному нажатию</string>
<string name="hardware_keys_long_press_title">Действие по долгому нажатию</string>
<string name="hardware_keys_double_tap_title">Действие по двойному нажатию</string>
<string name="hardware_keys_category">Аппаратные кнопки</string>
<string name="hardware_keys_disable_title">Отключение аппаратных кнопок</string>
<!-- ANBI -->
<string name="anbi_title">Случайное нажатие</string>
<string name="anbi_summary">Предотвращения взаимодействия с кнопками навигации при касании экрана</string>
<!-- Lockscreen battery info indicator -->
<string name="lockscreen_battery_info_title">Информация о зарядке на экране блокировки</string>
<string name="lockscreen_battery_info_summary">Показывать напряжение, ток зарядки и температуру аккумулятора на экране блокировки во время зарядки</string>
<!-- Fingerprint authentication vibration -->
<string name="fprint_sucess_vib_title">Вибрация при авторизации отпечатком</string>
<string name="fprint_sucess_vib_summary">Вибрировать при успешном распозновании отпечатка пальца</string>
<string name="fprint_error_vib_title">Вибрировать при неудачной аутентификации</string>
<string name="fprint_error_vib_summary">Вибрировать при ошибке распознавания отпечатка пальца</string>
<!--Double Tap to Sleep -->
<string name="double_tap_gestures_category_title">Жесты двойного нажатия</string>
<string name="double_tap_sleep_gesture_title">Двойное касание по строке состояния для перехода в режим сна</string>
<string name="double_tap_sleep_lockscreen_title">Дважды коснитесь экрана блокировки, чтобы перевести устройство в спящий режим</string>
<!-- 4G LTE switch -->
<string name="show_fourg_title">Отображать 4G вместо LTE</string>
<string name="show_fourg_summary">Заменить индикатор LTE на 4G в строке состояния</string>
<!-- Show VoLTE icon on statusbar -->
<string name="volte_switch_title">Значок VoLTE</string>
<string name="volte_switch_summary">Показывать VoLTE значок</string>
<string name="volte_icon_title">Значок VoLTE</string>
<string name="volte_icon_summary">Показывать VoLTE значок</string>
<string name="volte_icon_style_title">Выбрать значок VoLTE</string>
<string name="volte_icon_asus">Значок VoLTE в стиле Asus</string>
<string name="volte_icon_vo">Только значок Vo</string>
<string name="volte_icon_volte">Значок VoLTE</string>
<string name="volte_icon_oos">Значок VoLTE в стиле OOS</string>
<string name="volte_icon_hd">Значок HD</string>
<string name="volte_icon_hd2">HD CAF Иконка</string>
<string name="volte_icon_miui">Иконка MIUI 11</string>
<string name="volte_icon_emui">Значок EMUI</string>
<!-- Three-fingers-swipe to screenshot -->
<string name="three_finger_gesture">Свайп для создания снимка экрана</string>
<string name="three_finger_gesture_summary">Проведите по экрану тремя пальцами вниз для создания снимка экрана</string>
<!-- VoWiFi icon -->
<string name="vowifi_icon_title">Значок VoWiFi</string>
<string name="vowifi_icon_enabled">Значок VoWiFi включен</string>
<string name="vowifi_icon_disabled">Значок VoWiFi отключен</string>
<string name="vowifi_icon_enabled_volte_disabled">VoWiFi вместо значка VoLTE</string>
<string name="vowifi_icon_style_title">Стиль иконки VoWiFi</string>
<string name="vowifi_icon_default">Стандартная иконка</string>
<string name="vowifi_icon_emui">Значок EMUI</string>
<string name="vowifi_icon_asus">Asus иконка</string>
<string name="vowifi_icon_oneplus">OOS иконка</string>
<string name="vowifi_icon_moto">Иконка Motorola</string>
<string name="vowifi_icon_simple1">Значок Простой1</string>
<string name="vowifi_icon_simple2">Значок Простой 2</string>
<string name="vowifi_icon_simple3">Значок Простой 3</string>
<!-- Suppress notifications sound/vibration if screen is ON -->
<string name="notification_sound_vib_screen_on_title">Звук уведомления, если активно</string>
<string name="notification_sound_vib_screen_on_summary">Воспроизведение звука и вибрации для уведомлений при включенном экране</string>
<!-- QuickSettings haptic feedback -->
<string name="quick_settings_vibrate_title">Вибрировать при касании</string>
<string name="quick_settings_vibrate_summary">Вибрировать при нажатии на плитки быстрых настроек</string>
<!-- Global Actions -->
<string name="global_actions_title">Меню питания</string>
<string name="global_actions_summary">Выберите, что необходимо отобразить при нажатии кнопки питания</string>
<string name="global_actions_power">Вкл/Выкл</string>
<string name="global_actions_restart">Перезапуск</string>
<string name="global_actions_airplane">В самолете</string>
<string name="global_actions_settings">Настройки</string>
<string name="global_actions_lockdown">Блокировка</string>
<string name="global_actions_soundpanel">Панель звука</string>
<string name="global_actions_users">Пользователи</string>
<string name="global_actions_screenshot">Снимок экрана</string>
<string name="global_actions_screenrecord">Запись экрана</string>
<string name="global_actions_flashlight">Фонарик</string>
<string name="global_actions_emergency">Экстренный вызов</string>
<string name="global_actions_advanced_reboot_title">Включить расширенную перезагрузку</string>
<string name="global_actions_advanced_reboot_summary">При перезагрузке также показывать опции рекавери и загрузчика</string>
<string name="global_actions_max_columns_title">Максимальное количество действий для показа</string>
<string name="global_actions_max_columns_summary">Установить количество действий для показа перед перемещением кнопок в меню переполнения</string>
<!-- Brightness slider -->
<string name="qs_show_brightness_title">Ползунок яркости</string>
<string name="qs_show_brightness_summary">Видимость и настройки ползунка яркости</string>
<string name="qs_brightness_position_bottom_title">Ползунок яркости снизу</string>
<string name="qs_brightness_position_bottom_summary">Отображать слайдер яркости в нижней части панели быстрых настроек</string>
<string name="qs_show_brightness_above_footer_title">Над нижним колонтитулом</string>
<string name="qs_show_brightness_above_footer_summary">Показать нижний ползунок яркости над кнопкой быстрых настроек</string>
<string name="qs_show_auto_brightness_title">Значок авто-яркости</string>
<string name="qs_show_auto_brightness_summary">Показать переключатель автояркости рядом со слайдером яркости</string>
<!-- Battery Styles -->
<string name="battery_style_category_title">Уровень заряда батареи</string>
<!-- Battery mode -->
<string name="battery_percentage_title">Процент использования батареи</string>
<string name="battery_percentage_off">Выключен</string>
<string name="battery_percentage_next">Включен</string>
<string name="battery_percentage_inside">Включен (внутри значка)</string>
<string name="battery_percentage_estimate">Включено (оценка уровня заряда)</string>
<string name="battery_percentage_percentage_estimate">Включено (процент | оценка уровня заряда)</string>
<!-- Status bar - Battery -->
<string name="status_bar_battery_style_title">Стиль значка батареи</string>
<string name="status_bar_battery_style_icon_portrait">Вертикальный значок</string>
<string name="status_bar_battery_style_icon_landscape">Горизонтальный значок</string>
<string name="status_bar_battery_style_circle">Круг</string>
<string name="status_bar_battery_style_dotted_circle">Точечный круг</string>
<string name="status_bar_battery_style_big_circle">Большой круг</string>
<string name="status_bar_battery_style_big_dotted_circle">Большой точечный круг</string>
<string name="status_bar_battery_style_square">Квадрат</string>
<string name="status_bar_battery_style_solid">Сплошная</string>
<string name="status_bar_battery_style_text">Текст</string>
<string name="status_bar_battery_style_hidden">Не показывать значок батареи</string>
<string name="status_bar_battery_style_q">Стиль Android Q</string>
<string name="status_bar_battery_style_tile_title">Пользовательский стиль плитки батареи</string>
<string name="status_bar_battery_style_tile_summary">Разрешить устанавливать тот же стиль значка батареи, что и в строке состояния</string>
<!-- Status bar - Battery custom charging symbol -->
<string name="text_charging_symbol_title">Пользовательский символ зарядки для текстового стиля</string>
<string name="text_charging_symbol_dialog">Символ зарядки рядом с процентом заряда</string>
<string name="text_charging_symbol_default">Выключен</string>
<string name="text_charging_symbol_flash">Молния</string>
<string name="text_charging_symbol_tilde">Тильда</string>
<!-- Status bar - Battery percentage -->
<string name="status_bar_battery_percentage_title">Процент использования батареи</string>
<string name="status_bar_battery_percentage_default">Скрыть</string>
<string name="status_bar_battery_percentage_text_inside">Внутри значка</string>
<string name="status_bar_battery_percentage_text_next">Рядом со значком</string>
<string name="status_bar_battery_text_position_title">Положение процента заряда батареи</string>
<string name="status_bar_battery_text_position_left">Слева от значка</string>
<string name="status_bar_battery_text_position_right">Справа от значка</string>
<string name="status_bar_battery_text_charging_title">Процент использования батареи при зарядке</string>
<string name="status_bar_battery_text_charging_summary">Всегда отображать процент использования батареи при зарядке</string>
<!-- Statusbar net monitor -->
<string name="traffic_title">Индикация трафика</string>
<string name="network_traffic_state_title">Сетевой траффик</string>
<string name="network_traffic">Сетевой траффик</string>
<string name="network_traffic_location">Расположение индикатора трафика</string>
<string name="traffic_disabled">Выключен</string>
<string name="traffic_statusbar">Строка состояния</string>
<string name="traffic_expanded_statusbar">Заголовок быстрых настроек</string>
<string name="network_traffic_autohide_threshold_title">Порог отображения сетевой активности (КБ/с)</string>
<string name="network_traffic_arrow">Показывать индикатор сетевого трафика</string>
<string name="network_traffic_arrow_summary">Скрывать стрелки индикатора сетевого трафика</string>
<string name="network_traffic_type">Выберите тип сетевой активности</string>
<string name="show_network_traffic_combined">Комбинированный (Выгрузка + Загрузка)</string>
<string name="show_network_traffic_dynamic">Динамический</string>
<string name="show_network_traffic_up">Выгрузка</string>
<string name="show_network_traffic_down">Загрузка</string>
<string name="show_network_traffic_all">Оба</string>
<string name="nettraf_font_size">Размер шрифта</string>
<string name="network_traffic_layout">Макет активности</string>
<string name="network_traffic_layout_h">Горизонтальные</string>
<string name="network_traffic_layout_v">Вертикальный</string>
<string name="net_traffic_font">Шрифты</string>
<!-- Screenshot -->
<string name="screenshot_type_title">Тип снимка экрана</string>
<string name="screenshot_type_fullscreen">Снимок всего экрана</string>
<string name="screenshot_type_partial">Снимок выделенной области экрана</string>
<string name="screenshot_options_category">Настройки снимка экрана</string>
<string name="screenshot_options_summary">Настроить атрибуты скриншота - время, задержка, тип и т.д</string>
<!-- Lock Clock Fonts -->
<string name="lock_clock_font_title">Настройки шрифта часов</string>
<string name="custom_text_clock_font_title">Параметры шрифта часов</string>
<string name="lock_clock_font_summary">Изменить шрифт по умолчанию на экране блокировки виджет часов</string>
<string name="lock_clock_font_dialog_title">Выберите шрифт часов на экране блокировки</string>
<string name="lock_clock_font_stock">Нормальный (по умолчанию)</string>
<string name="lock_clock_font_bold">Жирный</string>
<string name="lock_clock_font_italic">Курсив</string>
<string name="lock_clock_font_bold_italic">Жирный курсив</string>
<string name="lock_clock_font_light_italic">Легкий курсив</string>
<string name="lock_clock_font_thin_italic">Тонкий курсив</string>
<string name="lock_clock_font_light">Светлый</string>
<string name="lock_clock_font_thin">Тонкий</string>
<string name="lock_clock_font_condensed_normal">Сжатый</string>
<string name="lock_clock_font_condensed_italic">Сжатый курсив</string>
<string name="lock_clock_font_condensed_bold">Сжатый жирный</string>
<string name="lock_clock_font_condensed_bold_italic">Сжатый жирный курсив</string>
<string name="lock_clock_font_condensed_light">Сжатый светлый</string>
<string name="lock_clock_font_condensed_light_italic">Сжатый светлый курсив</string>
<string name="lock_clock_font_medium_normal">Нормальный</string>
<string name="lock_clock_font_medium_italic">Нормальный курсив</string>
<string name="lock_clock_font_black">Черный</string>
<string name="lock_clock_font_black_italic">Черный курсив</string>
<string name="lock_clock_font_dancingscript">Рукописный</string>
<string name="lock_clock_font_dancingscript_bold">Рукописный жирный</string>
<string name="lock_clock_font_comingsoon">ComingSoon</string>
<string name="lock_clock_font_notoserif">NotoSerif Обычный</string>
<string name="lock_clock_font_notoserif_italic">NotoSerif курсив</string>
<string name="lock_clock_font_notoserif_bold">NotoSerif жирный</string>
<string name="lock_clock_font_notoserif_bold_italic">NotoSerif жирный курсив</string>
<string name="lock_clock_font_gobold">GoBold светлый</string>
<string name="lock_clock_font_roadrage">Road Rage</string>
<string name="lock_clock_font_snowstorm">Метель</string>
<string name="lock_clock_font_googlesans">Google Sans</string>
<string name="lock_clock_font_neoneon">Неоновый</string>
<string name="lock_clock_font_themeable">Настраиваемый (или VCR OSD Mono)</string>
<string name="lock_clock_font_samsung">Shamshung</string>
<string name="lock_clock_font_mexcellent">Mexcellent</string>
<string name="lock_clock_font_burnstown">Burnstown</string>
<string name="lock_clock_font_dumbledor">Dumbledor</string>
<string name="lock_clock_font_phantombold">PhantomBold</string>
<!-- Lock Date Fonts -->
<string name="lock_date_font_title">Настройка шрифта даты</string>
<string name="lock_date_font_summary">Изменить стандартный шрифт виджета даты на экране блокировки</string>
<string name="lock_date_font_dialog_title">Выберите шрифт часов на экране блокировки</string>
<!-- Lock Clock & Date Size -->
<string name="lockdate_font_size_title">Размер шрифта даты</string>
<string name="lockclock_font_size_title">Размер шрифта часов</string>
<string name="custom_text_clock_font_size_title">Типографический размер часов</string>
<!-- Lockscreen Colors -->
<string name="lockscreen_colors">Цвета экрана блокировки</string>
<string name="lockscreen_clock_color">Часы экрана блокировки</string>
<string name="lockscreen_colors_summary">Изменить цвет виджетов экрана блокировки</string>
<string name="lockscreen_clock_date_color">Дата на экране блокировки</string>
<string name="lockscreen_colors_reset_title">Сбросить настройки экрана блокировки</string>
<string name="lockscreen_colors_reset_message">Вы уверены, что хотите вернуть цвета по умолчанию?</string>
<string name="lockscreen_colors_title">Цвет элементов экрана блокировки</string>
<string name="lockscreen_owner_info_color">Информация о владельце</string>
<string name="lockscreen_phone_icon_color">Ярлык в нижнем левом углу экрана блокировки</string>
<string name="lockscreen_lock_icon_color">Значки экрана блокировки</string>
<string name="lockscreen_camera_icon_color">Ярлык в нижнем правом углу экрана блокировки</string>
<string name="ls_shortcut_icon_color">Ярлыки экрана блокировки</string>
<string name="lockscreen_indication_text_color">Текст над значком блокировки</string>
<string name="lockscreen_weather_temp_color">Цвет температуры погоды на экране блокировки</string>
<string name="lockscreen_weather_city_color">Цвет названия города на экране блокировки</string>
<string name="lockscreen_weather_icon_color">Цвет значка погоды на экране блокировки</string>
<string name="yes">ДА</string>
<!-- LS OwnerInfo Font & Size -->
<string name="lock_ownerinfo_font_title">Параметры шрифта информации о владельце</string>
<string name="lock_ownerinfo_font_summary">Изменить шрифт даты на экране блокировки</string>
<string name="lock_ownerinfo_font_dialog_title">Выберите шрифт информации о владельце на экране блокировки</string>
<string name="lockowner_font_size_title">Размер шрифта информации о владельце</string>
<!-- Lockscreen clock style -->
<string name="lockscreen_clock_title">Стиль часов</string>
<string name="lockscreen_clock_dialog_title">Выберите стиль часов</string>
<string name="lockscreen_clock_hide">Скрыть</string>
<string name="lockscreen_clock_default">Обычный</string>
<string name="lockscreen_clock_default_bold">Обычный (жирный)</string>
<string name="lockscreen_clock_sammy">Вертикальный</string>
<string name="lockscreen_clock_sammy_bold">Вертикальный (жирный)</string>
<string name="lockscreen_clock_sammy_accent_hour">Вертикальные с акцентом ( часы)</string>
<string name="lockscreen_clock_sammy_accent_mins">Вертикальные с акцентом ( минуты)</string>
<string name="lockscreen_clock_text_style">Текстовые часы</string>
<string name="lockscreen_clock_analog_style">Аналоговый стиль Android Q</string>
<string name="lockscreen_clock_analog_num_style">Аналоговые часы (числа)</string>
<!-- Lockscreen Date styles -->
<string name="lockscreen_date_selection_title">Стиль даты</string>
<string name="lockscreen_date_dialog_title">Выберите стиль даты</string>
<string name="lockscreen_date_selection_default">Обычный</string>
<string name="lockscreen_date_selection_str_box">Полупрозрачный</string>
<string name="lockscreen_date_selection_str_round">Полупрозрачный (скругленный)</string>
<string name="lockscreen_date_selection_qbeta_style">Пузырь</string>
<string name="lockscreen_date_selection_str_accent">Скруглённый, простой и с акцентом</string>
<string name="lockscreen_date_selection_str_accent_day">Округлый, простой и с акцентом (альтернативный)</string>
<string name="lockscreen_date_selection_str_accent_transparent">Скругленный, прозрачный и с акцентом</string>
<string name="lockscreen_date_selection_str_accent_transparent_day">Округленный, прозрачный и с акцентом (альтернативный)</string>
<string name="lockscreen_date_selection_str_gradient">Градиент</string>
<string name="lockscreen_date_selection_str_border_accent">Темный с акцентом границ</string>
<string name="lockscreen_date_selection_str_border_gradient">Тёмный с градиентными границами</string>
<!-- Q To X Clock -->
<string name="center_text_clock_title">Выравнивание текста</string>
<!-- Lockscreen Item Alignments -->
<string name="lockscreen_date_alignment_title">Выравнивание даты на экране блокировки</string>
<string name="lockscreen_ownerinfo_alignment_title">Выравнивание информации о владельце на экране бловкировки</string>
<string name="lock_item_left">Выровнено по левому краю</string>
<string name="lock_item_center">Выравнивание по центру</string>
<string name="lock_item_right">Выравнивание по правому краю</string>
<string name="lockscreen_item_padding_title">Заполнение элементов экрана блокировки</string>
<string name="lockscreen_weather_alignment_title">Выравнивание даты на экране блокировки</string>
<string name="lockscreen_weather_selection_title">Стиль фона прогноза погоды</string>
<!-- Data disabled icon -->
<string name="data_disabled_icon_title">Показывать значок отключённой передачи данных</string>
<string name="data_disabled_icon_summary">Показывать индикатор в виде крестика над значком сети, когда передача данных отключена</string>
<string name="qs_bg_use_new_tint">Цвета плиток быстрых настроек</string>
<string name="qs_bg_use_new_tint_summary">Использовать цвет акцента для плиток быстрых настроек и фона</string>
<!-- Heads up -->
<string name="heads_up_notifications">Всплывающие</string>
<string name="heads_up_summary">Настройки всплывающих уведомлений</string>
<string name="summary_heads_up_enabled">Всплывающие уведомления включены</string>
<string name="summary_heads_up_disabled">Всплывающие уведомления выключены</string>
<string name="add_heads_up_package">Добавить приложение</string>
<string name="add_heads_up_stoplist_summary">Отключить всплывающие уведомления в этих приложениях</string>
<string name="add_heads_up_blacklist_summary">Отключить всплывающие уведомления от этих приложений</string>
<string name="heads_up_stoplist_title">Список остановок</string>
<string name="heads_up_blacklist_title">Чёрный список</string>
<string name="profile_choose_app">Выбор приложения</string>
<string name="dialog_delete_title">Удалить</string>
<string name="dialog_delete_message">Удалить выбранный элемент?</string>
<!-- Hide Lockscreen shortcuts on secure Lockscreen -->
<string name="lockscreen_hide_shortcuts_title">Скрыть нижние ярлыки</string>
<string name="lockscreen_hide_shortcuts_summary">Скрыть левый и правый ярлыки на экране блокировки</string>
<!-- Lockscreen weather -->
<string name="lockscreen_weather_category">Погода</string>
<string name="lockscreen_weather_enabled_title">Показывать на экране блокировки</string>
<string name="lockscreen_weather_enabled_summary">Показывать информацию о погоде на экране блокировки и во время нажатия</string>
<string name="lockscreen_weather_settings_title">Настройка погоды</string>
<string name="lockscreen_weather_settings_summary">Настройка пакетов иконок и поставщика погоды</string>
<string name="weather_config_title">Служба погоды</string>
<string name="weather_config_summary">Настройка системных сервисов</string>
<string name="header_weather_title">Погода в заголовке панели уведомлений</string>
<string name="header_weather_summary">Включить отображение погоды в заголовке панели уведомлений</string>
<string name="weather_icon_pack_title">Набор значков состояния</string>
<string name="weather_icon_pack_note">Примечание\u003a вы можете установить новые пакеты значков из Play Market при помощи поиска \"Chronus icons\"</string>
<string name="weather_icon_pack_info_title">Пакет значков погодных условий используется в быстрых настройках и на экране блокировки</string>
<!-- Lockscreen weather style -->
<string name="lockscreen_weather_style_title">Стиль погоды</string>
<string name="lockscreen_weather_omni_style_title">Omni стиль</string>
<string name="lockscreen_weather_pixel_style_title">Pixel стиль</string>
<!-- AOKP custom system animations -->
<string name="animation_settings_title">Анимации</string>
<string name="animation_settings_summary">Параметры анимации в системе</string>
<string name="animation_title">Анимации</string>
<string name="system_animation_title">Системные анимации</string>
<string name="activity_open_title">Анимация открытия активности</string>
<string name="activity_close_title">Анимация закрытия действия</string>
<string name="task_open_title">Открытие задачи</string>
<string name="task_open_behind_title">Анимация открытия фоновой задачи</string>
<string name="task_close_title">Анимация закрытия задачи</string>
<string name="task_move_to_front_title">Анимация перемещения вперед</string>
<string name="task_move_to_back_title">Анимация движения назад</string>
<string name="wallpaper_open_title">Анимация открытия обоев</string>
<string name="wallpaper_close_title">Закрытие обоев</string>
<string name="wallpaper_intra_open_title">Внутр. анимация открытия обоев</string>
<string name="wallpaper_intra_close_title">Обои внутри анимации закрытия</string>
<string name="animation_duration_title">Длительность анимации</string>
<string name="animation_duration_default">По умолчанию</string>
<!-- Toast Animation -->
<string name="toast_animation_title">Анимация всплывающих уведомлений</string>
<string name="toast_none_animation">Нет</string>
<string name="toast_default_animation">По умолчанию</string>
<string name="toast_fade_animation">Затухание</string>
<string name="toast_SlideRight_animation">Сдвиг вправо</string>
<string name="toast_SlideLeft_animation">Сдвиг влево</string>
<string name="toast_Xylon_animation">Ксилон</string>
<string name="toast_Toko_animation">Токо</string>
<string name="toast_Tn_animation">Тн</string>
<string name="toast_Honami_animation">Хонами</string>
<string name="toast_FastFade_animation">Быстрое затухание</string>
<string name="toast_GrowFade_animation">Нарастающее затухание</string>
<string name="toast_GrowFadeCenter_animation">Растущее затухание из центра</string>
<string name="toast_GrowFadeBottom_animation">Постепенное затухание вниз</string>
<string name="toast_Translucent_animation">Полупрозрачный</string>
<string name="toast_SlideLeftRight_animation">Сдвиг слева направо</string>
<string name="toast_SlideRightLeft_animation">Слайд справа налево</string>
<!-- ListView animation -->
<string name="listview_animation_title">Анимация списков</string>
<string name="listview_off">По умолчанию</string>
<string name="listview_wave_left">Волна (слева)</string>
<string name="listview_wave_right">Волна (справа)</string>
<string name="listview_alpha">Альфа</string>
<string name="listview_scale">Маштабирование</string>
<string name="listview_stack_top">Стек (сверху)</string>
<string name="listview_stack_bottom">Стопка (снизу)</string>
<string name="listview_unfold">Раскрытие</string>
<string name="listview_fold">Сворачивание</string>
<string name="listview_translate_left">Сдвиг (слева)</string>
<string name="listview_translate_right">Сдвиг (справа)</string>
<!-- ListView interpolator -->
<string name="listview_interpolator_title">Эффекты анимации списка</string>
<string name="listview_accelerate_interpolator">Ускорение</string>
<string name="listview_decelerate_interpolator">Замедление</string>
<string name="listview_accelerate_decelerate_interpolator">Ускорение и замедление</string>
<string name="listview_anticipate_interpolator">Опережение</string>
<string name="listview_overshoot_interpolator">Вылет</string>
<string name="listview_anticipate_overshoot_interpolator">Опережение и вылет</string>
<string name="listview_bounce_interpolator">Отскок</string>
<!-- Option to enable/disable scrolling cache -->
<string name="pref_scrollingcache_title">Кеш прокрутки</string>
<string name="pref_scrollingcache_summary">Кеш прокрутки может повысить быстродействие при прокрутки за счет использования памяти</string>
<string name="pref_scrollingcache_force_enable">Принудительно включить</string>
<string name="pref_scrollingcache_default_enable">Включить по умолчанию</string>
<string name="pref_scrollingcache_default_disable">Отключить по умолчанию</string>
<string name="pref_scrollingcache_force_disable">Принудительно выключено</string>
<!-- Force disable transition animation -->
<string name="disable_transition_animations_title">Отключить анимацию переходов</string>
<string name="disable_transition_animations_summary">Принудительно отключить все анимации перехода</string>
<!-- Screen off animation -->
<string name="screen_off_animation_fade">Простое затухание</string>
<string name="screen_off_animation_color">Выцветание</string>
<string name="screen_off_animation_crt">Эффект старого телевизора</string>
<string name="screen_off_animation_scale">Маштабирование</string>
<string name="screen_off_animation_title">Анимация выключения экрана</string>
<!-- Tiles animation style -->
<string name="qs_tiles">Плитки быстрых настроек</string>
<string name="qs_tile_animation_style_title">Стиль анимации</string>
<string name="qs_tile_animation_duration_title">Длительность анимации</string>
<string name="qs_tile_animation_interpolator_title">Интерполяция анимации</string>
<string name="qs_tile_animation_style_off">Без анимации</string>
<string name="qs_tile_animation_style_flip">Переворот</string>
<string name="qs_tile_animation_style_rotate">Поворот</string>
<string name="qs_tile_animation_duration_low">Медленно</string>
<string name="qs_tile_animation_duration_default">По умолчанию</string>
<string name="qs_tile_animation_duration_fast">Быстрая</string>
<string name="qs_tile_animation_duration_quite_fast">Очень быстро</string>
<string name="qs_tile_animation_duration_super_fast">Супер-быстро</string>
<string name="qs_tile_animation_interpolator_linearInterpolator">Линейная</string>
<string name="qs_tile_animation_interpolator_accelerateInterpolator">Ускорение</string>
<string name="qs_tile_animation_interpolator_decelerateInterpolator">Замедление</string>
<string name="qs_tile_animation_interpolator_accelerateDecelerateInterpolator">Ускорение и замедление</string>
<string name="qs_tile_animation_interpolator_bounceInterpolator">Отскок</string>
<string name="qs_tile_animation_interpolator_overshootInterpolator">Вылет</string>
<string name="qs_tile_animation_interpolator_anticipateInterpolator">Опережение</string>
<string name="qs_tile_animation_interpolator_anticipateOvershootInterpolator">Опережение и вылет</string>
<string name="qs_set_animation_style">%1$s</string>
<string name="qs_set_animation_duration">%1$s</string>
<string name="qs_set_animation_interpolator">%1$s</string>
<!-- Power menu Animations -->
<string name="power_menu_animation_title">Анимация меню питания</string>
<string name="power_menu_animation_summary">Изменить анимацию входа/выхода меню питания</string>
<string name="power_menu_animation_dialog_title">Выбор анимации меню питания</string>
<string name="power_menu_animation_aosp">AOSP (по умолчанию)</string>
<string name="power_menu_animation_bottom">Низ</string>
<string name="power_menu_animation_top">Верх</string>
<string name="power_menu_animation_xylon">Полет</string>
<string name="power_menu_animation_slide">Сдвиг</string>
<string name="power_menu_animation_turn">Постраничный</string>
<string name="power_menu_animation_fly">Свечение</string>
<string name="power_menu_animation_card">3D</string>
<string name="power_menu_animation_translucent_top">Полупрозрачность (сверху)</string>
<string name="power_menu_animation_translucent_bottom">Полупрозрачность (снизу)</string>
<!-- Volume Steps Fragment -->
<string name="volume_steps_fragment_title">Уровни громкости</string>
<string name="volume_steps_summary">Настроить уровни громкости</string>
<string name="volume_steps_alarm_title">Уровни: будильник</string>
<string name="volume_steps_dtmf_title">Уровень громкости: Набор номера</string>
<string name="volume_steps_music_title">Уровень громкости: Музыка</string>
<string name="volume_steps_notification_title">Уровни громкости: Уведомления</string>
<string name="volume_steps_ring_title">Уровень громкости: Звонок</string>
<string name="volume_steps_system_title">Уровень громкости: Система</string>
<string name="volume_steps_voice_call_title">Уровень громкости: Голосовой вызов</string>
<string name="volume_steps_reset">Сбросить</string>
<!-- Notification headers -->
<string name="notification_headers_title">Заголовок панели уведомлений</string>
<string name="notification_headers_summary">Показывать заголовки в тени уведомления\nТребует перезапуска SystemUI</string>
<!-- Center R Notification headers -->
<string name="center_notification_headers_title">Центрировать заголовки уведомлений</string>
<string name="center_notification_headers_summary">Показывать ли заголовки уведомлений R (Требуется перезапуск SystemUI)</string>
<!-- Dashboard -->
<string name="dashboard_conditions_title">Уведомления в главном меню</string>
<string name="summary_dashboard_conditions_enabled">Состояния меню настроек включены</string>
<string name="summary_dashboard_conditions_disabled">Уведомления в меню настроек выключены</string>
<string name="dashboard_suggestions_title">Подсказки в меню настроек</string>
<string name="summary_dashboard_suggestions_enabled">Подсказки меню настроек включены</string>
<string name="summary_dashboard_suggestions_disabled">Подсказки меню настроек выключены</string>
<!-- Lock screen visualizer -->
<string name="lockscreen_visualizer_title">Визуализация спектра музыки</string>
<string name="lockscreen_visualizer_summary">Включить визуализатор на экране блокировки</string>
<string name="lockscreen_visualizer_enable">Визуализатор музыки</string>
<string name="lockscreen_visualizer_enable_summary">Показывать визуализацию музыки на экране блокировки во время воспроизведения</string>
<string name="lockscreen_autocolor_title">Автоматический цвет</string>
<string name="lockscreen_autocolor_summary">Синхронизировать цвет с фоном экрана блокировки</string>
<string name="lockscreen_autocolor_lavalamp">Требует отключения эффекта лавовой лампы</string>
<string name="lockscreen_lavalamp_title">Лавовая лампа</string>
<string name="lockscreen_lavalamp_summary">Использовать плавную анимацию смешения цвета лавы </string>
<string name="lockscreen_lavalamp_speed_title">Интервал смешивания цветов</string>
<string name="lockscreen_solid_lines_category">Сплошные линии</string>
<string name="lockscreen_solid_units_count_title">Количество линий</string>
<string name="lockscreen_solid_fudge_factor_title">Уровень чувствительности</string>
<string name="lockscreen_solid_units_opacity_title">Непрозрачность линий</string>
<!-- Media art -->
<string name="lockscreen_media_art_title">Медиа обложка на экране блокировки</string>
<string name="lockscreen_media_art_summary">Включить обложку на экране блокировки</string>
<!-- Lockscreen media artwork -->
<string name="lockscreen_media_blur_title">Уровень размытия обложки</string>
<string name="lockscreen_lock_icon_title">Иконка замка</string>
<string name="lockscreen_lock_icon_summary">Показывать значок замка на экране блокировки</string>
<!-- Charging animation -->
<string name="charging_animation_title">Анимация зарядки</string>
<string name="charging_animation_summary">Показывать анимацию при подключении зарядного устройства</string>
<string name="lockscreen_charging_animation_title">Анимация заряда батареи</string>
<string name="lockscreen_charging_animation_flash">Вспышка</string>
<string name="lockscreen_charging_animation_battery">Батарея</string>
<string name="lockscreen_charging_animation_drop">Капля</string>
<string name="lockscreen_charging_animation_explosion">Взрыв</string>
<string name="lockscreen_charging_animation_water">Вода</string>
<!-- Volume Panel Plugin -->
<string name="volume_panel">Стиль панели громкости</string>
<string name="volume_panel_stock">По умолчанию</string>
<string name="volume_panel_aosp">AOSP</string>
<string name="volume_panel_compact">Компактный</string>
<string name="volume_panel_oreo">Oreo</string>
<string name="volume_panel_tiled">Плиточная</string>
<!-- Volume Panel Plugin Values -->
<string name="volume_panel_stock_val">com.android.systemui.volume</string>
<string name="volume_panel_aosp_val">co.potatoproject.plugin.volume.aosp</string>
<string name="volume_panel_compact_val">co.potatoproject.plugin.volume.compact</string>
<string name="volume_panel_oreo_val">co.potatoproject.plugin.volume.oreo</string>
<string name="volume_panel_tiled_val">co.potatoproject.plugin.volume.tiled</string>
<!-- Statusbar Clock -->
<string name="clock_style_category_title">Настройки часов</string>
<string name="clock_style_category_summary">Настройка часов в строке состояния</string>
<string name="status_bar_clock_title">Настройки часов</string>
<string name="status_bar_clock_show">Показывать часы и дату</string>
<string name="status_bar_clock_style_title">Стиль часов</string>
<string name="status_bar_clock_style_right">Справа</string>
<string name="status_bar_clock_style_center">По центру</string>
<string name="status_bar_clock_style_left">Слева</string>
<string name="status_bar_am_pm_title">Стиль AM/PM</string>
<string name="status_bar_am_pm_info">24-часовой формат времени включен</string>
<string name="status_bar_am_pm_normal">Нормальный</string>
<string name="status_bar_am_pm_small">Маленький</string>
<string name="status_bar_am_pm_hidden">Скрыто (по умолчанию)</string>
<string name="clock_seconds_display">Отображать секунды</string>
<string name="clock_date_display">Дата</string>
<string name="clock_date_display_summary">Отображать дату перед часами</string>
<string name="clock_date_display_none">Не показывать</string>
<string name="clock_date_display_small">Маленький шрифт</string>
<string name="clock_date_display_normal">Нормальный шрифт</string>
<string name="clock_date_style">Стиль даты</string>
<string name="clock_date_style_normal">Нормальный</string>
<string name="clock_date_style_lowercase">Нижний регистр</string>
<string name="clock_date_style_uppercase">Прописной</string>
<string name="clock_date_format_custom">Пользовательский Java-формат</string>
<string name="clock_date_format">Формат даты</string>
<string name="clock_date_string_edittext_title">Должен быть в формате даты, например, ММ/дд/гг</string>
<string name="clock_date_string_edittext_summary">Введите строку</string>
<!-- Statusbar Clock Font Style, Size & Color -->
<string name="status_bar_clock_font_style_title">Стиль шрифта часов</string>
<string name="status_bar_clock_font_size_title">Размер шрифта часов</string>
<string name="status_bar_clock_color_title">Цвет шрифта часов</string>
<string name="clock_date_right">Справа от часов</string>
<string name="clock_date_left">Слева от часов</string>
<string name="clock_date_position">Расположение даты</string>
<!-- Battery Bar -->
<string name="battery_bar_title">Панель заряда батареи</string>
<string name="battery_bar_summary">Отображение и настройка панели заряда батареи возле строки состояния или панели навигации</string>
<string name="battery_bar_no_navbar">Расположение панели батареи</string>
<string name="battery_bar_location_hide">Не показывать</string>
<string name="battery_bar_location_statusbar">Строка состояния</string>
<string name="battery_bar_color">Цвет полосы батареи</string>
<string name="battery_bar_charging_color">Цвет полосы зарядки батареи</string>
<string name="battery_bar_battery_low_color">Цвет полосы низкого заряда батареи</string>
<string name="battery_bar_cat">Стиль иконки батареи</string>
<string name="battery_bar_style_title">Выравнивание панели батареи</string>
<string name="battery_bar_thickness_title">Толщина панели батареи</string>
<string name="battery_bar_animate_title">Анимация заряда батареи</string>
<string name="battery_bar_style_regular">Обычный</string>
<string name="battery_bar_style_center_mirrored">По центру (зеркально)</string>
<string name="battery_bar_style_reversed">Обратный</string>
<string name="battery_bar_use_charging_color">Установить свой цвет полосы во время зарядки</string>
<string name="battery_bar_blend_color_title">Смешать цвета</string>
<string name="battery_bar_blend_color_summary">Наложение цветов полный/пустой соответствуют проценту батареи</string>
<string name="battery_bar_blend_color_reverse_title">Обратное направление цветов</string>
<string name="battery_bar_blend_color_reverse_summary_off">Полный &#8594; пустой: красный &#8592; зелёный &#8592; синий &#8592; красный</string>
<string name="battery_bar_blend_color_reverse_summary_on">Полный &#8594; пустой: красный &#8594; зелёный &#8594; синий &#8594; красный</string>
<!-- FOD animations -->
<string name="fod_recog_animation">Анимация при распознавании отпечатка пальца</string>
<string name="fod_recog_animation_summary">Показывать анимацию при распознавании отпечатка</string>
<string name="fod_recog_animation_effect_title">Эффект анимации распознавания отпечатка</string>
<string name="fod_recog_animation_miui_normal">MIUI по умолчанию</string>
<string name="fod_recog_animation_miui_aod">Всегда включённый дисплей</string>
<string name="fod_recog_animation_miui_light">Светлая</string>
<string name="fod_recog_animation_miui_pop">Поп</string>
<string name="fod_recog_animation_miui_pulse">Пульс</string>
<string name="fod_recog_animation_miui_pulse_white">Пульс (белый)</string>
<string name="fod_recog_animation_miui_rhythm">Ритм</string>
<string name="fod_recog_animation_op_cosmos">Космос</string>
<string name="fod_recog_animation_op_mclaren">Макларен</string>
<string name="fod_recog_animation_op_scanning">Сканирование (Cyberpunk 2077)</string>
<string name="fod_recog_animation_op_stripe">Полоса</string>
<string name="fod_recog_animation_op_wave">Волна</string>
<string name="fod_recog_animation_pureview_dna">ДНК</string>
<string name="fod_recog_animation_pureview_future">Будущее</string>
<string name="fod_recog_animation_pureview_halo_ring">Кольцо Хало</string>
<string name="fod_recog_animation_pureview_molecular">Молекулы</string>
<!-- Navbar Entries -->
<string name="navbar_gestures_title">Параметры жестов навигации</string>
<string name="navbar_gestures_summary">Выберите кнопки или жесты для навигации по вашему устройству</string>
<!-- Navbar Animation -->
<string name="pixel_navbar_anim_title">Анимация Pixel</string>
<string name="pixel_navbar_anim_summary">Включает анимацию кнопки домой, как на устройствах Pixel</string>
<!-- LockWeather Switches -->
<string name="lockscreen_weather_show_city_title">Отображать название города</string>
<string name="lockscreen_weather_show_city_summary">Показывать название города слева от иконки погоды</string>
<string name="lockscreen_weather_show_temp_title">Отображать значение температуры</string>
<string name="lockscreen_weather_show_temp_summary">Показывать температуру справа от иконки погоды</string>
<string name="lockscreen_weather_show_image_title">Показать изображение состояния</string>
<string name="lockscreen_weather_show_image_summary">Показать погодные условия</string>
<!-- LS Weather Temp & City Fonts -->
<string name="lock_weather_temp_font_title">Шрифт температуры погоды на экране блокировки</string>
<string name="lock_weather_temp_font_summary">Изменить шрифт температуры погоды на экране блокировки</string>
<string name="lock_weather_temp_font_dialog_title">Выберите шрифт для погоды на экране блокировки</string>
<string name="lock_weather_city_font_title">Шрифт названия города на экране блокировки</string>
<string name="lock_weather_city_font_summary">Изменить шрифт названия города на экране блокировки</string>
<string name="lock_weather_city_dialog_title">Выберите шрифт города погоды на блокировки блокировки</string>
<!-- QS Footer Text -->
<string name="qs_footer_text_title">Текст нижнего колонтитула быстрых настроек</string>
<string name="qs_footer_text_summary">Отображать текст внизу панели быстрых настроек</string>
<string name="qs_footer_text_string_title">Пользовательский текст нижнего колонтитула</string>
<string name="qs_footer_text_string_summary">Выставьте пустым для строки по умолчанию #KeepEvolving</string>
<!-- QS Header data uasge -->
<string name="qs_datausage_title">Отображение использованного трафика в заголовке быстрых настроек</string>
<string name="qs_datausage_disabled">Выключен</string>
<string name="qs_datausage_daily">Ежедневное использование</string>
<string name="qs_datausage_monthly">Ежемесячное использование</string>
<!-- Navbar options -->
<string name="navigation_bar_invert_layout_title">Инвертировать порядок кнопок</string>
<string name="navigation_bar_invert_layout_summary">Инвертирует расположение панели навигации и другие элементы, такие как кнопка смены метода ввода</string>
<string name="unsupported_gestures">Включите две или три кнопки навигации для использования этой функции</string>
<string name="navbar_visibility">Панель навигации</string>
<string name="navbar_vis_summary">Включение или отключение панели навигации</string>
<!-- Roaming indicator icon -->
<string name="roaming_indicator_icon_title">Индикатор роуминга</string>
<string name="roaming_indicator_icon_summary">Отображать индикатор роуминга рядом со значком сети при нахождении в роуминге</string>
<!-- Brightness control -->
<string name="status_bar_toggle_brightness">Регулировка яркости в стоке состояния</string>
<string name="status_bar_toggle_brightness_summary">Регулировать яркость экрана, проводя пальцем по строке состояния</string>
<!-- Heads up options -->
<string name="less_boring_heads_up_title">Сделать всплывающие уведомления менее надоедливыми</string>
<string name="less_boring_heads_up_summary">Показать всплывающие уведомления только для звонков или сообщений (если они не на переднем плане)</string>
<!-- FOD icon picker -->
<string name="fod_icon_picker_title">Иконка отпечатка пальца</string>
<string name="fod_icon_picker_summary">Выберите вашу любимую иконку отпечатка пальца</string>
<string name="fod_icon_picker_footer">Чтобы добавить свою иконку, выберите иконку в верхнем левом углу и с помощью приложения OnePlus 6T FP Customizer добавьте нужную иконку.</string>
<!-- QS header image -->
<string name="status_bar_custom_header_title">Изображение заголовка</string>
<string name="status_bar_custom_header_summary">Использовать пользовательское изображение для обложки быстрых настроек</string>
<string name="custom_header_provider_title">Тип изображения</string>
<string name="daylight_header_provider_title">Автоматически (зависит от времени)</string>
<string name="file_header_provider_title">Статичный</string>
<string name="daylight_header_pack_title">Коллекция изображений</string>
<string name="header_provider_disabled">Выключен</string>
<string name="custom_header_pick_title">Выбрать изображение из коллекции</string>
<string name="custom_header_pick_summary">Выбрать изображение из предустановленных наборов</string>
<string name="file_header_select_title">Выберите изображение с телефона</string>
<string name="file_header_select_summary">Выберите изображение из внутренней памяти</string>
<string name="status_bar_custom_header_shadow_title">Затемнить изображение</string>
<!-- FOD pressed color -->
<string name="fod_pressed_color_title">Эффект нажатого отпечатка пальца</string>
<string name="fod_pressed_color_white">Белый</string>
<string name="fod_pressed_color_cyan">Голубой</string>
<string name="fod_pressed_color_green">Зелёный</string>
<string name="fod_pressed_color_yellow">Жёлтый</string>
<!-- Gaming mode -->
<string name="gaming_mode_title">Игровой режим</string>
<string name="gaming_mode_summary">Настроить параметры игрового режима</string>
<string name="gaming_mode_enable_title">Включить игровой режим</string>
<string name="gaming_mode_enable_summary">Главный переключатель игрового режима</string>
<string name="gaming_mode_app_picker_title">Автоматически включать для этих приложений</string>
<string name="add_gaming_mode_package_title">Добавить приложения для игрового режима</string>
<string name="add_gaming_mode_package_summary">Игровой режим будет включен автоматически, когда эти приложения будут открыты, и выключен, когда они закроются</string>
<string name="gaming_mode_headsup_title">Блокировать уведомления</string>
<string name="gaming_mode_headsup_summary">Блокировать все уведомления, кроме звонков</string>
<string name="gaming_mode_hardware_keys_title">Заблокировать кнопки</string>
<string name="gaming_mode_hardware_keys_summary">Отключить аппаратные кнопки при включённом игровом режиме</string>
<string name="gaming_mode_brightness_title">Отключить автоматическую яркость</string>
<string name="gaming_mode_brightness_summary">Фиксировать яркость экрана при включённом игровом режиме</string>
<string name="gaming_mode_ringer_title">Звонки в игровом режиме</string>
<string name="gaming_mode_ringer_off_title">Не изменять</string>
<string name="gaming_mode_ringer_vibrate_title">Вибрация</string>
<string name="gaming_mode_ringer_dnd_title">Не беспокоить</string>
<string name="gaming_mode_ringer_silent_title">Без звука</string>
<string name="gaming_mode_notifications_title">Индикация в игровом режиме</string>
<string name="gaming_mode_notifications_off_title">Отключена</string>
<string name="gaming_mode_notifications_notif_title">Показывать уведомление</string>
<string name="gaming_mode_notifications_toast_title">Показывать всплывающие сообщения</string>
<string name="gaming_mode_notifications_all_title">Показывать всплывающие сообщения и уведомления</string>
<string name="gaming_mode_dynamic_title">Автоматический режим</string>
<string name="gaming_mode_dynamic_summary">Пытаться обнаружить и добавить игровые приложения автоматически</string>
<!-- Ambient edge lighting -->
<string name="pulse_ambient_light_category">Пульсация по краям экрана</string>
<string name="pulse_ambient_light_title">Пульсировать при новых уведомлениях</string>
<string name="pulse_ambient_light_summary">Пульсировать по краям экрана при получении новых уведомлений</string>
<string name="ambient_notification_light_enabled_title">Пульсировать в режиме всегда включенного экрана</string>
<string name="ambient_notification_light_enabled_summary">Пульсировать при новом уведомлении в режиме всегда включенного экрана</string>
<string name="ambient_notification_light_color_title">Свой цвет</string>
<string name="ambient_notification_light_color_summary">Цвет пульсации по умолчанию</string>
<string name="ambient_notification_light_hide_aod_title">Показывать только пульсацию</string>
<string name="ambient_notification_light_hide_aod_summary">Скрыть все элементы на всегда включенном экране</string>
<string name="ambient_notification_light_timeout_title">Интервал пульсаций</string>
<string name="entry_infinite">Бесконечный</string>
<string name="entry_five_minute">5 минут</string>
<string name="entry_ten_minute">10 минут</string>
<string name="entry_thirty_minute">30 минут</string>
<string name="entry_sixty_minute">60 минут</string>
<string name="entry_fifteen_minute">15 минут</string>
<string name="ambient_notification_light_color_mode_title">Цвет пульсации</string>
<string name="ambient_notification_light_color_mode_automatic">Цвет уведомления</string>
<string name="ambient_notification_light_color_mode_accent">Цвет акцента системы</string>
<string name="ambient_notification_light_color_mode_custom">Свой цвет</string>
<string name="pulse_ambient_light_duration_title">Продолжительность</string>
<string name="pulse_ambient_light_duration_summary">Установить длительность подсветки пульсации</string>
<string name="pulse_ambient_light_repeat_count_title">Количество повторов подсветки пульсации</string>
<string name="pulse_ambient_light_repeat_count_summary">Установить максимальное количество повторений пульсации (от 0 для бесконечности)</string>
<string name="enable_oneui">OneUI</string>
<string name="enable_oneui_summary">Показать разделитель над настройками панели действий для удобства использования одной рукой\nВНИМАНИЕ: перезапустите настройки, чтобы увидеть эффект</string>
</resources>

View File

@@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Slim lockscreen shortcuts -->
<string name="shortcut_action_none">Действие не выбрано</string>
<string name="shortcut_action_longpress">Долгое нажатие:</string>
<string name="shortcut_action_select_action_longpress">Выберите действие при долгом нажатии:</string>
<string name="shortcut_action_select_action">Выберите действие:</string>
<string name="shortcut_action_select_action_newaction">Выберите новое действие:</string>
<string name="shortcut_action_reset">Сбросить</string>
<string name="shortcut_action_add">Добавить</string>
<string name="shortcut_action_max">Достигнут максимальный размер записи</string>
<string name="shortcut_action_warning">Предупреждение</string>
<string name="shortcut_action_warning_message">Невозможно удалить последнюю запись</string>
<string name="shortcut_action_disable_message">Выключено\nДобавьте запись для включения этой функции</string>
<string name="shortcut_image_not_valid">Выбранное приложение не имеет подходящего значка или не поддерживает кадрирование изображения. Используйте другое приложение.</string>
<string name="shortcut_duplicate_entry">Выбранное действие не может быть добавлено дважды</string>
<string name="shortcut_action_help_shortcut">ярлык</string>
<string name="shortcut_action_help_button">кнопка</string>
<string name="shortcut_action_help_app">приложение</string>
<string name="shortcut_action_help_icon">, в процессе выбора значка будут показаны параметры настройки</string>
<string name="shortcut_action_help_main">Чтобы добавить %1$s, нажмите значок «Добавить». Когда %1$s будет добавлен(-а,-о), выбор ряда изменит целевое%2$s\n\nЧтобы удалить %1$s, смахните ряд по горизонтали влево или вправо. Изменить порядок %1$s в списке можно вертикальным перетаскиванием значка якоря слева.\n\nЧтобы сбросить всё к значениям по умолчанию, нажмите значок «Сбросить».</string>
<string name="shortcut_action_help_delete_last_entry">Удаление последнего(-ей) %1$s в списке отключит эту функцию.</string>
<string name="shortcut_action_help_pie_second_layer_delete_last_entry">Удаление последнего(-ей) %1$s из списка отключит второй слой.</string>
<string name="shortcuts_applications">Приложения</string>
<string name="shortcuts_select_custom_app_title">Выберите пользовательское приложение</string>
<string name="shortcuts_icon_picker_type">Выберите тип значка:</string>
<string name="shortcuts_icon_default">По умолчанию</string>
<string name="shortcuts_icon_custom">Галерея</string>
<string name="reset_message">Сбросить все параметры на значения по умолчанию?</string>
<string name="help">Помощь</string>
<string name="shortcut_action_app">Пользовательское приложение</string>
<string name="shortcut_action_home">Главная страница</string>
<string name="shortcut_action_back">Назад</string>
<string name="shortcut_action_menu">Меню</string>
<string name="shortcut_action_ime">Открыть переключатель выбора способа ввода</string>
<string name="shortcut_action_power_menu">Меню кнопки питания</string>
<string name="shortcut_action_recent">Недавние приложения</string>
<string name="shortcut_action_power">Выключить экран</string>
<string name="shortcut_action_search">Поиск в приложении</string>
</resources>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,152 +0,0 @@
<resources>
<!-- Icon type for DSLV. -->
<string-array name="icon_types">
<item>@string/shortcuts_icon_default</item>
<!--
<item>@string/shortcuts_icon_presets</item>
-->
<item>@string/shortcuts_icon_custom</item>
</string-array>
<string-array name="shortcut_icon_picker_labels">
<!--
<item>@string/shortcuts_icon_picker_alarm</item>
<item>@string/shortcuts_icon_picker_andy</item>
<item>@string/shortcuts_icon_picker_battery</item>
<item>@string/shortcuts_icon_picker_browser</item>
<item>@string/shortcuts_icon_picker_calendar</item>
<item>@string/shortcuts_icon_picker_camera</item>
<item>@string/shortcuts_icon_picker_cloud</item>
<item>@string/shortcuts_icon_picker_contact</item>
<item>@string/shortcuts_icon_picker_directdial</item>
<item>@string/shortcuts_icon_picker_directmessage</item>
<item>@string/shortcuts_icon_picker_drive</item>
<item>@string/shortcuts_icon_picker_dropbox</item>
<item>@string/shortcuts_icon_picker_email</item>
<item>@string/shortcuts_icon_picker_email2</item>
<item>@string/shortcuts_icon_picker_evernote</item>
<item>@string/shortcuts_icon_picker_facebook</item>
<item>@string/shortcuts_icon_picker_favorite</item>
<item>@string/shortcuts_icon_picker_file_browser</item>
<item>@string/shortcuts_icon_picker_file_browser2</item>
<item>@string/shortcuts_icon_picker_fitness</item>
<item>@string/shortcuts_icon_picker_gallery</item>
<item>@string/shortcuts_icon_picker_gears</item>
<item>@string/shortcuts_icon_picker_google_small</item>
<item>@string/shortcuts_icon_picker_gplus</item>
<item>@string/shortcuts_icon_picker_gtalk</item>
<item>@string/shortcuts_icon_picker_help</item>
<item>@string/shortcuts_icon_picker_joystick</item>
<item>@string/shortcuts_icon_picker_key</item>
<item>@string/shortcuts_icon_picker_laptop</item>
<item>@string/shortcuts_icon_picker_luggage</item>
<item>@string/shortcuts_icon_picker_maps</item>
<item>@string/shortcuts_icon_picker_market</item>
<item>@string/shortcuts_icon_picker_movie</item>
<item>@string/shortcuts_icon_picker_music</item>
<item>@string/shortcuts_icon_picker_nav</item>
<item>@string/shortcuts_icon_picker_notes</item>
<item>@string/shortcuts_icon_picker_package</item>
<item>@string/shortcuts_icon_picker_phone</item>
<item>@string/shortcuts_icon_picker_pinterest</item>
<item>@string/shortcuts_icon_picker_play</item>
<item>@string/shortcuts_icon_picker_pocket</item>
<item>@string/shortcuts_icon_picker_quicksettings</item>
<item>@string/shortcuts_icon_picker_rss</item>
<item>@string/shortcuts_icon_picker_sdcard</item>
<item>@string/shortcuts_icon_picker_search</item>
<item>@string/shortcuts_icon_picker_sms</item>
<item>@string/shortcuts_icon_picker_tasks</item>
<item>@string/shortcuts_icon_picker_terminal</item>
<item>@string/shortcuts_icon_picker_transit</item>
<item>@string/shortcuts_icon_picker_tv</item>
<item>@string/shortcuts_icon_picker_twitter</item>
<item>@string/shortcuts_icon_picker_unlock</item>
-->
</string-array>
<string-array name="shortcut_icon_picker_icons" translatable="false">
<!--
<item>@*android:drawable/ic_shortcut_alarm</item>
<item>@*android:drawable/ic_shortcut_andy</item>
<item>@*android:drawable/ic_shortcut_battery</item>
<item>@*android:drawable/ic_shortcut_browser</item>
<item>@*android:drawable/ic_shortcut_calendar</item>
<item>@*android:drawable/ic_shortcut_camera</item>
<item>@*android:drawable/ic_shortcut_cloud</item>
<item>@*android:drawable/ic_shortcut_contact</item>
<item>@*android:drawable/ic_shortcut_directdial</item>
<item>@*android:drawable/ic_shortcut_directmessage</item>
<item>@*android:drawable/ic_shortcut_drive</item>
<item>@*android:drawable/ic_shortcut_dropbox</item>
<item>@*android:drawable/ic_shortcut_email</item>
<item>@*android:drawable/ic_shortcut_email2</item>
<item>@*android:drawable/ic_shortcut_evernote</item>
<item>@*android:drawable/ic_shortcut_facebook</item>
<item>@*android:drawable/ic_shortcut_favorite</item>
<item>@*android:drawable/ic_shortcut_file_browser</item>
<item>@*android:drawable/ic_shortcut_file_browser2</item>
<item>@*android:drawable/ic_shortcut_fitness</item>
<item>@*android:drawable/ic_shortcut_gallery</item>
<item>@*android:drawable/ic_shortcut_gear</item>
<item>@*android:drawable/ic_shortcut_google_small</item>
<item>@*android:drawable/ic_shortcut_gplus</item>
<item>@*android:drawable/ic_shortcut_gtalk</item>
<item>@*android:drawable/ic_shortcut_help</item>
<item>@*android:drawable/ic_shortcut_joystick</item>
<item>@*android:drawable/ic_shortcut_key</item>
<item>@*android:drawable/ic_shortcut_laptop</item>
<item>@*android:drawable/ic_shortcut_luggage</item>
<item>@*android:drawable/ic_shortcut_maps</item>
<item>@*android:drawable/ic_shortcut_market</item>
<item>@*android:drawable/ic_shortcut_movie</item>
<item>@*android:drawable/ic_shortcut_music</item>
<item>@*android:drawable/ic_shortcut_nav</item>
<item>@*android:drawable/ic_shortcut_notes</item>
<item>@*android:drawable/ic_shortcut_package</item>
<item>@*android:drawable/ic_shortcut_phone</item>
<item>@*android:drawable/ic_shortcut_pinterest</item>
<item>@*android:drawable/ic_shortcut_play</item>
<item>@*android:drawable/ic_shortcut_pocket</item>
<item>@*android:drawable/ic_shortcut_quicksettings</item>
<item>@*android:drawable/ic_shortcut_rss</item>
<item>@*android:drawable/ic_shortcut_sdcard</item>
<item>@*android:drawable/ic_shortcut_search</item>
<item>@*android:drawable/ic_shortcut_sms</item>
<item>@*android:drawable/ic_shortcut_tasks</item>
<item>@*android:drawable/ic_shortcut_terminal</item>
<item>@*android:drawable/ic_shortcut_transit</item>
<item>@*android:drawable/ic_shortcut_tv</item>
<item>@*android:drawable/ic_shortcut_twitter</item>
<item>@*android:drawable/ic_shortcut_unlock</item>
-->
</string-array>
<string-array name="shortcut_action_entries">
<item>@string/shortcut_action_back</item>-
<item>@string/shortcut_action_app</item>-
<item>@string/shortcut_action_home</item>-
<item>@string/shortcut_action_menu</item>
<item>@string/shortcut_action_ime</item>
<item>@string/shortcut_action_power_menu</item>
<item>@string/shortcut_action_recent</item>
<item>@string/shortcut_action_power</item>
<item>@string/shortcut_action_search</item>
<item>@string/shortcut_action_none</item>
</string-array>
<string-array name="shortcut_action_values" translatable="false">
<item>**back**</item>
<item>**app**</item>
<item>**home**</item>
<item>**menu_big**</item>
<item>**ime**</item>
<item>**power_menu**</item>
<item>**recents**</item>
<item>**power**</item>
<item>**search**</item>
<item>**null**</item>
</string-array>
</resources>

View File

@@ -1,32 +0,0 @@
<resources>
<!-- For DSLV -->
<declare-styleable name="DragSortListView">
<attr name="collapsedHeight" format="dimension" />
<attr name="dragScrollStart" format="float" />
<attr name="maxDragScrollSpeed" format="float" />
<attr name="floatBackgroundColor" format="color" />
<attr name="removeMode">
<enum name="clickRemove" value="0" />
<enum name="flingRemove" value="1" />
</attr>
<attr name="trackDragSort" format="boolean"/>
<attr name="floatAlpha" format="float"/>
<attr name="slideShuffleSpeed" format="float"/>
<attr name="removeAnimationDuration" format="integer"/>
<attr name="dropAnimationDuration" format="integer"/>
<attr name="dragEnabled" format="boolean" />
<attr name="sortEnabled" format="boolean" />
<attr name="removeEnabled" format="boolean" />
<attr name="dragStartMode">
<enum name="onDown" value="0" />
<enum name="onMove" value="1" />
<enum name="onLongPress" value="2"/>
</attr>
<attr name="dragHandleId" format="integer" />
<attr name="flingHandleId" format="integer" />
<attr name="clickRemoveId" format="integer" />
<attr name="useDefaultController" format="boolean" />
</declare-styleable>
</resources>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2014, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources>
<item type="id" name="drag_handle" />
</resources>

View File

@@ -1,42 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!-- Slim lockscreen shortcuts -->
<string name="shortcut_action_none">None</string>
<string name="shortcut_action_longpress">Longpress:</string>
<string name="shortcut_action_select_action_longpress">Choose longpress action:</string>
<string name="shortcut_action_select_action">Choose action:</string>
<string name="shortcut_action_select_action_newaction">Choose new action:</string>
<string name="shortcut_action_reset">Reset</string>
<string name="shortcut_action_add">Add</string>
<string name="shortcut_action_max">Maximum entries size has been reached</string>
<string name="shortcut_action_warning">Warning</string>
<string name="shortcut_action_warning_message">It is not possible to delete last entry</string>
<string name="shortcut_action_disable_message">Disabled\nAdd an entry to enable this feature</string>
<string name="shortcut_image_not_valid">The chosen app did not return a valid icon or does not support image cropping. Use another app.</string>
<string name="shortcut_duplicate_entry">The chosen action cannot be added twice</string>
<string name="shortcut_action_help_shortcut">shortcut</string>
<string name="shortcut_action_help_button">button</string>
<string name="shortcut_action_help_app">app</string>
<string name="shortcut_action_help_icon">, while selecting the icon will bring up customization options</string>
<string name="shortcut_action_help_main">To add a %1$s, select the Add icon. Once a %1$s is added, selecting the row will change the target%2$s\n\nTo remove a %1$s, swipe the row horizontally left or right. Re-order a %1$s in the list by vertically dragging the anchor on the left.\n\nTo clear or reset to defaults, select the Reset icon.</string>
<string name="shortcut_action_help_delete_last_entry">Removing every %1$s in the list will disable the feature entirely.</string>
<string name="shortcut_action_help_pie_second_layer_delete_last_entry">Removing every %1$s in the list will disable the second pie layer entirely.</string>
<string name="shortcuts_applications">Applications</string>
<string name="shortcuts_select_custom_app_title">Select custom application</string>
<string name="shortcuts_icon_picker_type">Select icon type:</string>
<string name="shortcuts_icon_default">Default</string>
<string name="shortcuts_icon_custom">Gallery</string>
<string name="reset_message">Reset all entries to default?</string>
<string name="help">Help</string>
<string name="shortcut_action_app">Custom app</string>
<string name="shortcut_action_home">Home</string>
<string name="shortcut_action_back">Back</string>
<string name="shortcut_action_menu">Menu</string>
<string name="shortcut_action_ime">Open IME Switcher</string>
<string name="shortcut_action_power_menu">Power menu</string>
<string name="shortcut_action_recent">Recents</string>
<string name="shortcut_action_power">Screen Off</string>
<string name="shortcut_action_search">Search in app</string>
</resources>

View File

@@ -1,82 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2019-2020 The Evolution X Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/battery_bar_title">
<ListPreference
android:key="statusbar_battery_bar_no_navbar_list"
android:title="@string/battery_bar_no_navbar"
android:entries="@array/battery_bar_no_navbar_entries"
android:entryValues="@array/battery_bar_no_navbar_values" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="statusbar_battery_bar_color"
android:title="@string/battery_bar_color"
android:defaultValue="0xffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="statusbar_battery_bar_battery_low_color"
android:title="@string/battery_bar_battery_low_color"
android:defaultValue="0xffffff" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="statusbar_battery_bar_enable_charging_color"
android:title="@string/battery_bar_use_charging_color"
android:defaultValue="true" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="statusbar_battery_bar_charging_color"
android:title="@string/battery_bar_charging_color"
android:defaultValue="0xffffff"
android:dependency="statusbar_battery_bar_enable_charging_color" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="statusbar_battery_bar_blend_color"
android:title="@string/battery_bar_blend_color_title"
android:summary="@string/battery_bar_blend_color_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="statusbar_battery_bar_blend_color_reverse"
android:title="@string/battery_bar_blend_color_reverse_title"
android:summaryOn="@string/battery_bar_blend_color_reverse_summary_on"
android:summaryOff="@string/battery_bar_blend_color_reverse_summary_off"
android:dependency="statusbar_battery_bar_blend_color"
android:defaultValue="false" />
<ListPreference
android:key="statusbar_battery_bar_style"
android:title="@string/battery_bar_style_title"
android:entries="@array/battery_bar_style_entries"
android:entryValues="@array/battery_bar_style_values" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="statusbar_battery_bar_thickness"
android:title="@string/battery_bar_thickness_title"
android:max="4"
settings:min="1"
settings:units="dp"
android:persistent="false" />
<SwitchPreference
android:key="statusbar_battery_bar_animate"
android:title="@string/battery_bar_animate_title" />
</PreferenceScreen>

View File

@@ -1,70 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 The ABC rom
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="battery_light_enabled"
android:icon="@drawable/ic_battery_full"
android:title="@string/battery_light_enable"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="battery_light_allow_on_dnd"
android:icon="@drawable/ic_dnd"
android:title="@string/battery_light_allow_on_dnd_title"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="battery_light_low_blinking"
android:icon="@drawable/ic_blinking"
android:title="@string/battery_light_low_blinking_title"
android:defaultValue="false" />
<PreferenceCategory
android:key="battery_light_cat"
android:title="@string/battery_light_cat">
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="battery_light_low_color"
android:icon="@drawable/ic_battery_low"
android:title="@string/battery_light_low_color"
ledPreview="true"
settings:defaultColorValue="0xFFFF0000" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="battery_light_medium_color"
android:icon="@drawable/ic_battery_medium"
android:title="@string/battery_light_medium_color"
ledPreview="true"
settings:defaultColorValue="0xFFFFFF00" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="battery_light_full_color"
android:icon="@drawable/ic_battery_almostfull"
android:title="@string/battery_light_full_color"
ledPreview="true"
settings:defaultColorValue="0xFFFFFF00" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="battery_light_reallyfull_color"
android:icon="@drawable/ic_battery_full"
android:title="@string/battery_light_reallyfull_color"
ledPreview="true"
settings:defaultColorValue="0xFF00FF00" />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020-2021 CherishOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/fod_icon_picker_title">
<!-- Preview -->
<com.cherish.settings.preferences.FODIconPicker
android:key="fod_icon"
android:layout="@layout/fod_picker_preference"
android:selectable="false"/>
</PreferenceScreen>

View File

@@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 The CherishOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/sb_weather_title">
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_show_weather_temp"
android:title="@string/statusbar_weather_title"
android:dialogTitle="@string/statusbar_weather_dialog_title"
android:entries="@array/status_bar_weather_entries"
android:entryValues="@array/status_bar_weather_values"
android:summary="%s"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_show_weather_location"
android:title="@string/status_bar_weather_location_title"
android:entries="@array/sb_weather_location_entries"
android:entryValues="@array/sb_weather_location_values"
android:summary="%s"
android:defaultValue="0" />
</PreferenceScreen>

View File

@@ -20,80 +20,4 @@
android:title="@string/animations_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" >
<ListPreference
android:key="pref_scrollingcache"
android:icon="@drawable/ic_scroll"
android:dialogTitle="@string/pref_scrollingcache_title"
android:title="@string/pref_scrollingcache_title"
android:summary="@string/pref_scrollingcache_summary"
android:entries="@array/entries_scrollingcache"
android:entryValues="@array/values_scrollingcache" />
<ListPreference
android:key="toast_animation"
android:icon="@drawable/ic_toast"
android:title="@string/toast_animation_title"
android:entries="@array/toast_animation_entries"
android:entryValues="@array/toast_animation_values"
android:persistent="false" />
<ListPreference
android:key="listview_animation"
android:icon="@drawable/ic_listview"
android:dialogTitle="@string/listview_animation_title"
android:title="@string/listview_animation_title"
android:entries="@array/listview_animation_entries"
android:entryValues="@array/listview_animation_values"
android:defaultValue="0" />
<ListPreference
android:key="listview_interpolator"
android:icon="@drawable/ic_listview"
android:dialogTitle="@string/listview_interpolator_title"
android:title="@string/listview_interpolator_title"
android:entries="@array/listview_interpolator_entries"
android:entryValues="@array/listview_interpolator_values"
android:defaultValue="0" />
<ListPreference
android:key="screen_off_animation"
android:icon="@drawable/ic_soff"
android:title="@string/screen_off_animation_title"
android:entries="@array/screen_off_animation_entries"
android:entryValues="@array/screen_off_animation_values"
android:persistent="false"
android:defaultValue="0" />
<PreferenceCategory
android:key="quick_settings_animations"
android:title="@string/qs_tiles">
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="anim_tile_style"
android:icon="@drawable/ic_qs_tile"
android:title="@string/qs_tile_animation_style_title"
android:entries="@array/qs_tile_animation_style_entries"
android:entryValues="@array/qs_tile_animation_style_values"
android:summary="%s"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="anim_tile_duration"
android:icon="@drawable/ic_qs_tile"
android:title="@string/qs_tile_animation_duration_title"
android:entries="@array/qs_tile_animation_duration_entries"
android:entryValues="@array/qs_tile_animation_duration_values"
android:summary="%s"
android:defaultValue="2000" />
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="anim_tile_interpolator"
android:icon="@drawable/ic_qs_tile"
android:title="@string/qs_tile_animation_interpolator_title"
android:entries="@array/qs_tile_animation_interpolator_entries"
android:entryValues="@array/qs_tile_animation_interpolator_values"
android:summary="%s"
android:defaultValue="0" />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -1,37 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 Yet Another AOSP Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/always_on_display_schedule_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="doze_always_on_auto_mode"
android:title="@string/night_display_auto_mode_title"
android:dialogTitle="@string/night_display_auto_mode_title"
android:entries="@array/doze_always_on_auto_mode_entries"
android:entryValues="@array/doze_always_on_auto_mode_values"
android:persistent="false" />
<Preference
android:key="doze_always_on_auto_since"
android:title="@string/night_display_start_time_title" />
<Preference
android:key="doze_always_on_auto_till"
android:title="@string/night_display_end_time_title" />
</PreferenceScreen>

View File

@@ -18,240 +18,5 @@
android:title="@string/button_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="navbar"
android:title="@string/navbar_title">
<Preference
android:key="system_navigation_settings_preferences"
android:title="@string/navbar_gestures_title"
android:icon="@drawable/ic_swipe"
android:summary="@string/navbar_gestures_summary"
android:fragment="com.android.settings.gestures.SystemNavigationGestureSettings"
settings:controller="com.android.settings.gestures.SystemNavigationPreferenceController" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="navigation_bar_menu_arrow_keys"
android:title="@string/navigation_bar_arrow_keys_title"
android:summary="@string/navigation_bar_arrow_keys_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sysui_nav_bar_inverse"
android:icon="@drawable/ic_arrow"
android:title="@string/navigation_bar_invert_layout_title"
android:summary="@string/navigation_bar_invert_layout_summary"
android:defaultValue="false" />
<SwitchPreference
android:key="navigation_bar_show_new"
android:icon="@drawable/ic_arrow"
android:title="@string/navbar_visibility"
android:summary="@string/navbar_vis_summary" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="pixel_nav_animation"
android:title="@string/pixel_navbar_anim_title"
android:summary="@string/pixel_navbar_anim_summary"
android:defaultValue="true" />
</PreferenceCategory>
<Preference
android:key="gesture_key"
android:fragment="com.cherish.settings.fragments.GestureSettings"
android:icon="@drawable/ic_tap"
android:title="@string/gestures_title" />
<Preference
android:key="volume_key"
android:icon="@drawable/ic_hw"
android:fragment="com.cherish.settings.fragments.VolumeRockerSettings"
android:title="@string/volume_title" />
<PreferenceCategory
android:key="hardware_keys"
android:title="@string/hardware_keys_category" >
<SwitchPreference
android:key="hardware_keys_disable"
android:title="@string/hardware_keys_disable_title" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="button_brightness"
android:title="@string/button_brightness_title"
android:max="100"
android:icon="@drawable/ic_hw"
settings:min="0"
settings:units=""
android:persistent="false" />
<SwitchPreference
android:key="button_brightness_sw"
android:icon="@drawable/ic_hw"
android:title="@string/button_brightness_sw_title"
android:persistent="false" />
<ListPreference
android:dialogTitle="@string/backlight_timeout_title"
android:entries="@array/backlight_timeout_entries"
android:entryValues="@array/backlight_timeout_values"
android:key="backlight_timeout"
android:persistent="false"
android:title="@string/backlight_timeout_title" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="button_backlight_only_when_pressed"
android:title="@string/button_backlight_on_touch_only_title"
android:summary="@string/button_backlight_on_touch_only_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="anbi_enabled_option"
android:icon="@drawable/ic_hw"
android:title="@string/anbi_title"
android:summary="@string/anbi_summary"
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory
android:key="back_key"
android:title="@string/hardware_keys_back_key_title" >
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_back_single_tap"
android:summary="@string/hardware_keys_single_tap_summary"
android:title="@string/hardware_keys_single_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_back_long_press"
android:icon="@drawable/ic_hw"
android:summary="@string/hardware_keys_long_press_summary"
android:title="@string/hardware_keys_long_press_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_back_double_tap"
android:icon="@drawable/ic_tap"
android:summary="@string/hardware_keys_double_tap_summary"
android:title="@string/hardware_keys_double_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
</PreferenceCategory>
<PreferenceCategory
android:key="home_key"
android:title="@string/hardware_keys_home_key_title" >
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_home_single_tap"
android:icon="@drawable/ic_tap"
android:summary="@string/hardware_keys_single_tap_summary"
android:title="@string/hardware_keys_single_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_home_long_press"
android:icon="@drawable/ic_hw"
android:summary="@string/hardware_keys_long_press_summary"
android:title="@string/hardware_keys_long_press_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_home_double_tap"
android:icon="@drawable/ic_tap"
android:summary="@string/hardware_keys_double_tap_summary"
android:title="@string/hardware_keys_double_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="allow_incall_home"
android:icon="@drawable/ic_call"
android:title="@string/allow_incall_home_title"
android:summary="@string/allow_incall_home_summary"
android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory
android:key="app_switch_key"
android:title="@string/hardware_keys_appswitch_key_title" >
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_overview_single_tap"
android:icon="@drawable/ic_tap"
android:summary="@string/hardware_keys_single_tap_summary"
android:title="@string/hardware_keys_single_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_overview_long_press"
android:icon="@drawable/ic_hw"
android:summary="@string/hardware_keys_long_press_summary"
android:title="@string/hardware_keys_long_press_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_overview_double_tap"
android:icon="@drawable/ic_tap"
android:summary="@string/hardware_keys_double_tap_summary"
android:title="@string/hardware_keys_double_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
</PreferenceCategory>
<PreferenceCategory
android:key="menu_key"
android:title="@string/hardware_keys_menu_key_title" >
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_menu_single_tap"
android:summary="@string/hardware_keys_single_tap_summary"
android:title="@string/hardware_keys_single_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_menu_long_press"
android:icon="@drawable/ic_hw"
android:summary="@string/hardware_keys_long_press_summary"
android:title="@string/hardware_keys_long_press_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_menu_double_tap"
android:icon="@drawable/ic_tap"
android:summary="@string/hardware_keys_double_tap_summary"
android:title="@string/hardware_keys_double_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
</PreferenceCategory>
<PreferenceCategory
android:key="assist_key"
android:title="@string/hardware_keys_assist_key_title" >
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_assist_single_tap"
android:icon="@drawable/ic_hw"
android:summary="@string/hardware_keys_single_tap_summary"
android:title="@string/hardware_keys_single_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_assist_long_press"
android:icon="@drawable/ic_hw"
android:summary="@string/hardware_keys_long_press_summary"
android:title="@string/hardware_keys_long_press_title" >
</com.cherish.settings.preferences.ActionPreference>
<com.cherish.settings.preferences.ActionPreference
android:key="hwkeys_button_assist_double_tap"
android:icon="@drawable/ic_tap"
android:summary="@string/hardware_keys_double_tap_summary"
android:title="@string/hardware_keys_double_tap_title" >
</com.cherish.settings.preferences.ActionPreference>
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -1,135 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 The exTHmUI Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/gaming_title" >
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_enabled"
android:title="@string/gaming_mode_enabled_title"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_dynamic_add"
android:title="@string/gaming_mode_dynamic_add_title"
android:summary="@string/gaming_mode_dynamic_add_summary"
android:defaultValue="true"
android:dependency="gaming_mode_enabled" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_disable_auto_brightness"
android:title="@string/gaming_mode_disable_auto_brightness_title"
android:summary="@string/gaming_mode_disable_auto_brightness_summary"
android:defaultValue="true"
android:dependency="gaming_mode_enabled" />
<Preference
android:key="gaming_mode_notification_danmaku"
android:title="@string/gaming_mode_notification_danmaku_title"
android:summary="@string/gaming_mode_notification_danmaku_summary"
android:fragment="com.cherish.settings.fragments.gaming.DanmakuSettings"
android:dependency="gaming_mode_enabled" />
<Preference
android:key="gaming_mode_quick_start_apps"
android:title="@string/gaming_mode_quick_start_apps_title"
android:summary="@string/gaming_mode_quick_start_apps_summary"
android:fragment="com.cherish.settings.fragments.gaming.QuickStartAppSettings"
android:dependency="gaming_mode_enabled" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="gaming_mode_menu_opacity"
android:title="@string/gaming_mode_menu_opacity_title"
android:max="100"
settings:min="0"
android:defaultValue="75"/>
<PreferenceCategory
android:title="@string/gaming_mode_performance">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_use_game_driver"
android:title="@string/gaming_mode_use_game_driver_title"
android:summary="@string/gaming_mode_use_game_driver_summary"
android:defaultValue="true"
android:dependency="gaming_mode_enabled" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_change_performance_level"
android:title="@string/gaming_mode_change_performance_title"
android:summary="@string/gaming_mode_change_performance_summary"
android:defaultValue="true"
android:dependency="gaming_mode_enabled" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="gaming_mode_performance_level"
android:title="@string/gaming_mode_performance_title"
android:defaultValue="5"
android:max="6"
settings:min="0"
settings:units=""
android:dependency="gaming_mode_change_performance_level" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/gaming_mode_dnd">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_disable_notification_alert"
android:title="@string/gaming_mode_disable_notification_alert_title"
android:summary="@string/gaming_mode_disable_notification_alert_summary"
android:defaultValue="true"
android:dependency="gaming_mode_enabled" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_disable_ringtone"
android:title="@string/gaming_mode_disable_ringtone_title"
android:summary="@string/gaming_mode_disable_ringtone_summary"
android:defaultValue="false"
android:dependency="gaming_mode_enabled" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_auto_answer_call"
android:title="@string/gaming_mode_auto_answer_call_title"
android:summary="@string/gaming_mode_auto_answer_call_summary"
android:defaultValue="false"
android:dependency="gaming_mode_enabled" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_disable_hw_keys"
android:title="@string/gaming_mode_hardware_keys_title"
android:summary="@string/gaming_mode_hardware_keys_summary"
android:defaultValue="false"
android:dependency="gaming_mode_enabled" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_disable_gesture"
android:title="@string/gaming_mode_disable_gesture_title"
android:summary="@string/gaming_mode_disable_gesture_summary"
android:defaultValue="false"
android:dependency="gaming_mode_enabled" />
<com.cherish.settings.preferences.PackageListPreference
android:key="gaming_mode_app_list"
android:title="@string/gaming_mode_apps"
android:dependency="gaming_mode_enabled" />
</PreferenceScreen>

View File

@@ -1,75 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 The exTHmUI Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/gaming_mode_notification_danmaku_title" >
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_show_danmaku"
android:title="@string/gaming_mode_show_danmaku_title"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_danmaku_dynamic_notification_filter"
android:title="@string/gaming_mode_danmaku_dynamic_notification_filter_title"
android:summary="@string/gaming_mode_danmaku_dynamic_notification_filter_summary"
android:defaultValue="true"
android:dependency="gaming_mode_show_danmaku" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="gaming_mode_danmaku_size_horizontal"
android:title="@string/gaming_mode_danmaku_size_horizontal_title"
android:defaultValue="36"
android:max="64"
settings:min="12"
settings:units="px"
android:dependency="gaming_mode_show_danmaku" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="gaming_mode_danmaku_size_vertical"
android:title="@string/gaming_mode_danmaku_size_vertical_title"
android:defaultValue="36"
android:max="64"
settings:min="12"
settings:units="px"
android:dependency="gaming_mode_show_danmaku" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="gaming_mode_danmaku_speed_horizontal"
android:title="@string/gaming_mode_danmaku_speed_horizontal_title"
android:defaultValue="300"
android:max="1000"
settings:min="100"
settings:units="px/s"
android:dependency="gaming_mode_show_danmaku" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="gaming_mode_danmaku_speed_vertical"
android:title="@string/gaming_mode_danmaku_speed_vertical_title"
android:defaultValue="300"
android:max="1000"
settings:min="100"
settings:units="px/s"
android:dependency="gaming_mode_show_danmaku" />
<com.cherish.settings.preferences.PackageListPreference
android:title="@string/gaming_mode_danmaku_blacklist"
android:key="gaming_mode_danmaku_app_blacklist"
android:dependency="gaming_mode_show_danmaku" />
</PreferenceScreen>

View File

@@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 The exTHmUI Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/gaming_mode_quick_start_apps_title" >
<com.cherish.settings.preferences.PackageListPreference
android:key="gaming_mode_qs_app_list" />
</PreferenceScreen>

View File

@@ -18,44 +18,4 @@
android:title="@string/gestures_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="double_tap_gestures_category"
android:title="@string/double_tap_gestures_category_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="double_tap_sleep_gesture"
android:icon="@drawable/ic_tap"
android:title="@string/double_tap_sleep_gesture_title"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="double_tap_sleep_lockscreen"
android:icon="@drawable/ic_tap"
android:title="@string/double_tap_sleep_lockscreen_title"
android:defaultValue="false" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:icon="@drawable/ic_tap"
android:key="three_finger_gesture"
android:title="@string/three_finger_gesture"
android:summary="@string/three_finger_gesture_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:icon="@drawable/ic_torch"
android:key="torch_long_press_power_gesture"
android:title="@string/torch_long_press_power_gesture_title"
android:summary="@string/torch_long_press_power_gesture_desc"
android:defaultValue="false" />
<ListPreference
android:key="torch_long_press_power_timeout"
android:dialogTitle="@string/torch_long_press_power_timeout_title"
android:title="@string/torch_long_press_power_timeout_title"
android:summary="%s"
android:entries="@array/torch_long_press_power_timeout_entries"
android:entryValues="@array/torch_long_press_power_timeout_values"
android:dependency="torch_long_press_power_gesture"
android:persistent="false" />
</PreferenceScreen>

View File

@@ -18,336 +18,4 @@
android:title="@string/lockscreen_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_battery_info"
android:icon="@drawable/ic_battery_info"
android:title="@string/lockscreen_battery_info_title"
android:summary="@string/lockscreen_battery_info_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="charging_animation"
android:icon="@drawable/ic_charging"
android:title="@string/charging_animation_title"
android:summary="@string/charging_animation_summary"
android:defaultValue="true" />
<!-- Charging animation style -->
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="charging_animation_style"
settings:iconSpaceReserved="false"
android:title="@string/charging_animation_style_title"
android:entries="@array/charging_animation_style_entries"
android:entryValues="@array/charging_animation_style_values"
android:summary="%s"
android:dependency="charging_animation"
android:defaultValue="1" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="charging_animation_bg"
android:title="@string/charging_animation_bg_title"
android:summary="@string/charging_animation_bg_summary"
android:dependency="charging_animation"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="lockscreen_charging_animation_style"
android:icon="@drawable/ic_flash"
android:title="@string/lockscreen_charging_animation_title"
android:entries="@array/lockscreen_charging_animation_entries"
android:entryValues="@array/lockscreen_charging_animation_values"
android:defaultValue="1" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="fingerprint_success_vib"
android:icon="@drawable/ic_fingerprint"
android:title="@string/fprint_sucess_vib_title"
android:summary="@string/fprint_sucess_vib_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="fingerprint_error_vib"
android:icon="@drawable/ic_fingerprint"
android:title="@string/fprint_error_vib_title"
android:summary="@string/fprint_error_vib_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="hide_lockicon"
android:icon="@drawable/ic_lock_outline"
android:title="@string/hide_lockicon_title"
android:summary="@string/hide_lockicon_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="hide_lockscreen_status_bar"
android:icon="@drawable/ic_lock_outline"
android:title="@string/hide_lockscreen_status_bar_title"
android:summary="@string/hide_lockscreen_status_bar_summary"
android:defaultValue="false" />
<Preference
android:key="always_on_display_schedule"
android:icon="@drawable/ic_upset"
android:title="@string/always_on_display_schedule_title"
android:fragment="com.cherish.settings.fragments.AODSchedule" />
<!-- Lock screen -->
<PreferenceCategory
android:title="Lock Clock"/>
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="lockscreen_clock_animation_selection"
android:title="@string/clock_lottie_animation_title"
android:entries="@array/clock_lottie_animation_entries"
android:entryValues="@array/clock_lottie_animation_values"
android:summary="%s"
android:defaultValue="0" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="lockscreen_clock_animation_size"
android:title="@string/clock_lottie_animation_size_title"
android:max="500"
settings:min="300"
settings:units="dp"
android:defaultValue="300" />
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lockscreen_clock_selection"
android:title="@string/lockscreen_clock_title"
android:icon="@drawable/ic_clock"
android:dialogTitle="@string/lockscreen_clock_dialog_title"
android:entries="@array/lockscreen_clock_titles"
android:entryValues="@array/lockscreen_clock_values"
android:summary="%s"
android:defaultValue="2" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="lockclock_font_size"
android:icon="@drawable/ic_font_size"
android:title="@string/lockclock_font_size_title"
android:max="101"
settings:min="50"
settings:units="dp"
android:persistent="false"
android:defaultValue="65" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="custom_text_clock_font_size"
android:icon="@drawable/ic_font_size"
android:title="@string/custom_text_clock_font_size_title"
android:max="50"
settings:min="35"
settings:units="dp"
android:persistent="false"
android:defaultValue="40" />
<PreferenceCategory
android:title="Lock Date"/>
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lockscreen_date_selection"
android:icon="@drawable/ic_event"
android:title="@string/lockscreen_date_selection_title"
android:dialogTitle="@string/lockscreen_date_dialog_title"
android:entries="@array/lockscreen_date_selection_entries"
android:entryValues="@array/lockscreen_date_selection_values"
android:summary="%s"
android:defaultValue="0" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="lockdate_font_size"
android:icon="@drawable/ic_font_size"
android:title="@string/lockdate_font_size_title"
android:max="25"
settings:min="10"
settings:units="dp"
android:defaultValue="18"
android:persistent="false" />
<PreferenceCategory
android:title="Owner Info"/>
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="lockowner_font_size"
android:icon="@drawable/ic_font_size"
android:title="@string/lockowner_font_size_title"
android:max="25"
settings:min="10"
settings:units="dp"
android:defaultValue="21"
android:persistent="false" />
<PreferenceCategory
android:title="Lockscreen Item Alignment Options"/>
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="center_text_clock"
android:icon="@drawable/ic_align"
android:title="@string/center_text_clock_title"
android:dialogTitle="@string/center_text_clock_title"
android:entries="@array/lockscreen_item_alignment_entries"
android:entryValues="@array/lockscreen_item_alignment_values"
android:summary="%s"
android:defaultValue="1" />
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lock_date_alignment"
android:icon="@drawable/ic_align"
android:title="@string/lockscreen_date_alignment_title"
android:dialogTitle="@string/lockscreen_date_alignment_title"
android:entries="@array/lockscreen_item_alignment_entries"
android:entryValues="@array/lockscreen_item_alignment_values"
android:summary="%s"
android:defaultValue="1" />
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lockscreen_weather_alignment"
android:icon="@drawable/ic_align"
android:title="@string/lockscreen_weather_alignment_title"
android:dialogTitle="@string/lockscreen_weather_alignment_title"
android:entries="@array/lockscreen_item_alignment_entries"
android:entryValues="@array/lockscreen_item_alignment_values"
android:summary="%s"
android:defaultValue="1" />
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lock_ownerinfo_alignment"
android:icon="@drawable/ic_align"
android:title="@string/lockscreen_ownerinfo_alignment_title"
android:dialogTitle="@string/lockscreen_ownerinfo_alignment_title"
android:entries="@array/lockscreen_item_alignment_entries"
android:entryValues="@array/lockscreen_item_alignment_values"
android:summary="%s"
android:defaultValue="1" />
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="lockscreen_item_padding"
android:icon="@drawable/ic_align"
android:title="@string/lockscreen_item_padding_title"
android:defaultValue="35"
android:max="65"
settings:min="0"
settings:units="dp"
settings:interval="1"/>
<PreferenceScreen
android:key="lockscreen_colors"
android:icon="@drawable/ic_accent_picker"
android:title="@string/lockscreen_colors"
android:summary="@string/lockscreen_colors_summary"
android:fragment="com.cherish.settings.fragments.LockColors" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="hide_lock_shortcuts"
android:icon="@drawable/ic_lock_outline"
android:title="@string/lockscreen_hide_shortcuts_title"
android:summary="@string/lockscreen_hide_shortcuts_summary"
android:defaultValue="false" />
<PreferenceCategory
android:key="lockscreen_weather"
android:title="@string/lockscreen_weather_category" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_weather_enabled"
android:icon="@drawable/ic_cloud"
android:title="@string/lockscreen_weather_enabled_title"
android:summary="@string/lockscreen_weather_enabled_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="lockscreen_weather_style"
android:icon="@drawable/ic_night"
android:title="@string/lockscreen_weather_style_title"
android:dialogTitle="@string/lockscreen_weather_style_title"
android:entries="@array/lockscreen_weather_style_entries"
android:entryValues="@array/lockscreen_weather_style_values"
android:defaultValue="0"
android:dependency="lockscreen_weather_enabled"
android:summary="%s" />
<Preference
android:key="omnijaws_settings"
android:icon="@drawable/ic_weather"
android:title="@string/lockscreen_weather_settings_title"
android:summary="@string/lockscreen_weather_settings_summary"
android:fragment="com.cherish.settings.fragments.OmniJawsSettings" />
<!-- Lockscreen Visualizer-->
<PreferenceCategory
android:key="visualizer"
android:title="@string/visualizer_title">
<Preference
android:key="pulse_category"
android:icon="@drawable/ic_visualizer"
android:fragment="com.cherish.settings.fragments.PulseSettings"
android:title="@string/pulse_settings"
android:summary="@string/pulse_settings_summary" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_media_art"
android:icon="@drawable/ic_media"
android:title="@string/lockscreen_media_art_title"
android:summary="@string/lockscreen_media_art_summary"
android:defaultValue="true" />
</PreferenceCategory>
<!-- FOD-->
<PreferenceCategory
android:key="fod_icon_picker"
android:title="@string/fod_icon_picker_category_title">
<Preference
android:key="fod_icon_picker_category"
android:title="@string/fod_icon_picker_title"
android:summary="@string/fod_icon_picker_summary"
android:fragment="com.cherish.settings.fragments.lockscreen.FODIconPickerFragment" />
<!-- Animated FOD icon -->
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="fod_icon_animation"
android:title="@string/fod_icon_animation"
android:summary="@string/fod_icon_animation_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="fod_icon_anim_type"
android:title="@string/fod_icon_animation_effect_title"
android:summary="%s"
android:entries="@array/fod_icon_animation_entries"
android:entryValues="@array/fod_icon_animation_values"
android:defaultValue="0"
android:dependency="fod_icon_animation" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="fod_color"
android:title="@string/fod_pressed_color_title"
android:summary="%s"
android:entries="@array/fod_pressed_color_entries"
android:entryValues="@array/fod_pressed_color_values"
android:defaultValue="0" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/fod_recog_animation_category"
android:key="fod_animations">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="fod_recognizing_animation"
android:title="@string/fod_recog_animation"
android:summary="@string/fod_recog_animation_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="fod_anim"
android:title="@string/fod_recog_animation_effect_title"
android:summary="%s"
android:entries="@array/fod_recog_animation_entries"
android:entryValues="@array/fod_recog_animation_values"
android:defaultValue="0"
android:dependency="fod_recognizing_animation" />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -18,171 +18,4 @@
android:title="@string/misc_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:title="@string/doze_brightness_category">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="doze_brightness_force"
android:title="@string/doze_brightness_force_title"
android:summary="@string/doze_brightness_force_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="ambient_doze_brightness"
android:title="@string/ambient_doze_brightness_title"
android:summary="@string/ambient_doze_brightness_summary"
android:max="255"
android:min="1"
android:persistent="false" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="ambient_pulse_brightness"
android:title="@string/ambient_pulse_brightness_title"
android:summary="@string/ambient_pulse_brightness_summary"
android:max="255"
android:min="1"
android:persistent="false" />
</PreferenceCategory>
<!-- Gaming mode -->
<Preference
android:key="gaming_category"
android:title="@string/gaming_title"
android:fragment="com.cherish.settings.fragments.GamingModeSettings"
android:icon="@drawable/ic_gaming_mode"/>
<com.cherish.settings.preferences.GlobalSettingSwitchPreference
android:icon="@drawable/ic_plug"
android:key="wake_when_plugged_or_unplugged"
android:title="@string/wakeup_when_plugged_unplugged_title"
android:summary="@string/wakeup_when_plugged_unplugged_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="screenshot_type"
android:icon="@drawable/ic_screenshot"
android:entries="@array/screenshot_type_entries"
android:entryValues="@array/screenshot_type_values"
android:title="@string/screenshot_type_title"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="click_partial_screenshot"
android:icon="@drawable/ic_partial_screenshot"
android:title="@string/click_partial_screenshot_title"
android:summary="@string/click_partial_screenshot_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.GlobalSettingSwitchPreference
android:key="allow_signature_fake"
android:icon="@drawable/ic_signature"
android:title="@string/allow_signature_fake"
android:summary="@string/allow_signature_fake_summary"
android:defaultValue="false" />
<PreferenceCategory
android:title="@string/battery_saving">
<Preference
android:key="suspend_actions"
android:icon="@drawable/ic_battery_full"
android:fragment="com.cherish.settings.fragments.ScreenStateToggles"
android:title="@string/screen_state_toggles_title"
android:summary="@string/screen_state_toggles_summary" />
</PreferenceCategory>
<Preference
android:title="@string/radio_info_title"
android:key="radio_info_settings">
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.phone"
android:targetClass="com.android.phone.settings.RadioInfo" />
</Preference>
<Preference
android:key="vol_steps"
android:title="@string/volume_steps_fragment_title"
android:summary="@string/volume_steps_summary"
android:icon="@drawable/ic_volume"
android:fragment="com.cherish.settings.fragments.VolumeStepsFragment" />
<Preference
android:key="smart_pixels"
android:fragment="com.cherish.settings.fragments.SmartPixels"
android:title="@string/smart_pixels_title"
android:summary="@string/smart_pixels_summary" />
<Preference
android:key="wakelock_blocker"
android:title="@string/wakelock_blocker_title"
android:icon="@drawable/ic_block"
android:summary="@string/wakelock_blocker_summary"
android:fragment="com.cherish.settings.fragments.WakeLockBlocker" />
<Preference
android:key="alarm_blocker"
android:title="@string/alarm_blocker"
android:icon="@drawable/ic_alarm"
android:summary="@string/alarm_blocker_summary"
android:fragment="com.cherish.settings.fragments.AlarmBlocker" />
<PreferenceScreen
android:title="@string/hide_apps_from_recents_title"
android:summary="@string/hide_apps_from_recents_summary" >
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.settings"
android:targetClass="com.cherish.settings.fragments.HAFRAppListActivity" />
<Preference
android:key="ps_cat"
android:title="@string/powersave_title"
android:summary="@string/powersave_summary"
android:fragment="com.cherish.settings.fragments.PowerSaving"/>
</PreferenceScreen>
<PreferenceCategory
android:key="corners_category"
android:title="@string/corners_category" >
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sysui_rounded_fwvals"
android:title="@string/corner_fwvals"
android:icon="@drawable/ic_rounded"
android:summary="@string/corner_fwvals_summary"
android:defaultValue="true"
android:disableDependentsState="true" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="sysui_rounded_size"
android:title="@string/corner_radius"
android:max="60"
settings:min="0"
settings:units="dp"
android:persistent="false"
android:dependency="sysui_rounded_fwvals" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="custom_statusbar_padding_start"
android:title="@string/custom_statusbar_padding_start"
android:max="45"
settings:min="5"
settings:units="dp"
android:defaultValue="5"
android:persistent="false" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="custom_statusbar_padding_end"
android:title="@string/custom_statusbar_padding_end"
android:max="45"
settings:min="5"
android:defaultValue="5"
settings:units="dp"
android:persistent="false" />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -18,7 +18,7 @@
android:title="@string/notifications_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
<!-- <PreferenceCategory
android:key="incall_vib_options"
android:title="@string/incall_vibration_category">
@@ -40,191 +40,7 @@
android:title="@string/incall_vibrate_disconnect_title"
android:defaultValue="true" />
</PreferenceCategory>
</PreferenceCategory> -->
<!-- Heads up -->
<Preference
android:key="heads_up_notifications"
android:title="@string/heads_up_notifications"
android:summary="@string/heads_up_summary"
android:icon="@drawable/ic_plus"
android:fragment="com.cherish.settings.fragments.HeadsUpSettings" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="less_boring_heads_up"
android:icon="@drawable/ic_notification"
android:title="@string/less_boring_heads_up_title"
android:summary="@string/less_boring_heads_up_summary"
android:defaultValue="false" />
<PreferenceCategory
android:key="media_category"
android:title="@string/media_category" >
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="artwork_media_background"
android:icon="@drawable/ic_media"
android:title="@string/artwork_media_background_title"
android:summary="@string/artwork_media_background_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="artwork_media_fade_level"
android:title="@string/artwork_media_fade_level_title"
android:summary="@string/artwork_media_fade_level_summary"
android:dependency="artwork_media_background"
android:max="100"
settings:min="0"
settings:units="%"
settings:interval="5"
android:defaultValue="30" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="center_notification_headers"
android:icon="@drawable/ic_notification_center"
android:title="@string/center_notification_headers_title"
android:summary="@string/center_notification_headers_summary"
android:dependency="notification_headers"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="notification_headers"
android:icon="@drawable/ic_notification"
android:title="@string/notification_headers_title"
android:summary="@string/notification_headers_summary"
android:defaultValue="true" />
<!-- Alert Slider Notifications -->
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="alert_slider_notifications"
android:title="@string/alert_slider_notifications_title"
android:summary="@string/alert_slider_notifications_summary"
android:defaultValue="true" />
<Preference
android:key="notification_light"
android:icon="@drawable/ic_light"
android:fragment="com.android.settings.applications.manageapplications.ManageApplications"
android:title="@string/notification_light_settings" >
<extra
android:name="classname"
android:value="com.android.settings.Settings$NotificationAppListActivity" />
</Preference>
<Preference
android:key="charging_light"
android:icon="@drawable/ic_battery_almostfull"
android:fragment="com.cherish.settings.fragments.BatteryLightSettings"
android:title="@string/battery_light_settings" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="notification_sound_vib_screen_on"
android:icon="@drawable/ic_notification"
android:title="@string/notification_sound_vib_screen_on_title"
android:summary="@string/notification_sound_vib_screen_on_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="flashlight_on_call"
android:icon="@drawable/ic_flashlight"
android:title="@string/flashlight_on_call_title"
android:entries="@array/flashlight_on_call_entries"
android:entryValues="@array/flashlight_on_call_values"
android:defaultValue="0" />
<PreferenceCategory
android:key="pulse_ambient_light_category"
android:title="@string/pulse_ambient_light_category" >
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="pulse_ambient_light"
android:title="@string/pulse_ambient_light_title"
android:summary="@string/pulse_ambient_light_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_notification_light_enabled"
android:title="@string/ambient_notification_light_enabled_title"
android:summary="@string/ambient_notification_light_enabled_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_notification_light_hide_aod"
android:title="@string/ambient_notification_light_hide_aod_title"
android:summary="@string/ambient_notification_light_hide_aod_summary"
android:defaultValue="false"
android:dependency="ambient_notification_light_enabled"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_light_pulse_for_all"
android:title="@string/pulse_ambient_light_show_always_title"
android:summary="@string/pulse_ambient_light_show_always_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="ambient_notification_light_timeout"
android:dialogTitle="@string/ambient_notification_light_timeout_title"
android:title="@string/ambient_notification_light_timeout_title"
android:entries="@array/ambient_notification_light_timeout_entries"
android:entryValues="@array/ambient_notification_light_timeout_values"
android:defaultValue="0"
android:dependency="ambient_notification_light_enabled"
android:summary="%s" />
<ListPreference
android:key="ambient_notification_light_color_mode"
android:title="@string/ambient_notification_light_color_mode_title"
android:persistent="false"
android:entries="@array/ambient_notification_light_color_mode_entries"
android:entryValues="@array/ambient_notification_light_color_mode_values"
android:defaultValue="2" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="ambient_notification_light_color"
android:summary="@string/ambient_notification_light_color_summary"
android:title="@string/ambient_notification_light_color_title"
ledPreview="true"
settings:defaultColorValue="0xFF3980FF" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="notification_pulse_duration"
android:title="@string/pulse_ambient_light_duration_title"
android:summary="@string/pulse_ambient_light_duration_summary"
android:persistent="false"
android:defaultValue="2"
android:max="10"
settings:min="1"
settings:units="sec"
settings:interval="1"
android:dependency="pulse_ambient_light" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="notification_pulse_repeats"
android:title="@string/pulse_ambient_light_repeat_count_title"
android:summary="@string/pulse_ambient_light_repeat_count_summary"
android:persistent="false"
android:defaultValue="0"
android:max="10"
settings:min="0"
settings:interval="1"
android:dependency="pulse_ambient_light" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="ambient_light_repeat_direction"
android:title="@string/pulse_ambient_light_repeat_direction_title"
android:entries="@array/pulse_ambient_light_repeat_direction_entries"
android:entryValues="@array/pulse_ambient_light_repeat_direction_values"
android:defaultValue="0" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="vibrate_on_notifications"
android:icon="@drawable/ic_vibrate"
android:title="@string/vibrate_on_notifications_title"
android:summary="@string/vibrate_on_notifications_summary"
android:defaultValue="true"/>
</PreferenceScreen>

View File

@@ -18,27 +18,4 @@
android:title="@string/powermenu_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<ListPreference
android:key="power_menu_animations"
android:icon="@drawable/ic_power"
android:title="@string/power_menu_animation_title"
android:dialogTitle="@string/power_menu_animation_dialog_title"
android:entries="@array/power_menu_animations_entries"
android:entryValues="@array/power_menu_animations_values"
android:summary="@string/power_menu_animation_summary"
android:persistent="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="advanced_reboot"
android:icon="@drawable/ic_recovery"
android:title="@string/powermenu_advanced_reboot_title"
android:summary="@string/powermenu_advanced_reboot_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_power_menu_disabled"
android:icon="@drawable/ic_lock_outline"
android:title="@string/lockscreen_power_menu_disabled_title"
android:summary="@string/lockscreen_power_menu_disabled_summary"
android:defaultValue="true" />
</PreferenceScreen>

View File

@@ -1,28 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 NezukoOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title=" "
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="power_profile_type"
android:title="@string/power_profile"
android:dialogTitle="@string/power_profile"
android:entries="@array/power_profile_type_entries"
android:defaultValue="1"
android:entryValues="@array/power_profile_type_values"/>
</PreferenceScreen>

View File

@@ -21,200 +21,6 @@
<PreferenceCategory
android:title="@string/qs_category">
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="qs_panel_bg_use_new_tint"
android:icon="@drawable/ic_color"
android:title="@string/qs_bg_use_new_tint"
android:dialogTitle="@string/qs_bg_use_new_tint"
android:entries="@array/qs_tint_entries"
android:entryValues="@array/qs_tint_values"
android:summary="@string/qs_bg_use_new_tint_summary"
android:defaultValue="2" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_media_player"
android:icon="@drawable/ic_music"
android:title="@string/qs_media_player_title"
android:summaryOn="@string/qs_media_player_summary_on"
android:summaryOff="@string/qs_media_player_summary_off"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingMasterSwitchPreference
android:key="status_bar_custom_header"
android:icon="@drawable/ic_header"
android:fragment="com.cherish.settings.fragments.QsHeader"
android:title="@string/status_bar_custom_header_title"
android:summary="@string/status_bar_custom_header_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_datausage"
android:icon="@drawable/ic_data"
android:title="@string/qs_footer_datausage_title"
android:summary="@string/qs_footer_datausage_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="omni_footer_text_show"
android:icon="@drawable/ic_edit_show"
android:title="@string/qs_footer_text_title"
android:summary="@string/qs_footer_text_summary"
android:defaultValue="false"/>
<!-- QS footer text string -->
<com.cherish.settings.preferences.SystemSettingEditTextPreference
android:key="footer_text_string"
android:icon="@drawable/ic_edit1"
android:title="@string/qs_footer_text_string_title"
android:summary="@string/qs_footer_text_string_summary"
android:dependency="omni_footer_text_show"
android:defaultValue="#KeeptheLove" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_edit"
android:icon="@drawable/ic_edit1"
android:title="@string/qs_edit_title"
android:summary="@string/qs_edit_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_settings"
android:icon="@drawable/ic_edit"
android:title="@string/qs_settings_title"
android:summary="@string/qs_settings_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_services"
android:icon="@drawable/ic_run"
android:title="@string/qs_running_service_title"
android:summary="@string/qs_running_service_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_user"
android:icon="@drawable/ic_users"
android:title="@string/qs_user_title"
android:summary="@string/qs_user_summary"
android:defaultValue="true" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="notification_material_dismiss"
android:icon="@drawable/ic_notification_clear_all"
android:title="@string/enable_clear_all_button"
android:summary="@string/enable_clear_all_button_summary"
android:defaultValue="false" />
<PreferenceCategory
android:key="clock_header"
android:title="@string/clock_header_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_clock_location"
android:icon="@drawable/ic_clock"
android:title="@string/qs_clock_location_title"
android:summary="@string/qs_clock_location_summary"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="clock_gravity"
android:icon="@drawable/ic_clock"
android:title="@string/cherish_clock_gravity_title"
android:entries="@array/cherish_clock_gravity_entries"
android:entryValues="@array/cherish_clock_gravity_values"
android:summary="%s"
android:defaultValue="0" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/qs_show_brightness_slider_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_brightness_icon"
android:icon="@drawable/ic_brightness"
android:title="@string/brightness_icon_title"
android:summary="@string/brightness_icon_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_brightness_control"
android:icon="@drawable/ic_brightness"
android:title="@string/status_bar_toggle_brightness"
android:summary="@string/status_bar_toggle_brightness_summary"
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory
android:key="qs_columns_rows_category"
android:title="@string/qs_columns_rows_category_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_tile_title_visibility"
android:icon="@drawable/ic_qs_tile"
android:title="@string/qs_tile_title_visibility_title"
android:defaultValue="true" />
<com.cherish.settings.preferences.CustomSystemSeekBarPreference
android:key="qs_rows_portrait"
android:icon="@drawable/ic_qs_row"
android:title="@string/qs_rows_portrait_title"
android:max="5"
android:min="1"
android:defaultValue="3"
settings:units="" />
<com.cherish.settings.preferences.CustomSystemSeekBarPreference
android:key="qs_rows_landscape"
android:icon="@drawable/ic_qs_land"
android:title="@string/qs_rows_landscape_title"
android:max="5"
android:min="1"
android:defaultValue="1"
settings:units="" />
<com.cherish.settings.preferences.CustomSystemSeekBarPreference
android:key="qs_columns_portrait"
android:icon="@drawable/ic_qs_column"
android:title="@string/qs_columns_portrait_title"
android:max="7"
android:min="1"
android:defaultValue="4"
settings:units="" />
<com.cherish.settings.preferences.CustomSystemSeekBarPreference
android:key="qs_columns_landscape"
android:icon="@drawable/ic_qs_column_landscape"
android:title="@string/qs_columns_landscape_title"
android:max="9"
android:min="1"
android:defaultValue="4"
settings:units="" />
</PreferenceCategory>
<!-- QS Quick Pull Down -->
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="status_bar_quick_qs_pulldown"
android:icon="@drawable/ic_pulldown"
android:title="@string/quick_settings_quick_pull_down_title"
android:summary="@string/quick_settings_quick_pull_down_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_locked_on_secure_keyguard"
android:icon="@drawable/ic_lock_outline"
android:title="@string/lockscreen_qs_disabled_title"
android:summary="@string/lockscreen_qs_disabled_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="quick_settings_vibrate"
android:icon="@drawable/ic_vibrate"
android:title="@string/quick_settings_vibrate_title"
android:summary="@string/quick_settings_vibrate_summary"
android:defaultValue="false"/>
</PreferenceScreen>

View File

@@ -1,55 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2018 CarbonROM
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/smart_pixels_title" >
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="smart_pixels_enable"
android:title="@string/smart_pixels_title"
android:summary="@string/smart_pixels_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="smart_pixels_on_power_save"
android:title="@string/smart_pixels_on_power_save_title"
android:summary="@string/smart_pixels_on_power_save_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="smart_pixels_pattern"
android:entries="@array/smart_pixels_percent_strings"
android:entryValues="@array/smart_pixels_percent_values"
android:defaultValue="3"
android:title="@string/smart_pixels_percent"
android:dialogTitle="@string/smart_pixels_percent" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="smart_pixels_shift_timeout"
android:entries="@array/smart_pixels_shift_times"
android:entryValues="@array/smart_pixels_shift_values"
android:defaultValue="5"
android:title="@string/smart_pixels_shift"
android:dialogTitle="@string/smart_pixels_shift" />
<com.android.settingslib.widget.FooterPreference
android:key="smart_pixels_footer"
android:selectable="false"
settings:searchable="false" />
</PreferenceScreen>

View File

@@ -15,126 +15,4 @@
android:title="@string/statusbar_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="status_bar_icons"
android:title="@string/status_bar_system_icons_title">
<Preference
android:key="traffic"
android:icon="@drawable/ic_network_traffic"
android:fragment="com.cherish.settings.fragments.Traffic"
android:title="@string/traffic_title" />
<Preference
android:key="statusbar_battery"
android:title="@string/battery_percent_title"
android:icon="@drawable/ic_battery_styles"
android:summary="@string/battery_percent_summary"
android:fragment="com.cherish.settings.fragments.StatusbarBatterySettings"/>
<Preference
android:key="clock_settings"
android:icon="@drawable/ic_clock"
android:title="@string/clock_style_category_title"
android:summary="@string/clock_style_category_summary"
android:fragment="com.cherish.settings.fragments.ClockSettings" />
<!-- Status Bar Weather -->
<Preference
android:key="status_bar_weather"
android:icon="@drawable/ic_weather"
android:title="@string/sb_weather_title"
android:summary="@string/sb_weather_summary"
android:fragment="com.cherish.settings.fragments.SBWeather" />
<Preference
android:title="@string/statusbar_items_title"
android:icon="@drawable/ic_shortcuts">
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.systemui"
android:targetClass="com.android.systemui.tuner.StatusbarItemsActivity" />
</Preference>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="show_fourg"
android:icon="@drawable/ic_4g"
android:title="@string/show_fourg_title"
android:summary="@string/show_fourg_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="data_disabled_icon"
android:icon="@drawable/ic_4g_x"
android:title="@string/data_disabled_icon_title"
android:summary="@string/data_disabled_icon_summary"
android:defaultValue="true"/>
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="volte_icon_style"
android:title="@string/volte_icon_style_title"
android:entries="@array/volte_icon_type_entries"
android:entryValues="@array/volte_icon_type_values"
android:summary="%s"
android:defaultValue="0"/>
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="vowifi_icon_style"
android:title="@string/vowifi_icon_style_title"
android:entries="@array/vowifi_icon_type_entries"
android:entryValues="@array/vowifi_icon_type_values"
android:summary="%s"
android:defaultValue="0"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="roaming_indicator_icon"
android:icon="@drawable/ic_roaming"
android:title="@string/roaming_indicator_icon_title"
android:summary="@string/roaming_indicator_icon_summary"
android:defaultValue="true"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_notif_count"
android:icon="@drawable/ic_count"
android:title="@string/status_bar_notif_count_title"
android:summary="@string/status_bar_notif_count_summary"
android:defaultValue="false" />
<Preference
android:key="battery_bar_category"
android:title="@string/battery_bar_title"
android:icon="@drawable/ic_battery_bar"
android:summary="@string/battery_bar_summary"
android:fragment="com.cherish.settings.fragments.BatteryBarSettings" />
<Preference
android:key="carrier_label"
android:icon="@drawable/ic_carrierlabel"
android:title="@string/carrier_label_settings_title"
android:summary="@string/carrier_label_settings_summary"
android:fragment="com.cherish.settings.fragments.CustomCarrierLabel" />
<Preference
android:key="cutout_settings"
android:icon="@drawable/ic_cutout"
android:fragment="com.cherish.settings.fragments.CutoutFragment"
android:title="@string/cutout_main" />
<!-- Statusbar Lyric -->
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_show_lyric"
android:icon="@drawable/ic_music"
android:title="@string/status_bar_show_lyric_title"
android:summary="@string/status_bar_show_lyric_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingMasterSwitchPreference
android:key="status_bar_logo"
android:icon="@drawable/ic_logo"
android:fragment="com.cherish.settings.fragments.StatusbarLogo"
android:title="@string/status_bar_logo_title"
android:summary="@string/status_bar_logo_summary"
android:defaultValue="false" />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -1,61 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020-2021 The CherishOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/battery_percent_title">
<ListPreference
android:key="status_bar_battery_style"
android:title="@string/status_bar_battery_style_title"
android:summary="%s"
android:dialogTitle="@string/status_bar_battery_style_title"
android:entries="@array/status_bar_battery_style_entries"
android:entryValues="@array/status_bar_battery_style_values"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="do_left_battery_text"
android:title="@string/left_battery_text_title"
android:summary="@string/left_battery_text_summary"
android:defaultValue="false"/>
<ListPreference
android:key="status_bar_show_battery_percent"
android:title="@string/status_bar_battery_percentage_title"
android:dialogTitle="@string/status_bar_battery_percentage_title"
android:entries="@array/battery_percent_entries"
android:entryValues="@array/battery_percent_values"
android:summary="%s"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="text_charging_symbol"
android:title="@string/text_charging_symbol_title"
android:dialogTitle="@string/text_charging_symbol_dialog"
android:entries="@array/text_charging_symbol_entries"
android:entryValues="@array/text_charging_symbol_values"
android:summary="%s"
android:defaultValue="1" />
<SwitchPreference
android:key="qs_battery_percentage"
android:title="@string/qs_battery_percentage_title"
android:summary="@string/qs_battery_percentage_summary" />
</PreferenceScreen>

View File

@@ -18,279 +18,4 @@
android:title="@string/theme_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="theme_customization_category"
android:title="@string/theme_customization_category">
<ListPreference
android:layout="@layout/accents_shapes_base_preview"
android:selectable="false" />
<Preference
android:key="dark_ui_mode"
android:title="@string/dark_ui_mode"
android:icon="@drawable/ic_dark_mode"
android:summary="@string/dark_ui_mode_summary"
android:fragment="com.android.settings.display.darkmode.DarkModeSettingsFragment"
settings:controller="com.android.settings.display.DarkUIPreferenceController" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="monet_engine"
settings:iconSpaceReserved="false"
android:title="@string/monet_title"
android:summary="@string/monet_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="monet_palette"
settings:iconSpaceReserved="false"
android:title="@string/monet_pallete_title"
android:summary="@string/monet_pallete_summary"
android:entries="@array/monet_color_mode_entries"
android:entryValues="@array/monet_color_mode_values"
android:defaultValue="0"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="monet_color_gen"
settings:iconSpaceReserved="false"
android:title="@string/monet_accuracy"
android:summary="@string/monet_accuracy_summary"
android:max="100"
settings:min="1"
android:defaultValue="16"
settings:interval="1"/>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:icon="@drawable/ic_accent_picker"
android:key="rgb_accent_picker_dark"
android:title="@string/rgb_accent_picker_title_dark"
android:summary="@string/rgb_accent_picker_summary"
android:persistent="false"
settings:iconSpaceReserved="false" />
<Preference
android:key="clock_style"
android:title="@string/clock_style_title"
android:icon="@drawable/ic_alarm"
android:summary="@string/clock_style_summary">
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="com.android.wallpaper"
android:targetClass="com.android.customization.picker.LockClockPickerActivity" />
</Preference>
<ListPreference
android:layout="@layout/fonts_base_preview"
android:selectable="false" />
<com.android.settings.display.FontDialogPreference
android:key="custom_font"
android:icon="@drawable/ic_font"
android:title="@string/font_picker_title"
android:persistent="false" />
<ListPreference
android:key="android.theme.customization.signal_icon"
android:icon="@drawable/ic_signal"
android:title="@string/custom_signal_bar_title" />
<ListPreference
android:key="android.theme.customization.wifi_icon"
android:icon="@drawable/ic_wifi"
android:title="@string/custom_wifi_bar_title" />
<ListPreference
android:key="android.theme.customization.adaptive_icon_shape"
android:title="@string/theme_customization_icon_shape_title"
android:icon="@drawable/ic_shape"/>
<ListPreference
android:key="android.theme.customization.icon_pack.android"
android:icon="@drawable/ic_package"
android:title="@string/theme_customization_sysui_icon_title"/>
<ListPreference
android:key="android.theme.customization.statusbar_height"
android:icon="@drawable/ic_size"
android:title="@string/theme_customization_statusbar_height_title"/>
</PreferenceCategory>
<PreferenceCategory
android:key="system_theme_category"
android:title="@string/theme_type_title">
<ListPreference
android:key="ui_style"
android:title="@string/ui_style_title"
android:icon="@drawable/ic_ui"
android:entries="@array/ui_style_selector_entries"
android:entryValues="@array/ui_style_selector_values"
android:persistent="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="switch_style"
android:icon="@drawable/ic_switch_theme"
android:title="@string/switch_style_title"
android:dialogTitle="@string/switch_style_title"
android:entries="@array/switch_style_entries"
android:entryValues="@array/switch_style_values"
android:summary="%s"
android:defaultValue="0" />
<ListPreference
android:key="qs_tile_style"
android:icon="@drawable/ic_shape2_icon"
android:title="@string/qs_tile_style_title"
android:persistent="false"
android:entries="@array/qs_selector_entries"
android:entryValues="@array/qs_selector_values" />
<ListPreference
android:key="qs_header_style"
android:icon="@drawable/ic_header"
android:title="@string/qs_header_style_title"
android:persistent="false"
android:entries="@array/qs_header_style_entries"
android:entryValues="@array/qs_header_style_values" />
<ListPreference
android:key="brightness_slider_style"
android:icon="@drawable/ic_brightness"
android:title="@string/brightness_slider_style_title"
android:entries="@array/brightness_slider_style_selector_entries"
android:entryValues="@array/brightness_slider_style_selector_values"
android:persistent="false" />
<!-- System-wide Slider Styles -->
<ListPreference
android:key="system_slider_style"
android:icon="@drawable/ic_seekbar"
android:title="@string/system_slider_style_title"
android:entries="@array/system_slider_style_entries"
android:entryValues="@array/system_slider_style_values"
android:summary="%s"
android:defaultValue="1" />
<!-- Settings dashboard icon style -->
<com.cherish.settings.preferences.SystemSettingIntListPreference
android:key="theming_settings_dashboard_icons"
android:icon="@drawable/ic_dashboard"
android:title="@string/theming_settings_dashboard_icons_title"
android:entries="@array/theming_settings_dashboard_icons_entries"
android:entryValues="@array/theming_settings_dashboard_icons_values"
android:defaultValue="0" />
<ListPreference
android:key="panel_bg"
android:icon="@drawable/ic_header"
android:title="@string/panel_bg_title"
android:dialogTitle="@string/panel_bg_dialog_title"
android:entries="@array/panel_bg_titles"
android:entryValues="@array/panel_bg_values" />
<!-- Hide notch fill -->
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="display_hide_notch"
android:title="@string/display_hide_notch_title"
android:summary="@string/display_hide_notch_summary"
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory
android:key="quick_settings_category"
android:title="@string/quicksettings_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="headers_icons_style"
android:icon="@drawable/ic_invert_colors"
android:title="@string/header_icons_style"
android:summary="@string/header_icons_style_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_tiles_bg_disco"
android:icon="@drawable/ic_shape2_icon"
android:title="@string/qs_panel_bg_disco_title"
android:summary="@string/qs_panel_bg_disco_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_panel_bg_use_new_tint"
android:icon="@drawable/ic_color"
android:title="@string/qs_bg_use_new_tint"
android:dialogTitle="@string/qs_bg_use_new_tint"
android:entries="@array/qs_tint_entries"
android:entryValues="@array/qs_tint_values"
android:summary="@string/qs_bg_use_new_tint_summary"
android:defaultValue="1" />
</PreferenceCategory>
<PreferenceCategory
android:key="quick_settings_colors_category"
android:title="@string/qs_panel_colors_title">
<!-- QS panel opacity -->
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="qs_panel_bg_alpha"
android:icon="@drawable/ic_opacity"
android:title="@string/qs_panel_bg_alpha_title"
android:defaultValue="255"
android:max="255"
android:min="0"
settings:units="" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_panel_bg_use_fw"
android:icon="@drawable/ic_fwb"
android:title="@string/qs_panel_bg_use_fw_title"
android:summary="@string/qs_panel_bg_use_fw_summary"
android:defaultValue="true"
android:disableDependentsState="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="sysui_colors_active"
android:title="@string/sysui_colors_active_title"
android:summary="@string/sysui_colors_active_summary"
android:defaultValue="false"
android:dependency="qs_panel_bg_use_fw"
android:disableDependentsState="true" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="qs_panel_color"
android:icon="@drawable/ic_accent_picker"
android:title="@string/qs_panel_bg_color_title"
android:defaultValue="0xFFFFFFFF"
android:persistent="false"
android:dependency="sysui_colors_active" />
</PreferenceCategory>
<ListPreference
android:key="navbar_color"
android:title="@string/navbar_color_title"
android:summary="%s"
android:icon="@drawable/ic_bar"
android:dialogTitle="@string/navbar_color_dialog_title"
android:entries="@array/navbar_color_titles"
android:entryValues="@array/navbar_color_values"
android:defaultValue="1" />
<PreferenceCategory
android:key="volume_panel_stuff"
android:title="@string/volume_panel">
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="systemui_plugin_volume"
android:title="@string/volume_panel"
android:icon="@drawable/ic_volume"
android:entries="@array/volume_panel_entries"
android:entryValues="@array/volume_panel_values"
android:defaultValue="@string/volume_panel_stock_val" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="volume_panel_tint"
android:icon="@drawable/ic_format_color"
android:summary="@string/volume_panel_tint_summary"
android:title="@string/volume_panel_tint_title"
android:defaultValue="false" />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -17,17 +17,4 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="volume_rocker_wake"
android:icon="@drawable/ic_sleep_off"
android:summary="@string/volume_rocker_wake_summary"
android:title="@string/volume_rocker_wake_title"
android:defaultValue="false" />
<ListPreference
android:dialogTitle="@string/volume_key_cursor_control_title"
android:entries="@array/volume_key_cursor_control_entries"
android:entryValues="@array/volume_key_cursor_control_values"
android:key="volume_key_cursor_control"
android:title="@string/volume_key_cursor_control_title" />
</PreferenceScreen>

View File

@@ -1,148 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The CherishOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/status_bar_clock_title" >
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_clock"
android:icon="@drawable/ic_clock"
android:title="@string/status_bar_clock_show"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_clock_auto_hide"
android:title="@string/status_bar_clock_auto_hide_title"
android:summary="@string/status_bar_clock_auto_hide_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="status_bar_clock_auto_hide_hduration"
android:title="@string/status_bar_clock_auto_hide_hdur_title"
android:max="300"
settings:min="5"
settings:interval="5"
settings:units="sec"
android:dependency="status_bar_clock_auto_hide"
android:defaultValue="60" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="status_bar_clock_auto_hide_sduration"
android:title="@string/status_bar_clock_auto_hide_sdur_title"
android:max="300"
settings:min="5"
settings:interval="5"
settings:units="sec"
android:dependency="status_bar_clock_auto_hide"
android:defaultValue="5" />
<ListPreference
android:key="statusbar_clock_style"
android:title="@string/status_bar_clock_style_title"
android:dialogTitle="@string/status_bar_clock_style_title"
android:entries="@array/status_bar_clock_style_entries"
android:entryValues="@array/status_bar_clock_style_values"
android:dependency="status_bar_clock" />
<ListPreference
android:key="status_bar_am_pm"
android:icon="@drawable/ic_24h"
android:title="@string/status_bar_am_pm_title"
android:dialogTitle="@string/status_bar_am_pm_title"
android:entries="@array/status_bar_am_pm_entries"
android:entryValues="@array/status_bar_am_pm_values"
android:dependency="status_bar_clock" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_clock_seconds"
android:icon="@drawable/ic_seconds"
android:title="@string/clock_seconds_display"
android:dependency="status_bar_clock"
android:defaultValue="false" />
<ListPreference
android:key="clock_date_display"
android:icon="@drawable/ic_calendar"
android:title="@string/clock_date_display"
android:summary="@string/clock_date_display_summary"
android:entries="@array/clock_date_display_entries"
android:entryValues="@array/clock_date_display_values"
android:dependency="status_bar_clock" />
<ListPreference
android:key="statusbar_clock_date_position"
android:title="@string/clock_date_position"
android:icon="@drawable/ic_qs"
android:entries="@array/clock_date_position_entries"
android:entryValues="@array/clock_date_position_values"
android:dependency="clock_date_display" />
<ListPreference
android:key="clock_date_style"
android:icon="@drawable/ic_font"
android:title="@string/clock_date_style"
android:entries="@array/clock_date_style_entries"
android:entryValues="@array/clock_date_style_values"
android:dependency="clock_date_display" />
<ListPreference
android:key="clock_date_format"
android:icon="@drawable/ic_qs"
android:title="@string/clock_date_format"
android:entries="@array/clock_date_format_entries_values"
android:entryValues="@array/clock_date_format_entries_values"
android:dependency="clock_date_display" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="status_bar_clock_size"
android:title="@string/status_bar_clock_font_size_title"
android:max="23"
settings:min="4"
android:defaultValue="14"
settings:units="dp"/>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="status_bar_clock_color"
android:icon="@drawable/ic_color"
android:title="@string/status_bar_clock_color_title"
android:defaultValue="0xffffffff" />
<PreferenceCategory
android:title="@string/qs_clock_styling">
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="qs_header_clock_size"
android:dependency="status_bar_clock"
android:title="@string/qs_clock_font_size_title"
android:max="30"
settings:min="10"
android:defaultValue="14"
settings:units="dp"/>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="qs_header_clock_color"
android:dependency="status_bar_clock"
android:title="@string/qs_clock_color_title"
android:defaultValue="0xffffffff" />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -1,45 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 CherishOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/carrier_label_settings_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_show_carrier"
android:title="@string/show_carrier_title"
android:dialogTitle="@string/show_carrier_title"
android:entries="@array/carrier_label_entries"
android:entryValues="@array/carrier_label_values"
android:summary="%s"
android:defaultValue="0" />
<PreferenceScreen
android:key="custom_carrier_label"
android:title="@string/custom_carrier_label_title" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="status_bar_carrier_color"
android:title="@string/status_bar_carrier_color"
android:defaultValue="0xffffffff" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="status_bar_carrier_font_size"
android:title="@string/status_bar_carrier_size"
android:max="23"
settings:min="8"
settings:defaultValue="14"
settings:units="dp" />
</PreferenceScreen>

View File

@@ -1,37 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/cutout_main"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="cutout_settings">
<ListPreference
android:key="display_cutout_style"
android:title="@string/display_cutout_style_title"
android:persistent="false"
android:entries="@array/display_cutout_style_entries"
android:entryValues="@array/display_cutout_style_values" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="stock_statusbar_in_hide"
android:title="@string/stock_statusbar_in_hide"
android:summary="@string/stock_statusbar_in_hide_summary"
android:defaultValue="true" />
</PreferenceScreen>

View File

@@ -1,48 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="@string/heads_up_notifications" >
<com.cherish.settings.preferences.GlobalSettingSwitchPreference
android:key="heads_up_notifications_enabled"
android:title="@string/heads_up_notifications"
android:summaryOn="@string/summary_heads_up_enabled"
android:summaryOff="@string/summary_heads_up_disabled"
android:defaultValue="true" />
<PreferenceCategory
android:title="@string/heads_up_stoplist_title"
android:key="stoplist_applications"
android:dependency="heads_up_notifications_enabled" >
<Preference
android:key="add_stoplist_packages"
android:icon="@drawable/ic_menu_add_activated_tint"
android:title="@string/add_heads_up_package"
android:summary="@string/add_heads_up_stoplist_summary" />
</PreferenceCategory>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/heads_up_blacklist_title"
android:key="blacklist_applications"
android:dependency="heads_up_notifications_enabled" >
<Preference
android:key="add_blacklist_packages"
android:icon="@drawable/ic_menu_add_activated_tint"
android:title="@string/add_heads_up_package"
android:summary="@string/add_heads_up_blacklist_summary" />
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -1,71 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2015 The Dirty Unicorns Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
android:title="@string/lockscreen_colors"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_clock_color"
android:title="@string/lockscreen_clock_color"
android:defaultValue="0xffffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_clock_date_color"
android:title="@string/lockscreen_clock_date_color"
android:defaultValue="0xffffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_owner_info_color"
android:title="@string/lockscreen_owner_info_color"
android:defaultValue="0xffffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_phone_icon_color"
android:title="@string/lockscreen_phone_icon_color"
android:defaultValue="0xffffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_camera_icon_color"
android:title="@string/lockscreen_camera_icon_color"
android:defaultValue="0xffffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_indication_text_color"
android:title="@string/lockscreen_indication_text_color"
android:defaultValue="0xffffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_weather_temp_color"
android:title="@string/lockscreen_weather_temp_color"
android:defaultValue="0xffffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_weather_city_color"
android:title="@string/lockscreen_weather_city_color"
android:defaultValue="0xffffffff" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="lockscreen_weather_icon_color"
android:title="@string/lockscreen_weather_icon_color"
android:defaultValue="0xffffffff" />
</PreferenceScreen>

View File

@@ -1,66 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 The OmniROM Project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:key="omnijaws_settings"
android:title="@string/weather_title">
<PreferenceScreen
android:title="@string/weather_config_title"
android:summary="@string/weather_config_summary" >
<intent android:action="android.intent.action.MAIN"
android:targetPackage="org.omnirom.omnijaws"
android:targetClass="org.omnirom.omnijaws.SettingsActivityService" />
</PreferenceScreen>
<ListPreference
android:key="weather_icon_pack"
android:title="@string/weather_icon_pack_title"
android:persistent="false" />
<Preference
android:icon="@drawable/ic_info_outline_24dp"
android:persistent="false"
android:summary="@string/weather_icon_pack_info_title" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_weather_show_image"
android:title="@string/lockscreen_weather_show_image_title"
android:summary="@string/lockscreen_weather_show_image_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_weather_show_city"
android:title="@string/lockscreen_weather_show_city_title"
android:summary="@string/lockscreen_weather_show_city_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_weather_show_temp"
android:title="@string/lockscreen_weather_show_temp_title"
android:summary="@string/lockscreen_weather_show_temp_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="lockscreen_weather_selection"
android:title="@string/lockscreen_weather_selection_title"
android:dialogTitle="@string/lockscreen_weather_selection_title"
android:entries="@array/lockscreen_weather_bg_entries"
android:entryValues="@array/lockscreen_weather_bg_values"
android:summary="%s"
android:defaultValue="0" />
</PreferenceScreen>

View File

@@ -1,165 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 CherishOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/pulse_settings" >
<SwitchPreference
android:key="navbar_pulse_enabled"
android:title="@string/show_navbar_pulse_title"
android:summary="@string/show_navbar_pulse_summary"/>
<SwitchPreference
android:key="lockscreen_pulse_enabled"
android:title="@string/show_lockscreen_pulse_title"
android:summary="@string/show_lockscreen_pulse_summary"/>
<SwitchPreference
android:key="ambient_pulse_enabled"
android:title="@string/show_ambient_pulse_title"
android:summary="@string/show_ambient_pulse_summary"/>
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="pulse_render_style"
android:title="@string/pulse_render_mode_title"
android:entries="@array/pulse_render_mode_entries"
android:entryValues="@array/pulse_render_mode_values"
android:defaultValue="1"/>
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="pulse_smoothing_enabled"
android:title="@string/smoothing_enabled_title"
android:summary="@string/smoothing_enabled_summary"
android:defaultValue="false"/>
<PreferenceCategory
android:key="pulse_color_category"
android:title="@string/pulse_color">
<com.cherish.settings.preferences.SecureSettingListPreference
android:key="pulse_color_mode"
android:title="@string/pulse_color_mode"
android:entries="@array/pulse_color_mode_entries"
android:entryValues="@array/pulse_color_mode_values"
android:defaultValue="2"/>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="pulse_color_user"
android:title="@string/pulse_color_chooser"
android:defaultValue="0xffffffff"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_lavalamp_speed"
android:title="@string/lavamp_speed_title"
android:max="30000"
android:defaultValue="10000"
settings:min="200"
settings:interval="200"
settings:units="ms"/>
</PreferenceCategory>
<PreferenceCategory
android:key="pulse_fading_bars_category"
android:title="@string/pulse_legacy_mode_advanced_category">
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_custom_dimen"
android:title="@string/pulse_custom_dimen"
android:max="30"
android:defaultValue="14"
settings:min="1"
settings:units="dp"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_custom_div"
android:title="@string/pulse_custom_div"
android:max="44"
android:defaultValue="16"
settings:min="2"
settings:interval="2"
settings:units="dp"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_filled_block_size"
android:title="@string/pulse_filled_block_size"
android:max="8"
android:defaultValue="4"
settings:min="4"
settings:units="dp"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_empty_block_size"
android:title="@string/pulse_empty_block_size"
android:max="4"
android:defaultValue="1"
settings:min="0"
settings:units="dp"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_custom_fudge_factor"
android:title="@string/pulse_custom_fudge_factor"
android:max="6"
android:defaultValue="4"
settings:min="2"
android:dependency="pulse_fading_bars_category"/>
</PreferenceCategory>
<PreferenceCategory
android:key="pulse_2"
android:title="@string/pulse_solid_dimen_category">
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="pulse_solid_units_rounded"
android:title="@string/pulse_solid_units_rounded_title"
android:summary="@string/pulse_solid_units_rounded_summary"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_solid_units_opacity"
android:title="@string/pulse_solid_units_opacity"
android:max="255"
android:defaultValue="200"
settings:min="0"
android:dependency="pulse_2"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_solid_units_count"
android:title="@string/pulse_solid_units_count"
android:defaultValue="32"
android:max="128"
settings:interval="16"
settings:min="16"
android:dependency="pulse_2"/>
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
android:key="pulse_solid_fudge_factor"
android:title="@string/pulse_custom_fudge_factor"
android:max="6"
android:defaultValue="4"
settings:min="2"
android:dependency="pulse_2"/>
</PreferenceCategory>
<com.android.settingslib.widget.FooterPreference
android:key="pulse_footer_pref"
android:title="@string/pulse_help_policy_notice_summary"
android:selectable="false"
settings:searchable="false"
settings:allowDividerAbove="true"/>
</PreferenceScreen>

View File

@@ -1,66 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 ion-OS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
android:title="@string/status_bar_custom_header_title"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<ListPreference
android:key="custom_header_provider"
android:title="@string/custom_header_provider_title"
android:persistent="false"
android:entries="@array/custom_header_provider_entries"
android:entryValues="@array/custom_header_provider_values" />
<ListPreference
android:key="daylight_header_pack"
android:title="@string/daylight_header_pack_title"
android:persistent="false" />
<Preference
android:key="custom_header_browse"
android:title="@string/custom_header_pick_title"
android:summary="@string/custom_header_pick_summary"
android:persistent="false" >
<intent android:action="android.intent.action.MAIN"
android:targetPackage="org.omnirom.omnistyle"
android:targetClass="org.omnirom.omnistyle.PickHeaderActivity" />
</Preference>
<Preference
android:key="file_header_select"
android:title="@string/file_header_select_title"
android:summary="@string/file_header_select_summary"
android:persistent="false" >
</Preference>
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="status_bar_custom_header_shadow"
android:title="@string/status_bar_custom_header_shadow_title"
android:max="100"
settings:min="0"
android:defaultValue="0"
settings:units="%" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="status_bar_custom_header_height"
android:title="@string/status_bar_custom_header_height_title"
android:max="100"
settings:min="0"
android:defaultValue="25"
settings:units="dp" />
</PreferenceScreen>

View File

@@ -1,68 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/screen_state_toggles_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<SwitchPreference
android:key="screen_state_toggles_enable_key"
android:title="@string/screen_state_toggles_enable_title"
android:summary="@string/screen_state_toggles_enable_summary"
android:defaultValue="false"/>
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="screen_state_off_delay"
android:title="@string/screen_state_off_delay_title"
android:max="180"
settings:min="0"
settings:interval="5"
android:defaultValue="0"
settings:units="sec"
android:persistent="false"
android:dependency="screen_state_toggles_enable_key" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="screen_state_on_delay"
android:title="@string/screen_state_on_delay_title"
android:max="180"
settings:min="0"
settings:interval="5"
android:defaultValue="0"
settings:units="sec"
android:persistent="false"
android:dependency="screen_state_toggles_enable_key" />
<PreferenceCategory
android:key="screen_state_toggles_mobile_key"
android:title="@string/screen_state_toggles_mobile_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="screen_state_toggles_twog"
android:title="@string/screen_state_toggles_twog"
android:summary="@string/screen_state_toggles_twog_summary"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="screen_state_toggles_threeg"
android:title="@string/screen_state_toggles_threeg"
android:summary="@string/screen_state_toggles_threeg_summary"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="screen_state_toggles_mobile_data"
android:title="@string/screen_state_toggles_mobile_data"
android:summary="@string/screen_state_toggles_mobile_data_summary"
android:defaultValue="false"/>
</PreferenceCategory>
<PreferenceCategory
android:key="screen_state_toggles_location_key"
android:title="@string/screen_state_toggles_location_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="screen_state_toggles_gps"
android:title="@string/screen_state_toggles_gps"
android:summary="@string/screen_state_toggles_gps_summary"
android:defaultValue="false"/>
</PreferenceCategory>
</PreferenceScreen>

View File

@@ -1,97 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021 Havoc-OS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/sleep_mode_title">
<DropDownPreference
android:key="sleep_mode_auto_mode"
android:title="@string/night_display_auto_mode_title"
android:entries="@array/sleep_mode_auto_mode_entries"
android:entryValues="@array/sleep_mode_auto_mode_values"
android:persistent="false" />
<Preference
android:key="sleep_mode_auto_since"
android:title="@string/night_display_start_time_title" />
<Preference
android:key="sleep_mode_auto_till"
android:title="@string/night_display_end_time_title" />
<PreferenceCategory
android:key="sleep_mode_toggles"
android:title="@string/sleep_mode_toggles_title">
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sleep_mode_wifi_toggle"
android:title="@string/sleep_mode_wifi_toggle_title"
android:summary="@string/sleep_mode_wifi_toggle_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sleep_mode_bluetooth_toggle"
android:title="@string/sleep_mode_bluetooth_toggle_title"
android:summary="@string/sleep_mode_bluetooth_toggle_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sleep_mode_cellular_toggle"
android:title="@string/sleep_mode_cellular_toggle_title"
android:summary="@string/sleep_mode_cellular_toggle_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sleep_mode_location_toggle"
android:title="@string/sleep_mode_location_toggle_title"
android:summary="@string/sleep_mode_location_toggle_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sleep_mode_sensors_toggle"
android:title="@string/sleep_mode_sensors_toggle_title"
android:summary="@string/sleep_mode_sensors_toggle_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sleep_mode_aod_toggle"
android:title="@string/sleep_mode_aod_toggle_title"
android:summary="@string/sleep_mode_aod_toggle_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="sleep_mode_aggressive_toggle"
android:title="@string/sleep_mode_aggressive_toggle_title"
android:summary="@string/sleep_mode_aggressive_toggle_summary"
android:defaultValue="true" />
</PreferenceCategory>
<com.android.settingslib.widget.LayoutPreference
android:key="sleep_mode_button"
android:title="@string/sleep_mode_title"
android:selectable="false"
android:layout="@layout/sleep_mode_activation_button"
settings:allowDividerAbove="true"
settings:allowDividerBelow="true" />
<com.android.settingslib.widget.FooterPreference
android:key="sleep_mode_footer"
android:title="@string/sleep_mode_display_text"
android:selectable="false"
settings:searchable="false"/>
</PreferenceScreen>

View File

@@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019 Havoc-OS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/status_bar_logo_title" >
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_logo_position"
android:title="@string/status_bar_logo_position"
android:entries="@array/status_bar_logo_position_entries"
android:entryValues="@array/status_bar_logo_position_values"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_logo_style"
android:title="@string/status_bar_logo_style"
android:entries="@array/status_bar_logo_style_entries"
android:entryValues="@array/status_bar_logo_style_values"
android:defaultValue="0" />
</PreferenceScreen>

View File

@@ -1,63 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2014-2016 AospExtended ROM Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
android:title="@string/network_traffic_state_title"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<ListPreference
android:key="network_traffic_location"
android:title="@string/network_traffic_location"
android:summary="%s"
android:entries="@array/network_traffic_location_entries"
android:entryValues="@array/network_traffic_location_values"
android:persistent="false" />
<ListPreference
android:key="network_traffic_type"
android:title="@string/network_traffic_type"
android:entries="@array/show_network_traffic_type_entries"
android:entryValues="@array/show_network_traffic_type_values"
android:defaultValue="0"
android:persistent="false" />
<ListPreference
android:key="network_traffic_layout"
android:title="@string/network_traffic_layout"
android:entries="@array/network_traffic_layout_entries"
android:entryValues="@array/network_traffic_layout_values"
android:persistent="false" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="network_traffic_autohide_threshold"
android:title="@string/network_traffic_autohide_threshold_title"
android:max="10"
settings:min="0"
settings:units="" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="network_traffic_arrow"
android:title="@string/network_traffic_arrow"
android:summary="@string/network_traffic_arrow_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="network_traffic_font_size"
android:title="@string/nettraf_font_size"
android:max="60"
settings:min="21"
settings:defaultValue="42"
settings:units="dp" />
</PreferenceScreen>

View File

@@ -1,62 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Pure Nexus Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/volume_steps_fragment_title">
<ListPreference
android:key="volume_steps_alarm"
android:title="@string/volume_steps_alarm_title"
android:entries="@array/volume_steps_entries"
android:entryValues="@array/volume_steps_entries" />
<ListPreference
android:key="volume_steps_dtmf"
android:title="@string/volume_steps_dtmf_title"
android:entries="@array/volume_steps_entries"
android:entryValues="@array/volume_steps_entries" />
<ListPreference
android:key="volume_steps_music"
android:title="@string/volume_steps_music_title"
android:entries="@array/volume_steps_entries"
android:entryValues="@array/volume_steps_entries" />
<ListPreference
android:key="volume_steps_notification"
android:title="@string/volume_steps_notification_title"
android:entries="@array/volume_steps_entries"
android:entryValues="@array/volume_steps_entries" />
<ListPreference
android:key="volume_steps_ring"
android:title="@string/volume_steps_ring_title"
android:entries="@array/volume_steps_entries"
android:entryValues="@array/volume_steps_entries" />
<ListPreference
android:key="volume_steps_system"
android:title="@string/volume_steps_system_title"
android:entries="@array/volume_steps_entries"
android:entryValues="@array/volume_steps_entries" />
<ListPreference
android:key="volume_steps_voice_call"
android:title="@string/volume_steps_voice_call_title"
android:entries="@array/volume_steps_entries"
android:entryValues="@array/volume_steps_entries" />
</PreferenceScreen>

View File

@@ -1,198 +0,0 @@
/*
* Copyright (C) 2021 Yet Another AOSP Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.cherish.settings.fragments;
import static com.cherish.settings.fragments.LockScreenSettings.MODE_DISABLED;
import static com.cherish.settings.fragments.LockScreenSettings.MODE_NIGHT;
import static com.cherish.settings.fragments.LockScreenSettings.MODE_TIME;
import static com.cherish.settings.fragments.LockScreenSettings.MODE_MIXED_SUNSET;
import static com.cherish.settings.fragments.LockScreenSettings.MODE_MIXED_SUNRISE;
import android.app.TimePickerDialog;
import android.content.ContentResolver;
import android.content.Context;
import android.os.Bundle;
import android.os.UserHandle;
import android.provider.Settings;
import android.text.format.DateFormat;
import android.widget.TimePicker;
import androidx.preference.Preference;
import androidx.preference.PreferenceScreen;
import com.android.internal.logging.nano.MetricsProto;
import com.android.settings.R;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settings.SettingsPreferenceFragment;
import com.android.settingslib.search.SearchIndexable;
import com.cherish.settings.preferences.SecureSettingListPreference;
@SearchIndexable
public class AODSchedule extends SettingsPreferenceFragment implements
Preference.OnPreferenceClickListener, Preference.OnPreferenceChangeListener {
private static final String MODE_KEY = "doze_always_on_auto_mode";
private static final String SINCE_PREF_KEY = "doze_always_on_auto_since";
private static final String TILL_PREF_KEY = "doze_always_on_auto_till";
private SecureSettingListPreference mModePref;
private Preference mSincePref;
private Preference mTillPref;
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
addPreferencesFromResource(R.xml.cherish_settings_aod_schedule);
PreferenceScreen screen = getPreferenceScreen();
ContentResolver resolver = getActivity().getContentResolver();
mSincePref = findPreference(SINCE_PREF_KEY);
mSincePref.setOnPreferenceClickListener(this);
mTillPref = findPreference(TILL_PREF_KEY);
mTillPref.setOnPreferenceClickListener(this);
int mode = Settings.Secure.getIntForUser(resolver,
MODE_KEY, MODE_DISABLED, UserHandle.USER_CURRENT);
mModePref = (SecureSettingListPreference) findPreference(MODE_KEY);
mModePref.setValue(String.valueOf(mode));
mModePref.setSummary(mModePref.getEntry());
mModePref.setOnPreferenceChangeListener(this);
updateTimeEnablement(mode);
updateTimeSummary(mode);
}
@Override
public boolean onPreferenceChange(Preference preference, Object objValue) {
int value = Integer.valueOf((String) objValue);
int index = mModePref.findIndexOfValue((String) objValue);
mModePref.setSummary(mModePref.getEntries()[index]);
Settings.Secure.putIntForUser(getActivity().getContentResolver(),
MODE_KEY, value, UserHandle.USER_CURRENT);
updateTimeEnablement(value);
updateTimeSummary(value);
return true;
}
@Override
public boolean onPreferenceClick(Preference preference) {
String[] times = getCustomTimeSetting();
boolean isSince = preference == mSincePref;
int hour, minute; hour = minute = 0;
TimePickerDialog.OnTimeSetListener listener = new TimePickerDialog.OnTimeSetListener() {
@Override
public void onTimeSet(TimePicker view, int hourOfDay, int minute) {
updateTimeSetting(isSince, hourOfDay, minute);
}
};
if (isSince) {
String[] sinceValues = times[0].split(":", 0);
hour = Integer.parseInt(sinceValues[0]);
minute = Integer.parseInt(sinceValues[1]);
} else {
String[] tillValues = times[1].split(":", 0);
hour = Integer.parseInt(tillValues[0]);
minute = Integer.parseInt(tillValues[1]);
}
TimePickerDialog dialog = new TimePickerDialog(getContext(), listener,
hour, minute, DateFormat.is24HourFormat(getContext()));
dialog.show();
return true;
}
private String[] getCustomTimeSetting() {
String value = Settings.Secure.getStringForUser(getActivity().getContentResolver(),
Settings.Secure.DOZE_ALWAYS_ON_AUTO_TIME, UserHandle.USER_CURRENT);
if (value == null || value.equals("")) value = "20:00,07:00";
return value.split(",", 0);
}
private void updateTimeEnablement(int mode) {
mSincePref.setEnabled(mode == MODE_TIME || mode == MODE_MIXED_SUNRISE);
mTillPref.setEnabled(mode == MODE_TIME || mode == MODE_MIXED_SUNSET);
}
private void updateTimeSummary(int mode) {
updateTimeSummary(getCustomTimeSetting(), mode);
}
private void updateTimeSummary(String[] times, int mode) {
if (mode == MODE_DISABLED) {
mSincePref.setSummary("-");
mTillPref.setSummary("-");
return;
}
if (mode == MODE_NIGHT) {
mSincePref.setSummary(R.string.always_on_display_schedule_sunset);
mTillPref.setSummary(R.string.always_on_display_schedule_sunrise);
return;
}
if (mode == MODE_MIXED_SUNSET) {
mSincePref.setSummary(R.string.always_on_display_schedule_sunset);
} else if (mode == MODE_MIXED_SUNRISE) {
mTillPref.setSummary(R.string.always_on_display_schedule_sunrise);
}
if (DateFormat.is24HourFormat(getContext())) {
if (mode != MODE_MIXED_SUNSET) mSincePref.setSummary(times[0]);
if (mode != MODE_MIXED_SUNRISE) mTillPref.setSummary(times[1]);
return;
}
String[] sinceValues = times[0].split(":", 0);
String[] tillValues = times[1].split(":", 0);
int sinceHour = Integer.parseInt(sinceValues[0]);
int tillHour = Integer.parseInt(tillValues[0]);
String sinceSummary = "";
String tillSummary = "";
if (sinceHour > 12) {
sinceHour -= 12;
sinceSummary += String.valueOf(sinceHour) + ":" + sinceValues[1] + " PM";
} else {
sinceSummary = times[0].substring(1) + " AM";
}
if (tillHour > 12) {
tillHour -= 12;
tillSummary += String.valueOf(tillHour) + ":" + tillValues[1] + " PM";
} else {
tillSummary = times[0].substring(1) + " AM";
}
if (mode != MODE_MIXED_SUNSET) mSincePref.setSummary(sinceSummary);
if (mode != MODE_MIXED_SUNRISE) mTillPref.setSummary(tillSummary);
}
private void updateTimeSetting(boolean since, int hour, int minute) {
String[] times = getCustomTimeSetting();
String nHour = "";
String nMinute = "";
if (hour < 10) nHour += "0";
if (minute < 10) nMinute += "0";
nHour += String.valueOf(hour);
nMinute += String.valueOf(minute);
times[since ? 0 : 1] = nHour + ":" + nMinute;
Settings.Secure.putStringForUser(getActivity().getContentResolver(),
Settings.Secure.DOZE_ALWAYS_ON_AUTO_TIME,
times[0] + "," + times[1], UserHandle.USER_CURRENT);
updateTimeSummary(times, Integer.parseInt(mModePref.getValue()));
}
@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
}
public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
new BaseSearchIndexProvider(R.xml.cherish_settings_aod_schedule);
}

View File

@@ -1,300 +0,0 @@
/*
* Copyright (C) 2014 The LiquidSmooth Project
* (C) 2017 faust93 at monumentum@gmail.com
* (C) 2018 crDroid Android Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.cherish.settings.fragments;
import android.app.AlarmManager;
import android.app.AlertDialog;
import android.content.ContentResolver;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.os.UserHandle;
import android.preference.PreferenceFragment;
import android.provider.Settings;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.ListView;
import android.widget.Switch;
import android.widget.TextView;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import com.android.internal.logging.nano.MetricsProto;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;
public class AlarmBlocker extends SettingsPreferenceFragment {
private static final String TAG = "AlarmBlocker";
private Switch mBlockerEnabled;
private ListView mAlarmList;
private List<String> mSeenAlarms;
private List<String> mBlockedAlarms;
private LayoutInflater mInflater;
private Map<String, Boolean> mAlarmState;
private AlarmListAdapter mListAdapter;
private boolean mEnabled;
private AlertDialog mAlertDialog;
private boolean mAlertShown = false;
private TextView mAlarmListHeader;
private static final int MENU_RELOAD = Menu.FIRST;
private static final int MENU_SAVE = Menu.FIRST + 1;
public class AlarmListAdapter extends ArrayAdapter<String> {
public AlarmListAdapter(Context context, int resource, List<String> values) {
super(context, R.layout.alarm_item, resource, values);
}
@Override
public View getView(int position, View convertView, ViewGroup parent) {
View rowView = mInflater.inflate(R.layout.alarm_item, parent, false);
final CheckBox check = (CheckBox)rowView.findViewById(R.id.alarm_blocked);
check.setText(mSeenAlarms.get(position));
Boolean checked = mAlarmState.get(check.getText().toString());
check.setChecked(checked.booleanValue());
if(checked.booleanValue()) {
check.setTextColor(getResources().getColor(android.R.color.holo_red_light));
}
check.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton v, boolean checked) {
mAlarmState.put(v.getText().toString(), new Boolean(checked));
if(checked) {
check.setTextColor(getResources().getColor(android.R.color.holo_red_light));
mListAdapter.notifyDataSetChanged();
} else {
check.setTextColor(getResources().getColor(android.R.color.primary_text_dark));
mListAdapter.notifyDataSetChanged();
}
}
});
return rowView;
}
}
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Log.d(TAG, "running");
}
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
mInflater = inflater;
setHasOptionsMenu(true);
return inflater.inflate(R.layout.alarm_blocker, container, false);
}
@Override
public void onActivityCreated(Bundle savedInstanceState) {
super.onActivityCreated(savedInstanceState);
mAlarmState = new HashMap<String, Boolean>();
updateSeenAlarmsList();
updateBlockedAlarmsList();
mBlockerEnabled = (Switch) getActivity().findViewById(
R.id.alarm_blocker_switch);
mAlarmList = (ListView) getActivity().findViewById(
R.id.alarm_list);
mAlarmListHeader = (TextView) getActivity().findViewById(
R.id.alarm_list_header);
mListAdapter = new AlarmListAdapter(getActivity(), android.R.layout.simple_list_item_multiple_choice,
mSeenAlarms);
mAlarmList.setAdapter(mListAdapter);
updateSwitches();
// after updateSwitches!!!
mBlockerEnabled
.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton v, boolean checked) {
if (checked && isFirstEnable() && !mAlertShown) {
showAlert();
mAlertShown = true;
}
Settings.Global.putInt(getActivity().getContentResolver(),
Settings.Global.ALARM_BLOCKING_ENABLED,
checked ? 1 : 0);
updateSwitches();
}
});
}
@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
}
private boolean isFirstEnable() {
return Settings.Global.getString(getActivity().getContentResolver(),
Settings.Global.ALARM_BLOCKING_LIST) == null;
}
private void updateSwitches() {
mBlockerEnabled.setChecked(Settings.Global.getInt(getActivity().getContentResolver(),
Settings.Global.ALARM_BLOCKING_ENABLED, 0) == 1);
mEnabled = mBlockerEnabled.isChecked();
mAlarmList.setVisibility(mEnabled ?View.VISIBLE : View.INVISIBLE);
mAlarmListHeader.setVisibility(mEnabled ?View.VISIBLE : View.INVISIBLE);
}
private void updateSeenAlarmsList() {
AlarmManager pm = (AlarmManager) getActivity().getSystemService(Context.ALARM_SERVICE);
Log.d(TAG, pm.getSeenAlarms());
String seenAlarms = pm.getSeenAlarms();
mSeenAlarms = new ArrayList<String>();
if (seenAlarms!=null && seenAlarms.length()!=0) {
String[] parts = seenAlarms.split("\\|");
for(int i = 0; i < parts.length; i++) {
mSeenAlarms.add(parts[i]);
mAlarmState.put(parts[i], new Boolean(false));
}
}
}
private void updateBlockedAlarmsList() {
String blockedAlarmList = Settings.Global.getString(getActivity().getContentResolver(),
Settings.Global.ALARM_BLOCKING_LIST);
mBlockedAlarms = new ArrayList<String>();
if (blockedAlarmList!=null && blockedAlarmList.length()!=0) {
String[] parts = blockedAlarmList.split("\\|");
for(int i = 0; i < parts.length; i++) {
mBlockedAlarms.add(parts[i]);
// add all blocked but not seen so far
if(!mSeenAlarms.contains(parts[i])) {
mSeenAlarms.add(parts[i]);
}
mAlarmState.put(parts[i], new Boolean(true));
}
}
Collections.sort(mSeenAlarms);
}
private void save() {
StringBuffer buffer = new StringBuffer();
Iterator<String> nextState = mAlarmState.keySet().iterator();
while(nextState.hasNext()) {
String name = nextState.next();
Boolean state=mAlarmState.get(name);
if(state.booleanValue()) {
buffer.append(name + "|");
}
}
if(buffer.length()>0) {
buffer.deleteCharAt(buffer.length() - 1);
}
Settings.Global.putString(getActivity().getContentResolver(),
Settings.Global.ALARM_BLOCKING_LIST, buffer.toString());
}
private void reload() {
mAlarmState = new HashMap<String, Boolean>();
updateSeenAlarmsList();
updateBlockedAlarmsList();
mListAdapter.notifyDataSetChanged();
}
@Override
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
menu.add(0, MENU_RELOAD, 0, R.string.alarm_blocker_reload)
.setIcon(com.android.internal.R.drawable.ic_menu_refresh)
.setAlphabeticShortcut('r')
.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM |
MenuItem.SHOW_AS_ACTION_WITH_TEXT);
menu.add(0, MENU_SAVE, 0, R.string.alarm_blocker_save)
.setIcon(R.drawable.ic_wakelockblocker_save)
.setAlphabeticShortcut('s')
.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM |
MenuItem.SHOW_AS_ACTION_WITH_TEXT);
}
@Override
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case MENU_RELOAD:
if (mEnabled) {
reload();
}
return true;
case MENU_SAVE:
if (mEnabled) {
save();
}
return true;
default:
return false;
}
}
public static void reset(Context mContext) {
ContentResolver resolver = mContext.getContentResolver();
Settings.Global.putInt(resolver,
Settings.Global.ALARM_BLOCKING_ENABLED, 0);
}
private void showAlert() {
/* Display the warning dialog */
mAlertDialog = new AlertDialog.Builder(getActivity()).create();
mAlertDialog.setTitle(R.string.alarm_blocker_warning_title);
mAlertDialog.setMessage(getResources().getString(R.string.alarm_blocker_warning));
mAlertDialog.setButton(DialogInterface.BUTTON_POSITIVE,
getResources().getString(com.android.internal.R.string.ok),
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int which) {
return;
}
});
mAlertDialog.show();
}
}

View File

@@ -55,25 +55,6 @@ import java.util.List;
public class AnimationsSettings extends SettingsPreferenceFragment
implements OnPreferenceChangeListener {
private static final String KEY_TOAST_ANIMATION = "toast_animation";
private static final String KEY_LISTVIEW_ANIMATION = "listview_animation";
private static final String KEY_LISTVIEW_INTERPOLATOR = "listview_interpolator";
private static final String SCROLLINGCACHE_PREF = "pref_scrollingcache";
private static final String SCROLLINGCACHE_PERSIST_PROP = "persist.sys.scrollingcache";
private static final String SCROLLINGCACHE_DEFAULT = "2";
private static final String KEY_SCREEN_OFF_ANIMATION = "screen_off_animation";
private ListPreference mToastAnimation;
private ListPreference mScrollingCachePref;
private ListPreference mListViewAnimation;
private ListPreference mListViewInterpolator;
private ListPreference mScreenOffAnimation;
private int[] mAnimations;
private String[] mAnimationsStrings;
private String[] mAnimationsNum;
private Context mContext;
@Override
public int getMetricsCategory() {
return MetricsEvent.CHERISH_SETTINGS;
@@ -85,41 +66,6 @@ public class AnimationsSettings extends SettingsPreferenceFragment
addPreferencesFromResource(R.xml.cherish_settings_animations);
ContentResolver resolver = getActivity().getContentResolver();
PreferenceScreen prefs = getPreferenceScreen();
mContext = getActivity();
mToastAnimation = (ListPreference) findPreference(KEY_TOAST_ANIMATION);
mToastAnimation.setSummary(mToastAnimation.getEntry());
int CurrentToastAnimation = Settings.Global.getInt(getContentResolver(), Settings.Global.TOAST_ANIMATION, 1);
mToastAnimation.setValueIndex(CurrentToastAnimation); //set to index of default value
mToastAnimation.setSummary(mToastAnimation.getEntries()[CurrentToastAnimation]);
mToastAnimation.setOnPreferenceChangeListener(this);
mListViewAnimation = (ListPreference) findPreference(KEY_LISTVIEW_ANIMATION);
int listviewanimation = Settings.Global.getInt(getContentResolver(),
Settings.Global.LISTVIEW_ANIMATION, 0);
mListViewAnimation.setValue(String.valueOf(listviewanimation));
mListViewAnimation.setSummary(mListViewAnimation.getEntry());
mListViewAnimation.setOnPreferenceChangeListener(this);
mListViewInterpolator = (ListPreference) findPreference(KEY_LISTVIEW_INTERPOLATOR);
int listviewinterpolator = Settings.Global.getInt(getContentResolver(),
Settings.Global.LISTVIEW_INTERPOLATOR, 0);
mListViewInterpolator.setValue(String.valueOf(listviewinterpolator));
mListViewInterpolator.setSummary(mListViewInterpolator.getEntry());
mListViewInterpolator.setOnPreferenceChangeListener(this);
mListViewInterpolator.setEnabled(listviewanimation > 0);
mScrollingCachePref = (ListPreference) findPreference(SCROLLINGCACHE_PREF);
mScrollingCachePref.setValue(SystemProperties.get(SCROLLINGCACHE_PERSIST_PROP,
SystemProperties.get(SCROLLINGCACHE_PERSIST_PROP, SCROLLINGCACHE_DEFAULT)));
mScrollingCachePref.setOnPreferenceChangeListener(this);
mScreenOffAnimation = (ListPreference) findPreference(KEY_SCREEN_OFF_ANIMATION);
int screenOffAnimation = Settings.System.getInt(getContentResolver(),
Settings.System.SCREEN_OFF_ANIMATION, 0);
mScreenOffAnimation.setValue(Integer.toString(screenOffAnimation));
mScreenOffAnimation.setSummary(mScreenOffAnimation.getEntry());
mScreenOffAnimation.setOnPreferenceChangeListener(this);
}
@Override
@@ -130,39 +76,6 @@ public class AnimationsSettings extends SettingsPreferenceFragment
@Override
public boolean onPreferenceChange(Preference preference, Object newValue) {
ContentResolver resolver = getActivity().getContentResolver();
if (preference == mToastAnimation) {
int index = mToastAnimation.findIndexOfValue((String) newValue);
Settings.Global.putString(getContentResolver(), Settings.Global.TOAST_ANIMATION, (String) newValue);
mToastAnimation.setSummary(mToastAnimation.getEntries()[index]);
Toast.makeText(mContext, "Toast Test", Toast.LENGTH_SHORT).show();
return true;
} else if (preference == mListViewAnimation) {
int value = Integer.parseInt((String) newValue);
int index = mListViewAnimation.findIndexOfValue((String) newValue);
Settings.Global.putInt(getContentResolver(),
Settings.Global.LISTVIEW_ANIMATION, value);
mListViewAnimation.setSummary(mListViewAnimation.getEntries()[index]);
mListViewInterpolator.setEnabled(value > 0);
return true;
} else if (preference == mListViewInterpolator) {
int value = Integer.parseInt((String) newValue);
int index = mListViewInterpolator.findIndexOfValue((String) newValue);
Settings.Global.putInt(getContentResolver(),
Settings.Global.LISTVIEW_INTERPOLATOR, value);
mListViewInterpolator.setSummary(mListViewInterpolator.getEntries()[index]);
return true;
} else if (preference == mScreenOffAnimation) {
int value = Integer.valueOf((String) newValue);
int index = mScreenOffAnimation.findIndexOfValue((String) newValue);
mScreenOffAnimation.setSummary(mScreenOffAnimation.getEntries()[index]);
Settings.System.putInt(getContentResolver(), Settings.System.SCREEN_OFF_ANIMATION, value);
return true;
} else if (preference == mScrollingCachePref) {
if (newValue != null) {
SystemProperties.set(SCROLLINGCACHE_PERSIST_PROP, (String) newValue);
}
return true;
}
return false;
}

View File

@@ -1,244 +0,0 @@
/*
* Copyright (C) 2019-2020 The Evolution X Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.cherish.settings.fragments;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import android.os.UserHandle;
import android.provider.SearchIndexableResource;
import android.provider.Settings;
import androidx.preference.ListPreference;
import androidx.preference.Preference;
import androidx.preference.Preference.OnPreferenceChangeListener;
import androidx.preference.PreferenceScreen;
import androidx.preference.SwitchPreference;
import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.search.SearchIndexable;
import com.cherish.settings.preferences.CustomSeekBarPreference;
import java.util.ArrayList;
import java.util.List;
import net.margaritov.preference.colorpicker.ColorPickerPreference;
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class BatteryBarSettings extends SettingsPreferenceFragment
implements Preference.OnPreferenceChangeListener {
private static final String PREF_BATT_BAR_NO_NAVBAR = "statusbar_battery_bar_no_navbar_list";
private static final String PREF_BATT_BAR_STYLE = "statusbar_battery_bar_style";
private static final String PREF_BATT_BAR_COLOR = "statusbar_battery_bar_color";
private static final String PREF_BATT_BAR_CHARGING_COLOR = "statusbar_battery_bar_charging_color";
private static final String PREF_BATT_BAR_BATTERY_LOW_COLOR = "statusbar_battery_bar_battery_low_color";
private static final String PREF_BATT_BAR_WIDTH = "statusbar_battery_bar_thickness";
private static final String PREF_BATT_ANIMATE = "statusbar_battery_bar_animate";
private static final String PREF_BATT_USE_CHARGING_COLOR = "statusbar_battery_bar_enable_charging_color";
private static final String PREF_BATT_BLEND_COLOR = "statusbar_battery_bar_blend_color";
private static final String PREF_BATT_BLEND_COLOR_REVERSE = "statusbar_battery_bar_blend_color_reverse";
private ListPreference mBatteryBarNoNavbar;
private ListPreference mBatteryBarStyle;
private CustomSeekBarPreference mBatteryBarThickness;
private SwitchPreference mBatteryBarChargingAnimation;
private SwitchPreference mBatteryBarUseChargingColor;
private SwitchPreference mBatteryBarBlendColor;
private SwitchPreference mBatteryBarBlendColorReverse;
private ColorPickerPreference mBatteryBarColor;
private ColorPickerPreference mBatteryBarChargingColor;
private ColorPickerPreference mBatteryBarBatteryLowColor;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
addPreferencesFromResource(R.xml.battery_bar);
PreferenceScreen prefSet = getPreferenceScreen();
ContentResolver resolver = getActivity().getContentResolver();
int intColor;
String hexColor;
mBatteryBarNoNavbar = (ListPreference) prefSet.findPreference(PREF_BATT_BAR_NO_NAVBAR);
mBatteryBarNoNavbar.setValue((Settings.System.getInt(resolver, Settings.System.STATUSBAR_BATTERY_BAR, 0)) + "");
mBatteryBarNoNavbar.setSummary(mBatteryBarNoNavbar.getEntry());
mBatteryBarNoNavbar.setOnPreferenceChangeListener(this);
mBatteryBarStyle = (ListPreference) prefSet.findPreference(PREF_BATT_BAR_STYLE);
mBatteryBarStyle.setValue((Settings.System.getInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR_STYLE, 0)) + "");
mBatteryBarStyle.setSummary(mBatteryBarStyle.getEntry());
mBatteryBarStyle.setOnPreferenceChangeListener(this);
mBatteryBarColor = (ColorPickerPreference) prefSet.findPreference(PREF_BATT_BAR_COLOR);
intColor = Settings.System.getInt(resolver, Settings.System.STATUSBAR_BATTERY_BAR_COLOR, Color.WHITE);
hexColor = String.format("#%08x", (0xffffff & intColor));
mBatteryBarColor.setNewPreviewColor(intColor);
mBatteryBarColor.setSummary(hexColor);
mBatteryBarColor.setOnPreferenceChangeListener(this);
mBatteryBarChargingColor = (ColorPickerPreference) prefSet.findPreference(PREF_BATT_BAR_CHARGING_COLOR);
intColor = Settings.System.getInt(resolver, Settings.System.STATUSBAR_BATTERY_BAR_CHARGING_COLOR, Color.WHITE);
hexColor = String.format("#%08x", (0xffffff & intColor));
mBatteryBarChargingColor.setNewPreviewColor(intColor);
mBatteryBarChargingColor.setSummary(hexColor);
mBatteryBarChargingColor.setOnPreferenceChangeListener(this);
mBatteryBarBatteryLowColor = (ColorPickerPreference) prefSet.findPreference(PREF_BATT_BAR_BATTERY_LOW_COLOR);
intColor = Settings.System.getInt(resolver, Settings.System.STATUSBAR_BATTERY_BAR_BATTERY_LOW_COLOR, Color.WHITE);
hexColor = String.format("#%08x", (0xffffff & intColor));
mBatteryBarBatteryLowColor.setNewPreviewColor(intColor);
mBatteryBarBatteryLowColor.setSummary(hexColor);
mBatteryBarBatteryLowColor.setOnPreferenceChangeListener(this);
mBatteryBarChargingAnimation = (SwitchPreference) prefSet.findPreference(PREF_BATT_ANIMATE);
mBatteryBarChargingAnimation.setChecked(Settings.System.getInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR_ANIMATE, 0) == 1);
mBatteryBarChargingAnimation.setOnPreferenceChangeListener(this);
mBatteryBarThickness = (CustomSeekBarPreference) prefSet.findPreference(PREF_BATT_BAR_WIDTH);
mBatteryBarThickness.setValue(Settings.System.getInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR_THICKNESS, 1));
mBatteryBarThickness.setOnPreferenceChangeListener(this);
mBatteryBarUseChargingColor = (SwitchPreference) findPreference(PREF_BATT_USE_CHARGING_COLOR);
mBatteryBarBlendColor = (SwitchPreference) findPreference(PREF_BATT_BLEND_COLOR);
mBatteryBarBlendColorReverse = (SwitchPreference) findPreference(PREF_BATT_BLEND_COLOR_REVERSE);
updateBatteryBarOptions();
}
@Override
public boolean onPreferenceChange(Preference preference, Object newValue) {
ContentResolver resolver = getActivity().getContentResolver();
if (preference == mBatteryBarColor) {
String hex = ColorPickerPreference.convertToARGB(Integer
.parseInt(String.valueOf(newValue)));
preference.setSummary(hex);
int intHex = ColorPickerPreference.convertToColorInt(hex);
Settings.System.putInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR_COLOR, intHex);
return true;
} else if (preference == mBatteryBarChargingColor) {
String hex = ColorPickerPreference.convertToARGB(Integer
.parseInt(String.valueOf(newValue)));
preference.setSummary(hex);
int intHex = ColorPickerPreference.convertToColorInt(hex);
Settings.System.putInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR_CHARGING_COLOR, intHex);
return true;
} else if (preference == mBatteryBarBatteryLowColor) {
String hex = ColorPickerPreference.convertToARGB(Integer
.parseInt(String.valueOf(newValue)));
preference.setSummary(hex);
int intHex = ColorPickerPreference.convertToColorInt(hex);
Settings.System.putInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR_BATTERY_LOW_COLOR, intHex);
return true;
} else if (preference == mBatteryBarNoNavbar) {
int val = Integer.parseInt((String) newValue);
int index = mBatteryBarNoNavbar.findIndexOfValue((String) newValue);
Settings.System.putInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR, val);
mBatteryBarNoNavbar.setSummary(mBatteryBarNoNavbar.getEntries()[index]);
updateBatteryBarOptions();
return true;
} else if (preference == mBatteryBarStyle) {
int val = Integer.parseInt((String) newValue);
int index = mBatteryBarStyle.findIndexOfValue((String) newValue);
Settings.System.putInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR_STYLE, val);
mBatteryBarStyle.setSummary(mBatteryBarStyle.getEntries()[index]);
return true;
} else if (preference == mBatteryBarThickness) {
int val = (Integer) newValue;
Settings.System.putInt(resolver,
Settings.System.STATUSBAR_BATTERY_BAR_THICKNESS, val);
return true;
} else if (preference == mBatteryBarChargingAnimation) {
int val = ((Boolean) newValue) ? 1 : 0;
Settings.System.putInt(resolver, Settings.System.STATUSBAR_BATTERY_BAR_ANIMATE, val);
return true;
}
return false;
}
private void updateBatteryBarOptions() {
if (Settings.System.getInt(getActivity().getContentResolver(),
Settings.System.STATUSBAR_BATTERY_BAR, 0) == 0) {
mBatteryBarStyle.setEnabled(false);
mBatteryBarThickness.setEnabled(false);
mBatteryBarChargingAnimation.setEnabled(false);
mBatteryBarColor.setEnabled(false);
mBatteryBarChargingColor.setEnabled(false);
mBatteryBarBatteryLowColor.setEnabled(false);
mBatteryBarUseChargingColor.setEnabled(false);
mBatteryBarBlendColor.setEnabled(false);
mBatteryBarBlendColorReverse.setEnabled(false);
} else {
mBatteryBarStyle.setEnabled(true);
mBatteryBarThickness.setEnabled(true);
mBatteryBarChargingAnimation.setEnabled(true);
mBatteryBarColor.setEnabled(true);
mBatteryBarChargingColor.setEnabled(true);
mBatteryBarBatteryLowColor.setEnabled(true);
mBatteryBarUseChargingColor.setEnabled(true);
mBatteryBarBlendColor.setEnabled(true);
mBatteryBarBlendColorReverse.setEnabled(true);
}
}
@Override
public int getMetricsCategory() {
return MetricsEvent.CHERISH_SETTINGS;
}
/**
* For Search.
*/
public static final SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
new BaseSearchIndexProvider() {
@Override
public List<SearchIndexableResource> getXmlResourcesToIndex(Context context,
boolean enabled) {
ArrayList<SearchIndexableResource> result =
new ArrayList<SearchIndexableResource>();
SearchIndexableResource sir = new SearchIndexableResource(context);
sir.xmlResId = R.xml.battery_bar;
result.add(sir);
return result;
}
@Override
public List<String> getNonIndexableKeys(Context context) {
List<String> keys = super.getNonIndexableKeys(context);
return keys;
}
};
}

View File

@@ -1,173 +0,0 @@
/*
* Copyright (C) 2017 The ABC rom
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.cherish.settings.fragments;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.Resources;
import android.os.Bundle;
import android.os.UserHandle;
import androidx.preference.ListPreference;
import androidx.preference.Preference;
import androidx.preference.PreferenceCategory;
import androidx.preference.PreferenceScreen;
import android.provider.Settings;
import com.android.internal.logging.nano.MetricsProto;
import com.cherish.settings.preferences.SystemSettingSwitchPreference;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.search.SearchIndexable;
import android.provider.SearchIndexableResource;
import java.util.ArrayList;
import java.util.List;
import net.margaritov.preference.colorpicker.ColorPickerPreference;
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class BatteryLightSettings extends SettingsPreferenceFragment implements
Preference.OnPreferenceChangeListener {
private ColorPickerPreference mLowColor;
private ColorPickerPreference mMediumColor;
private ColorPickerPreference mFullColor;
private ColorPickerPreference mReallyFullColor;
private SystemSettingSwitchPreference mLowBatteryBlinking;
private PreferenceCategory mColorCategory;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
addPreferencesFromResource(R.xml.battery_light_settings);
PreferenceScreen prefSet = getPreferenceScreen();
mColorCategory = (PreferenceCategory) findPreference("battery_light_cat");
mLowBatteryBlinking = (SystemSettingSwitchPreference)prefSet.findPreference("battery_light_low_blinking");
if (getResources().getBoolean(
com.android.internal.R.bool.config_ledCanPulse)) {
mLowBatteryBlinking.setChecked(Settings.System.getIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_LOW_BLINKING, 0, UserHandle.USER_CURRENT) == 1);
mLowBatteryBlinking.setOnPreferenceChangeListener(this);
} else {
prefSet.removePreference(mLowBatteryBlinking);
}
if (getResources().getBoolean(com.android.internal.R.bool.config_multiColorBatteryLed)) {
int color = Settings.System.getIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_LOW_COLOR, 0xFFFF0000,
UserHandle.USER_CURRENT);
mLowColor = (ColorPickerPreference) findPreference("battery_light_low_color");
mLowColor.setAlphaSliderEnabled(false);
mLowColor.setNewPreviewColor(color);
mLowColor.setOnPreferenceChangeListener(this);
color = Settings.System.getIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_MEDIUM_COLOR, 0xFFFFFF00,
UserHandle.USER_CURRENT);
mMediumColor = (ColorPickerPreference) findPreference("battery_light_medium_color");
mMediumColor.setAlphaSliderEnabled(false);
mMediumColor.setNewPreviewColor(color);
mMediumColor.setOnPreferenceChangeListener(this);
color = Settings.System.getIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_FULL_COLOR, 0xFFFFFF00,
UserHandle.USER_CURRENT);
mFullColor = (ColorPickerPreference) findPreference("battery_light_full_color");
mFullColor.setAlphaSliderEnabled(false);
mFullColor.setNewPreviewColor(color);
mFullColor.setOnPreferenceChangeListener(this);
color = Settings.System.getIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_REALLYFULL_COLOR, 0xFF00FF00,
UserHandle.USER_CURRENT);
mReallyFullColor = (ColorPickerPreference) findPreference("battery_light_reallyfull_color");
mReallyFullColor.setAlphaSliderEnabled(false);
mReallyFullColor.setNewPreviewColor(color);
mReallyFullColor.setOnPreferenceChangeListener(this);
} else {
prefSet.removePreference(mColorCategory);
}
}
@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
}
public boolean onPreferenceChange(Preference preference, Object newValue) {
if (preference.equals(mLowColor)) {
int color = ((Integer) newValue).intValue();
Settings.System.putIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_LOW_COLOR, color,
UserHandle.USER_CURRENT);
return true;
} else if (preference.equals(mMediumColor)) {
int color = ((Integer) newValue).intValue();
Settings.System.putIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_MEDIUM_COLOR, color,
UserHandle.USER_CURRENT);
return true;
} else if (preference.equals(mFullColor)) {
int color = ((Integer) newValue).intValue();
Settings.System.putIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_FULL_COLOR, color,
UserHandle.USER_CURRENT);
return true;
} else if (preference.equals(mReallyFullColor)) {
int color = ((Integer) newValue).intValue();
Settings.System.putIntForUser(getContentResolver(),
Settings.System.BATTERY_LIGHT_REALLYFULL_COLOR, color,
UserHandle.USER_CURRENT);
return true;
} else if (preference == mLowBatteryBlinking) {
boolean value = (Boolean) newValue;
Settings.System.putIntForUser(getActivity().getContentResolver(),
Settings.System.BATTERY_LIGHT_LOW_BLINKING, value ? 1 : 0,
UserHandle.USER_CURRENT);
mLowBatteryBlinking.setChecked(value);
return true;
}
return false;
}
/**
* For Search.
*/
public static final SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
new BaseSearchIndexProvider() {
@Override
public List<SearchIndexableResource> getXmlResourcesToIndex(Context context,
boolean enabled) {
ArrayList<SearchIndexableResource> result =
new ArrayList<SearchIndexableResource>();
SearchIndexableResource sir = new SearchIndexableResource(context);
sir.xmlResId = R.xml.battery_light_settings;
result.add(sir);
return result;
}
@Override
public List<String> getNonIndexableKeys(Context context) {
List<String> keys = super.getNonIndexableKeys(context);
return keys;
}
};
}

View File

@@ -52,47 +52,6 @@ import java.util.List;
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class ButtonSettings extends ActionFragment implements OnPreferenceChangeListener {
//Keys
private static final String KEY_BUTTON_BRIGHTNESS = "button_brightness";
private static final String KEY_BUTTON_BRIGHTNESS_SW = "button_brightness_sw";
private static final String KEY_BACKLIGHT_TIMEOUT = "backlight_timeout";
private static final String HWKEY_DISABLE = "hardware_keys_disable";
private static final String PIXEL_ANIMATION_NAVIGATION = "pixel_nav_animation";
private static final String KEY_NAVIGATION_BAR_ARROWS = "navigation_bar_menu_arrow_keys";
private static final String INVERT_NAVIGATION = "sysui_nav_bar_inverse";
private static final String NAVBAR_VISIBILITY = "navigation_bar_show_new";
// category keys
private static final String CATEGORY_HWKEY = "hardware_keys";
private static final String CATEGORY_HOME = "home_key";
private static final String CATEGORY_MENU = "menu_key";
private static final String CATEGORY_BACK = "back_key";
private static final String CATEGORY_ASSIST = "assist_key";
private static final String CATEGORY_APPSWITCH = "app_switch_key";
// Masks for checking presence of hardware keys.
// Must match values in frameworks/base/core/res/res/values/config.xml
// Masks for checking presence of hardware keys.
// Must match values in frameworks/base/core/res/res/values/config.xml
public static final int KEY_MASK_HOME = 0x01;
public static final int KEY_MASK_BACK = 0x02;
public static final int KEY_MASK_MENU = 0x04;
public static final int KEY_MASK_ASSIST = 0x08;
public static final int KEY_MASK_APP_SWITCH = 0x10;
public static final int KEY_MASK_CAMERA = 0x20;
public static final int KEY_MASK_VOLUME = 0x40;
private ListPreference mBacklightTimeout;
private CustomSeekBarPreference mButtonBrightness;
private SwitchPreference mButtonBrightness_sw;
private SwitchPreference mHwKeyDisable;
private SystemSettingSwitchPreference mPixelAnimationNavigation;
private SecureSettingSwitchPreference mInvertNavigation;
private SwitchPreference mNavbarVisibility;
private boolean mIsNavSwitchingMode = false;
private Handler mHandler;
private SystemSettingSwitchPreference mNavigationArrowKeys;
@Override
public void onCreate(Bundle icicle) {
@@ -102,200 +61,12 @@ public class ButtonSettings extends ActionFragment implements OnPreferenceChange
final Resources res = getResources();
final ContentResolver resolver = getActivity().getContentResolver();
final PreferenceScreen prefScreen = getPreferenceScreen();
mNavbarVisibility = (SwitchPreference) findPreference(NAVBAR_VISIBILITY);
mNavigationArrowKeys = (SystemSettingSwitchPreference) findPreference(KEY_NAVIGATION_BAR_ARROWS);
boolean showing = Settings.System.getInt(getContentResolver(),
Settings.System.FORCE_SHOW_NAVBAR,
ActionUtils.hasNavbarByDefault(getActivity()) ? 1 : 0) != 0;
updateBarVisibleAndUpdatePrefs(showing);
mNavbarVisibility.setOnPreferenceChangeListener(this);
mHandler = new Handler();
mPixelAnimationNavigation = findPreference(PIXEL_ANIMATION_NAVIGATION);
mInvertNavigation = findPreference(INVERT_NAVIGATION);
// On three button nav
if (com.android.internal.util.cherish.CherishUtils.isThemeEnabled("com.android.internal.systemui.navbar.threebutton")) {
mPixelAnimationNavigation.setSummary(getString(R.string.pixel_navbar_anim_summary));
mInvertNavigation.setSummary(getString(R.string.navigation_bar_invert_layout_summary));
// On two button nav
} else if (com.android.internal.util.cherish.CherishUtils.isThemeEnabled("com.android.internal.systemui.navbar.twobutton")) {
mPixelAnimationNavigation.setSummary(getString(R.string.pixel_navbar_anim_summary));
mInvertNavigation.setSummary(getString(R.string.navigation_bar_invert_layout_summary));
// On gesture nav
} else {
mPixelAnimationNavigation.setSummary(getString(R.string.unsupported_gestures));
mInvertNavigation.setSummary(getString(R.string.unsupported_gestures));
mPixelAnimationNavigation.setEnabled(false);
mInvertNavigation.setEnabled(false);
}
final boolean needsNavbar = ActionUtils.hasNavbarByDefault(getActivity());
final PreferenceCategory hwkeyCat = (PreferenceCategory) prefScreen
.findPreference(CATEGORY_HWKEY);
int keysDisabled = 0;
if (!needsNavbar) {
mHwKeyDisable = (SwitchPreference) findPreference(HWKEY_DISABLE);
keysDisabled = Settings.Secure.getIntForUser(getContentResolver(),
Settings.Secure.HARDWARE_KEYS_DISABLE, 0,
UserHandle.USER_CURRENT);
mHwKeyDisable.setChecked(keysDisabled != 0);
mHwKeyDisable.setOnPreferenceChangeListener(this);
final boolean variableBrightness = getResources().getBoolean(
com.android.internal.R.bool.config_deviceHasVariableButtonBrightness);
mBacklightTimeout =
(ListPreference) findPreference(KEY_BACKLIGHT_TIMEOUT);
mButtonBrightness =
(CustomSeekBarPreference) findPreference(KEY_BUTTON_BRIGHTNESS);
mButtonBrightness_sw =
(SwitchPreference) findPreference(KEY_BUTTON_BRIGHTNESS_SW);
if (mBacklightTimeout != null) {
mBacklightTimeout.setOnPreferenceChangeListener(this);
int BacklightTimeout = Settings.System.getInt(getContentResolver(),
Settings.System.BUTTON_BACKLIGHT_TIMEOUT, 5000);
mBacklightTimeout.setValue(Integer.toString(BacklightTimeout));
mBacklightTimeout.setSummary(mBacklightTimeout.getEntry());
}
if (variableBrightness) {
hwkeyCat.removePreference(mButtonBrightness_sw);
if (mButtonBrightness != null) {
float ButtonBrightness = Settings.System.getFloat(getContentResolver(),
Settings.System.BUTTON_BRIGHTNESS, 1.0f);
mButtonBrightness.setValue((int)(ButtonBrightness * 100.0f));
mButtonBrightness.setOnPreferenceChangeListener(this);
}
} else {
hwkeyCat.removePreference(mButtonBrightness);
if (mButtonBrightness_sw != null) {
mButtonBrightness_sw.setChecked((Settings.System.getFloat(getContentResolver(),
Settings.System.BUTTON_BRIGHTNESS, 1.0f) == 1));
mButtonBrightness_sw.setOnPreferenceChangeListener(this);
}
}
} else {
prefScreen.removePreference(hwkeyCat);
}
// bits for hardware keys present on device
final int deviceKeys = getResources().getInteger(
com.android.internal.R.integer.config_deviceHardwareKeys);
// read bits for present hardware keys
final boolean hasHomeKey = (deviceKeys & KEY_MASK_HOME) != 0;
final boolean hasBackKey = (deviceKeys & KEY_MASK_BACK) != 0;
final boolean hasMenuKey = (deviceKeys & KEY_MASK_MENU) != 0;
final boolean hasAssistKey = (deviceKeys & KEY_MASK_ASSIST) != 0;
final boolean hasAppSwitchKey = (deviceKeys & KEY_MASK_APP_SWITCH) != 0;
// load categories and init/remove preferences based on device
// configuration
final PreferenceCategory backCategory =
(PreferenceCategory) prefScreen.findPreference(CATEGORY_BACK);
final PreferenceCategory homeCategory =
(PreferenceCategory) prefScreen.findPreference(CATEGORY_HOME);
final PreferenceCategory menuCategory =
(PreferenceCategory) prefScreen.findPreference(CATEGORY_MENU);
final PreferenceCategory assistCategory =
(PreferenceCategory) prefScreen.findPreference(CATEGORY_ASSIST);
final PreferenceCategory appSwitchCategory =
(PreferenceCategory) prefScreen.findPreference(CATEGORY_APPSWITCH);
// back key
if (!hasBackKey) {
prefScreen.removePreference(backCategory);
}
// home key
if (!hasHomeKey) {
prefScreen.removePreference(homeCategory);
}
// App switch key (recents)
if (!hasAppSwitchKey) {
prefScreen.removePreference(appSwitchCategory);
}
// menu key
if (!hasMenuKey) {
prefScreen.removePreference(menuCategory);
}
// search/assist key
if (!hasAssistKey) {
prefScreen.removePreference(assistCategory);
}
// let super know we can load ActionPreferences
onPreferenceScreenLoaded(ActionConstants.getDefaults(ActionConstants.HWKEYS));
// load preferences first
setActionPreferencesEnabled(keysDisabled == 0);
}
public boolean onPreferenceChange(Preference preference, Object newValue) {
ContentResolver resolver = getActivity().getContentResolver();
if (preference == mBacklightTimeout) {
String BacklightTimeout = (String) newValue;
int BacklightTimeoutValue = Integer.parseInt(BacklightTimeout);
Settings.System.putInt(getActivity().getContentResolver(),
Settings.System.BUTTON_BACKLIGHT_TIMEOUT, BacklightTimeoutValue);
int BacklightTimeoutIndex = mBacklightTimeout
.findIndexOfValue(BacklightTimeout);
mBacklightTimeout
.setSummary(mBacklightTimeout.getEntries()[BacklightTimeoutIndex]);
return true;
} else if (preference == mButtonBrightness) {
float value = (Integer) newValue;
Settings.System.putFloat(getActivity().getContentResolver(),
Settings.System.BUTTON_BRIGHTNESS, value / 100.0f);
return true;
} else if (preference == mButtonBrightness_sw) {
boolean value = (Boolean) newValue;
Settings.System.putFloat(getActivity().getContentResolver(),
Settings.System.BUTTON_BRIGHTNESS, value ? 1.0f : -1.0f);
return true;
} else if (preference == mHwKeyDisable) {
boolean value = (Boolean) newValue;
Settings.Secure.putInt(getContentResolver(), Settings.Secure.HARDWARE_KEYS_DISABLE,
value ? 1 : 0);
setActionPreferencesEnabled(!value);
return true;
} else if (preference.equals(mNavbarVisibility)) {
if (mIsNavSwitchingMode) {
return false;
}
mIsNavSwitchingMode = true;
boolean showing = ((Boolean)newValue);
Settings.System.putInt(getContentResolver(), Settings.System.FORCE_SHOW_NAVBAR,
showing ? 1 : 0);
updateBarVisibleAndUpdatePrefs(showing);
mHandler.postDelayed(new Runnable() {
@Override
public void run() {
mIsNavSwitchingMode = false;
}
}, 1500);
return true;
}
return false;
}
private void updateBarVisibleAndUpdatePrefs(boolean showing) {
mNavbarVisibility.setChecked(showing);
}
@Override
protected boolean usesExtendedActionsList() {
return true;
}
@Override
public int getMetricsCategory() {

View File

@@ -1,387 +0,0 @@
/*
* Copyright (C) 2020 The CherishOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.cherish.settings.fragments;
import android.app.AlertDialog;
import android.content.ContentResolver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.res.Resources;
import android.database.ContentObserver;
import android.content.Intent;
import android.os.Bundle;
import android.os.UserHandle;
import androidx.preference.ListPreference;
import androidx.preference.SwitchPreference;
import androidx.preference.Preference;
import androidx.preference.PreferenceCategory;
import androidx.preference.PreferenceScreen;
import androidx.preference.Preference.OnPreferenceChangeListener;
import android.provider.Settings;
import android.text.format.DateFormat;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;
import com.android.settings.Utils;
import com.cherish.settings.preferences.SystemSettingSwitchPreference;
import com.cherish.settings.preferences.CustomSeekBarPreference;
import net.margaritov.preference.colorpicker.ColorPickerPreference;
import com.android.internal.logging.nano.MetricsProto;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.search.SearchIndexable;
import android.provider.SearchIndexableResource;
import java.util.ArrayList;
import java.util.List;
import java.util.Date;
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class ClockSettings extends SettingsPreferenceFragment implements
OnPreferenceChangeListener {
private static final String STATUS_BAR_CLOCK = "status_bar_clock";
private static final String STATUS_BAR_CLOCK_SECONDS = "status_bar_clock_seconds";
private static final String STATUS_BAR_CLOCK_STYLE = "statusbar_clock_style";
private static final String STATUS_BAR_AM_PM = "status_bar_am_pm";
private static final String STATUS_BAR_CLOCK_DATE_DISPLAY = "clock_date_display";
private static final String STATUS_BAR_CLOCK_DATE_STYLE = "clock_date_style";
private static final String STATUS_BAR_CLOCK_DATE_FORMAT = "clock_date_format";
private static final String STATUS_BAR_CLOCK_COLOR = "status_bar_clock_color";
private static final String STATUS_BAR_CLOCK_SIZE = "status_bar_clock_size";
public static final int CLOCK_DATE_STYLE_LOWERCASE = 1;
public static final int CLOCK_DATE_STYLE_UPPERCASE = 2;
private static final int CUSTOM_CLOCK_DATE_FORMAT_INDEX = 18;
private static final String STATUS_BAR_CLOCK_DATE_POSITION = "statusbar_clock_date_position";
private static final String QS_HEADER_CLOCK_SIZE = "qs_header_clock_size";
static final int DEFAULT_STATUS_CLOCK_COLOR = 0xffffffff;
private SystemSettingSwitchPreference mStatusBarClockShow;
private SystemSettingSwitchPreference mStatusBarSecondsShow;
private ListPreference mStatusBarClock;
private ListPreference mStatusBarAmPm;
private ListPreference mClockDateDisplay;
private ListPreference mClockDateStyle;
private ListPreference mClockDateFormat;
private ColorPickerPreference mClockColor;
private CustomSeekBarPreference mClockSize;
private ListPreference mClockDatePosition;
private CustomSeekBarPreference mQsClockSize;
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
addPreferencesFromResource(R.xml.clock_settings);
PreferenceScreen prefSet = getPreferenceScreen();
ContentResolver resolver = getActivity().getContentResolver();
int intColor;
String hexColor;
// clock settings
mStatusBarClockShow = (SystemSettingSwitchPreference) findPreference(STATUS_BAR_CLOCK);
mStatusBarSecondsShow = (SystemSettingSwitchPreference) findPreference(STATUS_BAR_CLOCK_SECONDS);
mStatusBarClock = (ListPreference) findPreference(STATUS_BAR_CLOCK_STYLE);
mStatusBarAmPm = (ListPreference) findPreference(STATUS_BAR_AM_PM);
mClockDateDisplay = (ListPreference) findPreference(STATUS_BAR_CLOCK_DATE_DISPLAY);
mClockDateStyle = (ListPreference) findPreference(STATUS_BAR_CLOCK_DATE_STYLE);
mClockDatePosition = (ListPreference) findPreference(STATUS_BAR_CLOCK_DATE_POSITION);
mQsClockSize = (CustomSeekBarPreference) findPreference(QS_HEADER_CLOCK_SIZE);
int qsClockSize = Settings.System.getInt(resolver,
Settings.System.QS_HEADER_CLOCK_SIZE, 14);
mQsClockSize.setValue(qsClockSize / 1);
mQsClockSize.setOnPreferenceChangeListener(this);
mStatusBarClockShow.setChecked((Settings.System.getInt(resolver,
Settings.System.STATUS_BAR_CLOCK, 1) == 1));
mStatusBarClockShow.setOnPreferenceChangeListener(this);
mStatusBarSecondsShow.setChecked((Settings.System.getInt(resolver,
Settings.System.STATUS_BAR_CLOCK_SECONDS, 0) == 1));
mStatusBarSecondsShow.setOnPreferenceChangeListener(this);
int clockStyle = Settings.System.getInt(resolver,
Settings.System.STATUSBAR_CLOCK_STYLE, 0);
mStatusBarClock.setValue(String.valueOf(clockStyle));
mStatusBarClock.setSummary(mStatusBarClock.getEntry());
mStatusBarClock.setOnPreferenceChangeListener(this);
mClockColor = (ColorPickerPreference) findPreference(STATUS_BAR_CLOCK_COLOR);
mClockColor.setOnPreferenceChangeListener(this);
intColor = Settings.System.getInt(resolver,
Settings.System.STATUS_BAR_CLOCK_COLOR, DEFAULT_STATUS_CLOCK_COLOR);
hexColor = String.format("#%08x", (0xffffffff & intColor));
mClockColor.setSummary(hexColor);
mClockColor.setNewPreviewColor(intColor);
mClockSize = (CustomSeekBarPreference) findPreference(STATUS_BAR_CLOCK_SIZE);
int clockSize = Settings.System.getInt(resolver,
Settings.System.STATUS_BAR_CLOCK_SIZE, 14);
mClockSize.setValue(clockSize / 1);
mClockSize.setOnPreferenceChangeListener(this);
if (DateFormat.is24HourFormat(getActivity())) {
mStatusBarAmPm.setEnabled(false);
mStatusBarAmPm.setSummary(R.string.status_bar_am_pm_info);
} else {
int statusBarAmPm = Settings.System.getInt(resolver,
Settings.System.STATUSBAR_CLOCK_AM_PM_STYLE, 2);
mStatusBarAmPm.setValue(String.valueOf(statusBarAmPm));
mStatusBarAmPm.setSummary(mStatusBarAmPm.getEntry());
mStatusBarAmPm.setOnPreferenceChangeListener(this);
}
int clockDateDisplay = Settings.System.getInt(resolver,
Settings.System.STATUSBAR_CLOCK_DATE_DISPLAY, 0);
mClockDateDisplay.setValue(String.valueOf(clockDateDisplay));
mClockDateDisplay.setSummary(mClockDateDisplay.getEntry());
mClockDateDisplay.setOnPreferenceChangeListener(this);
int clockDateStyle = Settings.System.getInt(resolver,
Settings.System.STATUSBAR_CLOCK_DATE_STYLE, 0);
mClockDateStyle.setValue(String.valueOf(clockDateStyle));
mClockDateStyle.setSummary(mClockDateStyle.getEntry());
mClockDateStyle.setOnPreferenceChangeListener(this);
mClockDateFormat = (ListPreference) findPreference(STATUS_BAR_CLOCK_DATE_FORMAT);
mClockDateFormat.setOnPreferenceChangeListener(this);
String value = Settings.System.getString(getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_DATE_FORMAT);
if (value == null || value.isEmpty()) {
value = "EEE";
}
int index = mClockDateFormat.findIndexOfValue((String) value);
if (index == -1) {
mClockDateFormat.setValueIndex(CUSTOM_CLOCK_DATE_FORMAT_INDEX);
} else {
mClockDateFormat.setValue(value);
}
parseClockDateFormats();
mClockDatePosition.setValue(Integer.toString(Settings.System.getInt(getActivity()
.getContentResolver(), Settings.System.STATUSBAR_CLOCK_DATE_POSITION,
0)));
mClockDatePosition.setSummary(mClockDatePosition.getEntry());
mClockDatePosition.setOnPreferenceChangeListener(this);
int clockDatePosition = Settings.System.getInt(resolver,
Settings.System.STATUSBAR_CLOCK_DATE_POSITION, 0);
mClockDatePosition.setValue(String.valueOf(clockDatePosition));
mClockDatePosition.setSummary(mClockDatePosition.getEntry());
mClockDatePosition.setOnPreferenceChangeListener(this);
}
@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
}
@Override
public void onResume() {
super.onResume();
}
public boolean onPreferenceChange(Preference preference, Object newValue) {
AlertDialog dialog;
ContentResolver resolver = getActivity().getContentResolver();
if (preference == mStatusBarClockShow) {
boolean value = (Boolean) newValue;
Settings.System.putInt(getActivity().getContentResolver(),
Settings.System.STATUS_BAR_CLOCK, value ? 1 : 0);
return true;
} else if (preference == mStatusBarSecondsShow) {
boolean value = (Boolean) newValue;
Settings.System.putInt(getActivity().getContentResolver(),
Settings.System.STATUS_BAR_CLOCK_SECONDS, value ? 1 : 0);
return true;
} else if (preference == mStatusBarClock) {
int clockStyle = Integer.parseInt((String) newValue);
int index = mStatusBarClock.findIndexOfValue((String) newValue);
Settings.System.putInt(getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_STYLE, clockStyle);
mStatusBarClock.setSummary(mStatusBarClock.getEntries()[index]);
return true;
} else if (preference == mStatusBarAmPm) {
int statusBarAmPm = Integer.valueOf((String) newValue);
int index = mStatusBarAmPm.findIndexOfValue((String) newValue);
Settings.System.putInt(getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_AM_PM_STYLE, statusBarAmPm);
mStatusBarAmPm.setSummary(mStatusBarAmPm.getEntries()[index]);
return true;
} else if (preference == mClockColor) {
String hex = ColorPickerPreference.convertToARGB(
Integer.valueOf(String.valueOf(newValue)));
preference.setSummary(hex);
int intHex = ColorPickerPreference.convertToColorInt(hex);
Settings.System.putInt(resolver,
Settings.System.STATUS_BAR_CLOCK_COLOR, intHex);
return true;
} else if (preference == mClockSize) {
int width = ((Integer)newValue).intValue();
Settings.System.putInt(resolver,
Settings.System.STATUS_BAR_CLOCK_SIZE, width);
return true;
} else if (preference == mClockDateDisplay) {
int clockDateDisplay = Integer.valueOf((String) newValue);
int index = mClockDateDisplay.findIndexOfValue((String) newValue);
Settings.System.putInt(getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_DATE_DISPLAY, clockDateDisplay);
mClockDateDisplay.setSummary(mClockDateDisplay.getEntries()[index]);
if (clockDateDisplay == 0) {
mClockDateStyle.setEnabled(false);
mClockDateFormat.setEnabled(false);
mClockDatePosition.setEnabled(false);
} else {
mClockDateStyle.setEnabled(true);
mClockDateFormat.setEnabled(true);
mClockDatePosition.setEnabled(true);
}
return true;
} else if (preference == mClockDateStyle) {
int clockDateStyle = Integer.valueOf((String) newValue);
int index = mClockDateStyle.findIndexOfValue((String) newValue);
Settings.System.putInt(getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_DATE_STYLE, clockDateStyle);
mClockDateStyle.setSummary(mClockDateStyle.getEntries()[index]);
parseClockDateFormats();
return true;
} else if (preference == mClockDateFormat) {
int index = mClockDateFormat.findIndexOfValue((String) newValue);
if (index == CUSTOM_CLOCK_DATE_FORMAT_INDEX) {
AlertDialog.Builder alert = new AlertDialog.Builder(getActivity());
alert.setTitle(R.string.clock_date_string_edittext_title);
alert.setMessage(R.string.clock_date_string_edittext_summary);
final EditText input = new EditText(getActivity());
String oldText = Settings.System.getString(
getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_DATE_FORMAT);
if (oldText != null) {
input.setText(oldText);
}
alert.setView(input);
alert.setPositiveButton(R.string.menu_save, new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialogInterface, int whichButton) {
String value = input.getText().toString();
if (value.equals("")) {
return;
}
Settings.System.putString(getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_DATE_FORMAT, value);
return;
}
});
alert.setNegativeButton(R.string.menu_cancel,
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialogInterface, int which) {
return;
}
});
dialog = alert.create();
dialog.show();
} else {
if ((String) newValue != null) {
Settings.System.putString(getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_DATE_FORMAT, (String) newValue);
}
}
return true;
} else if (preference == mClockDatePosition) {
int val = Integer.parseInt((String) newValue);
int index = mClockDatePosition.findIndexOfValue((String) newValue);
Settings.System.putInt(getActivity().getContentResolver(),
Settings.System.STATUSBAR_CLOCK_DATE_POSITION, val);
mClockDatePosition.setSummary(mClockDatePosition.getEntries()[index]);
parseClockDateFormats();
return true;
} else if (preference == mQsClockSize) {
int width = ((Integer)newValue).intValue();
Settings.System.putInt(resolver,
Settings.System.QS_HEADER_CLOCK_SIZE, width);
return true;
}
return false;
}
private void parseClockDateFormats() {
String[] dateEntries = getResources().getStringArray(R.array.clock_date_format_entries_values);
CharSequence parsedDateEntries[];
parsedDateEntries = new String[dateEntries.length];
Date now = new Date();
int lastEntry = dateEntries.length - 1;
int dateFormat = Settings.System.getInt(getActivity()
.getContentResolver(), Settings.System.STATUSBAR_CLOCK_DATE_STYLE, 0);
for (int i = 0; i < dateEntries.length; i++) {
if (i == lastEntry) {
parsedDateEntries[i] = dateEntries[i];
} else {
String newDate;
CharSequence dateString = DateFormat.format(dateEntries[i], now);
if (dateFormat == CLOCK_DATE_STYLE_LOWERCASE) {
newDate = dateString.toString().toLowerCase();
} else if (dateFormat == CLOCK_DATE_STYLE_UPPERCASE) {
newDate = dateString.toString().toUpperCase();
} else {
newDate = dateString.toString();
}
parsedDateEntries[i] = newDate;
}
}
mClockDateFormat.setEntries(parsedDateEntries);
}
/**
* For Search.
*/
public static final SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
new BaseSearchIndexProvider() {
@Override
public List<SearchIndexableResource> getXmlResourcesToIndex(Context context,
boolean enabled) {
ArrayList<SearchIndexableResource> result =
new ArrayList<SearchIndexableResource>();
SearchIndexableResource sir = new SearchIndexableResource(context);
sir.xmlResId = R.xml.clock_settings;
result.add(sir);
return result;
}
@Override
public List<String> getNonIndexableKeys(Context context) {
List<String> keys = super.getNonIndexableKeys(context);
return keys;
}
};
}

View File

@@ -1,188 +0,0 @@
/*
* Copyright (C) 2020 CherishOS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.cherish.settings.fragments;
import android.app.AlertDialog;
import android.content.ContentResolver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.os.UserHandle;
import android.provider.Settings;
import android.text.Spannable;
import android.text.TextUtils;
import android.widget.EditText;
import androidx.preference.Preference;
import androidx.preference.PreferenceScreen;
import androidx.preference.ListPreference;
import com.android.internal.logging.nano.MetricsProto;
import com.cherish.settings.preferences.CustomSeekBarPreference;
import net.margaritov.preference.colorpicker.ColorPickerPreference;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.search.SearchIndexable;
import android.provider.SearchIndexableResource;
import java.util.ArrayList;
import java.util.List;
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class CustomCarrierLabel extends SettingsPreferenceFragment
implements Preference.OnPreferenceChangeListener {
public static final String TAG = "CarrierLabel";
private static final String CUSTOM_CARRIER_LABEL = "custom_carrier_label";
private static final String STATUS_BAR_CARRIER_COLOR = "status_bar_carrier_color";
private static final String STATUS_BAR_CARRIER_FONT_SIZE = "status_bar_carrier_font_size";
static final int DEFAULT_STATUS_CARRIER_COLOR = 0xffffffff;
private PreferenceScreen mCustomCarrierLabel;
private String mCustomCarrierLabelText;
private ColorPickerPreference mCarrierColorPicker;
private CustomSeekBarPreference mStatusBarCarrierSize;
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
addPreferencesFromResource(R.xml.custom_carrier_label);
PreferenceScreen prefSet = getPreferenceScreen();
ContentResolver resolver = getActivity().getContentResolver();
int intColor;
String hexColor;
// custom carrier label
mCustomCarrierLabel = (PreferenceScreen) findPreference(CUSTOM_CARRIER_LABEL);
updateCustomLabelTextSummary();
mCarrierColorPicker = (ColorPickerPreference) findPreference(STATUS_BAR_CARRIER_COLOR);
mCarrierColorPicker.setOnPreferenceChangeListener(this);
intColor = Settings.System.getInt(resolver,
Settings.System.STATUS_BAR_CARRIER_COLOR, DEFAULT_STATUS_CARRIER_COLOR);
hexColor = String.format("#%08x", (0xffffffff & intColor));
mCarrierColorPicker.setSummary(hexColor);
mCarrierColorPicker.setNewPreviewColor(intColor);
mStatusBarCarrierSize = (CustomSeekBarPreference) findPreference(STATUS_BAR_CARRIER_FONT_SIZE);
int StatusBarCarrierSize = Settings.System.getInt(resolver,
Settings.System.STATUS_BAR_CARRIER_FONT_SIZE, 14);
mStatusBarCarrierSize.setValue(StatusBarCarrierSize / 1);
mStatusBarCarrierSize.setOnPreferenceChangeListener(this);
}
@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
}
@Override
public void onResume() {
super.onResume();
}
public boolean onPreferenceChange(Preference preference, Object newValue) {
ContentResolver resolver = getActivity().getContentResolver();
if (preference == mCarrierColorPicker) {
String hex = ColorPickerPreference.convertToARGB(
Integer.valueOf(String.valueOf(newValue)));
preference.setSummary(hex);
int intHex = ColorPickerPreference.convertToColorInt(hex);
Settings.System.putInt(resolver,
Settings.System.STATUS_BAR_CARRIER_COLOR, intHex);
return true;
} else if (preference == mStatusBarCarrierSize) {
int width = ((Integer)newValue).intValue();
Settings.System.putInt(resolver,
Settings.System.STATUS_BAR_CARRIER_FONT_SIZE, width);
return true;
}
return false;
}
public boolean onPreferenceTreeClick(Preference preference) {
ContentResolver resolver = getActivity().getContentResolver();
boolean value;
if (preference.getKey().equals(CUSTOM_CARRIER_LABEL)) {
AlertDialog.Builder alert = new AlertDialog.Builder(getActivity());
alert.setTitle(R.string.custom_carrier_label_title);
alert.setMessage(R.string.custom_carrier_label_explain);
// Set an EditText view to get user input
final EditText input = new EditText(getActivity());
input.setText(TextUtils.isEmpty(mCustomCarrierLabelText) ? "" : mCustomCarrierLabelText);
input.setSelection(input.getText().length());
alert.setView(input);
alert.setPositiveButton(getString(android.R.string.ok),
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int whichButton) {
String value = ((Spannable) input.getText()).toString().trim();
Settings.System.putString(resolver, Settings.System.CUSTOM_CARRIER_LABEL, value);
updateCustomLabelTextSummary();
Intent i = new Intent();
i.setAction(Intent.ACTION_CUSTOM_CARRIER_LABEL_CHANGED);
getActivity().sendBroadcast(i);
}
});
alert.setNegativeButton(getString(android.R.string.cancel), null);
alert.show();
return true;
}
return false;
}
private void updateCustomLabelTextSummary() {
mCustomCarrierLabelText = Settings.System.getString(
getContentResolver(), Settings.System.CUSTOM_CARRIER_LABEL);
if (TextUtils.isEmpty(mCustomCarrierLabelText)) {
mCustomCarrierLabel.setSummary(R.string.custom_carrier_label_notset);
} else {
mCustomCarrierLabel.setSummary(mCustomCarrierLabelText);
}
}
/**
* For Search.
*/
public static final SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
new BaseSearchIndexProvider() {
@Override
public List<SearchIndexableResource> getXmlResourcesToIndex(Context context,
boolean enabled) {
ArrayList<SearchIndexableResource> result =
new ArrayList<SearchIndexableResource>();
SearchIndexableResource sir = new SearchIndexableResource(context);
sir.xmlResId = R.xml.custom_carrier_label;
result.add(sir);
return result;
}
@Override
public List<String> getNonIndexableKeys(Context context) {
List<String> keys = super.getNonIndexableKeys(context);
return keys;
}
};
}

View File

@@ -1,75 +0,0 @@
/*
* Copyright (C) 2020 The exTHmUI Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.cherish.settings.fragments;
import com.android.internal.logging.nano.MetricsProto;
import android.content.Context;
import android.os.Bundle;
import android.provider.Settings;
import androidx.preference.SwitchPreference;
import androidx.preference.PreferenceScreen;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;
import com.android.internal.util.hwkeys.ActionUtils;
import java.util.ArrayList;
import com.cherish.settings.preferences.PackageListPreference;
import com.cherish.settings.preferences.SystemSettingSwitchPreference;
public class GamingModeSettings extends SettingsPreferenceFragment {
private static final String GAMING_MODE_DISABLE_HW_KEYS = "gaming_mode_disable_hw_keys";
private static final String GAMING_MODE_DISABLE_GESTURE = "gaming_mode_disable_gesture";
private PackageListPreference mGamingPrefList;
private SystemSettingSwitchPreference mHardwareKeysDisable;
private SystemSettingSwitchPreference mGestureDisable;
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
addPreferencesFromResource(R.xml.cherish_settings_gaming);
final PreferenceScreen prefScreen = getPreferenceScreen();
final boolean hasNavbar = ActionUtils.hasNavbarByDefault(getActivity());
mGamingPrefList = (PackageListPreference) findPreference("gaming_mode_app_list");
mGamingPrefList.setRemovedListKey(Settings.System.GAMING_MODE_REMOVED_APP_LIST);
mHardwareKeysDisable = (SystemSettingSwitchPreference) findPreference(GAMING_MODE_DISABLE_HW_KEYS);
mGestureDisable = (SystemSettingSwitchPreference) findPreference(GAMING_MODE_DISABLE_GESTURE);
if (hasNavbar) {
prefScreen.removePreference(mHardwareKeysDisable);
} else {
prefScreen.removePreference(mGestureDisable);
}
}
@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
}
}

Some files were not shown because too many files have changed in this diff Show More