mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-18 05:23:12 +10:00
Manager UI Updates & New patch logic <3
This commit is contained in:
@@ -57,7 +57,9 @@
|
||||
<string name="permissions_install_title">Install from Unknown Sources</string>
|
||||
<string name="permissions_install_desc">Permissions are required to initiate an installation from this app.</string>
|
||||
<string name="permissions_storage_title">External Storage</string>
|
||||
<string name="permissions_storage_desc">Radiant Lyrics Manager stores shared data in ~/RadiantLyrics, which requires full storage permissions. Scoped storage is not currently supported.</string>
|
||||
<string
|
||||
name="permissions_storage_desc"
|
||||
>Radiant Lyrics Manager stores shared data in ~/RadiantLyrics, which requires full storage permissions. Scoped storage is not currently supported.</string>
|
||||
<string name="permissions_notifs_title">Notifications</string>
|
||||
<string name="permissions_battery_title">Background Battery</string>
|
||||
<string name="permissions_battery_desc">Ensures the installation process does not get automatically cancelled if the app is minimized.</string>
|
||||
@@ -83,7 +85,9 @@
|
||||
<string name="setting_installer">Installation Method</string>
|
||||
<string name="setting_installer_desc">Various methods are supported to interface with the system\'s package installer.</string>
|
||||
<string name="setting_keep_patched_apks">Keep patched APKs</string>
|
||||
<string name="setting_keep_patched_apks_desc">Keep all patched files and APKs after installation for debugging purposes. Note that exporting the APK is only useful after a successful patching session.</string>
|
||||
<string
|
||||
name="setting_keep_patched_apks_desc"
|
||||
>Keep all patched files and APKs after installation for debugging purposes. Note that exporting the APK is only useful after a successful patching session.</string>
|
||||
<string name="settings_clear_cache">Clear cache</string>
|
||||
<string name="settings_export_apk">Export APK</string>
|
||||
|
||||
@@ -94,7 +98,9 @@
|
||||
<string name="installer_intent_desc">Launches an intent to handle installation through the system\'s configured default installer.</string>
|
||||
<string name="installer_root_desc">Invokes PackageManager directly using device root such as Magisk or KernelSU.</string>
|
||||
<string name="installer_shizuku">Shizuku</string>
|
||||
<string name="installer_shizuku_desc">Invokes the PackageInstaller API remotely through Shizuku. ADB, Wireless ADB, and Root backends are all supported.</string>
|
||||
<string
|
||||
name="installer_shizuku_desc"
|
||||
>Invokes the PackageInstaller API remotely through Shizuku. ADB, Wireless ADB, and Root backends are all supported.</string>
|
||||
<string name="installer_dhizuku">Dhizuku</string>
|
||||
<string name="installer_dhizuku_desc">Invokes the PackageInstaller API remotely through Dhizuku using DeviceOwner permissions.</string>
|
||||
|
||||
@@ -119,13 +125,15 @@
|
||||
<string name="navigation_settings">Settings</string>
|
||||
<string name="navigation_refresh">Refresh</string>
|
||||
|
||||
<string name="contributors_lead">Lead</string>
|
||||
<string name="contributors_lead">Developer</string>
|
||||
<string name="contributors">Contributors</string>
|
||||
<string name="contributors_contributions">%s contributions</string>
|
||||
|
||||
<string name="network_load_fail">Failed to load</string>
|
||||
<string name="network_warning_title">Metered network</string>
|
||||
<string name="network_warning_body">It appears you are connected to mobile data or a potentially metered network. Continuing with the installation may result in several hundred megabytes being downloaded. Are you sure you want to continue?</string>
|
||||
<string
|
||||
name="network_warning_body"
|
||||
>It appears you are connected to mobile data or a potentially metered network. Continuing with the installation may result in several hundred megabytes being downloaded. Are you sure you want to continue?</string>
|
||||
<string name="network_warning_disable">Don\'t show this again</string>
|
||||
|
||||
<string name="version_none">None</string>
|
||||
@@ -144,15 +152,21 @@
|
||||
<string name="installer_uninstall_aborted">Cancelled uninstallation</string>
|
||||
<string name="installer_dl_verify_fail">Failed to verify download</string>
|
||||
<string name="installer_insufficient_storage">Insufficient storage space!</string>
|
||||
<string name="installer_banner_minimization">Since battery optimizations have not been disabled, minimizing this screen may abort the installation process!</string>
|
||||
<string name="installer_banner_failure">Installation failed! You can either retry or click this banner to open the GitHub repository for help.</string>
|
||||
<string name="installer_banner_success">Successfully installed Radiant Lyrics! Do *NOT* uninstall the manager (this app) as it is required to perform certain types of updates.</string>
|
||||
<string
|
||||
name="installer_banner_minimization"
|
||||
>Since battery optimizations have not been disabled, minimizing this screen may abort the installation process!</string>
|
||||
<string
|
||||
name="installer_banner_failure"
|
||||
>Installation failed! You can either retry or click this banner to open the GitHub repository for help.</string>
|
||||
<string
|
||||
name="installer_banner_success"
|
||||
>Successfully installed Radiant Lyrics! Do *NOT* uninstall the manager (this app) as it is required to perform certain types of updates.</string>
|
||||
|
||||
<string name="install_error_unknown">Installer failure (Unknown reason)</string>
|
||||
<string name="install_error_unhandled_intent">No handlers available for %s!</string>
|
||||
<string name="install_error_blocked">Installation was blocked</string>
|
||||
<string name="install_error_invalid">One or more APKs were invalid or corrupt</string>
|
||||
<string name="install_error_conflict">Conflicts with an existing app, usually due to mismatched signatures</string>
|
||||
<string name="install_error_conflict">Conflicts with an existing app (Change Name & Com values)</string>
|
||||
<string name="install_error_storage">Not enough storage available to install</string>
|
||||
<string name="install_error_incompatible">Application is incompatible with this device</string>
|
||||
<string name="install_error_timeout">Installer timed out</string>
|
||||
@@ -162,16 +176,16 @@
|
||||
<string name="install_group_patch">Patch APK</string>
|
||||
<string name="install_group_install">Install APK</string>
|
||||
|
||||
<string name="patch_step_fetch_info">Fetching target TIDAL version</string>
|
||||
<string name="patch_step_fetch_info">Fetching TIDAL version</string>
|
||||
<string name="patch_step_downgrade_check">Checking for newer installations</string>
|
||||
<string name="patch_step_restore_cache">Restoring from cache</string>
|
||||
<string name="patch_step_dl_tidal_apk">Downloading TIDAL APK</string>
|
||||
<string name="patch_step_dl_smali">Downloading smali patches</string>
|
||||
<string name="patch_step_dl_smali">Downloading Patches</string>
|
||||
<string name="patch_step_copy_deps">Copying dependencies</string>
|
||||
<string name="patch_step_patch_manifests">Patching APK manifest</string>
|
||||
<string name="patch_step_patch_certs">Adding modern root certificates</string>
|
||||
<string name="patch_step_patch_icon">Patching app icon</string>
|
||||
<string name="patch_step_patch_smali">Applying smali patches</string>
|
||||
<string name="patch_step_patch_smali">Applying Patches</string>
|
||||
<string name="patch_step_reorganize_dex">Reorganizing dex files</string>
|
||||
<string name="patch_step_save_metadata">Store metadata</string>
|
||||
<string name="patch_step_alignment">Aligning APK</string>
|
||||
@@ -189,7 +203,9 @@
|
||||
<string name="installer_abort_body">Are you sure you really want to abort an in-progress installation?</string>
|
||||
|
||||
<string name="updater_title">Update to v%s</string>
|
||||
<string name="updater_body">A new update has been released for Radiant Lyrics Manager! It may be required in order to function properly. Would you like to update?</string>
|
||||
<string
|
||||
name="updater_body"
|
||||
>A new update has been released for Radiant Lyrics Manager! It may be required in order to function properly. Would you like to update?</string>
|
||||
<string name="updater_open_github">View release on GitHub</string>
|
||||
<string name="updater_check_fail">Failed to check for updates!</string>
|
||||
<string name="updater_update_fail">Failed to update! Please download and install the update manually!</string>
|
||||
@@ -203,14 +219,20 @@
|
||||
|
||||
<string name="home_network_fail">Failed to fetch data!</string>
|
||||
|
||||
<string name="patchopts_title">Radiant Lyrics provides several customizations at installation time that are not able to be changed once installed.</string>
|
||||
<string
|
||||
name="patchopts_title"
|
||||
>Radiant Lyrics provides several customizations at installation time that are not able to be changed once installed.</string>
|
||||
<string name="patchopts_pkgname_title">Package Name</string>
|
||||
<string name="patchopts_pkgname_desc">The package name is a unique identifier for all apps. Using different ones can allow for multiple installations of Radiant Lyrics.</string>
|
||||
<string
|
||||
name="patchopts_pkgname_desc"
|
||||
>The package name is a unique identifier for all apps. Using different ones can allow for multiple installations of Radiant Lyrics.</string>
|
||||
<string name="patchopts_pkgname_invalid">Invalid package name!</string>
|
||||
<string name="patchopts_pkgname_taken">Target app will be overwritten!</string>
|
||||
<string name="patchopts_pkgname_ok">Valid package name!</string>
|
||||
<string name="patchopts_appname_title">App Name</string>
|
||||
<string name="patchopts_appname_desc">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_appname_desc"
|
||||
>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>
|
||||
@@ -224,13 +246,25 @@
|
||||
<string name="patchopts_patches_summary">%1$d of %2$d enabled</string>
|
||||
|
||||
<string name="patch_lyrics_disable_cover_title">Disable Lyrics Cover</string>
|
||||
<string name="patch_lyrics_disable_cover_desc">Prevents the album cover from being hidden when lyrics are showing.</string>
|
||||
<string name="patch_lyrics_disable_cover_desc">Removes the mini track cover from the lyrics screen.</string>
|
||||
<string name="patch_lyrics_progress_pill_title">Lyrics Progress Pill</string>
|
||||
<string name="patch_lyrics_progress_pill_desc">Shows a progress pill while the upcoming lyric line loads in, with a soft fade above and below the lyrics list.</string>
|
||||
<string name="patch_lyrics_progress_pill_desc">Restores the old Track Progress Pill in the top of the Lyrics screen!</string>
|
||||
<string name="patch_lyrics_replace_button_title">Replace Lyrics Button</string>
|
||||
<string name="patch_lyrics_replace_button_desc">Replaces the Lyrics button with the RL Sparkle!</string>
|
||||
<string name="patch_player_backdrop_title">Player Backdrop</string>
|
||||
<string name="patch_player_backdrop_desc">Restores the legacy translucent backdrop blur behind the player.</string>
|
||||
<string name="patch_lyrics_replace_share_button_title">Replace Share Button</string>
|
||||
<string
|
||||
name="patch_lyrics_replace_share_button_desc"
|
||||
>Replaces the share button with the Tidal Connect button from the top of the screen. (it\'s in the menu already)</string>
|
||||
<string name="patch_debug_menu_unlock_title">Unlock Debug Menu</string>
|
||||
<string
|
||||
name="patch_debug_menu_unlock_desc"
|
||||
>Reveals TIDAL\'s hidden Debug Menu in Settings. (Unlocks Feature Flags & the legacy Debug Options)</string>
|
||||
<string name="patch_enable_legacy_ui_title">Enable Legacy UI</string>
|
||||
<string
|
||||
name="patch_enable_legacy_ui_desc"
|
||||
>[This patch will stop working soon] - Replaces the New Compose based UI with the Legacy UI (disables player-market-ui feature flag)</string>
|
||||
|
||||
<string name="componentopts_screen_title">Custom Component (%s)</string>
|
||||
<string name="componentopts_screen_desc">Select a custom build that was imported by Manager.</string>
|
||||
@@ -261,24 +295,27 @@
|
||||
<string name="notif_install_fail_desc">Click to view more info…</string>
|
||||
|
||||
<string name="play_protect_warning_title">Play Protect</string>
|
||||
<string name="play_protect_warning_desc">Google Play Protect appears to be enabled on your device. It may attempt to interfere with a new installation due to the usage of a unique signing key. You can disable it in Play Protect\'s settings.\n\nIf it does show a warning dialog, press\n\"More Details\" -> \"Install anyway\"</string>
|
||||
<string
|
||||
name="play_protect_warning_desc"
|
||||
>Google Play Protect appears to be enabled on your device. It may attempt to interfere with a new installation due to the usage of a unique signing key. You can disable it in Play Protect\'s settings.\n\nIf it does show a warning dialog, press\n\"More Details\" -> \"Install anyway\"</string>
|
||||
<string name="play_protect_warning_ok">Continue</string>
|
||||
<string name="play_protect_warning_open_gpp">Open Play Protect</string>
|
||||
<string name="play_protect_warning_disable">Don\'t show this again</string>
|
||||
|
||||
<string name="fun_fact_prefix">Fun Fact: %s</string>
|
||||
<string name="fun_fact_1">Did you know that Google Play Protect is useless?</string>
|
||||
<string name="fun_fact_2">Radiant Lyrics restores the blurred album art lyrics dialog from TIDAL\'s legacy player.</string>
|
||||
<string name="fun_fact_3">The legacy LyricsDialog uses a BlurTransformation with radius 5 via RenderScript.</string>
|
||||
<string name="fun_fact_4">i am in your walls</string>
|
||||
<string name="fun_fact_5">The TIDAL app has two coexisting player implementations — old View-based and new Compose.</string>
|
||||
<string name="fun_fact_1">Did you know that TIDAL no longer like blur!</string>
|
||||
<string name="fun_fact_2">Radiant Lyrics is also available for DESKTOP!!!</string>
|
||||
<string name="fun_fact_3">i am in your walls!</string>
|
||||
<string name="fun_fact_4">TIDAL is Rewriting the UI with Compose</string>
|
||||
<string name="fun_fact_5">The TIDAL app has a hidden Debug Menu!</string>
|
||||
<string name="fun_fact_6">Having issues? Open an issue on GitHub!</string>
|
||||
<string name="fun_fact_7">The lyricsButton was hidden because TIDAL rerouted lyrics data to the new Compose player.</string>
|
||||
<string name="fun_fact_8" translatable="false">\"just patch it lol\"</string>
|
||||
<string name="fun_fact_9">Radiant Lyrics targets TIDAL v2.192.0</string>
|
||||
<string name="fun_fact_7">This installer/manager was forked from Aliucord</string>
|
||||
<string name="fun_fact_8">I have CATS!!</string>
|
||||
<string name="fun_fact_9">Radiant Lyrics is made by JUST meoware.exe</string>
|
||||
<string name="fun_fact_10">Smali patches are distributed as unified diffs inside patches.zip</string>
|
||||
<string name="fun_fact_11">The blurred background uses Coil + BlurTransformation(radius=5) crossfaded onto an ImageView.</string>
|
||||
<string name="fun_fact_12" translatable="false">meowarex made this</string>
|
||||
<string name="fun_fact_11">I wrote these facts while under the influence of brain damage..</string>
|
||||
<string name="fun_fact_12" translatable="false">i love you!</string>
|
||||
<string name="fun_fact_13" translatable="false">TIDAL devs if you\'re reading this, please add all this to the app</string>
|
||||
|
||||
<string name="time_elapsed_seconds">%.2fs</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user