diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 0e420ba..44883a8 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,2 +1,2 @@
-github: BlackMesa123
+github: salvogiangri
custom: https://www.paypal.me/mesalabsdonate
diff --git a/README.md b/README.md
index 42e3d8f..b204316 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
An LSPosed module to get Samsung apps/features working again in your rooted Galaxy device.
@@ -48,7 +48,7 @@ KnoxPatch Enhancer is a flashable zip that will take care of the (currently) non
- Via the [Magisk](https://github.com/topjohnwu/Magisk)/[KernelSU](https://github.com/tiann/KernelSU) app (fix Galaxy Wearable apps/Smart View):
- Download the module zip from the [latest release](https://github.com/BlackMesa123/KnoxPatch/releases/latest) and install it from the "Modules" tab inside the Magisk/KernelSU app. The app will then show an "Enhanced" badge if the module is installed and active:
+ Download the module zip from the [latest release](https://github.com/salvogiangri/KnoxPatch/releases/latest) and install it from the "Modules" tab inside the Magisk/KernelSU app. The app will then show an "Enhanced" badge if the module is installed and active:
@@ -56,7 +56,7 @@ KnoxPatch Enhancer is a flashable zip that will take care of the (currently) non - Via a custom recovery (fix Secure Folder on legacy devices): - Legacy devices running One UI 2.x or 3.x with [FBE](https://source.android.com/docs/security/features/encryption/file-based) require additional patches in the system partition to fix Secure Folder. Download the module zip from the [latest release](https://github.com/BlackMesa123/KnoxPatch/releases/latest) and install it via a custom recovery, this will apply the necessary patches to fix Secure Folder. The zip will also create a backup of your original system files, flashing it again will restore them. + Legacy devices running One UI 2.x or 3.x with [FBE](https://source.android.com/docs/security/features/encryption/file-based) require additional patches in the system partition to fix Secure Folder. Download the module zip from the [latest release](https://github.com/salvogiangri/KnoxPatch/releases/latest) and install it via a custom recovery, this will apply the necessary patches to fix Secure Folder. The zip will also create a backup of your original system files, flashing it again will restore them. ## Credits - Samsung @@ -85,4 +85,4 @@ KnoxPatch Enhancer is a flashable zip that will take care of the (currently) non ``` ## Stargazers over time -[![Stargazers over time](https://starchart.cc/BlackMesa123/KnoxPatch.svg)](https://starchart.cc/BlackMesa123/KnoxPatch) +[![Stargazers over time](https://starchart.cc/salvogiangri/KnoxPatch.svg)](https://starchart.cc/salvogiangri/KnoxPatch) diff --git a/app/src/main/java/io/mesalabs/knoxpatch/ui/activity/InfoActivity.kt b/app/src/main/java/io/mesalabs/knoxpatch/ui/activity/InfoActivity.kt index 38e7e5f..5ef1c53 100644 --- a/app/src/main/java/io/mesalabs/knoxpatch/ui/activity/InfoActivity.kt +++ b/app/src/main/java/io/mesalabs/knoxpatch/ui/activity/InfoActivity.kt @@ -299,7 +299,7 @@ class InfoActivity : AppCompatActivity() { val uptimeMillis: Long = SystemClock.uptimeMillis() if (uptimeMillis - lastClickTime > 600L) { - val url = "https://github.com/BlackMesa123/KnoxPatch" + val url = "https://github.com/salvogiangri/KnoxPatch" val intent = Intent(Intent.ACTION_VIEW).setData(Uri.parse(url)) if (intent.resolveActivity(packageManager) != null) { startActivity(intent) diff --git a/enhancer/module.prop b/enhancer/module.prop index d6a94bc..c8e8a07 100644 --- a/enhancer/module.prop +++ b/enhancer/module.prop @@ -4,4 +4,4 @@ version=v0.4 versionCode=4 author=BlackMesa123 description=Get Samsung apps/features working again in your rooted Galaxy device. -updateJson=https://raw.githubusercontent.com/BlackMesa123/KnoxPatch/main/enhancer/update.json +updateJson=https://raw.githubusercontent.com/salvogiangri/KnoxPatch/main/enhancer/update.json diff --git a/enhancer/update.json b/enhancer/update.json index f2f3ca4..ebdb157 100644 --- a/enhancer/update.json +++ b/enhancer/update.json @@ -1,6 +1,6 @@ { "version": "v0.4", "versionCode": "4", - "zipUrl": "https://github.com/BlackMesa123/KnoxPatch/releases/download/v0.6.0/KnoxPatch-Enhancer-v0.4.zip", - "changelog": "https://raw.githubusercontent.com/BlackMesa123/KnoxPatch/main/enhancer/CHANGELOG.md" + "zipUrl": "https://github.com/salvogiangri/KnoxPatch/releases/download/v0.7.0/KnoxPatch-Enhancer-v0.4.zip", + "changelog": "https://raw.githubusercontent.com/salvogiangri/KnoxPatch/main/enhancer/CHANGELOG.md" }