Overhaul Update System <3

This commit is contained in:
2026-05-24 21:18:53 +10:00
parent 691bcaa2b8
commit 77ab041b97
21 changed files with 434 additions and 76 deletions
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M19,3L9,5v9.85c-0.59,-0.34 -1.27,-0.55 -2,-0.55c-2.21,0 -4,1.79 -4,4s1.79,4 4,4s4,-1.79 4,-4V7.36l8,-1.6v6.49c-0.59,-0.34 -1.27,-0.55 -2,-0.55c-2.21,0 -4,1.79 -4,4s1.79,4 4,4s4,-1.79 4,-4V3z" />
</vector>
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M19,9l1.25,-2.75L23,5l-2.75,-1.25L19,1l-1.25,2.75L15,5l2.75,1.25L19,9zm-7.5,0.5L9,4 6.5,9.5 1,12l5.5,2.5L9,20l2.5,-5.5L17,12l-5.5,-2.5zM19,15l-1.25,2.75L15,19l2.75,1.25L19,23l1.25,-2.75L23,19l-2.75,-1.25z" />
</vector>
+12 -4
View File
@@ -43,10 +43,18 @@
<string name="action_open_info">Open Info</string>
<string name="action_reset_default">Reset to default</string>
<string name="intent_reinstall_fail">Failed to automatically reinstall! Please try doing it manually.</string>
<string name="intent_reinstall_fail">Failed to automatically repatch! Please try doing it manually.</string>
<string name="intent_import_component_success">Successfully imported %s</string>
<string name="intent_import_component_failure">Failed to import custom component!</string>
<string name="manager_update_title">Update Complete</string>
<string name="manager_update_subtitle">Manager was successfully updated!</string>
<string name="manager_update_row_manager">Manager</string>
<string name="manager_update_row_patches">Patches</string>
<string name="manager_update_row_tidal">TIDAL</string>
<string name="manager_update_tag_complete">Complete</string>
<string name="manager_update_tag_available">Available</string>
<string name="permissions_title">Grant Permissions</string>
<string name="permissions_subtitle">Radiant Lyrics Manager requires permissions:</string>
<string name="permissions_legend">%s indicates required permissions!</string>
@@ -235,10 +243,10 @@
>The app name is what\'s displayed in your home launcher. This should be changed on secondary installations for ease of use.</string>
<string name="patchopts_debuggable_title">Debuggable</string>
<string name="patchopts_debuggable_desc">Enable the debuggable manifest flag. Only use this if you know what you are doing!</string>
<string name="patchopts_custom_injector_title">Custom Injector</string>
<string name="patchopts_custom_injector_desc">A custom injector build that was imported by Manager.</string>
<string name="patchopts_custom_tidal_apk_title">Custom TIDAL APK</string>
<string name="patchopts_custom_tidal_apk_desc">Provide your own Stock TIDAL APK to patch instead of the version from Github.</string>
<string name="patchopts_custom_patches_title">Custom Patches</string>
<string name="patchopts_custom_patches_desc">A custom smali patch bundle that was imported by Manager.</string>
<string name="patchopts_custom_patches_desc">Provide your own Patches Zip to use instead of the ones from Github.</string>
<string name="patchopts_divider_basic">Basic</string>
<string name="patchopts_divider_advanced">Advanced</string>
<string name="patchopts_patches_title">Patches</string>