manager: Update Russian translation - #29
Open
cyberc3dr wants to merge 35 commits into
Open
Conversation
This is a squash to not to increase version too much, changes in this commit will be pushed to official ksu soon. manager: add missing webui displaycutout insets manager: add io interface to webui js: add file interface js: fix spawn arg not reset and pm return on error
Partially revert 2f150e7 for some translation that we still need to use Signed-off-by: KOWX712 <leecc0503@gmail.com>
- default to material ui - bring back old animation spec - remove warning card - sort module by name, allow action and webui even when module is flagged as update - U-LEGACY and LEGACY working mode - don't always show nav bar label - preload app list and module list - allow update check even module already flagged update
* kernel: extras: base implementation of avc log spoofing * kernel: extras: properly version out slow_avc_audit_pre_handler * kernel: extras: add avc spoof to feature this is a rebase of: KOWX712@4b6f76d * kernel/extra: replace sensitive context with priv_app ref: aviraxp/ZN-AuditPatch@a0a46bd Co-Authored-By: KOWX712 <185127155+kowx712@users.noreply.github.com>
this is for debug and testing, this is locked to uid0 only anyway so I dont see issues. Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
this way userspace can pull up kernel's umount list and deduce by itself. this is a bit of a pointerwalking mess but this allows us to 1. avoid a kmalloc kernel side 2. avoid potential crashes kernel side 3. maintain api backwards compatibility 4. userspace can deduce that the feature is there (get list size first) 5. userspace can get the list of entries this can also help denylist handlers to deduce stuff and for advanced users to do shit. - tiann#3040 Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
This is a very basic ringbuffer implementation. on this one we keep 8 bytes per entry and 250 entries max. This logs escalation access about: who did it, what happened and when did it happen. userspace can deduce as we also send next index to it. which makes it so that this is also the oldest entry. next -1 is the latest entry. v2: timestamped version Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
ref: backslashxx/ksu_toolkit#1 maxsteeel/KernelSU-Next@92933e9 Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
reference: https://github.com/rsuntk/KernelSUonArm32/commit/a204e7936aeba356df0aeb707cb5d662b20e3d26 userspace/ksud: drop loopdev dependency loopdev is KernelSU's losetup replacement. Not required since we use magic mount. Suggested-by: rsuntk <rsuntk@yukiprjkt.my.id> userspace/ksud: import prebuilts for arm / armeabi-v7a - busybox imported from https://github.com/topjohnwu/magisk-files/releases busybox-1.36.1.0.zip
- source: liriliri/eruda@v3.4.3 - related: KernelSU-Next/KernelSU-Next@1baedd8 Signed-off-by: KOWX712 <leecc0503@gmail.com> Co-Authored-By: Rifat Azad <33044977+rifsxd@users.noreply.github.com>
Thanks to ZG089 for the design Co-Authored-By: 々𝗭𝗚𝗫 丨「#ɴᴇᴠᴇʀɢɪᴠᴇᴜᴘ」 <159061718+zg089@users.noreply.github.com>
- KernelSU toolkit - KPatch Next Signed-off-by: KOWX712 <leecc0503@gmail.com>
- Add icons and improve layout for superuser, module, and system info cards on the Home screen - Replace the reboot dropdown menu with a comprehensive `BasicAlertDialog` - Enhance reboot options with specific icons and improved visual hierarchy - Add Compose previews for Home info cards and the Reboot dialog
KOWX712
force-pushed
the
master
branch
5 times, most recently
from
June 22, 2026 16:04
4a7d1fe to
d1591fa
Compare
midori01
pushed a commit
to midori01/KernelSU
that referenced
this pull request
Jun 28, 2026
…KOWX712#29) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 生于生时 亡于亡刻 <127004703+Tools-cx-app@users.noreply.github.com>
KOWX712
force-pushed
the
master
branch
4 times, most recently
from
July 1, 2026 08:14
3406105 to
d426433
Compare
KOWX712
force-pushed
the
master
branch
3 times, most recently
from
July 7, 2026 10:45
cb94a4d to
cfac3be
Compare
KOWX712
force-pushed
the
master
branch
14 times, most recently
from
July 21, 2026 12:46
6f6ce3b to
60e7841
Compare
KOWX712
force-pushed
the
master
branch
3 times, most recently
from
July 29, 2026 03:30
49bf2eb to
72bd840
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.