feat(NotificationCard): rewrite & consistent usage (#1426)

This commit is contained in:
Ushie
2023-11-01 20:54:06 +03:00
committed by GitHub
parent 25bd91debc
commit 7741394c9c
6 changed files with 164 additions and 121 deletions

View File

@@ -254,6 +254,7 @@
<string name="more">More</string>
<string name="continue_">Continue</string>
<string name="dismiss">Dismiss</string>
<string name="permanent_dismiss">Do not show this again</string>
<string name="donate">Donate</string>
<string name="website">Website</string>
@@ -281,7 +282,7 @@
<string name="changelog_loading">Loading changelog</string>
<string name="changelog_download_fail">Failed to download changelog: %s</string>
<string name="changelog_description">Check out the latest changes in this update</string>
<string name="battery_optimization_notification">Battery optimization must be turned off in order for ReVanced Manager to work correctly in the background. Tap here to turn off.</string>
<string name="battery_optimization_notification">Battery optimization must be turned off in order for ReVanced Manager to work correctly in the background. Click here to turn off.</string>
<string name="installing_manager_update">Installing update…</string>
<string name="downloading_manager_update">Downloading update…</string>
<string name="download_manager_failed">Failed to download update: %s</string>
@@ -289,4 +290,5 @@
<string name="save">Save</string>
<string name="update">Update</string>
<string name="installing_message">Tap on <b>Update</b> when prompted. \n ReVanced Manager will close when updating.</string>
<string name="disable_battery_optimization">Disable battery optimization</string>
</resources>