mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-21 10:13:56 +00:00
Compare commits
2 Commits
v1.26.0-de
...
feat/pin-s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a6f66e663 | ||
|
|
d5671db3a7 |
@@ -190,6 +190,7 @@ fun BundleInformationDialog(
|
|||||||
prefs.usePatchesPrereleases.update(
|
prefs.usePatchesPrereleases.update(
|
||||||
it
|
it
|
||||||
)
|
)
|
||||||
|
onUpdate()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@@ -197,6 +198,7 @@ fun BundleInformationDialog(
|
|||||||
modifier = Modifier.clickable {
|
modifier = Modifier.clickable {
|
||||||
composableScope.launch {
|
composableScope.launch {
|
||||||
prefs.usePatchesPrereleases.update(!useBundlePrerelease)
|
prefs.usePatchesPrereleases.update(!useBundlePrerelease)
|
||||||
|
onUpdate()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ fun AppSelectorScreen(
|
|||||||
.padding(paddingValues),
|
.padding(paddingValues),
|
||||||
horizontalAlignment = Alignment.CenterHorizontally
|
horizontalAlignment = Alignment.CenterHorizontally
|
||||||
) {
|
) {
|
||||||
item {
|
stickyHeader {
|
||||||
ListItem(
|
ListItem(
|
||||||
modifier = Modifier.clickable {
|
modifier = Modifier.clickable {
|
||||||
pickApkLauncher.launch(APK_MIMETYPE)
|
pickApkLauncher.launch(APK_MIMETYPE)
|
||||||
|
|||||||
@@ -438,7 +438,7 @@
|
|||||||
<string name="add_patches">Add patches</string>
|
<string name="add_patches">Add patches</string>
|
||||||
<string name="auto_update_description">Automatically update when a new version is available</string>
|
<string name="auto_update_description">Automatically update when a new version is available</string>
|
||||||
<string name="patches_prereleases">Use pre-releases</string>
|
<string name="patches_prereleases">Use pre-releases</string>
|
||||||
<string name="patches_prereleases_description">Use pre-release version of %s</string>
|
<string name="patches_prereleases_description">Use pre-release versions of %s</string>
|
||||||
<string name="patches_url">Patches URL</string>
|
<string name="patches_url">Patches URL</string>
|
||||||
<string name="incompatible_patches_dialog">These patches are not compatible with the selected app version (%1$s).\n\nClick on the patches to see more details.</string>
|
<string name="incompatible_patches_dialog">These patches are not compatible with the selected app version (%1$s).\n\nClick on the patches to see more details.</string>
|
||||||
<string name="incompatible_patch">Incompatible patch</string>
|
<string name="incompatible_patch">Incompatible patch</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user