diff --git a/docs/README-en.md b/docs/README-en.md index 7e738407..a278cab7 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -113,7 +113,10 @@ Please **all** refer to https://kernelsu.org/zh_CN/guide/installation.html ## License - The file in the “kernel” directory is under [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) license. -- All other parts except the “kernel” directory are under [GPL-3.0 or later](https://www.gnu.org/licenses/gpl-3.0.html) license. + +- The images of the files `ic_launcher*` with anime character emoticons are copyrighted by [五十根大虾仁](https://space.bilibili.com/370927), the Brand Intellectual Property in the images is owned by [明风OuO](https://space.bilibili.com/274939213), and the vectorization is done by @MiRinChan. Before using these files, in addition to complying with [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt), you also need to comply with the authorization of the two authors to use these artistic contents. + +- Except for the files or directories mentioned above, all other parts are under [GPL-3.0 or later](https://www.gnu.org/licenses/gpl-3.0.html) license. ## Sponsorship list @@ -135,4 +138,4 @@ If the above list does not have your name, I will update it as soon as possible, - [Magisk](https://github.com/topjohnwu/Magisk): Powerful root utility - [genuine](https://github.com/brevent/genuine/): APK v2 Signature Verification - [Diamorphine](https://github.com/m0nad/Diamorphine): Some rootkit utilities. -- [KernelPatch](https://github.com/bmax121/KernelPatch): KernelPatch is a key part of the APatch implementation of the kernel module \ No newline at end of file +- [KernelPatch](https://github.com/bmax121/KernelPatch): KernelPatch is a key part of the APatch implementation of the kernel module diff --git a/docs/README-ja.md b/docs/README-ja.md index 13a04078..4a2b8c03 100644 --- a/docs/README-ja.md +++ b/docs/README-ja.md @@ -110,8 +110,9 @@ https://kernelsu.org/zh_CN/guide/installation.html をご参照ください。 ## ライセンス -- “kernel” ディレクトリ内のファイルは [GPL-2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.ja.html) のみライセンス下にあります。 -- “kernel” ディレクトリを除くその他すべての部分は [GPL-3.0 またはそれ以降](https://www.gnu.org/licenses/gpl-3.0.html) のライセンス下にあります。 +- `kernel` ディレクトリ以下のファイルは[GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)です。 +- アニメキャラクターの絵文字を含むファイル `ic_launcher*` の画像は[五十根大虾仁](https://space.bilibili.com/370927)が著作権を所有しており、画像内のブランド知的財産権は[明风OuO](https://space.bilibili.com/274939213)が所有しています。ベクトル化は @MiRinChan が行っています。これらのファイルを使用する前に、[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt)に準拠することに加えて、これらの芸術コンテンツを使用するには、2人の著者の許可にも従う必要があります。 +- 上記のファイルまたはディレクトリを除き、その他のすべての部分は[GPL-3.0以降](https://www.gnu.org/licenses/gpl-3.0.html)です。 ## スポンサーシップの一覧 diff --git a/docs/README-tr.md b/docs/README-tr.md index 2a7ca5d0..02d34475 100644 --- a/docs/README-tr.md +++ b/docs/README-tr.md @@ -15,11 +15,13 @@ Çekirdek kaynak kodunun kök dizininde aşağıdaki komutları çalıştırın: Ana dalı kullanın (GKI olmayan cihazlar için desteklenmez) + ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main ``` GKI olmayan cihazları destekleyen dalı kullanın + ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s nongki ``` @@ -37,15 +39,16 @@ curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kern - Bu bölüm [rsuntk\'nin kanca yöntemlerinden](https://github.com/rsuntk/KernelSU) alıntılanmıştır 1. **KPROBES Kancası:** - - Yüklenebilir çekirdek modülleri (LKM) için kullanılır - - GKI 2.0 çekirdeğinin varsayılan kanca yöntemi - - `CONFIG_KPROBES=y` gerektirir + + - Yüklenebilir çekirdek modülleri (LKM) için kullanılır + - GKI 2.0 çekirdeğinin varsayılan kanca yöntemi + - `CONFIG_KPROBES=y` gerektirir 2. **Manuel Kanca:** - - Standart KernelSU kancası: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#manually-modify-the-kernel-source - - backslashxx\'nin syscall manuel kancası: https://github.com/backslashxx/KernelSU/issues/5 - - GKI olmayan çekirdeğin varsayılan kanca yöntemi - - `CONFIG_KSU_MANUAL_HOOK=y` gerektirir + - Standart KernelSU kancası: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#manually-modify-the-kernel-source + - backslashxx\'nin syscall manuel kancası: https://github.com/backslashxx/KernelSU/issues/5 + - GKI olmayan çekirdeğin varsayılan kanca yöntemi + - `CONFIG_KSU_MANUAL_HOOK=y` gerektirir ## KPM Desteği @@ -57,6 +60,7 @@ Kaynak kodu: https://github.com/ShirkNeko/SukiSU_KernelPatch_patch KPM şablonu: https://github.com/udochina/KPM-Build-Anywhere > [!Note] +> > 1. `CONFIG_KPM=y` gerektirir > 2. GKI olmayan cihazlar ayrıca `CONFIG_KALLSYMS=y` ve `CONFIG_KALLSYMS_ALL=y` gerektirir > 3. Bazı çekirdek `4.19` altı kaynak kodları, `4.19`dan geri taşınan başlık dosyası `set_memory.h` gerektirir @@ -79,6 +83,7 @@ KPM şablonu: https://github.com/udochina/KPM-Build-Anywhere ## Daha Fazla Bağlantı SukiSU ve susfs tabanlı derlenen projeler + - [GKI](https://github.com/ShirkNeko/GKI_KernelSU_SUSFS) - [OnePlus](https://github.com/ShirkNeko/Action_OnePlus_MKSU_SUSFS) @@ -89,6 +94,7 @@ SukiSU ve susfs tabanlı derlenen projeler Lütfen **tümünü** https://kernelsu.org/zh_CN/guide/installation.html adresinden inceleyin > [!Note] +> > 1. Xiaomi, Redmi, Samsung gibi GKI 2.0 cihazlar için uygundur (Meizu, OnePlus, Realme ve Oppo gibi değiştirilmiş çekirdekli üreticiler hariç) > 2. [Daha fazla bağlantı](#daha-fazla-bağlantı) bölümündeki GKI tabanlı projeleri bulun. Cihaz çekirdek sürümünü bulun. Ardından indirin ve TWRP veya çekirdek yazma aracı kullanarak AnyKernel3 soneki olan sıkıştırılmış paketi yazın > 3. Genellikle sonek olmayan .zip sıkıştırılmış paketler sıkıştırılmamıştır, gz soneki olanlar ise Dimensity modelleri için kullanılan sıkıştırma yöntemidir @@ -98,6 +104,7 @@ Lütfen **tümünü** https://kernelsu.org/zh_CN/guide/installation.html adresin 1. Daha fazla bağlantı bölümündeki OnePlus projesini bulun ve kendiniz doldurun, ardından bulut derleme yapın ve AnyKernel3 soneki olan sıkıştırılmış paketi yazın > [!Note] +> > - Çekirdek sürümü için yalnızca ilk iki haneyi doldurmanız yeterlidir, örneğin 5.10, 5.15, 6.1, 6.6 > - İşlemci kod adını kendiniz arayın, genellikle tamamen İngilizce ve sayı içermeden oluşur > - Dal ve yapılandırma dosyasını kendiniz OnePlus çekirdek kaynak kodundan doldurun @@ -114,9 +121,11 @@ Lütfen **tümünü** https://kernelsu.org/zh_CN/guide/installation.html adresin ## Lisans - `kernel` dizinindeki dosyalar [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) lisansı altındadır. -- `kernel` dizini dışındaki tüm diğer bölümler [GPL-3.0 veya daha üstü](https://www.gnu.org/licenses/gpl-3.0.html) lisansı altındadır. +- Anime karakter ifadeleri içeren `ic_launcher*` dosyalarının görüntüleri [五十根大虾仁](https://space.bilibili.com/370927) tarafından telif hakkıyla korunmaktadır, görüntülerdeki Marka Fikri Mülkiyeti [明风 OuO](https://space.bilibili.com/274939213)'ye aittir ve vektörleştirme @MiRinChan tarafından yapılmıştır. Bu dosyaları kullanmadan önce, [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt) ile uyumlu olmanın yanı sıra, bu sanatsal içerikleri kullanmak için iki yazarın yetkilendirmesine de uymanız gerekir. +- Yukarıda belirtilen dosyalar veya dizinler hariç, diğer tüm parçalar [GPL-3.0 veya üzeri](https://www.gnu.org/licenses/gpl-3.0.html)'dir. ## Afdian Bağlantısı + - https://afdian.com/a/shirkneko ## Sponsor Listesi @@ -139,4 +148,4 @@ Eğer yukarıdaki listede adınız yoksa, zamanında güncelleyeceğim, herkese - [Magisk](https://github.com/topjohnwu/Magisk): Güçlü root aracı - [genuine](https://github.com/brevent/genuine/): APK v2 imza doğrulama - [Diamorphine](https://github.com/m0nad/Diamorphine): Bazı rootkit becerileri -- [KernelPatch](https://github.com/bmax121/KernelPatch): KernelPatch, APatch\'in çekirdek modüllerini uygulamak için kritik bir parçadır \ No newline at end of file +- [KernelPatch](https://github.com/bmax121/KernelPatch): KernelPatch, APatch\'in çekirdek modüllerini uygulamak için kritik bir parçadır diff --git a/docs/README.md b/docs/README.md index 5a27721c..29068840 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,12 +14,14 @@ 在内核源码的根目录下执行以下命令: -使用 main 分支 (不支持非GKI设备构建) +使用 main 分支 (不支持非 GKI 设备构建) + ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main ``` 使用支持非 GKI 设备的分支 + ``` curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s nongki ``` @@ -37,15 +39,16 @@ curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kern - 此部分引用自 [rsuntk 的钩子方法](https://github.com/rsuntk/KernelSU) 1. **KPROBES 钩子:** - - 用于可加载内核模块 (LKM) - - GKI 2.0 内核的默认钩子方法 - - 需要 `CONFIG_KPROBES=y` + + - 用于可加载内核模块 (LKM) + - GKI 2.0 内核的默认钩子方法 + - 需要 `CONFIG_KPROBES=y` 2. **手动钩子:** - - 标准的 KernelSU 钩子:https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#manually-modify-the-kernel-source - - backslashxx 的 syscall 手动钩子:https://github.com/backslashxx/KernelSU/issues/5 - - 非 GKI 内核的默认挂钩方法 - - 需要 `CONFIG_KSU_MANUAL_HOOK=y` + - 标准的 KernelSU 钩子:https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#manually-modify-the-kernel-source + - backslashxx 的 syscall 手动钩子:https://github.com/backslashxx/KernelSU/issues/5 + - 非 GKI 内核的默认挂钩方法 + - 需要 `CONFIG_KSU_MANUAL_HOOK=y` ## KPM 支持 @@ -57,16 +60,18 @@ curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kern KPM 模板地址: https://github.com/udochina/KPM-Build-Anywhere > [!Note] +> > 1. 需要 `CONFIG_KPM=y` -> 2. 非GKI设备还需要 `CONFIG_KALLSYMS=y` 和 `CONFIG_KALLSYMS_ALL=y` +> 2. 非 GKI 设备还需要 `CONFIG_KALLSYMS=y` 和 `CONFIG_KALLSYMS_ALL=y` > 3. 部分内核 `4.19` 以下源码还需要从 `4.19` 向后移植头文件 `set_memory.h` +## 如何进行系统更新保留 ROOT -## 如何进行系统更新保留ROOT -- OTA后先不要重启,进入管理器刷写/修补内核界面,找到 `GKI/non_GKI安装` 选择需要刷写的Anykernel3内核压缩文件,选择与现在系统运行槽位相反的槽位进行刷写并重启即可保留GKI模式更新(暂不支持所有非GKI设备使用这种方法,请自行尝试。非GKI设备使用TWRP刷写是最稳妥的) -- 或者使用LKM模式的安装到未使用的槽位(OTA后) +- OTA 后先不要重启,进入管理器刷写/修补内核界面,找到 `GKI/non_GKI安装` 选择需要刷写的 Anykernel3 内核压缩文件,选择与现在系统运行槽位相反的槽位进行刷写并重启即可保留 GKI 模式更新(暂不支持所有非 GKI 设备使用这种方法,请自行尝试。非 GKI 设备使用 TWRP 刷写是最稳妥的) +- 或者使用 LKM 模式的安装到未使用的槽位(OTA 后) ## 兼容状态 + - KernelSU(v1.0.0 之前版本)正式支持 Android GKI 2.0 设备(内核 5.10+) - 旧内核(4.4+)也兼容,但必须手动构建内核 @@ -80,7 +85,8 @@ KPM 模板地址: https://github.com/udochina/KPM-Build-Anywhere **如果你需要为管理器提交翻译请前往** https://crowdin.com/project/SukiSU-Ultra 基于 SukiSU 和 susfs 编译的项目 -- [GKI](https://github.com/ShirkNeko/GKI_KernelSU_SUSFS) + +- [GKI](https://github.com/ShirkNeko/GKI_KernelSU_SUSFS) - [一加](https://github.com/ShirkNeko/Action_OnePlus_MKSU_SUSFS) ## 使用方法 @@ -90,16 +96,17 @@ KPM 模板地址: https://github.com/udochina/KPM-Build-Anywhere 请**全部**参考 https://kernelsu.org/zh_CN/guide/installation.html > [!Note] +> > 1. 适用于如小米、红米、三星等的 GKI 2.0 的设备 (不包含魔改内核的厂商如魅族、一加、真我和 oppo) -> 2. 找到[更多链接](#%E6%9B%B4%E5%A4%9A%E9%93%BE%E6%8E%A5)里的 GKI 构建的项目。找到设备内核版本。然后下载下来,用TWRP或者内核刷写工具刷入带 AnyKernel3 后缀的压缩包即可 +> 2. 找到[更多链接](#%E6%9B%B4%E5%A4%9A%E9%93%BE%E6%8E%A5)里的 GKI 构建的项目。找到设备内核版本。然后下载下来,用 TWRP 或者内核刷写工具刷入带 AnyKernel3 后缀的压缩包即可 > 3. 一般不带后缀的 .zip 压缩包是未压缩的,gz 后缀的为天玑机型所使用的压缩方式 - ### 一加 1.找到更多链接里的一加项目进行自行填写,然后云编译构建,最后刷入带 AnyKernel3 后缀的压缩包即可 > [!Note] +> > - 内核版本只需要填写前两位即可,如 5.10,5.15,6.1,6.6 > - 处理器代号请自行搜索,一般为全英文不带数字的代号 > - 分支和配置文件请自行到一加内核开源地址进行填写 @@ -116,9 +123,11 @@ KPM 模板地址: https://github.com/udochina/KPM-Build-Anywhere ## 许可证 - `kernel` 目录下的文件是 [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)。 -- 除 `kernel` 目录外,所有其他部分均为 [GPL-3.0 或更高版本](https://www.gnu.org/licenses/gpl-3.0.html)。 +- 有动漫人物图片表情包的这些文件 `ic_launcher*` 的图像版权为[五十根大虾仁](https://space.bilibili.com/370927)所有,图像中的 Brand Intellectual Property 由[明风OuO](https://space.bilibili.com/274939213)所有,矢量化由 @MiRinChan 完成,在使用这些文件之前,除了必须遵守 [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt) 以外,还需要遵守向前两者索要使用这些艺术内容的授权。 +- 除了以上所述的文件或目录外,所有其他部分均为 [GPL-3.0 或更高版本](https://www.gnu.org/licenses/gpl-3.0.html)。 ## 爱发电链接 + - https://afdian.com/a/shirkneko ## 赞助名单 @@ -135,10 +144,10 @@ KPM 模板地址: https://github.com/udochina/KPM-Build-Anywhere - [KernelSU](https://github.com/tiann/KernelSU):原始项目 - [MKSU](https://github.com/5ec1cff/KernelSU):使用的项目 -- [RKSU](https://github.com/rsuntk/KernelsU):使用该项目的 kernel 对非GKI设备重新进行支持 +- [RKSU](https://github.com/rsuntk/KernelsU):使用该项目的 kernel 对非 GKI 设备重新进行支持 - [susfs4ksu](https://gitlab.com/simonpunk/susfs4ksu):使用的 susfs 文件系统 - [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/):KernelSU 的构想 - [Magisk](https://github.com/topjohnwu/Magisk):强大的 root 工具 - [genuine](https://github.com/brevent/genuine/):APK v2 签名验证 - [Diamorphine](https://github.com/m0nad/Diamorphine):一些 rootkit 技能 -- [KernelPatch](https://github.com/bmax121/KernelPatch): KernelPatch 是 APatch 实现内核模块的关键部分 \ No newline at end of file +- [KernelPatch](https://github.com/bmax121/KernelPatch): KernelPatch 是 APatch 实现内核模块的关键部分 diff --git a/manager/app/src/main/ic_launcher-playstore.png b/manager/app/src/main/ic_launcher-playstore.png new file mode 100644 index 00000000..bba3a144 Binary files /dev/null and b/manager/app/src/main/ic_launcher-playstore.png differ diff --git a/manager/app/src/main/res/drawable/ic_launcher_foreground.png b/manager/app/src/main/res/drawable/ic_launcher_foreground.png deleted file mode 100644 index f6532328..00000000 Binary files a/manager/app/src/main/res/drawable/ic_launcher_foreground.png and /dev/null differ diff --git a/manager/app/src/main/res/drawable/ic_launcher_foreground.xml b/manager/app/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..71e9836f --- /dev/null +++ b/manager/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/manager/app/src/main/res/drawable/ic_launcher_monochrome.png b/manager/app/src/main/res/drawable/ic_launcher_monochrome.png deleted file mode 100644 index f6532328..00000000 Binary files a/manager/app/src/main/res/drawable/ic_launcher_monochrome.png and /dev/null differ diff --git a/manager/app/src/main/res/drawable/ic_launcher_monochrome.xml b/manager/app/src/main/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 00000000..a620a8df --- /dev/null +++ b/manager/app/src/main/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,27 @@ + + + + + diff --git a/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..67048fd3 --- /dev/null +++ b/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..7353dbd1 --- /dev/null +++ b/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index d636f2f3..00000000 Binary files a/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 00000000..25ca236a Binary files /dev/null and b/manager/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 00000000..2bf22c54 Binary files /dev/null and b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/manager/app/src/main/res/mipmap-ldpi/ic_launcher.png b/manager/app/src/main/res/mipmap-ldpi/ic_launcher.png deleted file mode 100644 index 7aa96539..00000000 Binary files a/manager/app/src/main/res/mipmap-ldpi/ic_launcher.png and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index ca249ef7..00000000 Binary files a/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 00000000..017b8a2a Binary files /dev/null and b/manager/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 00000000..9d4c2e7b Binary files /dev/null and b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 591a8abd..00000000 Binary files a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 00000000..74dd783c Binary files /dev/null and b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 00000000..1bde7ccb Binary files /dev/null and b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 9acfc6f3..00000000 Binary files a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 00000000..86a772fd Binary files /dev/null and b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 00000000..9dc12ce3 Binary files /dev/null and b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 72594827..00000000 Binary files a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 00000000..41d19406 Binary files /dev/null and b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 00000000..799cc271 Binary files /dev/null and b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/manager/app/src/main/res/values/colors.xml b/manager/app/src/main/res/values/colors.xml index a5b623aa..b8d4746a 100644 --- a/manager/app/src/main/res/values/colors.xml +++ b/manager/app/src/main/res/values/colors.xml @@ -1,4 +1,4 @@ - #FFFFFFFF + #F2F2F2 \ No newline at end of file