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
* manager: bring back classic home ui * manager: add switch icon toggle * manager: add scroll/fade animation switcher Signed-off-by: KOWX712 <leecc0503@gmail.com>
- AnyKernel3 flashing support from KernelSU-Next, added zip intent support. This commit included squash of: * manager: add anykernel3 flashing support (KernelSU-Next/KernelSU-Next@2bb9ace) * manager: expose anykernel flasher for non-gki devices (KernelSU-Next/KernelSU-Next@36eb7e5) * manager: fix anykernel selection bug (KernelSU-Next/KernelSU-Next@42e6e4a) * Update AnyKernel3 Flashing logic and logging (KernelSU-Next/KernelSU-Next@8a61e8a) * manager: add icon to anykernel and module activity alias (KOWX712/KernelSU@499a5c7) Co-Authored-By: Rifat Azad <33044977+rifsxd@users.noreply.github.com> Co-Authored-By: fatalcoder524 <11532648+fatalcoder524@users.noreply.github.com> Co-Authored-By: 𓆩☾✧𓆪 ℤ𝔾𝕏 // #𝓝𝓲𝓰𝓱𝓽𝓥𝓲𝓫𝓮𝓼 <159061718+zg089@users.noreply.github.com> Signed-off-by: KOWX712 <leecc0503@gmail.com>
Rename .apk to .zip and flash in recovery to install lkm. Rename to uninstall.zip and flash in recovery to uninstall lkm. Signed-off-by: KOWX712 <leecc0503@gmail.com>
Vietnamese: @SaleOff (rsuntk#3, rsuntk#4, rsuntk#10, rsuntk#15, rsuntk#16, rsuntk#17, rsuntk#21), @PhuScam (rsuntk#8, rsuntk#27), @VietnameseTranslation (rsuntk#24) Indonesian: @Neebe3289 (rsuntk#18, rsuntk#20, rsuntk#22. rsuntk#25) Co-Authored-By: ꑄℭѧᝰ.ᐟ <133284637+saleoff@users.noreply.github.com> Co-Authored-By: Juno Bủh <229590747+phuscam@users.noreply.github.com> Co-Authored-By: Neebe3289 <107115607+neebe3289@users.noreply.github.com> Co-Authored-By: VietnameseTranslation <219519027+vietnamesetranslation@users.noreply.github.com>
b4d759b to
d6590d2
Compare
Owner
|
Better PR to official KernelSU for string that available there, so that all the downstream can benefit, I'll wait for your reply. |
Author
|
I'll try to contribute to official KSU |
7a34684 to
3df2482
Compare
02ca178 to
7b4b307
Compare
b9b030a to
8c42d51
Compare
5f9a684 to
b446949
Compare
ccc4b3e to
b1cb4bf
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.