You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
Welcome back magic_mount!
This commit is contained in:
4
.github/workflows/build-manager.yml
vendored
4
.github/workflows/build-manager.yml
vendored
@@ -2,14 +2,14 @@ name: Build Manager
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "magic" ]
|
branches: [ "next" ]
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/build-manager.yml'
|
- '.github/workflows/build-manager.yml'
|
||||||
- 'manager/**'
|
- 'manager/**'
|
||||||
- 'kernel/**'
|
- 'kernel/**'
|
||||||
- 'userspace/ksud/**'
|
- 'userspace/ksud/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "magic" ]
|
branches: [ "next" ]
|
||||||
paths:
|
paths:
|
||||||
- 'manager/**'
|
- 'manager/**'
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ android {
|
|||||||
applicationVariants.all {
|
applicationVariants.all {
|
||||||
outputs.forEach {
|
outputs.forEach {
|
||||||
val output = it as BaseVariantOutputImpl
|
val output = it as BaseVariantOutputImpl
|
||||||
output.outputFileName = "KernelSU_${managerVersionName}_${managerVersionCode}-next-magic-$name.apk"
|
output.outputFileName = "KernelSU_${managerVersionName}_${managerVersionCode}-next-$name.apk"
|
||||||
}
|
}
|
||||||
kotlin.sourceSets {
|
kotlin.sourceSets {
|
||||||
getByName(name) {
|
getByName(name) {
|
||||||
|
|||||||
@@ -421,7 +421,7 @@ private fun InfoCard() {
|
|||||||
val managerVersion = getManagerVersion(context)
|
val managerVersion = getManagerVersion(context)
|
||||||
InfoCardItem(
|
InfoCardItem(
|
||||||
stringResource(R.string.home_manager_version),
|
stringResource(R.string.home_manager_version),
|
||||||
"${managerVersion.first}-next-magic (${managerVersion.second})"
|
"${managerVersion.first}-next (${managerVersion.second})"
|
||||||
)
|
)
|
||||||
|
|
||||||
Spacer(Modifier.height(16.dp))
|
Spacer(Modifier.height(16.dp))
|
||||||
@@ -436,7 +436,7 @@ private fun InfoCard() {
|
|||||||
@Composable
|
@Composable
|
||||||
fun Next() {
|
fun Next() {
|
||||||
val uriHandler = LocalUriHandler.current
|
val uriHandler = LocalUriHandler.current
|
||||||
val url = stringResource(R.string.home_next_kernelsu_announce)
|
val url = stringResource(R.string.home_next_kernelsu_repo)
|
||||||
|
|
||||||
ElevatedCard {
|
ElevatedCard {
|
||||||
|
|
||||||
|
|||||||
@@ -48,9 +48,9 @@
|
|||||||
<string name="safe_mode">Safe mode</string>
|
<string name="safe_mode">Safe mode</string>
|
||||||
<string name="reboot_to_apply">Reboot to take effect</string>
|
<string name="reboot_to_apply">Reboot to take effect</string>
|
||||||
<string name="module_magisk_conflict">Modules are unavailable due to a conflict with Magisk!</string>
|
<string name="module_magisk_conflict">Modules are unavailable due to a conflict with Magisk!</string>
|
||||||
<string name="home_next_kernelsu">🔥 Next 🪄 Magic Build</string>
|
<string name="home_next_kernelsu">🔥 Next Build</string>
|
||||||
<string name="home_next_kernelsu_announce">https://github.com/rifsxd/KernelSU/tree/magic</string>
|
<string name="home_next_kernelsu_repo">https://github.com/rifsxd/KernelSU</string>
|
||||||
<string name="home_next_kernelsu_body">Next magic-mount modifications branch. Check it out on GitHub!</string>
|
<string name="home_next_kernelsu_body">Next modifications branch. Check it out on GitHub!</string>
|
||||||
<string name="home_learn_kernelsu">Learn KernelSU</string>
|
<string name="home_learn_kernelsu">Learn KernelSU</string>
|
||||||
<string name="home_learn_kernelsu_url">https://kernelsu.org/guide/what-is-kernelsu.html</string>
|
<string name="home_learn_kernelsu_url">https://kernelsu.org/guide/what-is-kernelsu.html</string>
|
||||||
<string name="home_click_to_learn_kernelsu">Learn how to install KernelSU and use modules</string>
|
<string name="home_click_to_learn_kernelsu">Learn how to install KernelSU and use modules</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user