feat: allow bundles to use classes from other bundles (#1951)

This commit is contained in:
Ax333l
2025-07-15 14:28:40 +02:00
committed by GitHub
parent b51d1ee47a
commit 789f9ec867
36 changed files with 1324 additions and 1062 deletions

View File

@@ -225,7 +225,7 @@
<string name="download_app">Download app</string>
<string name="download_apk">Download APK file</string>
<string name="patches_download_fail">Failed to download patches: %s</string>
<string name="patches_replace_fail">Failed to load updated patches: %s</string>
<string name="patches_replace_fail">Failed to import patches: %s</string>
<string name="no_patched_apps_found">No patched apps found</string>
<string name="tap_on_patches">Tap on the patches to get more information about them</string>
<string name="patches_selected">%s selected</string>
@@ -344,8 +344,8 @@
<string name="submit_feedback_description">Help us improve this application</string>
<string name="developer_options">Developer options</string>
<string name="developer_options_description">Options for debugging issues</string>
<string name="patches_update_success">Successfully updated %s</string>
<string name="patches_update_unavailable">No update available for %s</string>
<string name="patches_update_success">Update successful</string>
<string name="patches_update_unavailable">No update available</string>
<string name="view_patches">View patches</string>
<string name="patches_view_any_version">Any version</string>
<string name="patches_view_any_package">Any package</string>