39adba62d1Update the default theme color to blue and remove the related blue theme code
ShirkNeko
2025-04-29 17:29:45 +08:00
3526e84e04Refactor the UI to rewrite the interface (#61)
ShirkNeko
2025-04-29 15:52:56 +08:00
bfdb706b60Add kernel version and patch tool version log information - Should fix the 5.10 bug where you can't swipe write
ShirkNeko
2025-04-28 16:05:59 +08:00
a297e07055Adjust the prompt for file selection and add instructions for mirror repair. - Modify the maximum height of the progress bar to improve user experience - Add localized strings for error messages and installation methods. -Optimize the installation interface
ShirkNeko
2025-04-28 14:39:09 +08:00
56b4664ec7Optimized the UI of the slot selection dialog box, added separator lines and button styles, and improved the display logic of the current slot.
v3.0.1
ShirkNeko
2025-04-27 22:37:56 +08:00
70f7c75a92Add custom color and transparency settings to the top app bar
ShirkNeko
2025-04-27 20:32:17 +08:00
e414b4de92Adding a localized message for a failed swipe
ShirkNeko
2025-04-27 20:27:29 +08:00
79e68f473fUpdate Chinese and English strings, change Anykernel3 related descriptions to generic Kernel descriptions.
ShirkNeko
2025-04-27 20:21:17 +08:00
6656604809Add the function of obtaining and restoring the original slot, and display the current slot information in the slot selection dialog box
ShirkNeko
2025-04-27 19:35:55 +08:00
85b4d11912Improve the ui and function of the anykernel3 flashing interface. - Add self-selected brushwrite A/B slot (not perfect)
ShirkNeko
2025-04-27 18:01:45 +08:00
7769a23f59Opt the image editing dialog box, add full-screen zoom function, improve the panning limit to ensure the security of image transformation.
ShirkNeko
2025-04-27 14:02:16 +08:00
c442f43090Add free adjustment of image position when selecting background - Updated AGP version to 8.9.2. - Added support for Android 16 (36). - Replaced the new API and fixed some minor bugs.
ShirkNeko
2025-04-27 04:05:49 +08:00
dd1967f0d0Update the README file to include a thank you message to DARKWWEE.
ShirkNeko
2025-04-26 15:41:23 +08:00
d77ee31bceAdd support for KERNEL_VERSION_4_10 in super_access.c and move variable declarations in for loops outside the loop to improve code readability
ShirkNeko
2025-04-25 19:12:53 +08:00
e3d2fc64acUpdate the minimum supported kernel version and standardize kernel-related constants to 12800.
ShirkNeko
2025-04-25 14:03:16 +08:00
e07f20bf29[skip ci]: Update kpm module display logic, fix installed and uninstalled name display
ShirkNeko
2025-04-25 14:00:18 +08:00
41b8f854a4Add KSU_CMDLINE configuration to enable the KernelSU command line option and implement the corresponding status read function
ShirkNeko
2025-04-24 15:03:09 +08:00
34f216181fExpose the getSuSFSDaemonPath method to support the installation of the SuSFSD daemon.
ShirkNeko
2025-04-23 23:06:19 +08:00
069a671bf1Remove unnecessary conditional compilation code to simplify the definition of kprobe structures
ShirkNeko
2025-04-23 17:26:00 +08:00
13c5aae85eMove variable declarations in the for loop outside the loop in sucompat.c
ShirkNeko
2025-04-23 17:16:10 +08:00
d9063377afRearrange KSU related conditional compilation support in core_hook.c to improve code readability
ShirkNeko
2025-04-23 15:35:19 +08:00
527d362b85Add support for Kprobe, extend su_kps array to 6 elements to accommodate more hook functions
ShirkNeko
2025-04-23 15:08:05 +08:00
cc0b272770Modified Kpm file type validation and check module ID extraction logic
ShirkNeko
2025-04-23 03:33:46 +08:00
9ea6de340dRefactor the namespace to com.sukisu.ultra, add IKsuInterface and LatestVersionInfo data classes, and remove obsolete classes and methods.
ShirkNeko
2025-04-23 02:24:55 +08:00
dfaada7134Patch update SuSFS version to 1.5.6
ShirkNeko
2025-04-22 16:20:41 +08:00
be37f8a2a3Update English translation and remove unused keys (#56)
Qumolama.d
2025-04-21 22:39:28 -07:00
0242fe12e3Update Japanese & fix text(#54)
Re*Index. (ot_inc)
2025-04-21 21:15:08 +09:00
acf2e1a5ecUpdate KSU_GIT_VERSION to use the master branch count and change the KernelSU manager name to SukiSU
ShirkNeko
2025-04-21 17:33:29 +08:00
2c65af9e80Add a dependency for KPM in Kconfig to ensure that KPM functionality can only be activated when KSU is enabled
ShirkNeko
2025-04-21 10:42:52 +08:00
626db4be56[skip ci]: Adding a check for LKM mode to the KPM info card
ShirkNeko
2025-04-21 09:20:38 +08:00
5941fa1ec7manager: hide root-related features if kernelsu version null (#71) Related PR: tiann#2483
ShirkNeko
2025-04-20 22:30:23 +08:00
1dd8651a1aRemove unused functions and data classes and optimize code structure; update string resources to support new features
ShirkNeko
2025-04-20 22:01:35 +08:00
33dd0ca16bAdd check for GKI version and KERNEL_TYPE setting
ShirkNeko
2025-04-19 21:44:41 +08:00
9919d573feUpdate the build workflow to rename build tasks and add new build dependencies
v3.0
ShirkNeko
2025-04-19 20:01:41 +08:00
d73af38bf4Update build scripts, change version information and delete workflow files that are no longer in use
ShirkNeko
2025-04-19 19:55:13 +08:00
970e7651a5Refactoring Kconfig and Makefile to optimize KernelSU configuration logic and simplify kernel type determination
ShirkNeko
2025-04-19 16:02:18 +08:00
1a563bb3e1Update Makefile to add support for kernel version 6 and optimize KERNEL_TYPE judgment logic.
ShirkNeko
2025-04-19 14:44:49 +08:00
bd56bcf538Refactoring Kconfig to optimize KernelSU-related configuration and simplify conditional dependency logic
ShirkNeko
2025-04-19 14:02:12 +08:00
74bb90b3d8Update build-lkm.yml to force uploading inputs to be required, default value changed to true
ShirkNeko
2025-04-13 02:26:26 +08:00
8bf9828c80Add files via upload (#42)
Kousei
2025-04-13 02:43:55 +09:00
06324def38更新super_access.c to remove redundant macro definitions and optimize conditional compilation; use resource strings instead of hard-coded text in MoreSettings.kt; add theme color string resource in strings.xml
ShirkNeko
2025-04-13 01:33:40 +08:00
e2f89709d1Remove macro definitions in super_access.c for kernel version 4.14 to simplify structural definitions
ShirkNeko
2025-04-12 19:31:39 +08:00
546929da55Remove conditional compilation for kernel version 4.14 in super_access.c to simplify kprobe structure definition
ShirkNeko
2025-04-12 19:30:55 +08:00
97aaea7d86Remove macro definitions for kernel versions 5.0 and 5.10 in super_access.c, and adjust conditional compilation to support kernel versions 4.14 and 5.15.
ShirkNeko
2025-04-12 19:07:33 +08:00
2cbe1b9e9aUpdate kernel version macro definitions to add support for kernel version 5.0 and adjust conditional compilation for newer versions
ShirkNeko
2025-04-12 19:02:52 +08:00