feat: implement more patch option types (#2015)

This commit is contained in:
Ax333l
2024-07-04 19:34:55 +02:00
committed by oSumAtrIX
parent 189c993ada
commit b18c678354
13 changed files with 875 additions and 253 deletions

View File

@@ -236,6 +236,7 @@
<string name="patch_selector_sheet_filter_compat_title">Compatibility</string>
<string name="string_option_menu_description">More options</string>
<string name="option_preset_custom_value">Custom value</string>
<string name="path_selector">Select from storage</string>
<string name="path_selector_parent_dir">Previous directory</string>
@@ -276,6 +277,7 @@
<string name="expand_content">expand</string>
<string name="collapse_content">collapse</string>
<string name="drag_handle">reorder</string>
<string name="more">More</string>
<string name="continue_">Continue</string>
@@ -321,6 +323,7 @@
<string name="cancel">Cancel</string>
<string name="save">Save</string>
<string name="update">Update</string>
<string name="empty">Empty</string>
<string name="installing_message">Tap on <b>Update</b> when prompted. \n ReVanced Manager will close when updating.</string>
<string name="no_changelogs_found">No changelogs found</string>
<string name="just_now">Just now</string>
@@ -329,6 +332,7 @@
<string name="days_ago">%sd ago</string>
<string name="invalid_date">Invalid date</string>
<string name="disable_battery_optimization">Disable battery optimization</string>
<string name="input_dialog_value_invalid">Invalid value</string>
<string name="failed_to_check_updates">Failed to check for updates: %s</string>
<string name="no_update_available">No update available</string>
@@ -341,6 +345,7 @@
<string name="download_update_confirmation">Download update?</string>
<string name="no_contributors_found">No contributors found</string>
<string name="select">Select</string>
<string name="select_deselect_all">Select or deselect all</string>
<string name="select_bundle_type_dialog_title">Select bundle type</string>
<string name="select_bundle_type_dialog_description">Select the type that is right for you.</string>
<string name="local_bundle_description">Import local files from your storage, does not automatically update</string>