mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-23 11:11:03 +00:00
refactor: PackageManager (#31)
* refactor: refactor `PM` * feat: use plurals for patch count * fix: support apk's from storage * feat: use ViewModel for loading apps and bundles * fix: fix file selector that has no reason to be broken * refactor: rename parameter * refactor: `MainViewModel` * feat: make all apps use `path` * build: target java 11
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<string name="no_patched_apps_found">No patched apps found</string>
|
||||
<string name="unsupported_app">Unsupported app</string>
|
||||
<string name="unsupported_patches">Unsupported patches</string>
|
||||
<string name="app_not_supported">Some of the patches do not support this app version (%s). The patches only support the following versions: %s.</string>
|
||||
<string name="app_not_supported">Some of the patches do not support this app version (%1$s). The patches only support the following versions: %2$s.</string>
|
||||
|
||||
<string name="installer">Installer</string>
|
||||
<string name="install_app">Install</string>
|
||||
|
||||
Reference in New Issue
Block a user