Add back DSLV / ActionListViewSettings

Contains updates by Griffin Millender <griffinn.millender@gmail.com> and
the SlimROMs team

AICPfy:
- make it play better with themes
- bring it to Oreo
- Update SettingsActivity to forward extras from PreferenceScreen to the new fragment
  (allows using DSLV from xml)

Change-Id: I7514cdfa3603ed6e24deeb251875a716a52a02b1
This commit is contained in:
Lars Greiss
2017-10-14 12:40:52 +02:00
committed by Hung Phan
parent 7a81100ef2
commit 316b875415
15 changed files with 5385 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<?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>