From 7371246e996f615021e0715ecf97c3650db557d6 Mon Sep 17 00:00:00 2001 From: mami-server-2 <84684766+mami-server-2@users.noreply.github.com> Date: Sun, 22 Dec 2024 18:10:50 +0000 Subject: [PATCH] Root support added (Magisk & KernelSU) and Shizuku support is completely removed. --- .idea/AndroidProjectSystem.xml | 6 + .idea/compiler.xml | 2 +- .idea/gradle.xml | 1 + .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 17 +++ app/src/main/AndroidManifest.xml | 9 -- app/src/main/iflu_icon-playstore.png | Bin 53476 -> 6742 bytes .../instafel/updater/MainActivity.java | 108 +++++++----------- .../updater/fragments/InfoFragment.java | 68 +++++------ .../updater/update/InstafelUpdateService.java | 68 +++-------- .../instafel/updater/update/UpdateWork.java | 9 -- .../updater/utils/AppPreferences.java | 8 +- .../instafel/updater/utils/CommandOutput.java | 21 ++++ .../instafel/updater/utils/RootManager.java | 103 +++++++++++++++++ .../instafel/updater/utils/Utils.java | 45 -------- .../res/drawable/iflu_icon_foreground.xml | 20 ++-- app/src/main/res/layout/fragment_info.xml | 5 +- .../main/res/mipmap-anydpi-v26/iflu_icon.xml | 2 +- .../res/mipmap-anydpi-v26/iflu_icon_round.xml | 4 +- app/src/main/res/mipmap-hdpi/iflu_icon.webp | Bin 1352 -> 876 bytes .../main/res/mipmap-hdpi/iflu_icon_round.webp | Bin 3416 -> 2284 bytes app/src/main/res/mipmap-mdpi/iflu_icon.webp | Bin 1082 -> 646 bytes .../main/res/mipmap-mdpi/iflu_icon_round.webp | Bin 2260 -> 1428 bytes app/src/main/res/mipmap-xhdpi/iflu_icon.webp | Bin 1712 -> 1126 bytes .../res/mipmap-xhdpi/iflu_icon_round.webp | Bin 4526 -> 3208 bytes app/src/main/res/mipmap-xxhdpi/iflu_icon.webp | Bin 2714 -> 1474 bytes .../res/mipmap-xxhdpi/iflu_icon_round.webp | Bin 7158 -> 4888 bytes .../main/res/mipmap-xxxhdpi/iflu_icon.webp | Bin 3072 -> 1944 bytes .../res/mipmap-xxxhdpi/iflu_icon_round.webp | Bin 9628 -> 7012 bytes app/src/main/res/values-tr/strings.xml | 17 +-- app/src/main/res/values/strings.xml | 19 ++- app/src/main/res/xml/app_options.xml | 6 - build_req.json | 2 +- gradle.properties | 2 +- iflu_icon_n2.svg | 1 + 35 files changed, 266 insertions(+), 279 deletions(-) create mode 100644 .idea/AndroidProjectSystem.xml create mode 100644 .idea/runConfigurations.xml create mode 100644 iflu_icon_n2.svg diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b589d56..b86273d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 0897082..7b3006b 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,6 +4,7 @@